.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:218,228,247;--color-primary-1:144,175,230;--color-primary-2:70,121,214;--color-primary-3:42,73,128;--color-primary-4:11,26,67;--color-secondary-0:241,237,234;--color-secondary-1:255,207,102;--color-secondary-2:184,167,152;--color-secondary-3:255,213,42;--color-secondary-4:211,26,26;--color-tertiary-0:255,255,255;--color-tertiary-1:165,167,177;--color-tertiary-2:105,109,125;--color-tertiary-3:63,65,75;--color-tertiary-4:5,11,38;--headlines-font-family:"Source Sans Pro";--paragraphs-font-family:"Source Sans Pro"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#949593;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#oOl6xNzJk8GUPhMZnx19lMOXIe2bdD3r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#oOl6xNzJk8GUPhMZnx19lMOXIe2bdD3r > .row .container { background-color: transparent; background-image: none; }#oOl6xNzJk8GUPhMZnx19lMOXIe2bdD3r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oOl6xNzJk8GUPhMZnx19lMOXIe2bdD3r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oOl6xNzJk8GUPhMZnx19lMOXIe2bdD3r > .row .container > .video-iframe-container { display: none; }#oOl6xNzJk8GUPhMZnx19lMOXIe2bdD3r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oOl6xNzJk8GUPhMZnx19lMOXIe2bdD3r > .row > .video-iframe-container { display: none; }#oOl6xNzJk8GUPhMZnx19lMOXIe2bdD3r > .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); }#oOl6xNzJk8GUPhMZnx19lMOXIe2bdD3r > .row .container { border-width: 0; border-radius: 0; }#oOl6xNzJk8GUPhMZnx19lMOXIe2bdD3r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oOl6xNzJk8GUPhMZnx19lMOXIe2bdD3r > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#ChrbGAwZPnkA95a7kB6OVUM83gpTpXK3 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.21826171875rem;left:19.749877929688rem;display:block; }
#FckRgTP3DlzQ6V8QdwVnm838mskB0qKP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iaGXlHPdZ5IVaIgAdyJUrMENbTLsmoel { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.21826171875rem;left:27.874877929688rem;display:block; }
#CPutbFTAmbhKFChb6c9bs2GTl7hPnL7D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rkzxPFa5MGR6yU3tElIiTqvVXw2SL9qn { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.499625rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.21826171875rem;left:49.311767578125rem;display:block; }
#KoRqnkoPiSzFyHwHCdluz6CA9no7uXSn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DcLMO98Hbvln6hqStsbDT9iOeMTrdvVt { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(115deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(115deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(115deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(115deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1875rem;height:2.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.21826171875rem;left:58.688110351562rem;display:block; }
#ShnZTRHT4r3iz0tT7EDDPOUn5cEksQJg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wNk0cqp7cTXKsfFFFiThyL0CPsqey1FW { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.6875rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.21826171875rem;left:38.874633789062rem;display:block; }
#OKdQAGgtXGaw2U8gkwfNZnHysAKZKgdV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NO4cprtRVruilCCSBuyQQ0aPiPDmt5Tw { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:6rem;top:0rem;left:0.8197021484375rem;overflow:hidden;display:block; }
#lB1XHOM5aCT9CuNKbrfVllbP8urPKBTN { 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:2.3125rem;width:2.3125rem;top:1.124267578125rem;left:71.757202148438rem;overflow:hidden;display:block; }
#dl5PmTIlicp961K7wqLWLpcQp6T8V7eS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#dl5PmTIlicp961K7wqLWLpcQp6T8V7eS > .row .container { background-color: transparent; background-image: none; }#dl5PmTIlicp961K7wqLWLpcQp6T8V7eS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dl5PmTIlicp961K7wqLWLpcQp6T8V7eS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dl5PmTIlicp961K7wqLWLpcQp6T8V7eS > .row .container > .video-iframe-container { display: none; }#dl5PmTIlicp961K7wqLWLpcQp6T8V7eS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dl5PmTIlicp961K7wqLWLpcQp6T8V7eS > .row > .video-iframe-container { display: none; }#dl5PmTIlicp961K7wqLWLpcQp6T8V7eS > .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); }#dl5PmTIlicp961K7wqLWLpcQp6T8V7eS > .row .container { border-width: 0; border-radius: 0; }#dl5PmTIlicp961K7wqLWLpcQp6T8V7eS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dl5PmTIlicp961K7wqLWLpcQp6T8V7eS > .row .container { font-size:0.875rem;font-family:arial;height:42.5625rem;width:75rem;position:relative;display:block; }#KfWhwR6gT7ShhT7umBlWOrtaWfxkTlgp { background-color:#88c040;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:#234446;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:4.0625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:32.874893188476rem;left:3.6246747970581rem;display:block; }
#L3VPZ0O1IXRQb7OP1RMCKk036KmuBZyN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q9gmFJdI79E1KMUJE0rONvM5Lf5TChq9 { position:absolute;display:block;z-index:14996;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:39.5rem;width:39.5rem;top:2.9375rem;left:35.5rem;overflow:hidden;display:block; }
#eyO5S3Raa9fMwe275wf14mIAzug6FFDW { position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-tertiary-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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.3125rem -0.5625rem 1.5625rem rgba(84,84,84,0.25) ;height:32rem;width:32rem;top:8.75rem;left:40.8125rem;display:block; }
#PQylS0BG5OCAvsAwdfZLVCrbCzDUQV4b { position:absolute;display:block;z-index:14996;background-color:#c0b9b4;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.3125rem -0.5625rem 1.5625rem rgba(84,84,84,0.25) ;height:3.125rem;width:3.125rem;top:7.6875rem;left:43.75rem;display:block; }
#fgsqVWFMSUvBfwcEcy5TqHqED2Lo6KSo { position:absolute;display:block;z-index:14994;background-color:#c0b9b4;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.3125rem -0.5625rem 1.5625rem rgba(84,84,84,0.25) ;height:6.5625rem;width:6.5625rem;top:12.625rem;left:66.75rem;display:block; }
#M9L7sXq67z0dWPaWFc24tlAGc95hJDsc { position:absolute;display:block;z-index:14993;background-color:rgba(var(--color-tertiary-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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.3125rem -0.5625rem 1.5625rem rgba(84,84,84,0.25) ;height:9.375rem;width:3.125rem;top:29.375rem;left:34.625rem;display:block; }
#STSCgfEAaa1vFN0P27E08OcRm98zFKZ8 { position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-tertiary-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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.3125rem -0.5625rem 1.5625rem rgba(84,84,84,0.25) ;height:2.1875rem;width:10rem;top:35.25rem;left:65rem;display:block; }
#UV5SNQNAzGd5TTzfebd4XdEu3UrkcfOw { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:12.3125rem;top:0rem;left:62.572440907106rem;overflow:hidden;display:block; }
#EswynFcNIIeQXPKpQXhkHI7JwHanpOLO { position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-secondary-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-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.3125rem -0.5625rem 1.5625rem rgba(84,84,84,0.25) ;height:7.4375rem;width:7.4375rem;top:1.625rem;left:0rem;display:block; }
#aDNpOTwI1upy7mTdwa2T9vNO7QTZmOEd { color:rgba(var(--color-secondary-3),1);display:block;width:32.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.3125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:11.4990234375rem;left:3.3740234375rem;height:9.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XivGEgOifUmJzuhaTLLLwnckI0vz8sMV { color:rgba(var(--color-secondary-3),1);display:block;width:31.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.6875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.5625rem;left:3.3740234375rem;height:7.3333335rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XelfVT0K3iLVogOLe7rKfOB8FPBvT3Dm { color:rgba(var(--color-secondary-3),1);display:block;width:63.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.9375rem;left:3.375rem;height:5.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GK5imoVrE9e74TaQTmTMV2dp0kCzuToT { z-index:15006;top:32.874892234803rem;left:20.373807907104rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#k9DwQcSQCsPRhniJVEClvafOyF670RBb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s7QecTotukMkIy6bd39homEzvt9fyZdR { position:relative;display:block; }#s7QecTotukMkIy6bd39homEzvt9fyZdR { background-color: transparent; background-image: none; }#s7QecTotukMkIy6bd39homEzvt9fyZdR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7QecTotukMkIy6bd39homEzvt9fyZdR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7QecTotukMkIy6bd39homEzvt9fyZdR > .row .container > .video-iframe-container { display: none; }#s7QecTotukMkIy6bd39homEzvt9fyZdR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7QecTotukMkIy6bd39homEzvt9fyZdR > .row > .video-iframe-container { display: none; }#s7QecTotukMkIy6bd39homEzvt9fyZdR > .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); }#s7QecTotukMkIy6bd39homEzvt9fyZdR { border-width: 0; border-radius: 0; }#s7QecTotukMkIy6bd39homEzvt9fyZdR > .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; }#s7QecTotukMkIy6bd39homEzvt9fyZdR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#c0b9b4;background-image:none;font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { background-color: transparent; background-image: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container > .video-iframe-container { display: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container { display: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .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); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { border-width: 0; border-radius: 0; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { font-size:0.875rem;font-family:arial;height:33.625rem;width:75rem;position:relative;display:block; }#nc1P91ZgwLzBFi9GUb3C3VcvRzrXQxUq { color:rgba(var(--color-secondary-3),1);display:block;width:36.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.9375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.3316650390625rem;left:3.187255859375rem;height:6.4166665rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Mvu8IAA6iyLkSz1xrTHx3x7DygV53VR7 { color:#f9f9f9;display:block;width:36.812125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:10.106201171875rem;left:3.187255859375rem;height:15.166667rem;display:block; }
#OvcQDzIMmu79NLULSIZOyqsroo3hoNAf { position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-tertiary-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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.3125rem -0.5625rem 1.5625rem rgba(0,0,0,0.25) ;height:7.5rem;width:3.125rem;top:4.3125rem;left:61.99951171875rem;display:block; }
#c7FZX72OdcxFFZMxUssni03lPNc60o0c { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-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-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: -0.3125rem -0.5625rem 1.5625rem rgba(0,0,0,0.25) ;height:6.5625rem;width:6.5625rem;top:16.874755859375rem;left:40.999755859375rem;display:block; }
#nzBN51hDwpIfsfZOQGfLddfnnV4TTzEL { background-color:#88c040;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:#234446;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1871875rem;height:4.0625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:26.672729492188rem;left:3.187255859375rem;display:block; }
#UTTll1I3kXKr7lmAelWc8ootE8OVTmCf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JBtSxWTcnPmTsuKmLouhl9fghzzuWFZ7 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e014ce5d-2172-4688-928b-b5ad9f39e224/Untitleddesign12.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.3125rem -0.5625rem 1.5625rem rgba(84,84,84,0.25) ;height:21.3745rem;width:21.3745rem;top:4.859619140625rem;left:44.374389648438rem;display:block; }#JBtSxWTcnPmTsuKmLouhl9fghzzuWFZ7.adaptive-delivery-prevent-bg, #JBtSxWTcnPmTsuKmLouhl9fghzzuWFZ7.lazyload, #JBtSxWTcnPmTsuKmLouhl9fghzzuWFZ7.lazyloading { background-image: none; }
#hhA39mWpRXThLpmEN5zp90yPXTo30pIJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#949593;background-image:none;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#hhA39mWpRXThLpmEN5zp90yPXTo30pIJ > .row .container { background-color: transparent; background-image: none; }#hhA39mWpRXThLpmEN5zp90yPXTo30pIJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhA39mWpRXThLpmEN5zp90yPXTo30pIJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhA39mWpRXThLpmEN5zp90yPXTo30pIJ > .row .container > .video-iframe-container { display: none; }#hhA39mWpRXThLpmEN5zp90yPXTo30pIJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhA39mWpRXThLpmEN5zp90yPXTo30pIJ > .row > .video-iframe-container { display: none; }#hhA39mWpRXThLpmEN5zp90yPXTo30pIJ > .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); }#hhA39mWpRXThLpmEN5zp90yPXTo30pIJ > .row .container { border-width: 0; border-radius: 0; }#hhA39mWpRXThLpmEN5zp90yPXTo30pIJ > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#hhA39mWpRXThLpmEN5zp90yPXTo30pIJ > .row .container { font-size:0.875rem;font-family:arial;height:12.875rem;width:75rem;position:relative;display:block; }#qUmDaDlrfCm5I6zWJKZz9vRUmNcnxvVr { color:rgba(var(--color-tertiary-0),1);display:block;width:45.187375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.8619384765625rem;left:14.906005859375rem;height:7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZiNXKBKn1JEM0svUElCKvpGewsa4lZOi { position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-secondary-1),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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: -0.3125rem -0.5625rem 1.5625rem rgba(0,0,0,0.25) ;height:6.5625rem;width:6.5625rem;top:1.2803802490234rem;left:18.312175750733rem;display:block; }
#IcLCk9WD30qdcRCmzz2EWqZAm8m2T2hh { position:relative;display:block; }#IcLCk9WD30qdcRCmzz2EWqZAm8m2T2hh { background-color: transparent; background-image: none; }#IcLCk9WD30qdcRCmzz2EWqZAm8m2T2hh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcLCk9WD30qdcRCmzz2EWqZAm8m2T2hh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcLCk9WD30qdcRCmzz2EWqZAm8m2T2hh > .row .container > .video-iframe-container { display: none; }#IcLCk9WD30qdcRCmzz2EWqZAm8m2T2hh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcLCk9WD30qdcRCmzz2EWqZAm8m2T2hh > .row > .video-iframe-container { display: none; }#IcLCk9WD30qdcRCmzz2EWqZAm8m2T2hh > .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); }#IcLCk9WD30qdcRCmzz2EWqZAm8m2T2hh { border-width: 0; border-radius: 0; }#IcLCk9WD30qdcRCmzz2EWqZAm8m2T2hh > .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; }#IcLCk9WD30qdcRCmzz2EWqZAm8m2T2hh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#949593;background-image:none;font-size:0.875rem;font-family:arial;height:13rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#elFWLp06d6t9NJnuMW3zbT3SQXF9whBA { color:rgba(var(--color-tertiary-0),1);display:block;width:12.9373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.8;letter-spacing:0;top:1.3433170318604rem;left:2.9058160781861rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cTXMDaSRTTpp8El2kiy44ahGmHhBzbPf { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6246875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.8;letter-spacing:0;top:1.3433170318604rem;left:21.312393188476rem;height:9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JSLhTrPNAJGJyS5Edltqk22druPuLqFN { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:0.9686279296875rem;left:39.343872070312rem;height:11.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Awpnt9OTQ6XB0xUoDX4NdCC2vfrsLUK9 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.8;letter-spacing:0;top:0.62445735931396rem;left:58.937177658081rem;height:9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n0dAVxCSraNh1PLWP998Bo0Px27ud4OH { position:absolute;display:block;z-index:14998;background-color:#c0b9b4;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: -0.3125rem -0.5625rem 1.5625rem rgba(0,0,0,0.25) ;height:3.999025rem;width:3.999025rem;top:0.9686279296875rem;left:38.780517578125rem;display:block; }
#WKswqMTe38Rmxs3wVTR8l2E8DyCSVJyM { position:absolute;display:block;z-index:14996;background-color:#c0b9b4;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: -0.3125rem -0.5625rem 1.5625rem rgba(0,0,0,0.25) ;height:3.999025rem;width:3.999025rem;top:1.3427734375rem;left:2.2174072265625rem;display:block; }
#s7sa87Kkbs7VgsF6BDtQ8UkoBUux20PF { position:absolute;display:block;z-index:14997;background-color:#c0b9b4;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: -0.3125rem -0.5625rem 1.5625rem rgba(0,0,0,0.25) ;height:3.99963125rem;width:3.99963125rem;top:0.9686279296875rem;left:20.624389648438rem;display:block; }
#GIWP67XTcLdTNzTw4qKhkodMXBW81R45 { position:absolute;display:block;z-index:14999;background-color:#c0b9b4;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: -0.3125rem -0.5625rem 1.5625rem rgba(0,0,0,0.25) ;height:3.999025rem;width:3.999025rem;top:0.9686279296875rem;left:57.70751953125rem;display:block; }
#bvlKr1tpyhRRSKfgNAdQGR6sAOqPE0JR { position:relative;display:block; }#bvlKr1tpyhRRSKfgNAdQGR6sAOqPE0JR { background-color: transparent; background-image: none; }#bvlKr1tpyhRRSKfgNAdQGR6sAOqPE0JR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvlKr1tpyhRRSKfgNAdQGR6sAOqPE0JR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvlKr1tpyhRRSKfgNAdQGR6sAOqPE0JR > .row .container > .video-iframe-container { display: none; }#bvlKr1tpyhRRSKfgNAdQGR6sAOqPE0JR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvlKr1tpyhRRSKfgNAdQGR6sAOqPE0JR > .row > .video-iframe-container { display: none; }#bvlKr1tpyhRRSKfgNAdQGR6sAOqPE0JR > .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); }#bvlKr1tpyhRRSKfgNAdQGR6sAOqPE0JR { border-width: 0; border-radius: 0; }#bvlKr1tpyhRRSKfgNAdQGR6sAOqPE0JR > .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; }#bvlKr1tpyhRRSKfgNAdQGR6sAOqPE0JR > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#949593;background-image:none;font-size:0.875rem;font-family:arial;height:10.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bLs6iR78ecT6N7gzfRGOuQMWqbfraOHl { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6870625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.8;letter-spacing:0;top:0.96842384338381rem;left:2.5303821563721rem;height:9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ca3h0HGRGnUrXDILhZmTeJphSnWoEpKw { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.8;letter-spacing:0;top:0.96788215637206rem;left:21.250001907349rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LxrTJJ7toUfCqAQfeWn03Vrid2Nf6O8P { color:rgba(var(--color-tertiary-0),1);display:block;width:13.8748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:1.5606689453125rem;left:39.905395507812rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nNzdIQnSVgeRntl3s6846LGXpoR5wp8B { background-color:#88c040;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:#234446;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1871875rem;height:4.0625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:4.9669055938721rem;left:58.031141281128rem;display:block; }
#fKsUhTDT0fwmB9t3HIJZvIrH18GTU5VJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ksHodcLuIlvt5avcwUm3fPKQiH8lAOPA { position:absolute;display:block;z-index:15000;background-color:#c0b9b4;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: -0.3125rem -0.5625rem 1.5625rem rgba(0,0,0,0.25) ;height:3.999025rem;width:3.999025rem;top:0.968017578125rem;left:1.70654296875rem;display:block; }
#XObcNsP1MXqtZh6QBuiRzXw1zg1lemWa { position:absolute;display:block;z-index:15001;background-color:#c0b9b4;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: -0.3125rem -0.5625rem 1.5625rem rgba(0,0,0,0.25) ;height:3.999025rem;width:3.999025rem;top:0.968017578125rem;left:21.25rem;display:block; }
#OTp2aw2eJrL1v8t1ifyQHsfU4FC4OxEp { position:absolute;display:block;z-index:15002;background-color:#c0b9b4;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: -0.3125rem -0.5625rem 1.5625rem rgba(0,0,0,0.25) ;height:3.999025rem;width:3.999025rem;top:0.968017578125rem;left:39.1552734375rem;display:block; }
#CeIc4vSPKoXGKdVkPk5AD8b6k4zsTEVK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c0b9b4;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; }#CeIc4vSPKoXGKdVkPk5AD8b6k4zsTEVK > .row .container { background-color: transparent; background-image: none; }#CeIc4vSPKoXGKdVkPk5AD8b6k4zsTEVK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CeIc4vSPKoXGKdVkPk5AD8b6k4zsTEVK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CeIc4vSPKoXGKdVkPk5AD8b6k4zsTEVK > .row .container > .video-iframe-container { display: none; }#CeIc4vSPKoXGKdVkPk5AD8b6k4zsTEVK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CeIc4vSPKoXGKdVkPk5AD8b6k4zsTEVK > .row > .video-iframe-container { display: none; }#CeIc4vSPKoXGKdVkPk5AD8b6k4zsTEVK > .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); }#CeIc4vSPKoXGKdVkPk5AD8b6k4zsTEVK > .row .container { border-width: 0; border-radius: 0; }#CeIc4vSPKoXGKdVkPk5AD8b6k4zsTEVK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CeIc4vSPKoXGKdVkPk5AD8b6k4zsTEVK > .row .container { font-size:0.875rem;font-family:arial;height:24.5625rem;width:75rem;position:relative;display:block; }#KKyqkvftoOPuaopbo2ZTBTPElqQklz5K { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-4),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: 0.625rem 0.375rem 5rem rgba(0,0,0,0.06) ;height:16.5rem;width:75rem;top:7.8125rem;left:-0.125rem;display:block; }
#Vg9PZv5PsKeifiiXw9yR9QWPElVlzTlq { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.43706875rem;width:2.43706875rem;top:8.812391757965rem;left:2.0621747970581rem;overflow:hidden;display:block; }
#zV4W62Ifvyqzz3Kn86dr5tFLtKSvMuQE { color:rgba(var(--color-tertiary-0),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.9;letter-spacing:0;top:18.6875rem;left:54.875rem;height:4.1666665rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#M6RqKfk6TNcGNKRXuKHMatLpxZEd6aks { color:rgba(var(--color-primary-4),1);display:block;width:59.8736875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:1.9883031845093rem;left:7.5625rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w7Lwa8OkmlTiJV6RPEEbnVc0OXTBhUlT { position:absolute;display:block;z-index:15015;background-color:#cfd52b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:9.1875rem;top:5.8620014190674rem;left:32.875rem;display:block; }
#SazzqSPTI7Q1FgXxyPZGEwAfpHl43rwf { color:rgba(var(--color-tertiary-0),1);display:block;width:66.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:12.312280654908rem;left:4.0625rem;height:5.75rem;font-style:normal;display:block; }
#yCckylU2vGv3F9zguOvtwZkhQxOo5r96 { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-4),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:4.5625rem;width:16.25rem;top:18.5rem;left:58.75rem;display:block; }
#z8krQnf7bCJ0bIgdTuCS409W92ypi6c4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#z8krQnf7bCJ0bIgdTuCS409W92ypi6c4 > .row .container { background-color: transparent; background-image: none; }#z8krQnf7bCJ0bIgdTuCS409W92ypi6c4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8krQnf7bCJ0bIgdTuCS409W92ypi6c4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8krQnf7bCJ0bIgdTuCS409W92ypi6c4 > .row .container > .video-iframe-container { display: none; }#z8krQnf7bCJ0bIgdTuCS409W92ypi6c4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8krQnf7bCJ0bIgdTuCS409W92ypi6c4 > .row > .video-iframe-container { display: none; }#z8krQnf7bCJ0bIgdTuCS409W92ypi6c4 > .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); }#z8krQnf7bCJ0bIgdTuCS409W92ypi6c4 > .row .container { border-width: 0; border-radius: 0; }#z8krQnf7bCJ0bIgdTuCS409W92ypi6c4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z8krQnf7bCJ0bIgdTuCS409W92ypi6c4 > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#QlLmdureoi7yuNoAse2SdyCgwhWfzJor { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.2430419921875rem;left:0rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wUGw8kuizQVWalgEQZnMiR6tRBeFxRgd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#wUGw8kuizQVWalgEQZnMiR6tRBeFxRgd > .row .container { background-color: transparent; background-image: none; }#wUGw8kuizQVWalgEQZnMiR6tRBeFxRgd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUGw8kuizQVWalgEQZnMiR6tRBeFxRgd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUGw8kuizQVWalgEQZnMiR6tRBeFxRgd > .row .container > .video-iframe-container { display: none; }#wUGw8kuizQVWalgEQZnMiR6tRBeFxRgd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUGw8kuizQVWalgEQZnMiR6tRBeFxRgd > .row > .video-iframe-container { display: none; }#wUGw8kuizQVWalgEQZnMiR6tRBeFxRgd > .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); }#wUGw8kuizQVWalgEQZnMiR6tRBeFxRgd > .row .container { border-width: 0; border-radius: 0; }#wUGw8kuizQVWalgEQZnMiR6tRBeFxRgd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wUGw8kuizQVWalgEQZnMiR6tRBeFxRgd > .row .container { font-size:0.875rem;font-family:arial;height:22.75rem;width:75rem;position:relative;display:block; }#GFXZySB4gdTSmU5b579phg2AMakNes45 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-4),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:14.9375rem;width:19.125rem;top:0rem;left:27.937284469604rem;display:block; }
#WLKJp3Da21vn7rmyF1WkvI4OwXNWBFW9 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-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: 0rem 0rem 1.5625rem rgba(84,84,84,0.25) ;height:14.9375rem;width:19.125rem;top:0rem;left:2.5rem;display:block; }
#NguE7Qe2rLUZXJlpVczTKnINOKlaMSI3 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-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: 0rem 0rem 1.5625rem rgba(84,84,84,0.25) ;height:14.875rem;width:19.125rem;top:0rem;left:53.374567031861rem;display:block; }
#u6oCF8NxWnCDU6RA7MLx7snmTKAA7DQh { color:rgba(var(--color-primary-4),1);display:block;width:15.1248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:4.093017578125rem;left:4.9053955078125rem;height:6.3333335rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mA3MhRFUQTVpNdJ0G0uSdoiHZxqv8A7m { color:rgba(var(--color-primary-4),1);display:block;width:15.1245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:3.4063720703125rem;left:55.372924804688rem;height:7.9166665rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#flQUwpyf7VyVWpxJ2HaBWT6gbTbCmvTz { color:rgba(var(--color-primary-4),1);display:block;width:16.8115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:1.7498779296875rem;left:29.09423828125rem;height:11.083333rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TTG0UT0SEMtxwZMJtmBz9w0rF1EquHsg { position:absolute;display:block;z-index:15016;background-color:#c0b9b4;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.3125rem -0.5625rem 1.5625rem rgba(84,84,84,0.25) ;height:6.5625rem;width:6.5625rem;top:0.977783203125rem;left:4.0618896484375rem;display:block; }
#yV3yrrI9kBHkT4XvKETxXQWHo89dSAxQ { position:absolute;display:block;z-index:15017;background-color:#c0b9b4;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.3125rem -0.5625rem 1.5625rem rgba(84,84,84,0.25) ;height:6.5625rem;width:6.5625rem;top:1.0400390625rem;left:54.937133789062rem;display:block; }
#xdJLZfuebx0mLrFdKRHf48NRquGmdNHq { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-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-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.3125rem -0.5625rem 1.5625rem rgba(84,84,84,0.25) ;height:6.5625rem;width:6.5625rem;top:0.977783203125rem;left:29.12353515625rem;display:block; }
#JkqZGrVwB2FXaA72ALxyhmrUHGQ0Gq3E { background-color:#88c040;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:#234446;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1871875rem;height:4.0625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:16.500244140625rem;left:57.373657226562rem;display:block; }
#WnHQBft3UixHMXUlhgTc4XWThb3hKPW8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#949593;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; }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row .container { background-color: transparent; background-image: none; }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row .container > .video-iframe-container { display: none; }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row > .video-iframe-container { display: none; }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .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); }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row .container { border-width: 0; border-radius: 0; }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row .container { font-size:0.875rem;font-family:arial;height:12.875rem;width:75rem;position:relative;display:block; }#cvUwlDiczDFKpDTaBiWZVB8v0EVh8l26 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0rem;height:7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mfCMm3OvQuNLdtBDSEc7X4T5RoBSl4fp { position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-primary-4),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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: -0.3125rem -0.5625rem 1.5625rem rgba(0,0,0,0.25) ;height:6.5625rem;width:6.5625rem;top:2.46826171875rem;left:13.624877929688rem;display:block; }
#dyEgNcM6XCLpy0CTy2TPq6xZMoXE64Xd { position:relative;display:block; }#dyEgNcM6XCLpy0CTy2TPq6xZMoXE64Xd { background-color: transparent; background-image: none; }#dyEgNcM6XCLpy0CTy2TPq6xZMoXE64Xd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dyEgNcM6XCLpy0CTy2TPq6xZMoXE64Xd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dyEgNcM6XCLpy0CTy2TPq6xZMoXE64Xd > .row .container > .video-iframe-container { display: none; }#dyEgNcM6XCLpy0CTy2TPq6xZMoXE64Xd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dyEgNcM6XCLpy0CTy2TPq6xZMoXE64Xd > .row > .video-iframe-container { display: none; }#dyEgNcM6XCLpy0CTy2TPq6xZMoXE64Xd > .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); }#dyEgNcM6XCLpy0CTy2TPq6xZMoXE64Xd { border-width: 0; border-radius: 0; }#dyEgNcM6XCLpy0CTy2TPq6xZMoXE64Xd > .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; }#dyEgNcM6XCLpy0CTy2TPq6xZMoXE64Xd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#949593;background-image:none;font-size:0.875rem;font-family:arial;height:24rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VeiFcIv3NDyXUowrv7yJ1A0WK5oZFIXk { color:rgba(var(--color-tertiary-0),1);display:block;width:37.562375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:1.3091402053833rem;left:0rem;height:4.3333335rem;text-align:center;text-align-last:center;display:block; }
#rd2vfR8ouCQH01fWETuOSWpBlSAt2ptb { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: -0rem -0rem 1.5625rem rgba(0,0,0,0.35) ;height:9.375rem;width:9.375rem;top:7.2493491172787rem;left:14.0625rem;display:block; }
#RCFKuSx9ExicbIGxuMSakbSyd7e8iWn6 { color:rgba(var(--color-primary-4),1);display:block;width:9.6245625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:10.636935710907rem;left:13.936632156372rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f0CWnITrQ5DaBdTmVABlOSRLNVZyQbLq { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6870625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:17.186416149139rem;left:49.405927658081rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#KHeyDJ1viokLqptT9grrFWp6PogVhB3I { color:rgba(var(--color-tertiary-0),1);display:block;width:37.562375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:2.4414057731628rem;left:37.437608718872rem;height:2.16666675rem;text-align:center;text-align-last:center;display:block; }
#agm23G0wSplK4SUgE0Rd9mx56VizSvnS { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: -0rem -0rem 1.5625rem rgba(0,0,0,0.35) ;height:9.375rem;width:9.375rem;top:7.25rem;left:51.5625rem;display:block; }
#MrLOr1V9ZF9afoW6eLyX2259FA7aRvfu { color:rgba(var(--color-primary-4),1);display:block;width:9.2496875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:10.636935710907rem;left:51.624895095825rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TUIbo7AwSWuTEPdTnMbQiqfAIyOxaKIg { background-color:#88c040;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:#234446;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.8125rem;height:4.0625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:18.785807490349rem;left:25.929906845092rem;display:block; }
#QU1KGbz601QgTIloInS6f63PFA68QNaJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qDbupoJ43i5qCzQAgPLsCDW4dwcD6BcW { 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; }#qDbupoJ43i5qCzQAgPLsCDW4dwcD6BcW > .row .container { background-color: transparent; background-image: none; }#qDbupoJ43i5qCzQAgPLsCDW4dwcD6BcW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qDbupoJ43i5qCzQAgPLsCDW4dwcD6BcW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qDbupoJ43i5qCzQAgPLsCDW4dwcD6BcW > .row .container > .video-iframe-container { display: none; }#qDbupoJ43i5qCzQAgPLsCDW4dwcD6BcW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qDbupoJ43i5qCzQAgPLsCDW4dwcD6BcW > .row > .video-iframe-container { display: none; }#qDbupoJ43i5qCzQAgPLsCDW4dwcD6BcW > .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); }#qDbupoJ43i5qCzQAgPLsCDW4dwcD6BcW > .row .container { border-width: 0; border-radius: 0; }#qDbupoJ43i5qCzQAgPLsCDW4dwcD6BcW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qDbupoJ43i5qCzQAgPLsCDW4dwcD6BcW > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#yh3l7EqL7iFCZ0nVPE9qJnIsgRAqdKMU { color:rgba(var(--color-primary-4),1);display:block;width:14.6230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:0.875rem;left:30.18798828125rem;height:3.16666675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kL5r2rI3ToEqusX7uVDpEUbSaomU2gBT { 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; }#kL5r2rI3ToEqusX7uVDpEUbSaomU2gBT > .row .container { background-color: transparent; background-image: none; }#kL5r2rI3ToEqusX7uVDpEUbSaomU2gBT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kL5r2rI3ToEqusX7uVDpEUbSaomU2gBT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kL5r2rI3ToEqusX7uVDpEUbSaomU2gBT > .row .container > .video-iframe-container { display: none; }#kL5r2rI3ToEqusX7uVDpEUbSaomU2gBT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kL5r2rI3ToEqusX7uVDpEUbSaomU2gBT > .row > .video-iframe-container { display: none; }#kL5r2rI3ToEqusX7uVDpEUbSaomU2gBT > .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); }#kL5r2rI3ToEqusX7uVDpEUbSaomU2gBT > .row .container { border-width: 0; border-radius: 0; }#kL5r2rI3ToEqusX7uVDpEUbSaomU2gBT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kL5r2rI3ToEqusX7uVDpEUbSaomU2gBT > .row .container { font-size:0.875rem;font-family:arial;height:60rem;width:75rem;position:relative;display:block; }#ITdGvDS17Suf5I5rBSxHApK0oDlayN7g { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:14.0625rem;width:14.0625rem;top:3.4375rem;left:5.0625rem;display:block; }
#RFyRPgBTG8n8mLfuXOFs7qsO0SdyDuoz { color:rgba(var(--color-primary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:0.9375rem;left:5rem;height:1.583333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HvNwtrtlKlGPm1bMpdwqAQO3K289S0o1 { 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:11.75rem;width:11.75rem;top:3.4375rem;left:6.375rem;overflow:hidden;display:block; }
#bdMigWuKhTOUK91PHVbRlbRkl9Nnws5T { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124511875rem;width:14.0625rem;top:17.375rem;left:5.125rem;display:block; }
#CayLB3KHEyeXxTwGBnHE7RUrcO8veamN { color:rgba(var(--color-primary-4),1);display:block;width:15.187rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:15.9375rem;left:4.6875rem;height:1.416666625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S1nlHaQ4AJzLywgBNMVRAzXA7wBp8TNp { color:rgba(var(--color-primary-4),1);display:block;width:15.8745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:19.3125rem;left:4.5625rem;height:7.916666875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#owQ6iqqFTVnprmIR4zQzKtsBNdlSzLdq { color:rgba(var(--color-primary-4),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:27.125rem;left:1.40625rem;height:22.166666rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dUh5iMgMJQs58FIsIn4fX8iuBuc1Lxni { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:14.0625rem;width:14.0625rem;top:3.5rem;left:55.25rem;display:block; }
#Ez7VEAeOyZofTv3VUvFIOIfH5oINBCJn { color:rgba(var(--color-primary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1rem;left:55.1875rem;height:1.583333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#azAMN0oOPWJXxAQWcPSI5G0Rg7PvfKgC { 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:11.81119825rem;width:11.81119825rem;top:3.5rem;left:56.5625rem;overflow:hidden;display:block; }
#IsNVSZdSXx6TqCQGgs571QNUCmQJiM8E { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1236979375rem;width:14.0625rem;top:17.4375rem;left:55.3125rem;display:block; }
#Nm4xe3hGU6sblTVTE5VmHvpstmV8JTE5 { color:rgba(var(--color-primary-4),1);display:block;width:15.18619825rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:15.8125rem;left:54.875rem;height:1.416666625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FGlkFzI4ATiaryQzdgsfxqU8gBaRSL4P { color:rgba(var(--color-primary-4),1);display:block;width:15.87369825rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:19.375rem;left:54.75rem;height:4.750000125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BFkvPISs0CC8VHiuTLkIaIWgFmvDQ9BH { color:rgba(var(--color-primary-4),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:27.1875rem;left:51.406253814698rem;height:25.333334rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CT9N41XElWewnLex2sB8v7oskMzdfXmd { color:rgba(var(--color-primary-4),1);display:block;width:14.81119825rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:0.875rem;left:30.4375rem;height:1.583333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KXpNRcs3U2Fxx0TMoTATpoT0eZnTKEsT { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:14.0625rem;width:14.0625rem;top:3.375rem;left:30.75rem;display:block; }
#yAe8Qpz6iMP83mNd0m4vC8gn5w16fQ7F { 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:11.5625rem;width:11.5625rem;top:3.375rem;left:32rem;overflow:hidden;display:block; }
#FceddKPFDGLIXVmKIK1MPn7WFHHGxLrF { color:rgba(var(--color-primary-4),1);display:block;width:15.18619825rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:15.625rem;left:30.3125rem;height:1.416666625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NMIThTGqcR7UENJX2tOuNgtTkklMiRNG { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1236979375rem;width:14.0625rem;top:17.3125rem;left:30.8125rem;display:block; }
#Rr35ROUQc6ZuWgTSzIffRWAAATe22Uxn { color:rgba(var(--color-primary-4),1);display:block;width:22.93619725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:19.75rem;left:26.125rem;height:6.3333335rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s5yiTbFw3dM2CwZ66GIcqQXTMxSvESb5 { color:rgba(var(--color-primary-4),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:27.75rem;left:25.9375rem;height:30.083334rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vTOd6Xtsl60FTV2drTAoXh0GHo2LaLON { 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; }#vTOd6Xtsl60FTV2drTAoXh0GHo2LaLON > .row .container { background-color: transparent; background-image: none; }#vTOd6Xtsl60FTV2drTAoXh0GHo2LaLON::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTOd6Xtsl60FTV2drTAoXh0GHo2LaLON > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTOd6Xtsl60FTV2drTAoXh0GHo2LaLON > .row .container > .video-iframe-container { display: none; }#vTOd6Xtsl60FTV2drTAoXh0GHo2LaLON > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTOd6Xtsl60FTV2drTAoXh0GHo2LaLON > .row > .video-iframe-container { display: none; }#vTOd6Xtsl60FTV2drTAoXh0GHo2LaLON > .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); }#vTOd6Xtsl60FTV2drTAoXh0GHo2LaLON > .row .container { border-width: 0; border-radius: 0; }#vTOd6Xtsl60FTV2drTAoXh0GHo2LaLON > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vTOd6Xtsl60FTV2drTAoXh0GHo2LaLON > .row .container { font-size:0.875rem;font-family:arial;height:49.1875rem;width:75rem;position:relative;display:block; }#Wq50GLI0eahTqepMxz2s3Rb1dso4xXCw { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:14.0625rem;width:14.0625rem;top:3.6875rem;left:5.5rem;display:block; }
#l5OB5TnmNII3p8s8OCxKTvTHXIztpTcb { color:rgba(var(--color-primary-4),1);display:block;width:18.8115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:0.625rem;left:3.125rem;height:1.583333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q9n5VKc9FM0oyzvD3clM5MqwdfS0lzc7 { 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:11.5625rem;width:11.5rem;top:3.6875rem;left:6.75rem;overflow:hidden;display:block; }
#MgoT1L2vulcvJpWkqJEUwsKs8yEAfTW9 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:17.625rem;left:5.5625rem;display:block; }
#ilvEk9DS8RJJfdnNHbRb75i51sK9gINR { color:rgba(var(--color-primary-4),1);display:block;width:15.1875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:15.9375rem;left:5rem;height:1.416666625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vsSVL0rJGZhw7MRHCqgwbEfOJv7WJQKT { color:rgba(var(--color-primary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:21.5rem;left:3.75rem;height:6.3333335rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fKpSfVO9skzE6vZmIQfLuLG8XIIGvyh2 { color:rgba(var(--color-primary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:31.8125rem;left:3.75rem;height:14.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mCSEHz2keEsHZ1b76gydDXG0BXsH6FkX { color:rgba(var(--color-primary-4),1);display:block;width:14.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:0.62498331069946rem;left:55.093321800232rem;height:1.583333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r3ayemTSTzJSMaX7gKlf2SSZ5SAblIwe { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:14.0625rem;width:14.0625rem;top:3.8125rem;left:55.3125rem;display:block; }
#qixSbqTzm1yLc4NbTfbTQ7A8Sa9kTr13 { 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:11.75rem;width:11.75rem;top:3.8125rem;left:56.625rem;overflow:hidden;display:block; }
#MiBEMGgAAk8RNNGB5wOTVakmWfboPR2T { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124511875rem;width:14.0625rem;top:17.75rem;left:55.375rem;display:block; }
#pKTKLocGgkwTk7yueHxxy0Svl4pXLEKk { color:rgba(var(--color-primary-4),1);display:block;width:15.187rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:16.125rem;left:54.9375rem;height:1.416666625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hPIOIA6viMBARsRbrPVsTL8OMdvyQMOn { color:rgba(var(--color-primary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:22.5625rem;left:54.6875rem;height:3.16666675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ddMe4AiPU769V9ro9Ge19q7Z4kQWDGRE { color:rgba(var(--color-primary-4),1);display:block;width:16.187rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:32.5rem;left:54.4375rem;height:14.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HvAJLVkWLfB5NViyezgMZTdeXZT7uTW3 { color:rgba(var(--color-primary-4),1);display:block;width:14.81119825rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:1rem;left:29.5rem;height:1.583333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GLXVVepWTS6rD9pwJgBcyqmiy2fKfdvy { color:rgba(var(--color-primary-4),1);display:block;width:15.18619825rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:15.75rem;left:29.375rem;height:1.416666625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TVKLdNBmR8gGZdfW3eP83Nb3Hra02UP8 { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:14.0625rem;width:14.0625rem;top:3.5rem;left:29.875rem;display:block; }
#y3fkP0hLd6dXnC4Hilc4B8wRBkRvI3sJ { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1236979375rem;width:14.0625rem;top:17.4375rem;left:29.9375rem;display:block; }
#CZP4MuR7ad3LZ3HXkxCPgakd4y1zF5q4 { position:absolute;display:block;z-index:15039;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:11.5625rem;width:11.5625rem;top:3.5rem;left:31rem;overflow:hidden;display:block; }
#eMp1JJWpz9QQ1yEmEWwPywSuabFlo9Fb { color:rgba(var(--color-primary-4),1);display:block;width:14.6223955rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:19.375rem;left:29.4375rem;height:3.16666675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TKIJgW96HJ1UWnKR0DezQHPHosVNJkq9 { color:rgba(var(--color-primary-4),1);display:block;width:16.4973965rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:25.625rem;left:28.5rem;height:20.583334rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fEzH8ouyMmiNtxmEgCloghLLa0ShAzbT { 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; }#fEzH8ouyMmiNtxmEgCloghLLa0ShAzbT > .row .container { background-color: transparent; background-image: none; }#fEzH8ouyMmiNtxmEgCloghLLa0ShAzbT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fEzH8ouyMmiNtxmEgCloghLLa0ShAzbT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fEzH8ouyMmiNtxmEgCloghLLa0ShAzbT > .row .container > .video-iframe-container { display: none; }#fEzH8ouyMmiNtxmEgCloghLLa0ShAzbT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fEzH8ouyMmiNtxmEgCloghLLa0ShAzbT > .row > .video-iframe-container { display: none; }#fEzH8ouyMmiNtxmEgCloghLLa0ShAzbT > .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); }#fEzH8ouyMmiNtxmEgCloghLLa0ShAzbT > .row .container { border-width: 0; border-radius: 0; }#fEzH8ouyMmiNtxmEgCloghLLa0ShAzbT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fEzH8ouyMmiNtxmEgCloghLLa0ShAzbT > .row .container { font-size:0.875rem;font-family:arial;height:60.9375rem;width:75rem;position:relative;display:block; }#FKKpbPTlrmUGiVVMExS84apDakTvs6Gf { color:rgba(var(--color-primary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.0625rem;left:5.125rem;height:1.583333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#so37AK2ZNyk3lW2pt9lapHqHJ1xA54zm { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:14.0625rem;width:14.0625rem;top:3.5rem;left:5.625rem;display:block; }
#TwgEgstOh3CfSZFQTlGDuzassMog7E4l { position:absolute;display:block;z-index:15031;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:11.5625rem;width:11.5625rem;top:3.5625rem;left:6.8125rem;overflow:hidden;display:block; }
#DoZEcWd4MfItxFr5NKpz5gbTq71pmCvc { color:rgba(var(--color-tertiary-4),1);display:block;width:11.3730625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:15.8125rem;left:6.875rem;height:1.416666625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rxQsHNCHP2pDqDd4ruahrf0u33JAN3B8 { color:rgba(var(--color-primary-4),1);display:block;width:14.5615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:20.75rem;left:5.25rem;height:4.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZUQSt6NZ88E06AIiGeXqXnAs4NEyCVK8 { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124511875rem;width:14.0625rem;top:17.5625rem;left:5.5625rem;display:block; }
#er37TGE7r16tJWx9yLgMcC2fFHn5x6t1 { color:rgba(var(--color-primary-4),1);display:block;width:21.3740806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:27.918212890625rem;left:1.8129596710205rem;height:23.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container { background-color: transparent; background-image: none; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container > .video-iframe-container { display: none; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row > .video-iframe-container { display: none; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .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); }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container { border-width: 0; border-radius: 0; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container { font-size:0.875rem;font-family:arial;height:45.25rem;width:75rem;position:relative;display:block; }#uaa1pt3lKkRAPUGU7h2am73M29JJAyKd { color:rgba(var(--color-tertiary-0),1);display:block;width:39.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:10.3125rem;left:8rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IF8w5suVvneAQMRcn8cCWe3sOf2DTVoX { color:rgba(var(--color-secondary-3),1);display:block;width:34.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:13.8125rem;left:8rem;height:3.5rem;font-style:normal;display:block; }
#MixMlagkvEbvrLUITN4V3uHqMWdBN1i6 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3d7ff908-a4c2-4292-8520-86f048d9e2c4/22Untitleddesign.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.3125rem -0.5625rem 1.5625rem rgba(84,84,84,0.25) ;height:26.4375rem;width:26.4375rem;top:2.5rem;left:43.1875rem;display:block; }#MixMlagkvEbvrLUITN4V3uHqMWdBN1i6.adaptive-delivery-prevent-bg, #MixMlagkvEbvrLUITN4V3uHqMWdBN1i6.lazyload, #MixMlagkvEbvrLUITN4V3uHqMWdBN1i6.lazyloading { background-image: none; }
#pRXo0Ev2fvxFkTGG4qPnemOnkvMeLCDq { color:rgba(var(--color-tertiary-0),1);display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:29.5rem;left:44.75rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NmTPwANfVUlpfAAIxzu8XTKRfQafMlZG { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.9;letter-spacing:0;top:38.875rem;left:29.875rem;height:2.08333325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EqOu7zoQ0QlfeP5oTkSzLocbO7dd9qiD { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-4),0.2);border-left:0.125rem solid rgba(var(--color-tertiary-4),0.2);border-right:0.125rem solid rgba(var(--color-tertiary-4),0.2);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),0.2);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.999875rem;width:2.999875rem;top:40.875rem;left:32.0625rem;display:block; }
#LrGatGtsQPTezo7VCxRF4oWa0sr1Ruxw { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.4375rem;font-weight:400;line-height:1;height:2.12463125rem;width:2.12463125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:41.5625rem;left:32.6875rem;display:block; }
#HpURNNgavQJmuoryzmxdIVTlBOpMWOWm { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-4),0.2);border-left:0.125rem solid rgba(var(--color-tertiary-4),0.2);border-right:0.125rem solid rgba(var(--color-tertiary-4),0.2);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),0.2);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.999875rem;width:2.999875rem;top:40.875rem;left:35.6875rem;display:block; }
#xI77c2XxzWUsc5nqZ6b6fCMXHNnhtWbT { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.4375rem;font-weight:400;line-height:1;height:2.12463125rem;width:2.062375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:41.4375rem;left:36.25rem;display:block; }
#b8PAR35pn6FNSs2dC5lvUnk9R5dtL8Dg { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-4),0.2);border-left:0.125rem solid rgba(var(--color-tertiary-4),0.2);border-right:0.125rem solid rgba(var(--color-tertiary-4),0.2);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),0.2);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.999875rem;width:2.999875rem;top:40.875rem;left:39.3125rem;display:block; }
#DwvNJa8cqMfSc8HQdsgW6oyDRM5mHJOb { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.1875rem;font-weight:400;line-height:1;height:1.749875rem;width:1.749875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15028;top:41.6875rem;left:40.0625rem;display:block; }
#AEI4bf5SNLOksITOeAOQnPREMRNhG5TO { background-color:#88c040;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:#234446;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.8125rem;height:4.0625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:20.8125rem;left:8rem;display:block; }
#xufhBFkIZvK9Ji4BZHWAsEAv5SL7r7Pf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ix93PBik5TNURxiOxhBPC23txP9uxIpX { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-1),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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: -0.3125rem -0.5625rem 1.5625rem rgba(0,0,0,0.25) ;height:6.5625rem;width:6.5625rem;top:0rem;left:61.75rem;display:block; }
#BtTI5DlIGk35tUCV3r5n7DEssyfKmIM9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#BtTI5DlIGk35tUCV3r5n7DEssyfKmIM9 > .row .container { background-color: transparent; background-image: none; }#BtTI5DlIGk35tUCV3r5n7DEssyfKmIM9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BtTI5DlIGk35tUCV3r5n7DEssyfKmIM9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BtTI5DlIGk35tUCV3r5n7DEssyfKmIM9 > .row .container > .video-iframe-container { display: none; }#BtTI5DlIGk35tUCV3r5n7DEssyfKmIM9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BtTI5DlIGk35tUCV3r5n7DEssyfKmIM9 > .row > .video-iframe-container { display: none; }#BtTI5DlIGk35tUCV3r5n7DEssyfKmIM9 > .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); }#BtTI5DlIGk35tUCV3r5n7DEssyfKmIM9 > .row .container { border-width: 0; border-radius: 0; }#BtTI5DlIGk35tUCV3r5n7DEssyfKmIM9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BtTI5DlIGk35tUCV3r5n7DEssyfKmIM9 > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#VbtNpOPlMKMcDJePGZD7gO2gT9VM0xKq { z-index:15006;top:0.228271484375rem;left:30.551147460938rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #012f94;border-left:0.0625rem solid #012f94;border-right:0.0625rem solid #012f94;border-bottom:0.0625rem solid #012f94;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.89586325rem;height:3.27087575rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cAFXFGUhAebrpun0KNG215KVBVcClfan { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #oOl6xNzJk8GUPhMZnx19lMOXIe2bdD3r { display:block; }#oOl6xNzJk8GUPhMZnx19lMOXIe2bdD3r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ChrbGAwZPnkA95a7kB6OVUM83gpTpXK3 { width:6.5rem;height:2.1875rem;top:1.1875rem;left:6.1248779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FckRgTP3DlzQ6V8QdwVnm838mskB0qKP { display:block; }
 }@media only screen and (max-width: 763px) { #iaGXlHPdZ5IVaIgAdyJUrMENbTLsmoel { width:10.1875rem;height:2.1875rem;top:1.1875rem;left:14.249877929688rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPutbFTAmbhKFChb6c9bs2GTl7hPnL7D { display:block; }
 }@media only screen and (max-width: 763px) { #rkzxPFa5MGR6yU3tElIiTqvVXw2SL9qn { width:6.4375rem;height:2.1875rem;top:1.1875rem;left:35.686767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoRqnkoPiSzFyHwHCdluz6CA9no7uXSn { display:block; }
 }@media only screen and (max-width: 763px) { #DcLMO98Hbvln6hqStsbDT9iOeMTrdvVt { width:11.1875rem;height:2.125rem;top:1.1875rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShnZTRHT4r3iz0tT7EDDPOUn5cEksQJg { display:block; }
 }@media only screen and (max-width: 763px) { #wNk0cqp7cTXKsfFFFiThyL0CPsqey1FW { width:7.6875rem;height:2.1875rem;top:1.1875rem;left:25.249633789062rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKdQAGgtXGaw2U8gkwfNZnHysAKZKgdV { display:block; }
 }@media only screen and (max-width: 763px) { #NO4cprtRVruilCCSBuyQQ0aPiPDmt5Tw { top:0rem;left:0rem;width:6rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lB1XHOM5aCT9CuNKbrfVllbP8urPKBTN { top:1.0625rem;left:45.375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dl5PmTIlicp961K7wqLWLpcQp6T8V7eS { display:block; }#dl5PmTIlicp961K7wqLWLpcQp6T8V7eS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KfWhwR6gT7ShhT7umBlWOrtaWfxkTlgp { width:15.1875rem;height:4.0625rem;top:32.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3VPZ0O1IXRQb7OP1RMCKk036KmuBZyN { display:block; }
 }@media only screen and (max-width: 763px) { #Q9gmFJdI79E1KMUJE0rONvM5Lf5TChq9 { top:2.9375rem;left:8.25rem;width:39.5rem;height:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyO5S3Raa9fMwe275wf14mIAzug6FFDW { top:8.75rem;left:15.75rem;width:32rem;height:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQylS0BG5OCAvsAwdfZLVCrbCzDUQV4b { top:7.6875rem;left:30.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgsqVWFMSUvBfwcEcy5TqHqED2Lo6KSo { top:12.625rem;left:41.1875rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9L7sXq67z0dWPaWFc24tlAGc95hJDsc { top:29.375rem;left:21rem;width:3.125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STSCgfEAaa1vFN0P27E08OcRm98zFKZ8 { top:35.25rem;left:37.75rem;width:10rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV5SNQNAzGd5TTzfebd4XdEu3UrkcfOw { top:0rem;left:35.4375rem;width:12.3125rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EswynFcNIIeQXPKpQXhkHI7JwHanpOLO { top:1.625rem;left:0rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDNpOTwI1upy7mTdwa2T9vNO7QTZmOEd { top:11.4375rem;left:0rem;width:32.5rem;height:9.5rem;font-size:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XivGEgOifUmJzuhaTLLLwnckI0vz8sMV { top:6.5625rem;left:0rem;width:31.875rem;height:7.375rem;font-size:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XelfVT0K3iLVogOLe7rKfOB8FPBvT3Dm { top:2.875rem;left:0rem;width:47.75rem;height:5.5rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GK5imoVrE9e74TaQTmTMV2dp0kCzuToT { top:32.8125rem;left:6.7488079071044rem;width:12.5rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9DwQcSQCsPRhniJVEClvafOyF670RBb { display:block; }
 }@media only screen and (max-width: 763px) { #s7QecTotukMkIy6bd39homEzvt9fyZdR { display:block; }#s7QecTotukMkIy6bd39homEzvt9fyZdR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 { display:block; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nc1P91ZgwLzBFi9GUb3C3VcvRzrXQxUq { top:4.3125rem;left:0rem;width:36.4375rem;height:6.4375rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mvu8IAA6iyLkSz1xrTHx3x7DygV53VR7 { top:10.0625rem;left:0rem;width:36.75rem;height:14.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvcQDzIMmu79NLULSIZOyqsroo3hoNAf { top:4.3125rem;left:44.625rem;width:3.125rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7FZX72OdcxFFZMxUssni03lPNc60o0c { top:16.8125rem;left:27.374755859375rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzBN51hDwpIfsfZOQGfLddfnnV4TTzEL { width:15.125rem;height:4.0625rem;top:26.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTTll1I3kXKr7lmAelWc8ootE8OVTmCf { display:block; }
 }@media only screen and (max-width: 763px) { #JBtSxWTcnPmTsuKmLouhl9fghzzuWFZ7 { top:4.8125rem;left:26.4375rem;width:21.3125rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhA39mWpRXThLpmEN5zp90yPXTo30pIJ { display:block; }#hhA39mWpRXThLpmEN5zp90yPXTo30pIJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qUmDaDlrfCm5I6zWJKZz9vRUmNcnxvVr { top:2.8125rem;left:1.281005859375rem;width:45.125rem;height:7.125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiNXKBKn1JEM0svUElCKvpGewsa4lZOi { top:1.25rem;left:4.6871757507324rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcLCk9WD30qdcRCmzz2EWqZAm8m2T2hh { display:block; }#IcLCk9WD30qdcRCmzz2EWqZAm8m2T2hh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #elFWLp06d6t9NJnuMW3zbT3SQXF9whBA { top:1.3125rem;left:0rem;width:12.875rem;height:6.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTXMDaSRTTpp8El2kiy44ahGmHhBzbPf { top:1.3125rem;left:10.3125rem;width:13.5625rem;height:8.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSLhTrPNAJGJyS5Edltqk22druPuLqFN { top:0.9375rem;left:20.1875rem;width:15.625rem;height:11.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Awpnt9OTQ6XB0xUoDX4NdCC2vfrsLUK9 { top:0.5625rem;left:34.3125rem;width:13.4375rem;height:8.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0dAVxCSraNh1PLWP998Bo0Px27ud4OH { top:0.9375rem;left:23.875rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKswqMTe38Rmxs3wVTR8l2E8DyCSVJyM { top:1.3125rem;left:0rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7sa87Kkbs7VgsF6BDtQ8UkoBUux20PF { top:0.9375rem;left:11.9375rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIWP67XTcLdTNzTw4qKhkodMXBW81R45 { top:0.9375rem;left:35.8125rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvlKr1tpyhRRSKfgNAdQGR6sAOqPE0JR { display:block; }#bvlKr1tpyhRRSKfgNAdQGR6sAOqPE0JR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bLs6iR78ecT6N7gzfRGOuQMWqbfraOHl { top:0.9375rem;left:0rem;width:13.625rem;height:8.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca3h0HGRGnUrXDILhZmTeJphSnWoEpKw { top:0.9375rem;left:10.125rem;width:13.75rem;height:6.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxrTJJ7toUfCqAQfeWn03Vrid2Nf6O8P { top:1.5rem;left:22rem;width:13.8125rem;height:4.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNzdIQnSVgeRntl3s6846LGXpoR5wp8B { width:15.125rem;height:4.0625rem;top:4.9375rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKsUhTDT0fwmB9t3HIJZvIrH18GTU5VJ { display:block; }
 }@media only screen and (max-width: 763px) { #ksHodcLuIlvt5avcwUm3fPKQiH8lAOPA { top:0.9375rem;left:0rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XObcNsP1MXqtZh6QBuiRzXw1zg1lemWa { top:0.9375rem;left:11.9375rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTp2aw2eJrL1v8t1ifyQHsfU4FC4OxEp { top:0.9375rem;left:23.875rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeIc4vSPKoXGKdVkPk5AD8b6k4zsTEVK { display:block; }#CeIc4vSPKoXGKdVkPk5AD8b6k4zsTEVK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KKyqkvftoOPuaopbo2ZTBTPElqQklz5K { width:47.75rem;height:16.5rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vg9PZv5PsKeifiiXw9yR9QWPElVlzTlq { width:2.375rem;height:2.375rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zV4W62Ifvyqzz3Kn86dr5tFLtKSvMuQE { width:17.9375rem;height:4.25rem;top:18.625rem;left:29.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6RqKfk6TNcGNKRXuKHMatLpxZEd6aks { width:47.75rem;height:2.75rem;top:1.9375rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7Lwa8OkmlTiJV6RPEEbnVc0OXTBhUlT { width:2.5rem;height:0.125rem;top:10.25rem;left:23.166666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #SazzqSPTI7Q1FgXxyPZGEwAfpHl43rwf { width:47.75rem;height:5.8125rem;top:12.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCckylU2vGv3F9zguOvtwZkhQxOo5r96 { top:18.5rem;left:31.5rem;width:16.25rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8krQnf7bCJ0bIgdTuCS409W92ypi6c4 { display:block; }#z8krQnf7bCJ0bIgdTuCS409W92ypi6c4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QlLmdureoi7yuNoAse2SdyCgwhWfzJor { top:2.1875rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUGw8kuizQVWalgEQZnMiR6tRBeFxRgd { display:block; }#wUGw8kuizQVWalgEQZnMiR6tRBeFxRgd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GFXZySB4gdTSmU5b579phg2AMakNes45 { top:0rem;left:12.625rem;width:19.125rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLKJp3Da21vn7rmyF1WkvI4OwXNWBFW9 { top:0rem;left:0rem;width:19.125rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NguE7Qe2rLUZXJlpVczTKnINOKlaMSI3 { top:0rem;left:28.5rem;width:19.125rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6oCF8NxWnCDU6RA7MLx7snmTKAA7DQh { top:4.0625rem;left:0.3428955078125rem;width:15.0625rem;height:6.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mA3MhRFUQTVpNdJ0G0uSdoiHZxqv8A7m { top:3.375rem;left:32.559736251831rem;width:15.0625rem;height:8.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #flQUwpyf7VyVWpxJ2HaBWT6gbTbCmvTz { top:1.6875rem;left:15rem;width:16.75rem;height:11.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTG0UT0SEMtxwZMJtmBz9w0rF1EquHsg { top:0.9375rem;left:0rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yV3yrrI9kBHkT4XvKETxXQWHo89dSAxQ { top:1rem;left:32.124633789062rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdJLZfuebx0mLrFdKRHf48NRquGmdNHq { top:0.9375rem;left:15.875rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkqZGrVwB2FXaA72ALxyhmrUHGQ0Gq3E { width:15.125rem;height:4.0625rem;top:16.5rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnHQBft3UixHMXUlhgTc4XWThb3hKPW8 { display:block; }
 }@media only screen and (max-width: 763px) { #dGuIJS7oFPbCyhqQZKstDqaE1ougKymq { display:block; }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cvUwlDiczDFKpDTaBiWZVB8v0EVh8l26 { top:5rem;left:0rem;width:47.75rem;height:7.1875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfCMm3OvQuNLdtBDSEc7X4T5RoBSl4fp { top:2.4375rem;left:0rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyEgNcM6XCLpy0CTy2TPq6xZMoXE64Xd { display:block; }#dyEgNcM6XCLpy0CTy2TPq6xZMoXE64Xd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VeiFcIv3NDyXUowrv7yJ1A0WK5oZFIXk { top:1.25rem;left:0rem;width:37.5rem;height:4.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rd2vfR8ouCQH01fWETuOSWpBlSAt2ptb { top:7.1875rem;left:7.25rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCFKuSx9ExicbIGxuMSakbSyd7e8iWn6 { top:10.625rem;left:7.1236572265625rem;width:9.5625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0CWnITrQ5DaBdTmVABlOSRLNVZyQbLq { top:17.125rem;left:28.968017578125rem;width:13.625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHeyDJ1viokLqptT9grrFWp6PogVhB3I { top:2.4375rem;left:0rem;width:37.5rem;height:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #agm23G0wSplK4SUgE0Rd9mx56VizSvnS { top:7.25rem;left:31.125rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrLOr1V9ZF9afoW6eLyX2259FA7aRvfu { top:10.625rem;left:31.187255859375rem;width:9.1875rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUIbo7AwSWuTEPdTnMbQiqfAIyOxaKIg { width:22.8125rem;height:4.0625rem;top:18.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QU1KGbz601QgTIloInS6f63PFA68QNaJ { display:block; }
 }@media only screen and (max-width: 763px) { #qDbupoJ43i5qCzQAgPLsCDW4dwcD6BcW { display:block; }#qDbupoJ43i5qCzQAgPLsCDW4dwcD6BcW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yh3l7EqL7iFCZ0nVPE9qJnIsgRAqdKMU { top:0.875rem;left:16.50048828125rem;width:14.5625rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kL5r2rI3ToEqusX7uVDpEUbSaomU2gBT { display:block; }#kL5r2rI3ToEqusX7uVDpEUbSaomU2gBT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ITdGvDS17Suf5I5rBSxHApK0oDlayN7g { width:14.0625rem;height:14.0625rem;top:3.4375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFyRPgBTG8n8mLfuXOFs7qsO0SdyDuoz { top:0.9375rem;left:0.4375rem;width:14.8125rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvNwtrtlKlGPm1bMpdwqAQO3K289S0o1 { top:3.4375rem;left:1.8125rem;width:11.75rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdMigWuKhTOUK91PHVbRlbRkl9Nnws5T { width:14.0625rem;height:0.0625rem;top:17.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CayLB3KHEyeXxTwGBnHE7RUrcO8veamN { top:15.9375rem;left:0.125rem;width:15.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1nlHaQ4AJzLywgBNMVRAzXA7wBp8TNp { top:19.3125rem;left:0rem;width:15.8125rem;height:7.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #owQ6iqqFTVnprmIR4zQzKtsBNdlSzLdq { top:27.125rem;left:0rem;width:22.125rem;height:22.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUh5iMgMJQs58FIsIn4fX8iuBuc1Lxni { width:14.0625rem;height:14.0625rem;top:3.5rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ez7VEAeOyZofTv3VUvFIOIfH5oINBCJn { top:1rem;left:32.375rem;width:14.8125rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #azAMN0oOPWJXxAQWcPSI5G0Rg7PvfKgC { top:3.5rem;left:33.75rem;width:11.75rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsNVSZdSXx6TqCQGgs571QNUCmQJiM8E { width:14.0625rem;height:0.0625rem;top:17.4375rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm4xe3hGU6sblTVTE5VmHvpstmV8JTE5 { top:15.8125rem;left:32.0625rem;width:15.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGlkFzI4ATiaryQzdgsfxqU8gBaRSL4P { top:19.375rem;left:31.8125rem;width:15.8125rem;height:4.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFkvPISs0CC8VHiuTLkIaIWgFmvDQ9BH { top:27.1875rem;left:25.5rem;width:22.125rem;height:25.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT9N41XElWewnLex2sB8v7oskMzdfXmd { top:0.875rem;left:16.75rem;width:14.75rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXpNRcs3U2Fxx0TMoTATpoT0eZnTKEsT { width:14.0625rem;height:14.0625rem;top:3.375rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAe8Qpz6iMP83mNd0m4vC8gn5w16fQ7F { top:3.375rem;left:18.3125rem;width:11.5625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FceddKPFDGLIXVmKIK1MPn7WFHHGxLrF { top:15.625rem;left:16.625rem;width:15.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMIThTGqcR7UENJX2tOuNgtTkklMiRNG { width:14.0625rem;height:0.0625rem;top:17.3125rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rr35ROUQc6ZuWgTSzIffRWAAATe22Uxn { top:19.75rem;left:8.875rem;width:22.875rem;height:6.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5yiTbFw3dM2CwZ66GIcqQXTMxSvESb5 { top:27.75rem;left:8.625rem;width:23.125rem;height:30.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTOd6Xtsl60FTV2drTAoXh0GHo2LaLON { display:block; }#vTOd6Xtsl60FTV2drTAoXh0GHo2LaLON > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wq50GLI0eahTqepMxz2s3Rb1dso4xXCw { width:14.0625rem;height:14.0625rem;top:3.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5OB5TnmNII3p8s8OCxKTvTHXIztpTcb { top:0.625rem;left:0rem;width:18.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9n5VKc9FM0oyzvD3clM5MqwdfS0lzc7 { top:3.6875rem;left:2.1875rem;width:11.4375rem;height:11.500349847063rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgoT1L2vulcvJpWkqJEUwsKs8yEAfTW9 { width:14.0625rem;height:0.0625rem;top:17.625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilvEk9DS8RJJfdnNHbRb75i51sK9gINR { top:15.9375rem;left:0.4375rem;width:15.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsSVL0rJGZhw7MRHCqgwbEfOJv7WJQKT { top:21.5rem;left:0rem;width:17.5rem;height:6.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKpSfVO9skzE6vZmIQfLuLG8XIIGvyh2 { top:31.8125rem;left:0rem;width:19.375rem;height:14.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCSEHz2keEsHZ1b76gydDXG0BXsH6FkX { top:0.5625rem;left:32.280821800232rem;width:14.75rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3ayemTSTzJSMaX7gKlf2SSZ5SAblIwe { width:14.0625rem;height:14.0625rem;top:3.8125rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qixSbqTzm1yLc4NbTfbTQ7A8Sa9kTr13 { top:3.8125rem;left:33.8125rem;width:11.75rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiBEMGgAAk8RNNGB5wOTVakmWfboPR2T { width:14.0625rem;height:0.0625rem;top:17.75rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKTKLocGgkwTk7yueHxxy0Svl4pXLEKk { top:16.125rem;left:32.125rem;width:15.125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPIOIA6viMBARsRbrPVsTL8OMdvyQMOn { top:22.5625rem;left:31.875rem;width:15.625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddMe4AiPU769V9ro9Ge19q7Z4kQWDGRE { top:32.5rem;left:31.5rem;width:16.125rem;height:14.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvAJLVkWLfB5NViyezgMZTdeXZT7uTW3 { top:1rem;left:15.875rem;width:14.75rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLXVVepWTS6rD9pwJgBcyqmiy2fKfdvy { top:15.75rem;left:15.875rem;width:15.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVKLdNBmR8gGZdfW3eP83Nb3Hra02UP8 { width:14.0625rem;height:14.0625rem;top:3.5rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3fkP0hLd6dXnC4Hilc4B8wRBkRvI3sJ { width:14.0625rem;height:0.0625rem;top:17.4375rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZP4MuR7ad3LZ3HXkxCPgakd4y1zF5q4 { top:3.5rem;left:17.3125rem;width:11.5625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMp1JJWpz9QQ1yEmEWwPywSuabFlo9Fb { top:19.375rem;left:15.875rem;width:14.5625rem;height:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKIJgW96HJ1UWnKR0DezQHPHosVNJkq9 { top:25.625rem;left:15.3125rem;width:16.4375rem;height:20.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEzH8ouyMmiNtxmEgCloghLLa0ShAzbT { display:block; }#fEzH8ouyMmiNtxmEgCloghLLa0ShAzbT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FKKpbPTlrmUGiVVMExS84apDakTvs6Gf { top:1.0625rem;left:0.5625rem;width:14.75rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #so37AK2ZNyk3lW2pt9lapHqHJ1xA54zm { width:14.0625rem;height:14.0625rem;top:3.5rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwgEgstOh3CfSZFQTlGDuzassMog7E4l { top:3.5625rem;left:2.25rem;width:11.5625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoZEcWd4MfItxFr5NKpz5gbTq71pmCvc { width:11.3125rem;height:1.375rem;top:15.8125rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxQsHNCHP2pDqDd4ruahrf0u33JAN3B8 { top:20.75rem;left:0.6875rem;width:14.5rem;height:4.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUQSt6NZ88E06AIiGeXqXnAs4NEyCVK8 { width:14.0625rem;height:0.0625rem;top:17.5625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #er37TGE7r16tJWx9yLgMcC2fFHn5x6t1 { top:27.875rem;left:0rem;width:21.3125rem;height:24.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL { display:block; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uaa1pt3lKkRAPUGU7h2am73M29JJAyKd { top:10.3125rem;left:0rem;width:39.4375rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IF8w5suVvneAQMRcn8cCWe3sOf2DTVoX { top:13.8125rem;left:0rem;width:34.3125rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MixMlagkvEbvrLUITN4V3uHqMWdBN1i6 { top:2.5rem;left:21.3125rem;width:26.4375rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRXo0Ev2fvxFkTGG4qPnemOnkvMeLCDq { top:29.5rem;left:24.5rem;width:23.25rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmTPwANfVUlpfAAIxzu8XTKRfQafMlZG { width:15.25rem;height:2.125rem;top:38.875rem;left:16.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqOu7zoQ0QlfeP5oTkSzLocbO7dd9qiD { width:2.9375rem;height:2.9375rem;top:40.875rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrGatGtsQPTezo7VCxRF4oWa0sr1Ruxw { width:2.0625rem;height:2.0625rem;top:41.5625rem;left:19.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpURNNgavQJmuoryzmxdIVTlBOpMWOWm { width:2.9375rem;height:2.9375rem;top:40.875rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xI77c2XxzWUsc5nqZ6b6fCMXHNnhtWbT { width:2rem;height:2.0606203890617rem;top:41.4375rem;left:22.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8PAR35pn6FNSs2dC5lvUnk9R5dtL8Dg { width:2.9375rem;height:2.9375rem;top:40.875rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwvNJa8cqMfSc8HQdsgW6oyDRM5mHJOb { width:1.6875rem;height:1.6875rem;top:41.6875rem;left:26.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEI4bf5SNLOksITOeAOQnPREMRNhG5TO { width:22.8125rem;height:4.0625rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xufhBFkIZvK9Ji4BZHWAsEAv5SL7r7Pf { display:block; }
 }@media only screen and (max-width: 763px) { #ix93PBik5TNURxiOxhBPC23txP9uxIpX { top:0rem;left:41.1875rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtTI5DlIGk35tUCV3r5n7DEssyfKmIM9 { display:block; }#BtTI5DlIGk35tUCV3r5n7DEssyfKmIM9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbtNpOPlMKMcDJePGZD7gO2gT9VM0xKq { top:0.1875rem;left:16.926147460938rem;width:13.875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAFXFGUhAebrpun0KNG215KVBVcClfan { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #oOl6xNzJk8GUPhMZnx19lMOXIe2bdD3r { position:relative;z-index:auto;display:block; }#oOl6xNzJk8GUPhMZnx19lMOXIe2bdD3r > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ChrbGAwZPnkA95a7kB6OVUM83gpTpXK3 { width:9.3125rem;height:1.8125rem;top:5.56201171875rem;left:0rem;text-align:center;text-align-last:center;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FckRgTP3DlzQ6V8QdwVnm838mskB0qKP { display:block; }
 }@media only screen and (max-width: 763px) { #iaGXlHPdZ5IVaIgAdyJUrMENbTLsmoel { width:9.375rem;height:1.9375rem;top:5.49951171875rem;left:10.6240234375rem;text-align:center;text-align-last:center;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CPutbFTAmbhKFChb6c9bs2GTl7hPnL7D { display:block; }
 }@media only screen and (max-width: 763px) { #rkzxPFa5MGR6yU3tElIiTqvVXw2SL9qn { width:9.3125rem;height:1.8125rem;top:8.40576171875rem;left:10.6875rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KoRqnkoPiSzFyHwHCdluz6CA9no7uXSn { display:block; }
 }@media only screen and (max-width: 763px) { #DcLMO98Hbvln6hqStsbDT9iOeMTrdvVt { width:11.625rem;height:2.125rem;top:11.15283203125rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(115deg, #88c040, #88c040);background-image: -moz-linear-gradient(115deg, #88c040, #88c040);background-image: -ms-linear-gradient(115deg, #88c040, #88c040);background-image: -o-linear-gradient(115deg, #88c040, #88c040);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#88c040', endColorstr='#88c040' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#88c040', endColorstr='#88c040' );";background-image: linear-gradient(115deg, #88c040, #88c040);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ShnZTRHT4r3iz0tT7EDDPOUn5cEksQJg { display:block; }
 }@media only screen and (max-width: 763px) { #wNk0cqp7cTXKsfFFFiThyL0CPsqey1FW { width:9.3125rem;height:1.8125rem;top:8.40576171875rem;left:0rem;text-align:center;text-align-last:center;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OKdQAGgtXGaw2U8gkwfNZnHysAKZKgdV { display:block; }
 }@media only screen and (max-width: 763px) { #NO4cprtRVruilCCSBuyQQ0aPiPDmt5Tw { width:4.0625rem;height:2.9375rem;top:0rem;left:15.656433823529rem;display:block; }
 }@media only screen and (max-width: 763px) { #lB1XHOM5aCT9CuNKbrfVllbP8urPKBTN { width:1.75rem;height:1.75rem;top:11.34033203125rem;left:17.56103515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dl5PmTIlicp961K7wqLWLpcQp6T8V7eS { background-color:#0b1a43;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dl5PmTIlicp961K7wqLWLpcQp6T8V7eS > .row .container { background-color: transparent; background-image: none; }#dl5PmTIlicp961K7wqLWLpcQp6T8V7eS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dl5PmTIlicp961K7wqLWLpcQp6T8V7eS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dl5PmTIlicp961K7wqLWLpcQp6T8V7eS > .row .container > .video-iframe-container { display: none; }#dl5PmTIlicp961K7wqLWLpcQp6T8V7eS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dl5PmTIlicp961K7wqLWLpcQp6T8V7eS > .row > .video-iframe-container { display: none; }#dl5PmTIlicp961K7wqLWLpcQp6T8V7eS > .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); }#dl5PmTIlicp961K7wqLWLpcQp6T8V7eS > .row .container { border-width: 0; border-radius: 0; }#dl5PmTIlicp961K7wqLWLpcQp6T8V7eS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dl5PmTIlicp961K7wqLWLpcQp6T8V7eS > .row .container { width:20rem;height:57.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KfWhwR6gT7ShhT7umBlWOrtaWfxkTlgp { width:13.3105625rem;height:3.62305rem;top:47.061767578125rem;left:3.3441162109375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #L3VPZ0O1IXRQb7OP1RMCKk036KmuBZyN { display:block; }
 }@media only screen and (max-width: 763px) { #Q9gmFJdI79E1KMUJE0rONvM5Lf5TChq9 { width:18.8745rem;height:18.937375rem;top:15.874633789062rem;left:1.12548828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyO5S3Raa9fMwe275wf14mIAzug6FFDW { width:20rem;height:20rem;top:14.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQylS0BG5OCAvsAwdfZLVCrbCzDUQV4b { width:3.125rem;height:3.125rem;top:32.31201171875rem;left:15.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgsqVWFMSUvBfwcEcy5TqHqED2Lo6KSo { width:6.5625rem;height:6.5625rem;top:13.912493188476rem;left:13.4375rem;background-color:#b8a798;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) { #M9L7sXq67z0dWPaWFc24tlAGc95hJDsc { width:1.125rem;height:3.4375rem;top:14.749755859375rem;left:0.74951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STSCgfEAaa1vFN0P27E08OcRm98zFKZ8 { width:10rem;height:2.1875rem;top:28.125rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV5SNQNAzGd5TTzfebd4XdEu3UrkcfOw { width:6.124875rem;height:4.562375rem;top:0.2496337890625rem;left:13.875122070312rem;display:block; }
 }@media only screen and (max-width: 763px) { #EswynFcNIIeQXPKpQXhkHI7JwHanpOLO { width:3.6875rem;height:3.6875rem;top:2.6875rem;left:0rem;background-color:#c0b9b4;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) { #aDNpOTwI1upy7mTdwa2T9vNO7QTZmOEd { width:20rem;height:4.5833335rem;top:8.4375rem;left:0rem;font-size:3.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XivGEgOifUmJzuhaTLLLwnckI0vz8sMV { width:20rem;height:3.58333325rem;top:5.9683837890625rem;left:0rem;font-size:2.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XelfVT0K3iLVogOLe7rKfOB8FPBvT3Dm { width:20rem;height:2.58333325rem;top:4.125rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GK5imoVrE9e74TaQTmTMV2dp0kCzuToT { top:52.1875rem;left:3.75rem;z-index:15011;width:12.37548825rem;height:3.93798825rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9DwQcSQCsPRhniJVEClvafOyF670RBb { display:block; }
 }@media only screen and (max-width: 763px) { #s7QecTotukMkIy6bd39homEzvt9fyZdR { display:block; }#s7QecTotukMkIy6bd39homEzvt9fyZdR > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 { background-color:#0b1a43;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { background-color: transparent; background-image: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container > .video-iframe-container { display: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container { display: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .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); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { border-width: 0; border-radius: 0; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nc1P91ZgwLzBFi9GUb3C3VcvRzrXQxUq { width:15.1233125rem;height:2.58333325rem;top:0.936279296875rem;left:2.406005859375rem;font-size:2rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #Mvu8IAA6iyLkSz1xrTHx3x7DygV53VR7 { width:20rem;height:20.166666rem;top:4.09912109375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OvcQDzIMmu79NLULSIZOyqsroo3hoNAf { width:3.125rem;height:7.5rem;top:30.5625rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7FZX72OdcxFFZMxUssni03lPNc60o0c { width:6.5625rem;height:6.5625rem;top:39.0625rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #nzBN51hDwpIfsfZOQGfLddfnnV4TTzEL { width:15.123875rem;height:4.0625rem;top:49.6240234375rem;left:2.437744140625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #UTTll1I3kXKr7lmAelWc8ootE8OVTmCf { display:block; }
 }@media only screen and (max-width: 763px) { #JBtSxWTcnPmTsuKmLouhl9fghzzuWFZ7 { width:17.749625rem;height:18.937375rem;top:28.529663085938rem;left:1.1236572265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhA39mWpRXThLpmEN5zp90yPXTo30pIJ { background-color:#949593;background-image:none;display:block; }#hhA39mWpRXThLpmEN5zp90yPXTo30pIJ > .row .container { background-color: transparent; background-image: none; }#hhA39mWpRXThLpmEN5zp90yPXTo30pIJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhA39mWpRXThLpmEN5zp90yPXTo30pIJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhA39mWpRXThLpmEN5zp90yPXTo30pIJ > .row .container > .video-iframe-container { display: none; }#hhA39mWpRXThLpmEN5zp90yPXTo30pIJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhA39mWpRXThLpmEN5zp90yPXTo30pIJ > .row > .video-iframe-container { display: none; }#hhA39mWpRXThLpmEN5zp90yPXTo30pIJ > .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); }#hhA39mWpRXThLpmEN5zp90yPXTo30pIJ > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qUmDaDlrfCm5I6zWJKZz9vRUmNcnxvVr { width:20rem;height:10.333333rem;top:2.7508544921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiNXKBKn1JEM0svUElCKvpGewsa4lZOi { width:6.5625rem;height:6.5625rem;top:0.74951171875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcLCk9WD30qdcRCmzz2EWqZAm8m2T2hh { display:block; }#IcLCk9WD30qdcRCmzz2EWqZAm8m2T2hh > .row .container { width:20rem;height:34.0833335rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #elFWLp06d6t9NJnuMW3zbT3SQXF9whBA { width:15.1245rem;height:3.66666675rem;top:1.998291015625rem;left:2.4053955078125rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #cTXMDaSRTTpp8El2kiy44ahGmHhBzbPf { width:17.124625rem;height:5.25rem;top:8.841552734375rem;left:1.4361572265625rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JSLhTrPNAJGJyS5Edltqk22druPuLqFN { width:17.0625rem;height:7.3333335rem;top:17.125rem;left:1.6875rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Awpnt9OTQ6XB0xUoDX4NdCC2vfrsLUK9 { width:15.187375rem;height:7.3333335rem;top:26.75rem;left:2.4375rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #n0dAVxCSraNh1PLWP998Bo0Px27ud4OH { width:3.937375rem;height:3.937375rem;top:25.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKswqMTe38Rmxs3wVTR8l2E8DyCSVJyM { width:3.93676875rem;height:3.93676875rem;top:8.1219482421875rem;left:1.187744140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7sa87Kkbs7VgsF6BDtQ8UkoBUux20PF { width:3.99963125rem;height:3.99963125rem;top:0.9979248046875rem;left:1.12548828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIWP67XTcLdTNzTw4qKhkodMXBW81R45 { width:3.937375rem;height:3.937375rem;top:15.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvlKr1tpyhRRSKfgNAdQGR6sAOqPE0JR { display:block; }#bvlKr1tpyhRRSKfgNAdQGR6sAOqPE0JR > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bLs6iR78ecT6N7gzfRGOuQMWqbfraOHl { width:15rem;height:6.75rem;top:1.8121337890625rem;left:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca3h0HGRGnUrXDILhZmTeJphSnWoEpKw { width:15.187375rem;height:6.75rem;top:8.873291015625rem;left:2.40478515625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxrTJJ7toUfCqAQfeWn03Vrid2Nf6O8P { width:13.811625rem;height:6.75rem;top:16.746826171875rem;left:3.09326171875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNzdIQnSVgeRntl3s6846LGXpoR5wp8B { width:15.123875rem;height:4.0625rem;top:26.62109375rem;left:2.4371337890625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #fKsUhTDT0fwmB9t3HIJZvIrH18GTU5VJ { display:block; }
 }@media only screen and (max-width: 763px) { #ksHodcLuIlvt5avcwUm3fPKQiH8lAOPA { width:3.937375rem;height:3.937375rem;top:1.25rem;left:1.37451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XObcNsP1MXqtZh6QBuiRzXw1zg1lemWa { width:3.937375rem;height:3.937375rem;top:7.8399658203125rem;left:1.373291015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTp2aw2eJrL1v8t1ifyQHsfU4FC4OxEp { width:3.937375rem;height:3.937375rem;top:15.621948242188rem;left:1.373291015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeIc4vSPKoXGKdVkPk5AD8b6k4zsTEVK { display:block; }#CeIc4vSPKoXGKdVkPk5AD8b6k4zsTEVK > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KKyqkvftoOPuaopbo2ZTBTPElqQklz5K { width:20rem;height:25.9375rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vg9PZv5PsKeifiiXw9yR9QWPElVlzTlq { width:2.43713125rem;height:2.43713125rem;top:5.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zV4W62Ifvyqzz3Kn86dr5tFLtKSvMuQE { width:17.99925rem;height:3.33333325rem;top:24.5rem;left:1rem;text-align:right;text-align-last:right;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #M6RqKfk6TNcGNKRXuKHMatLpxZEd6aks { width:19.999375rem;height:1.5rem;top:1rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#0b1a43;display:block; }
 }@media only screen and (max-width: 763px) { #w7Lwa8OkmlTiJV6RPEEbnVc0OXTBhUlT { width:9.187rem;height:0.56213375rem;top:3.75rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SazzqSPTI7Q1FgXxyPZGEwAfpHl43rwf { width:18.687125rem;height:13.333333rem;top:9.3125rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:1.3125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yCckylU2vGv3F9zguOvtwZkhQxOo5r96 { width:12.561625rem;height:4.56176875rem;top:24rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8krQnf7bCJ0bIgdTuCS409W92ypi6c4 { display:block; }#z8krQnf7bCJ0bIgdTuCS409W92ypi6c4 > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QlLmdureoi7yuNoAse2SdyCgwhWfzJor { width:20rem;height:5.1666665rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUGw8kuizQVWalgEQZnMiR6tRBeFxRgd { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wUGw8kuizQVWalgEQZnMiR6tRBeFxRgd > .row .container { background-color: transparent; background-image: none; }#wUGw8kuizQVWalgEQZnMiR6tRBeFxRgd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUGw8kuizQVWalgEQZnMiR6tRBeFxRgd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUGw8kuizQVWalgEQZnMiR6tRBeFxRgd > .row .container > .video-iframe-container { display: none; }#wUGw8kuizQVWalgEQZnMiR6tRBeFxRgd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUGw8kuizQVWalgEQZnMiR6tRBeFxRgd > .row > .video-iframe-container { display: none; }#wUGw8kuizQVWalgEQZnMiR6tRBeFxRgd > .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); }#wUGw8kuizQVWalgEQZnMiR6tRBeFxRgd > .row .container { border-width: 0; border-radius: 0; }#wUGw8kuizQVWalgEQZnMiR6tRBeFxRgd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wUGw8kuizQVWalgEQZnMiR6tRBeFxRgd > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GFXZySB4gdTSmU5b579phg2AMakNes45 { width:20rem;height:12.5625rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLKJp3Da21vn7rmyF1WkvI4OwXNWBFW9 { width:20rem;height:10.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NguE7Qe2rLUZXJlpVczTKnINOKlaMSI3 { width:20rem;height:9.3125rem;top:25.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6oCF8NxWnCDU6RA7MLx7snmTKAA7DQh { width:17.999875rem;height:4.75rem;top:3.8427734375rem;left:0.99853515625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mA3MhRFUQTVpNdJ0G0uSdoiHZxqv8A7m { width:17.999875rem;height:6.3333335rem;top:26.531372070312rem;left:0.99853515625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #flQUwpyf7VyVWpxJ2HaBWT6gbTbCmvTz { width:18rem;height:11.083333rem;top:13.75rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTG0UT0SEMtxwZMJtmBz9w0rF1EquHsg { width:4.4995125rem;height:4.4995125rem;top:2.664794921875rem;left:0rem;background-color:#c0b9b4;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) { #yV3yrrI9kBHkT4XvKETxXQWHo89dSAxQ { width:4.4375rem;height:4.4375rem;top:26.6875rem;left:0rem;background-color:#c0b9b4;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) { #xdJLZfuebx0mLrFdKRHf48NRquGmdNHq { width:4.125rem;height:4.125rem;top:13.125rem;left:0rem;background-color:#c0b9b4;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) { #JkqZGrVwB2FXaA72ALxyhmrUHGQ0Gq3E { width:15.123875rem;height:4.0625rem;top:38.184204101562rem;left:2.4371337890625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #WnHQBft3UixHMXUlhgTc4XWThb3hKPW8 { display:block; }
 }@media only screen and (max-width: 763px) { #dGuIJS7oFPbCyhqQZKstDqaE1ougKymq { background-color:#949593;background-image:none;display:block; }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row .container { background-color: transparent; background-image: none; }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row .container > .video-iframe-container { display: none; }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row > .video-iframe-container { display: none; }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .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); }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row .container { width:20rem;height:12.519551261719rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cvUwlDiczDFKpDTaBiWZVB8v0EVh8l26 { width:20rem;height:10.33333325rem;top:2.1868896484375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfCMm3OvQuNLdtBDSEc7X4T5RoBSl4fp { width:6.5625rem;height:6.5625rem;top:1.06201171875rem;left:0.5621337890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyEgNcM6XCLpy0CTy2TPq6xZMoXE64Xd { display:block; }#dyEgNcM6XCLpy0CTy2TPq6xZMoXE64Xd > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VeiFcIv3NDyXUowrv7yJ1A0WK5oZFIXk { width:20rem;height:3.16666675rem;top:1.25rem;left:0rem;font-size:1.25rem;font-family:lato;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #rd2vfR8ouCQH01fWETuOSWpBlSAt2ptb { width:10.874625rem;height:10.874625rem;top:5.8148193359375rem;left:4.5611572265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCFKuSx9ExicbIGxuMSakbSyd7e8iWn6 { width:9.0625rem;height:2.58333325rem;top:9.951171875rem;left:5.46875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0CWnITrQ5DaBdTmVABlOSRLNVZyQbLq { width:13.62425rem;height:2rem;top:34.390869140625rem;left:3.187255859375rem;font-size:1.25rem;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #KHeyDJ1viokLqptT9grrFWp6PogVhB3I { width:20rem;height:2rem;top:20.833129882812rem;left:0rem;font-size:1.25rem;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #agm23G0wSplK4SUgE0Rd9mx56VizSvnS { width:10.562125rem;height:10.562125rem;top:23.829956054688rem;left:4.7174072265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrLOr1V9ZF9afoW6eLyX2259FA7aRvfu { width:9.187rem;height:2.58333325rem;top:27.8125rem;left:5.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUIbo7AwSWuTEPdTnMbQiqfAIyOxaKIg { width:18.999625rem;height:4.0625rem;top:39.833374023438rem;left:0.4986572265625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #QU1KGbz601QgTIloInS6f63PFA68QNaJ { display:block; }
 }@media only screen and (max-width: 763px) { #qDbupoJ43i5qCzQAgPLsCDW4dwcD6BcW { display:block; }#qDbupoJ43i5qCzQAgPLsCDW4dwcD6BcW > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yh3l7EqL7iFCZ0nVPE9qJnIsgRAqdKMU { width:20rem;height:2.33333325rem;top:0.936279296875rem;left:0rem;font-size:0.9375rem;color:#0b1a43;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kL5r2rI3ToEqusX7uVDpEUbSaomU2gBT { display:block; }#kL5r2rI3ToEqusX7uVDpEUbSaomU2gBT > .row .container { width:20rem;height:119.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ITdGvDS17Suf5I5rBSxHApK0oDlayN7g { width:9.68619825rem;height:9.68619825rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFyRPgBTG8n8mLfuXOFs7qsO0SdyDuoz { width:14.81119825rem;height:1.166666625rem;top:1.625rem;left:0rem;font-size:0.9375rem;color:#0b1a43;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HvNwtrtlKlGPm1bMpdwqAQO3K289S0o1 { width:9.0625rem;height:9.0625rem;top:3.6875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdMigWuKhTOUK91PHVbRlbRkl9Nnws5T { width:14.0625rem;height:0.1236979375rem;top:38.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CayLB3KHEyeXxTwGBnHE7RUrcO8veamN { width:9.1875rem;height:1.25rem;top:15.040374755859rem;left:0rem;font-size:1rem;color:#0b1a43;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S1nlHaQ4AJzLywgBNMVRAzXA7wBp8TNp { width:20rem;height:5.833333125rem;top:17.059906005859rem;left:0rem;font-size:0.9375rem;color:#0b1a43;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #owQ6iqqFTVnprmIR4zQzKtsBNdlSzLdq { width:19.1875rem;height:14rem;top:23.4765625rem;left:0rem;font-size:0.9375rem;color:#0b1a43;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dUh5iMgMJQs58FIsIn4fX8iuBuc1Lxni { width:9.68619825rem;height:9.68619825rem;top:84.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ez7VEAeOyZofTv3VUvFIOIfH5oINBCJn { width:14.81119825rem;height:1.166666625rem;top:81.875rem;left:0rem;font-size:0.9375rem;color:#0b1a43;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #azAMN0oOPWJXxAQWcPSI5G0Rg7PvfKgC { width:9.0625rem;height:9.0625rem;top:84.4375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsNVSZdSXx6TqCQGgs571QNUCmQJiM8E { width:14.0625rem;height:0.1236979375rem;top:1.1575622558594rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm4xe3hGU6sblTVTE5VmHvpstmV8JTE5 { width:9.1875rem;height:1.25rem;top:94.625rem;left:0.4375rem;font-size:1rem;color:#0b1a43;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FGlkFzI4ATiaryQzdgsfxqU8gBaRSL4P { width:20rem;height:3.499999875rem;top:96.9375rem;left:0rem;font-size:0.9375rem;color:#0b1a43;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BFkvPISs0CC8VHiuTLkIaIWgFmvDQ9BH { width:18.9375rem;height:16.333334rem;top:100.875rem;left:0rem;font-size:0.9375rem;color:#0b1a43;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CT9N41XElWewnLex2sB8v7oskMzdfXmd { width:14.81119825rem;height:1.166666625rem;top:40.1875rem;left:0rem;font-size:0.9375rem;color:#0b1a43;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KXpNRcs3U2Fxx0TMoTATpoT0eZnTKEsT { width:9.561121rem;height:9.561121rem;top:42.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAe8Qpz6iMP83mNd0m4vC8gn5w16fQ7F { width:8.4995403125rem;height:8.4995403125rem;top:42.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FceddKPFDGLIXVmKIK1MPn7WFHHGxLrF { width:9.3083639375rem;height:1.25rem;top:52.75rem;left:0rem;font-size:1rem;color:#0b1a43;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NMIThTGqcR7UENJX2tOuNgtTkklMiRNG { width:14.0625rem;height:0.12109375rem;top:80.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rr35ROUQc6ZuWgTSzIffRWAAATe22Uxn { width:18.4995403125rem;height:3.499999875rem;top:55.375rem;left:0rem;font-size:0.9375rem;color:#0b1a43;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s5yiTbFw3dM2CwZ66GIcqQXTMxSvESb5 { width:19rem;height:19.833334rem;top:59.5625rem;left:0rem;font-size:0.9375rem;color:#0b1a43;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vTOd6Xtsl60FTV2drTAoXh0GHo2LaLON { display:block; }#vTOd6Xtsl60FTV2drTAoXh0GHo2LaLON > .row .container { width:20rem;height:97.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wq50GLI0eahTqepMxz2s3Rb1dso4xXCw { width:9.5625rem;height:9.5625rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5OB5TnmNII3p8s8OCxKTvTHXIztpTcb { width:14.81119825rem;height:1.166666625rem;top:1.0625rem;left:0rem;font-size:0.9375rem;color:#0b1a43;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q9n5VKc9FM0oyzvD3clM5MqwdfS0lzc7 { width:8.5rem;height:8.5rem;top:6.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgoT1L2vulcvJpWkqJEUwsKs8yEAfTW9 { width:14.0625rem;height:0.1223958125rem;top:30.770843505859rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilvEk9DS8RJJfdnNHbRb75i51sK9gINR { width:9.30859375rem;height:1.25rem;top:3.0612182617188rem;left:0rem;font-size:1rem;color:#0b1a43;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vsSVL0rJGZhw7MRHCqgwbEfOJv7WJQKT { width:19.0625rem;height:3.5rem;top:17.25rem;left:0rem;font-size:0.9375rem;color:#0b1a43;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fKpSfVO9skzE6vZmIQfLuLG8XIIGvyh2 { width:19.25rem;height:8.166667rem;top:21.3125rem;left:0rem;font-size:0.9375rem;color:#0b1a43;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mCSEHz2keEsHZ1b76gydDXG0BXsH6FkX { width:14.81119825rem;height:1.166666625rem;top:70.575561523438rem;left:0rem;font-size:0.9375rem;color:#0b1a43;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r3ayemTSTzJSMaX7gKlf2SSZ5SAblIwe { width:9.68619825rem;height:9.68619825rem;top:74.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qixSbqTzm1yLc4NbTfbTQ7A8Sa9kTr13 { width:9.0625rem;height:9.0625rem;top:74.9375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiBEMGgAAk8RNNGB5wOTVakmWfboPR2T { width:14.0625rem;height:0.1236979375rem;top:68.4909362793rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKTKLocGgkwTk7yueHxxy0Svl4pXLEKk { width:9.1875rem;height:1.25rem;top:72.345092773438rem;left:0rem;font-size:1rem;color:#0b1a43;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hPIOIA6viMBARsRbrPVsTL8OMdvyQMOn { width:20rem;height:1.166666625rem;top:85.71875rem;left:0rem;font-size:0.9375rem;color:#0b1a43;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ddMe4AiPU769V9ro9Ge19q7Z4kQWDGRE { width:16.4375rem;height:8.166667rem;top:88.696655273438rem;left:0rem;font-size:0.9375rem;color:#0b1a43;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HvAJLVkWLfB5NViyezgMZTdeXZT7uTW3 { width:14.75rem;height:1.166666625rem;top:32.515625rem;left:0rem;font-size:0.9375rem;color:#0b1a43;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GLXVVepWTS6rD9pwJgBcyqmiy2fKfdvy { width:15.125rem;height:1.25rem;top:34.868499755859rem;left:0rem;font-size:1rem;color:#0b1a43;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TVKLdNBmR8gGZdfW3eP83Nb3Hra02UP8 { width:14.0625rem;height:14.0625rem;top:37.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3fkP0hLd6dXnC4Hilc4B8wRBkRvI3sJ { width:14.0625rem;height:0.0625rem;top:51.36849rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZP4MuR7ad3LZ3HXkxCPgakd4y1zF5q4 { width:11.5625rem;height:11.5625rem;top:37.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMp1JJWpz9QQ1yEmEWwPywSuabFlo9Fb { width:14.5625rem;height:1.166666625rem;top:52.556030273438rem;left:0rem;font-size:0.9375rem;color:#0b1a43;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TKIJgW96HJ1UWnKR0DezQHPHosVNJkq9 { width:17.5rem;height:11.666667rem;top:54.846374511719rem;left:0rem;font-size:0.9375rem;color:#0b1a43;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fEzH8ouyMmiNtxmEgCloghLLa0ShAzbT { display:block; }#fEzH8ouyMmiNtxmEgCloghLLa0ShAzbT > .row .container { width:20rem;height:36.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FKKpbPTlrmUGiVVMExS84apDakTvs6Gf { width:14.8115806875rem;height:1.166666625rem;top:1.93701171875rem;left:0rem;font-size:0.9375rem;color:#0b1a43;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #so37AK2ZNyk3lW2pt9lapHqHJ1xA54zm { width:9.561121rem;height:9.561121rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwgEgstOh3CfSZFQTlGDuzassMog7E4l { width:8.4375rem;height:8.4375rem;top:4.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoZEcWd4MfItxFr5NKpz5gbTq71pmCvc { width:10.997242rem;height:1.25rem;top:14.486450195312rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rxQsHNCHP2pDqDd4ruahrf0u33JAN3B8 { width:13.2490806875rem;height:2.33333325rem;top:16.153503417969rem;left:0rem;font-size:0.9375rem;color:#0b1a43;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZUQSt6NZ88E06AIiGeXqXnAs4NEyCVK8 { width:14.0625rem;height:0.1236979375rem;top:1.0560302734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #er37TGE7r16tJWx9yLgMcC2fFHn5x6t1 { width:19.3125rem;height:15.166667rem;top:19.515625rem;left:0rem;font-size:0.9375rem;color:#0b1a43;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL { background-color:#0b1a43;background-image:none;display:block; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container { background-color: transparent; background-image: none; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container > .video-iframe-container { display: none; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row > .video-iframe-container { display: none; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .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); }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uaa1pt3lKkRAPUGU7h2am73M29JJAyKd { width:20rem;height:2.58333325rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IF8w5suVvneAQMRcn8cCWe3sOf2DTVoX { width:17.1875rem;height:5rem;top:3.85009765625rem;left:1.40625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MixMlagkvEbvrLUITN4V3uHqMWdBN1i6 { width:20rem;height:20rem;top:18.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRXo0Ev2fvxFkTGG4qPnemOnkvMeLCDq { width:20rem;height:4.999999875rem;top:39.8125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NmTPwANfVUlpfAAIxzu8XTKRfQafMlZG { width:15.187375rem;height:1.833333375rem;top:46.25rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqOu7zoQ0QlfeP5oTkSzLocbO7dd9qiD { width:2.9375rem;height:2.9375rem;top:49.1875rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrGatGtsQPTezo7VCxRF4oWa0sr1Ruxw { width:2.0625rem;height:2.0625rem;top:49.875rem;left:5.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpURNNgavQJmuoryzmxdIVTlBOpMWOWm { width:2.9375rem;height:2.9375rem;top:49.1875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xI77c2XxzWUsc5nqZ6b6fCMXHNnhtWbT { width:2rem;height:2.0603911083627rem;top:49.75rem;left:9rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8PAR35pn6FNSs2dC5lvUnk9R5dtL8Dg { width:2.9375rem;height:2.9375rem;top:49.1875rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwvNJa8cqMfSc8HQdsgW6oyDRM5mHJOb { width:1.6875rem;height:1.6875rem;top:50rem;left:13rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEI4bf5SNLOksITOeAOQnPREMRNhG5TO { width:19rem;height:4.0625rem;top:10.5rem;left:0.5rem;z-index:15011;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xufhBFkIZvK9Ji4BZHWAsEAv5SL7r7Pf { display:block; }
 }@media only screen and (max-width: 763px) { #ix93PBik5TNURxiOxhBPC23txP9uxIpX { width:6.5625rem;height:6.5625rem;top:17.5rem;left:13.4375rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #BtTI5DlIGk35tUCV3r5n7DEssyfKmIM9 { background-color:#0b1a43;background-image:none;display:block; }#BtTI5DlIGk35tUCV3r5n7DEssyfKmIM9 > .row .container { background-color: transparent; background-image: none; }#BtTI5DlIGk35tUCV3r5n7DEssyfKmIM9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BtTI5DlIGk35tUCV3r5n7DEssyfKmIM9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BtTI5DlIGk35tUCV3r5n7DEssyfKmIM9 > .row .container > .video-iframe-container { display: none; }#BtTI5DlIGk35tUCV3r5n7DEssyfKmIM9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BtTI5DlIGk35tUCV3r5n7DEssyfKmIM9 > .row > .video-iframe-container { display: none; }#BtTI5DlIGk35tUCV3r5n7DEssyfKmIM9 > .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); }#BtTI5DlIGk35tUCV3r5n7DEssyfKmIM9 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbtNpOPlMKMcDJePGZD7gO2gT9VM0xKq { top:0.9375rem;left:2.9998779296875rem;width:14rem;height:3.375rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cAFXFGUhAebrpun0KNG215KVBVcClfan { display:block; }
 }