.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:221,226,231;--color-primary-1:141,159,177;--color-primary-2:26,62,98;--color-primary-3:13,31,49;--color-primary-4:4,9,15;--color-secondary-0:254,252,233;--color-secondary-1:252,244,181;--color-secondary-2:248,232,107;--color-secondary-3:124,116,54;--color-secondary-4:37,35,16;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"lato";--paragraphs-font-family:"lato"; }body { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#sEXJdt0uPzHKC8FBpy1GthLK0c2XmXai { 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; }#sEXJdt0uPzHKC8FBpy1GthLK0c2XmXai > .row .container { background-color: transparent; background-image: none; }#sEXJdt0uPzHKC8FBpy1GthLK0c2XmXai::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sEXJdt0uPzHKC8FBpy1GthLK0c2XmXai > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sEXJdt0uPzHKC8FBpy1GthLK0c2XmXai > .row .container > .video-iframe-container { display: none; }#sEXJdt0uPzHKC8FBpy1GthLK0c2XmXai > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sEXJdt0uPzHKC8FBpy1GthLK0c2XmXai > .row > .video-iframe-container { display: none; }#sEXJdt0uPzHKC8FBpy1GthLK0c2XmXai > .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); }#sEXJdt0uPzHKC8FBpy1GthLK0c2XmXai > .row .container { border-width: 0; border-radius: 0; }#sEXJdt0uPzHKC8FBpy1GthLK0c2XmXai > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sEXJdt0uPzHKC8FBpy1GthLK0c2XmXai > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#qRWW1pcMTC5RbC6Scf8v5cnhWLOIgGmC { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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.9375rem;width:14.0625rem;top:1.15625rem;left:2.5rem;overflow:hidden;display:block; }
#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row .container { background-color: transparent; background-image: none; }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row .container > .video-iframe-container { display: none; }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row > .video-iframe-container { display: none; }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .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); }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row .container { border-width: 0; border-radius: 0; }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:75rem;position:relative;display:block; }#Gbf5JQ04hqebzEPTFBtbRvNpCnw1geCA { background-color:#f8e86b;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.16) ;box-sizing:border-box;color:#3b3b3b;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:2.75rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:20rem;left:8.0625rem;display:block; }
#hoxP9rh5lkgxtaN4lHqCvGP5uvTBwVqD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LJIP1QR6JUKXO8oZuT8i51fVdLcozwyA { color:#ffffff;display:block;width:32.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:7.8125rem;left:8.0625rem;height:2.925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ecXNx9ZoMV8enMTeEsG6bsMzsumTVbb6 { color:#ffffff;display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:11.56875038147rem;left:8.0625rem;height:6.1875rem;font-style:normal;display:block; }
#s5qtLrqo8NAe8HnnFF0VygURqp2XS0C7 { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top: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:26.75rem;width:31.5rem;top:1.4125003814698rem;left:41.375rem;overflow:hidden;display:block; }
#fed3gqq0nKQQa9TweT2tcRE25HNn88Ge { box-sizing:content-box;height:26.875rem;width:70.625rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #40a788, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, #40a788, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, #40a788, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, #40a788, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#40a788', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#40a788', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, #40a788, rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.2875003814698rem;left:2.1875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#IxxKTTPivzoJXJorf2G651i6EXFHfzSb { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:20.625rem;left:8.75rem;overflow:hidden;display:block; }
#BEkzJP3nb4XxSzR1blQKxVFD4vRqmvpG { box-sizing:content-box;height:11.75rem;width:18.5rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.125rem 2rem rgba(150,150,150,0.64) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.8125rem;left:8.125rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#KZ7TAyXCsoBf7cGmrMpzdMmC2ym4hHsq { color:#33578a;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:26.125rem;left:11.375rem;height:5.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A62hx2UuADfPWv5JSnNscd3GvvN9td3m { color:#33578a;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:31.4375rem;left:11.375rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bXoIeoTAD1ysCPzqUfc6ps9FcORgqnB2 { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:20.625rem;left:23.71875rem;overflow:hidden;display:block; }
#t9l1F1RgUTiqffyqM4Q283vBh2tpSz18 { color:#f8e86b;display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:20.66250038147rem;left:25.625rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g41yRZpGBsd2slzRDWzCT3RGV0azSUPc { box-sizing:content-box;height:11.75rem;width:18.5rem;position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.125rem 2rem rgba(150,150,150,0.64) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.8125rem;left:28.1875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#UE55WQGnGeT17iyq1g7DUny7QkgDFHZf { color:#33578a;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:31.4375rem;left:31.4375rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ruaf0T1sJsiLAeSKFdfkb0ZL8X6BP1gD { color:#33578a;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:26.125rem;left:31.4375rem;height:5.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QmcQOWbGcThJ0qRCpSI4Vel4CttK4Te6 { box-sizing:content-box;height:11.75rem;width:18.5rem;position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.125rem 2rem rgba(150,150,150,0.64) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.8125rem;left:48.4375rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#yAXuyH3w1g4lw5LQ1vplfQNfrfmrgkAN { color:#33578a;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:31.4375rem;left:51.6875rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#acvhvPBZ8wrfZFOz4JSTbpKCodIXS8wI { color:#33578a;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:26.125rem;left:51.6875rem;height:5.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p50PGPGcrykK8Aab7QBbs3hycmuZVmha { position:relative;display:block; }#p50PGPGcrykK8Aab7QBbs3hycmuZVmha { background-color: transparent; background-image: none; }#p50PGPGcrykK8Aab7QBbs3hycmuZVmha::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p50PGPGcrykK8Aab7QBbs3hycmuZVmha > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p50PGPGcrykK8Aab7QBbs3hycmuZVmha > .row .container > .video-iframe-container { display: none; }#p50PGPGcrykK8Aab7QBbs3hycmuZVmha > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p50PGPGcrykK8Aab7QBbs3hycmuZVmha > .row > .video-iframe-container { display: none; }#p50PGPGcrykK8Aab7QBbs3hycmuZVmha > .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); }#p50PGPGcrykK8Aab7QBbs3hycmuZVmha { border-width: 0; border-radius: 0; }#p50PGPGcrykK8Aab7QBbs3hycmuZVmha > .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; }#p50PGPGcrykK8Aab7QBbs3hycmuZVmha > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.3125rem;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; }#eEE44iULZXr7mH09B0sgiTT13zh0vE69 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.4375rem;left:27.5rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#Z47UxCiwPiVcgKwRLM4bXfGni6v33mFW { color:#45556c;display:block;width:35.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.5625rem;left:19.75rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#yS3ARIZ0kPrJroPunxx7J4Fdn34O20Gt { position:relative;display:block; }#yS3ARIZ0kPrJroPunxx7J4Fdn34O20Gt { background-color: transparent; background-image: none; }#yS3ARIZ0kPrJroPunxx7J4Fdn34O20Gt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yS3ARIZ0kPrJroPunxx7J4Fdn34O20Gt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yS3ARIZ0kPrJroPunxx7J4Fdn34O20Gt > .row .container > .video-iframe-container { display: none; }#yS3ARIZ0kPrJroPunxx7J4Fdn34O20Gt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yS3ARIZ0kPrJroPunxx7J4Fdn34O20Gt > .row > .video-iframe-container { display: none; }#yS3ARIZ0kPrJroPunxx7J4Fdn34O20Gt > .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); }#yS3ARIZ0kPrJroPunxx7J4Fdn34O20Gt { border-width: 0; border-radius: 0; }#yS3ARIZ0kPrJroPunxx7J4Fdn34O20Gt > .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; }#yS3ARIZ0kPrJroPunxx7J4Fdn34O20Gt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:19.25rem;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; }#H3krsTgp3GdSRKWJ7aD4uggWV6HpHXzf { box-sizing:content-box;height:15.625rem;width:22.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(102,194,148,0.1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.8125rem;left:1.25rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#UbmkT0vRJsmgzUZ7cIyoQTTcSxceCWXz { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top: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.25rem;width:4.25rem;top:2.8125rem;left:3.0625rem;overflow:hidden;display:block; }
#pTES5625BdNHQkTObe3gnK2cGVXbu9P0 { color:#3b3b3b;display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.8125rem;left:2.875rem;height:1.625rem;font-style:normal;display:block; }
#yEgnkBlaHyS4ZMFGc8sqrHJbWRZhVpxm { color:#3b3b3b;display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:12.1875rem;left:2.875rem;height:2.275rem;font-style:normal;display:block; }
#wuecWwOp8sDP5MAacLoMW7p9yTav40dS { box-sizing:content-box;height:15.625rem;width:22.5rem;position:absolute;display:block;z-index:15004;background-color:rgba(102,194,148,0.1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.8125rem;left:26.25rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#CtaTrs9AtXfJLFvho8q9yLLepOVWsdlf { color:#3b3b3b;display:block;width:19.25rem;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:8.8125rem;left:27.875rem;height:1.625rem;font-style:normal;display:block; }
#qP8Jb4poaHy2UQVR6vhErLkrWe4TfCqN { color:#3b3b3b;display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:12.1875rem;left:27.875rem;height:2.275rem;font-style:normal;display:block; }
#iJtO7eWRL8CXFNP7zQ7fKD5kdTvKUGEq { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top: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.25rem;width:4.25rem;top:2.8125rem;left:28.0625rem;overflow:hidden;display:block; }
#SoVrrff344HGoZda9uya6iqqGCu6e76F { box-sizing:content-box;height:15.625rem;width:22.5rem;position:absolute;display:block;z-index:15008;background-color:rgba(102,194,148,0.1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.8125rem;left:51.25rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#fzJ7UEAqCi8TON9xNuzyPV5G394A1zKo { color:#3b3b3b;display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:8.8125rem;left:52.875rem;height:1.625rem;font-style:normal;display:block; }
#yPCLsIagUQIuBVeoLvrX4RnCMWNtnANd { color:#3b3b3b;display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:12.1875rem;left:52.875rem;height:2.275rem;font-style:normal;display:block; }
#Vkr2UlIVq27tsixl8HpwMKneDqK68aBf { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top: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.25rem;width:4.25rem;top:2.8125rem;left:53.0625rem;overflow:hidden;display:block; }
#dnJNcxsx2Ob4RktmQkfcklZZuVqurTAn { position:relative;display:block; }#dnJNcxsx2Ob4RktmQkfcklZZuVqurTAn { background-color: transparent; background-image: none; }#dnJNcxsx2Ob4RktmQkfcklZZuVqurTAn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dnJNcxsx2Ob4RktmQkfcklZZuVqurTAn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dnJNcxsx2Ob4RktmQkfcklZZuVqurTAn > .row .container > .video-iframe-container { display: none; }#dnJNcxsx2Ob4RktmQkfcklZZuVqurTAn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dnJNcxsx2Ob4RktmQkfcklZZuVqurTAn > .row > .video-iframe-container { display: none; }#dnJNcxsx2Ob4RktmQkfcklZZuVqurTAn > .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); }#dnJNcxsx2Ob4RktmQkfcklZZuVqurTAn { border-width: 0; border-radius: 0; }#dnJNcxsx2Ob4RktmQkfcklZZuVqurTAn > .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; }#dnJNcxsx2Ob4RktmQkfcklZZuVqurTAn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:19.25rem;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; }#tKLGOcB8w0TZx0UGwenEocNXRDFUlxi6 { box-sizing:content-box;height:15.625rem;width:22.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(102,194,148,0.1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.8125rem;left:1.25rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#HTbDl1TXT2R72WJsuqorTWcaGD576xbA { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top: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.25rem;width:4.25rem;top:2.8125rem;left:3.0625rem;overflow:hidden;display:block; }
#CCaTuw6zUgRMeWwEPTRO3dzl74tlcBhf { color:#3b3b3b;display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.8125rem;left:2.875rem;height:1.625rem;font-style:normal;display:block; }
#QembyUa1potfeEwRS42mTTmFc3cK1uOG { color:#3b3b3b;display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:12.1875rem;left:2.875rem;height:2.275rem;font-style:normal;display:block; }
#sdfqEBxuLvDUFGP3tT0AeEU2la0swI3e { box-sizing:content-box;height:15.625rem;width:22.5rem;position:absolute;display:block;z-index:15004;background-color:rgba(102,194,148,0.1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.8125rem;left:26.25rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#yP4glcwwm7lluLcVPxNy44fkipVGszs1 { color:#3b3b3b;display:block;width:19.25rem;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:8.8125rem;left:27.875rem;height:1.625rem;font-style:normal;display:block; }
#caMrTsqU4KJvHWrSzfx9bMwuMIr4FNZ3 { color:#3b3b3b;display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:12.1875rem;left:27.875rem;height:2.275rem;font-style:normal;display:block; }
#a4fWqJpKU5D3tuC6aBa6MyTsd6X73Fcw { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top: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.25rem;width:4.25rem;top:2.8125rem;left:28.0625rem;overflow:hidden;display:block; }
#sdXddAzyvCGENkrrEl1TPlNcCRWiTE9g { box-sizing:content-box;height:15.625rem;width:22.5rem;position:absolute;display:block;z-index:15008;background-color:rgba(102,194,148,0.1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.8125rem;left:51.25rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#VTySOXVVi0zicCmMBTRXBicNPJe8v7D8 { color:#3b3b3b;display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:8.8125rem;left:52.875rem;height:1.625rem;font-style:normal;display:block; }
#RDbzCyJtw1KkaOVwmsWvyELFcp2yITdg { color:#3b3b3b;display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:12.1875rem;left:52.875rem;height:2.275rem;font-style:normal;display:block; }
#lZK2ztN3nPpu8OnzLuQsX5EWZSRlTIXA { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top: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.25rem;width:4.25rem;top:2.8125rem;left:53.0625rem;overflow:hidden;display:block; }
#SRaTpQALAuaoEo07CMhvpXJebKpIN0qi { position:relative;display:block; }#SRaTpQALAuaoEo07CMhvpXJebKpIN0qi { background-color: transparent; background-image: none; }#SRaTpQALAuaoEo07CMhvpXJebKpIN0qi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRaTpQALAuaoEo07CMhvpXJebKpIN0qi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRaTpQALAuaoEo07CMhvpXJebKpIN0qi > .row .container > .video-iframe-container { display: none; }#SRaTpQALAuaoEo07CMhvpXJebKpIN0qi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRaTpQALAuaoEo07CMhvpXJebKpIN0qi > .row > .video-iframe-container { display: none; }#SRaTpQALAuaoEo07CMhvpXJebKpIN0qi > .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); }#SRaTpQALAuaoEo07CMhvpXJebKpIN0qi { border-width: 0; border-radius: 0; }#SRaTpQALAuaoEo07CMhvpXJebKpIN0qi > .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; }#SRaTpQALAuaoEo07CMhvpXJebKpIN0qi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.5625rem;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; }#yanc5STl841auHk9uLedZyxzCbmvhAnb { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.375rem;left:20.25rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#JVJAP90sblu7rQHprS7CBq3Ma9kVt9DI { color:#45556c;display:block;width:35.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.5625rem;left:19.75rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#QCl5TmQTIadCsRfX7ZrBcwhqatchzrZJ { position:relative;display:block; }#QCl5TmQTIadCsRfX7ZrBcwhqatchzrZJ { background-color: transparent; background-image: none; }#QCl5TmQTIadCsRfX7ZrBcwhqatchzrZJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCl5TmQTIadCsRfX7ZrBcwhqatchzrZJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCl5TmQTIadCsRfX7ZrBcwhqatchzrZJ > .row .container > .video-iframe-container { display: none; }#QCl5TmQTIadCsRfX7ZrBcwhqatchzrZJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCl5TmQTIadCsRfX7ZrBcwhqatchzrZJ > .row > .video-iframe-container { display: none; }#QCl5TmQTIadCsRfX7ZrBcwhqatchzrZJ > .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); }#QCl5TmQTIadCsRfX7ZrBcwhqatchzrZJ { border-width: 0; border-radius: 0; }#QCl5TmQTIadCsRfX7ZrBcwhqatchzrZJ > .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; }#QCl5TmQTIadCsRfX7ZrBcwhqatchzrZJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:71.5625rem;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; }#QlttmUWr1FWyCePo22W7HT1cCcATAM1I { box-sizing:content-box;height:68.125rem;width:70.625rem;position:absolute;display:block;z-index:15000;background-color:#efefef;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.71875rem;left:2.1875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#JrQPoUzNnsqTrTeI8QnwLePtWxCTlehi { box-sizing:content-box;height:25.9375rem;width:58.4375rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.5625rem;left:8.28125rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#E550UVvNVu9BKePJ5Tvo9cWDu6p7yBbz { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top: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:22.9375rem;width:20.9375rem;top:8.0625rem;left:44.6875rem;overflow:hidden;display:block; }
#ETxU6zsritGC6RX5R8oBNCdOT7eoDvby { color:#3b3b3b;display:block;width:32.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.0625rem;left:10.375rem;height:1.95rem;font-style:normal;display:block; }
#S7QfgcUfzZ83xQosczDxc9CW7x7loO4T { color:#3b3b3b;display:block;width:32.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:10.012500762939rem;left:10.375rem;height:1.3rem;font-style:normal;display:block; }
#i8cSbJ5Lt8R5OX8TePhpdztdpPQ0N43W { box-sizing:content-box;height:8.25rem;width:33rem;position:absolute;display:block;z-index:15005;background-color:#f0f9f4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.5rem;left:10.375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#oMM92IDELhTzDQx0QX6ioBZ5obA4Siif { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.8125rem;top:14.43124961853rem;left:11.6875rem;overflow:hidden;display:block; }
#nV5l8BWu4aP2ZZnnxgWuKROylicF5zDb { color:#3b3b3b;display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:14.43124961853rem;left:14.625rem;height:4.3875rem;font-style:italic;display:block; }
#z6vN8WUNy887g6ptT0KeWSTXgPbrbVbW { color:#3b3b3b;display:block;width:32.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:22.262500762939rem;left:10.375rem;height:7.8rem;font-style:normal;display:block; }
#XiPma0kUwKZ9JxhKFWXe0kp4qs6ZvBbU { box-sizing:content-box;height:25.9375rem;width:58.4375rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.625rem;left:8.3125rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#XMdMVxVypyltXFBupCrOHGnfsKIF6nE6 { color:#3b3b3b;display:block;width:32.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:37.125rem;left:32.6875rem;height:1.95rem;font-style:normal;display:block; }
#aIkxBqOk2JfdU4kVB9wiU7ER8CdiCVLP { color:#3b3b3b;display:block;width:32.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:39.0625rem;left:32.6875rem;height:1.3rem;font-style:normal;display:block; }
#VNCaKyfcOwMV7TcXJoNCHsTzW0T99uI7 { box-sizing:content-box;height:8.25rem;width:33rem;position:absolute;display:block;z-index:15013;background-color:#f0f9f4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.5625rem;left:32.6875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#Or7NBVD3OXvgx7HCpt2Ds7wQZT3vdIXp { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.8125rem;top:43.5rem;left:34rem;overflow:hidden;display:block; }
#UT6wFlXKlvBMXsxDZenylD5NPlDSipVH { color:#3b3b3b;display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:43.5rem;left:36.9375rem;height:4.3875rem;font-style:italic;display:block; }
#hwSFuVHAVDadEJ39pZ9CTKsazF9wvZE4 { color:#3b3b3b;display:block;width:32.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:51.3125rem;left:32.6875rem;height:6.5rem;font-style:normal;display:block; }
#v2Rl9X83VT7sFTS4abfrHR2bNFv440Up { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top: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:22.9375rem;width:20.9375rem;top:37.125rem;left:10.375rem;overflow:hidden;display:block; }
#lohueC54bUR1XHyzS7p8E0Vo5tkZvozU { background-color:#f8e86b;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.16) ;box-sizing:border-box;color:#3b3b3b;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.625rem;height:2.75rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:64.625rem;left:31rem;display:block; }
#qvpf5tqsaSuxH7hT2MGRO2ePeeRpVPWB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V37ym7waqLZdENFetoEZXbIAK1sHmXZC { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:65.25rem;left:31.6875rem;overflow:hidden;display:block; }
#uz1rgGsNV9hyQuif2Tt3EdB4R2IvW1IR { position:relative;display:block; }#uz1rgGsNV9hyQuif2Tt3EdB4R2IvW1IR { background-color: transparent; background-image: none; }#uz1rgGsNV9hyQuif2Tt3EdB4R2IvW1IR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uz1rgGsNV9hyQuif2Tt3EdB4R2IvW1IR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uz1rgGsNV9hyQuif2Tt3EdB4R2IvW1IR > .row .container > .video-iframe-container { display: none; }#uz1rgGsNV9hyQuif2Tt3EdB4R2IvW1IR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uz1rgGsNV9hyQuif2Tt3EdB4R2IvW1IR > .row > .video-iframe-container { display: none; }#uz1rgGsNV9hyQuif2Tt3EdB4R2IvW1IR > .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); }#uz1rgGsNV9hyQuif2Tt3EdB4R2IvW1IR { border-width: 0; border-radius: 0; }#uz1rgGsNV9hyQuif2Tt3EdB4R2IvW1IR > .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; }#uz1rgGsNV9hyQuif2Tt3EdB4R2IvW1IR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.5625rem;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; }#L58VwPeHTn2goUp8PZRA0H8qCB6FW3a1 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.375rem;left:20.25rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#DiTf8wytZEXA958H86qVPi3lXbEXnZwn { color:#45556c;display:block;width:35.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.5rem;left:15.4375rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#lNKi4aBH3tDIC7e9LOr3V1XHaovu4f7c { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:4.5rem;left:49.875rem;overflow:hidden;display:block; }
#se5Ops4T2ITzQO9VL6kvewenmcHRsh2T { color:#51b697;display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.5rem;left:52rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#okTlKAgNLA4UDwEJT90JW9Hq8qrGnKLI { position:relative;display:block; }#okTlKAgNLA4UDwEJT90JW9Hq8qrGnKLI { background-color: transparent; background-image: none; }#okTlKAgNLA4UDwEJT90JW9Hq8qrGnKLI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#okTlKAgNLA4UDwEJT90JW9Hq8qrGnKLI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#okTlKAgNLA4UDwEJT90JW9Hq8qrGnKLI > .row .container > .video-iframe-container { display: none; }#okTlKAgNLA4UDwEJT90JW9Hq8qrGnKLI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#okTlKAgNLA4UDwEJT90JW9Hq8qrGnKLI > .row > .video-iframe-container { display: none; }#okTlKAgNLA4UDwEJT90JW9Hq8qrGnKLI > .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); }#okTlKAgNLA4UDwEJT90JW9Hq8qrGnKLI { border-width: 0; border-radius: 0; }#okTlKAgNLA4UDwEJT90JW9Hq8qrGnKLI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#okTlKAgNLA4UDwEJT90JW9Hq8qrGnKLI > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:37.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#P6HxmM4OnpG2DZS1VSOzDtmLVCW94aNv { position:absolute;display:block;z-index:15000;height:34.875rem;width:70.625rem;top:1.375rem;left:2.1875rem;display:block; }
#DEH0eVhMl3rXM90uT6yFLDiCVVhCv7qJ { position:relative;display:block; }#DEH0eVhMl3rXM90uT6yFLDiCVVhCv7qJ { background-color: transparent; background-image: none; }#DEH0eVhMl3rXM90uT6yFLDiCVVhCv7qJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DEH0eVhMl3rXM90uT6yFLDiCVVhCv7qJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DEH0eVhMl3rXM90uT6yFLDiCVVhCv7qJ > .row .container > .video-iframe-container { display: none; }#DEH0eVhMl3rXM90uT6yFLDiCVVhCv7qJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DEH0eVhMl3rXM90uT6yFLDiCVVhCv7qJ > .row > .video-iframe-container { display: none; }#DEH0eVhMl3rXM90uT6yFLDiCVVhCv7qJ > .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); }#DEH0eVhMl3rXM90uT6yFLDiCVVhCv7qJ { border-width: 0; border-radius: 0; }#DEH0eVhMl3rXM90uT6yFLDiCVVhCv7qJ > .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; }#DEH0eVhMl3rXM90uT6yFLDiCVVhCv7qJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.25rem;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; }#hXMar29m1yEBhtVolNuCTuki3m8MR2RT { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.375rem;left:20.25rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#w5NQUCGe7Ov6TATv4f41HTBVsbfRwHy1 { color:#45556c;display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.6375007629394rem;left:13.125rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#BIrmy2fxXhgef6poZE7iEp2oM47FTv0f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:none; }#BIrmy2fxXhgef6poZE7iEp2oM47FTv0f > .row .container { border-width: 0; border-radius: 0; }#BIrmy2fxXhgef6poZE7iEp2oM47FTv0f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BIrmy2fxXhgef6poZE7iEp2oM47FTv0f > .row .container { font-size:0.875rem;font-family:arial;height:55.6875rem;width:75rem;position:relative;display:none; }#UpS0eRP5art5FxBfdnftysxiECyhwqc5 { position:absolute;z-index:15001;top:3.25rem;left:17.65625rem;width:39.6875rem;height:42.3125rem;display:block; }
#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #2d9f79, #024f63);background-image: -moz-linear-gradient(90deg, #2d9f79, #024f63);background-image: -ms-linear-gradient(90deg, #2d9f79, #024f63);background-image: -o-linear-gradient(90deg, #2d9f79, #024f63);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d9f79', endColorstr='#024f63' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d9f79', endColorstr='#024f63' );";background-image: linear-gradient(90deg, #2d9f79, #024f63);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row .container { background-color: transparent; background-image: none; }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row .container > .video-iframe-container { display: none; }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row > .video-iframe-container { display: none; }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .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); }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row .container { border-width: 0; border-radius: 0; }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;position:relative;display:block; }#s8peUW8tqq7csc0KQ0QtCizpx5HpD5dq { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.75rem;left:31.25rem;height:1.3rem;display:block; }
#GHtgX00qxKC8hlgtbFQV9lgGxdfLKhDW { color:#ffffff;display:block;width:4.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.75rem;left:48.6875rem;height:1.3rem;display:block; }
#A9rE7WSJrqamWsq3LUKSNIcikNT98B0Z { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.75rem;left:53.375rem;height:1.3rem;display:block; }
#qFHcGxd1QK7PTwaKiww3XnCpWeXBMSlk { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.75rem;left:62.5625rem;height:1.3rem;display:block; }
#z4ePzpQPoJaOe9F4grilm6STzgiDncHX { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:10.125rem;top:1.84375rem;left:1.21875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #sEXJdt0uPzHKC8FBpy1GthLK0c2XmXai { display:block; }#sEXJdt0uPzHKC8FBpy1GthLK0c2XmXai > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qRWW1pcMTC5RbC6Scf8v5cnhWLOIgGmC { width:10.125rem;height:2.125rem;top:1.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ { background-color:#ffffff;background-image:none;display:block; }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row .container { background-color: transparent; background-image: none; }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row .container > .video-iframe-container { display: none; }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row > .video-iframe-container { display: none; }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .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); }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row .container { width:47.75rem;height:35.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Gbf5JQ04hqebzEPTFBtbRvNpCnw1geCA { width:17.75rem;height:3.125rem;top:15.875rem;left:1.25rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 1199px) { #hoxP9rh5lkgxtaN4lHqCvGP5uvTBwVqD { display:block; }
 }@media only screen and (max-width: 1199px) { #LJIP1QR6JUKXO8oZuT8i51fVdLcozwyA { width:32.5rem;height:3.0875rem;top:2.9875001907349rem;left:1.25rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ecXNx9ZoMV8enMTeEsG6bsMzsumTVbb6 { width:29.125rem;height:8.625rem;top:6.1437501907349rem;left:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s5qtLrqo8NAe8HnnFF0VygURqp2XS0C7 { width:17.625rem;height:14.9375rem;top:8.112500190735rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fed3gqq0nKQQa9TweT2tcRE25HNn88Ge { width:47.75rem;height:26.875rem;top:1.125rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 1199px) { #IxxKTTPivzoJXJorf2G651i6EXFHfzSb { width:1.5rem;height:1.5rem;top:16.6875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BEkzJP3nb4XxSzR1blQKxVFD4vRqmvpG { width:15rem;height:9.5rem;top:23.875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KZ7TAyXCsoBf7cGmrMpzdMmC2ym4hHsq { width:12.5rem;height:5.2rem;top:24.5rem;left:2.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A62hx2UuADfPWv5JSnNscd3GvvN9td3m { width:12.5rem;height:2.925rem;top:29.6875rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bXoIeoTAD1ysCPzqUfc6ps9FcORgqnB2 { width:1.5rem;height:1.5rem;top:20.125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t9l1F1RgUTiqffyqM4Q283vBh2tpSz18 { width:14.375rem;height:1.3rem;top:20.125rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g41yRZpGBsd2slzRDWzCT3RGV0azSUPc { width:15rem;height:9.5rem;top:23.875rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UE55WQGnGeT17iyq1g7DUny7QkgDFHZf { width:12.5rem;height:2.925rem;top:29.700000762939rem;left:33.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ruaf0T1sJsiLAeSKFdfkb0ZL8X6BP1gD { width:12.5rem;height:5.2rem;top:24.5rem;left:33.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QmcQOWbGcThJ0qRCpSI4Vel4CttK4Te6 { width:15rem;height:9.5rem;top:23.875rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yAXuyH3w1g4lw5LQ1vplfQNfrfmrgkAN { width:12.5rem;height:2.925rem;top:29.700000762939rem;left:17.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #acvhvPBZ8wrfZFOz4JSTbpKCodIXS8wI { width:12.5rem;height:5.2rem;top:24.5rem;left:17.9375rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p50PGPGcrykK8Aab7QBbs3hycmuZVmha { display:block; }#p50PGPGcrykK8Aab7QBbs3hycmuZVmha > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #eEE44iULZXr7mH09B0sgiTT13zh0vE69 { width:20rem;height:2.275rem;top:1.4375rem;left:13.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z47UxCiwPiVcgKwRLM4bXfGni6v33mFW { width:35.5rem;height:2.925rem;top:4.5625rem;left:6.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yS3ARIZ0kPrJroPunxx7J4Fdn34O20Gt { display:block; }#yS3ARIZ0kPrJroPunxx7J4Fdn34O20Gt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #H3krsTgp3GdSRKWJ7aD4uggWV6HpHXzf { width:14.9375rem;height:15.625rem;top:1.8125rem;left:0.48958301544189rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UbmkT0vRJsmgzUZ7cIyoQTTcSxceCWXz { width:4.25rem;height:4.25rem;top:2.875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pTES5625BdNHQkTObe3gnK2cGVXbu9P0 { width:13.1875rem;height:3.25rem;top:8rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yEgnkBlaHyS4ZMFGc8sqrHJbWRZhVpxm { width:13.1875rem;height:4.55rem;top:11.8125rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wuecWwOp8sDP5MAacLoMW7p9yTav40dS { width:14.9375rem;height:15.625rem;top:1.8125rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CtaTrs9AtXfJLFvho8q9yLLepOVWsdlf { width:13.1875rem;height:3.25rem;top:8rem;left:17.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qP8Jb4poaHy2UQVR6vhErLkrWe4TfCqN { width:13.1875rem;height:3.4125rem;top:11.8125rem;left:17.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iJtO7eWRL8CXFNP7zQ7fKD5kdTvKUGEq { width:4.25rem;height:4.25rem;top:2.875rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SoVrrff344HGoZda9uya6iqqGCu6e76F { width:14.9375rem;height:15.625rem;top:1.8125rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fzJ7UEAqCi8TON9xNuzyPV5G394A1zKo { width:13.1875rem;height:3.25rem;top:8rem;left:33.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yPCLsIagUQIuBVeoLvrX4RnCMWNtnANd { width:13.1875rem;height:3.4125rem;top:11.8125rem;left:33.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vkr2UlIVq27tsixl8HpwMKneDqK68aBf { width:4.25rem;height:4.25rem;top:2.875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dnJNcxsx2Ob4RktmQkfcklZZuVqurTAn { display:block; }#dnJNcxsx2Ob4RktmQkfcklZZuVqurTAn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tKLGOcB8w0TZx0UGwenEocNXRDFUlxi6 { width:14.9375rem;height:15.625rem;top:1.8125rem;left:0.48958301544189rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HTbDl1TXT2R72WJsuqorTWcaGD576xbA { width:4.25rem;height:4.25rem;top:2.875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CCaTuw6zUgRMeWwEPTRO3dzl74tlcBhf { width:13.1875rem;height:1.625rem;top:8rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QembyUa1potfeEwRS42mTTmFc3cK1uOG { width:13.1875rem;height:3.4125rem;top:11.8125rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sdfqEBxuLvDUFGP3tT0AeEU2la0swI3e { width:14.9375rem;height:15.625rem;top:1.8125rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yP4glcwwm7lluLcVPxNy44fkipVGszs1 { width:13.1875rem;height:1.625rem;top:8rem;left:17.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #caMrTsqU4KJvHWrSzfx9bMwuMIr4FNZ3 { width:13.1875rem;height:3.4125rem;top:11.8125rem;left:17.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a4fWqJpKU5D3tuC6aBa6MyTsd6X73Fcw { width:4.25rem;height:4.25rem;top:2.875rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sdXddAzyvCGENkrrEl1TPlNcCRWiTE9g { width:14.9375rem;height:15.625rem;top:1.8125rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VTySOXVVi0zicCmMBTRXBicNPJe8v7D8 { width:13.1875rem;height:3.25rem;top:8rem;left:33.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RDbzCyJtw1KkaOVwmsWvyELFcp2yITdg { width:13.1875rem;height:3.4125rem;top:11.8125rem;left:33.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lZK2ztN3nPpu8OnzLuQsX5EWZSRlTIXA { width:4.25rem;height:4.25rem;top:2.875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SRaTpQALAuaoEo07CMhvpXJebKpIN0qi { display:block; }#SRaTpQALAuaoEo07CMhvpXJebKpIN0qi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yanc5STl841auHk9uLedZyxzCbmvhAnb { width:34.5rem;height:2.275rem;top:1.375rem;left:6.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JVJAP90sblu7rQHprS7CBq3Ma9kVt9DI { width:35.5rem;height:1.4625rem;top:4.5625rem;left:6.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QCl5TmQTIadCsRfX7ZrBcwhqatchzrZJ { display:block; }#QCl5TmQTIadCsRfX7ZrBcwhqatchzrZJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QlttmUWr1FWyCePo22W7HT1cCcATAM1I { width:47.75rem;height:68.125rem;top:1.6875rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 1199px) { #JrQPoUzNnsqTrTeI8QnwLePtWxCTlehi { width:46.25rem;height:25.9375rem;top:5.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E550UVvNVu9BKePJ5Tvo9cWDu6p7yBbz { width:16.5625rem;height:18.1875rem;top:6.75rem;left:29.782291412354rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ETxU6zsritGC6RX5R8oBNCdOT7eoDvby { width:32.375rem;height:1.95rem;top:6.75rem;left:1.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S7QfgcUfzZ83xQosczDxc9CW7x7loO4T { width:32.375rem;height:1.3rem;top:8.7000007629394rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i8cSbJ5Lt8R5OX8TePhpdztdpPQ0N43W { width:26.9375rem;height:8.25rem;top:10.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oMM92IDELhTzDQx0QX6ioBZ5obA4Siif { width:1.8125rem;height:1.5rem;top:12.6875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nV5l8BWu4aP2ZZnnxgWuKROylicF5zDb { width:22.625rem;height:4.3875rem;top:12.6875rem;left:5.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z6vN8WUNy887g6ptT0KeWSTXgPbrbVbW { width:27.4375rem;height:9.1rem;top:19.9375rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XiPma0kUwKZ9JxhKFWXe0kp4qs6ZvBbU { width:46.25rem;height:24.5625rem;top:33.1875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XMdMVxVypyltXFBupCrOHGnfsKIF6nE6 { width:27rem;height:1.95rem;top:34.8125rem;left:19.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aIkxBqOk2JfdU4kVB9wiU7ER8CdiCVLP { width:26.8125rem;height:1.3rem;top:36.75rem;left:19.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VNCaKyfcOwMV7TcXJoNCHsTzW0T99uI7 { width:26.9375rem;height:8.25rem;top:38.875rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Or7NBVD3OXvgx7HCpt2Ds7wQZT3vdIXp { width:1.8125rem;height:1.5rem;top:40.8125rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UT6wFlXKlvBMXsxDZenylD5NPlDSipVH { width:22.625rem;height:4.3875rem;top:40.806251525879rem;left:23.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hwSFuVHAVDadEJ39pZ9CTKsazF9wvZE4 { width:26.25rem;height:7.8rem;top:48rem;left:19.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v2Rl9X83VT7sFTS4abfrHR2bNFv440Up { width:16.5625rem;height:18.1875rem;top:34.8125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lohueC54bUR1XHyzS7p8E0Vo5tkZvozU { width:17.75rem;height:3.125rem;top:59.875rem;left:15rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 1199px) { #qvpf5tqsaSuxH7hT2MGRO2ePeeRpVPWB { display:block; }
 }@media only screen and (max-width: 1199px) { #V37ym7waqLZdENFetoEZXbIAK1sHmXZC { width:1.5rem;height:1.5rem;top:60.6875rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uz1rgGsNV9hyQuif2Tt3EdB4R2IvW1IR { display:block; }#uz1rgGsNV9hyQuif2Tt3EdB4R2IvW1IR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #L58VwPeHTn2goUp8PZRA0H8qCB6FW3a1 { width:34.5rem;height:2.6rem;top:1.375rem;left:6.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DiTf8wytZEXA958H86qVPi3lXbEXnZwn { width:35.5rem;height:1.4625rem;top:4.5rem;left:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lNKi4aBH3tDIC7e9LOr3V1XHaovu4f7c { width:1.5rem;height:1.5rem;top:4.5rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #se5Ops4T2ITzQO9VL6kvewenmcHRsh2T { width:7.5625rem;height:1.4625rem;top:4.5rem;left:38.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #okTlKAgNLA4UDwEJT90JW9Hq8qrGnKLI { display:block; }#okTlKAgNLA4UDwEJT90JW9Hq8qrGnKLI > .row .container { width:47.75rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #P6HxmM4OnpG2DZS1VSOzDtmLVCW94aNv { width:47.75rem;height:34.875rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DEH0eVhMl3rXM90uT6yFLDiCVVhCv7qJ { display:block; }#DEH0eVhMl3rXM90uT6yFLDiCVVhCv7qJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hXMar29m1yEBhtVolNuCTuki3m8MR2RT { width:34.5rem;height:;top:1.375rem;left:6.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w5NQUCGe7Ov6TATv4f41HTBVsbfRwHy1 { width:47.75rem;height:2.925rem;top:4.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BIrmy2fxXhgef6poZE7iEp2oM47FTv0f { background-color:#ffffff;background-image:none;display:none; }#BIrmy2fxXhgef6poZE7iEp2oM47FTv0f > .row .container { width:47.75rem;height:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #UpS0eRP5art5FxBfdnftysxiECyhwqc5 { width:29.9375rem;height:34.8125rem;top:1.685546875rem;left:8.904296875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi { display:block; }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row .container { width:47.75rem;height:8.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #s8peUW8tqq7csc0KQ0QtCizpx5HpD5dq { width:16.6875rem;height:1.3rem;top:1.4375rem;left:30.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GHtgX00qxKC8hlgtbFQV9lgGxdfLKhDW { width:4.6875rem;height:1.3rem;top:3.5rem;left:30.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A9rE7WSJrqamWsq3LUKSNIcikNT98B0Z { width:7.375rem;height:1.3rem;top:3.5rem;left:34.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qFHcGxd1QK7PTwaKiww3XnCpWeXBMSlk { width:7.375rem;height:1.3rem;top:5.5625rem;left:30.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z4ePzpQPoJaOe9F4grilm6STzgiDncHX { width:10.125rem;height:3.125rem;top:1.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sEXJdt0uPzHKC8FBpy1GthLK0c2XmXai { display:block; }#sEXJdt0uPzHKC8FBpy1GthLK0c2XmXai > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qRWW1pcMTC5RbC6Scf8v5cnhWLOIgGmC { width:10.125rem;height:2.125rem;top:1.25rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ { background-color:#ffffff;background-image:none;display:block; }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row .container { background-color: transparent; background-image: none; }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row .container > .video-iframe-container { display: none; }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row > .video-iframe-container { display: none; }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .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); }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row .container { width:20rem;height:80.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gbf5JQ04hqebzEPTFBtbRvNpCnw1geCA { width:17.75rem;height:3.125rem;top:17.860416412354rem;left:1.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoxP9rh5lkgxtaN4lHqCvGP5uvTBwVqD { display:block; }
 }@media only screen and (max-width: 763px) { #LJIP1QR6JUKXO8oZuT8i51fVdLcozwyA { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ecXNx9ZoMV8enMTeEsG6bsMzsumTVbb6 { width:20rem;height:9.375rem;top:6.7354164123538rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s5qtLrqo8NAe8HnnFF0VygURqp2XS0C7 { width:17.9375rem;height:15.25rem;top:25.046875rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fed3gqq0nKQQa9TweT2tcRE25HNn88Ge { width:20rem;height:39.75rem;top:0.546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxxKTTPivzoJXJorf2G651i6EXFHfzSb { width:1.5rem;height:1.5rem;top:18.672916412354rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEkzJP3nb4XxSzR1blQKxVFD4vRqmvpG { width:18.5rem;height:11.75rem;top:39.3125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZ7TAyXCsoBf7cGmrMpzdMmC2ym4hHsq { width:12.5rem;height:4.225rem;top:40.296875rem;left:3.75rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A62hx2UuADfPWv5JSnNscd3GvvN9td3m { width:12.5rem;height:2.925rem;top:45.625rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXoIeoTAD1ysCPzqUfc6ps9FcORgqnB2 { width:1.5rem;height:1.5rem;top:22.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9l1F1RgUTiqffyqM4Q283vBh2tpSz18 { width:14.375rem;height:1.3rem;top:22.25rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g41yRZpGBsd2slzRDWzCT3RGV0azSUPc { width:18.5rem;height:11.75rem;top:52.3125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UE55WQGnGeT17iyq1g7DUny7QkgDFHZf { width:12.5rem;height:2.925rem;top:58.9375rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruaf0T1sJsiLAeSKFdfkb0ZL8X6BP1gD { width:12.5rem;height:4.225rem;top:53.625rem;left:4rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmcQOWbGcThJ0qRCpSI4Vel4CttK4Te6 { width:18.5rem;height:11.75rem;top:65.3125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAXuyH3w1g4lw5LQ1vplfQNfrfmrgkAN { width:12.5rem;height:2.925rem;top:71.325000762938rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #acvhvPBZ8wrfZFOz4JSTbpKCodIXS8wI { width:12.5rem;height:4.225rem;top:66.125rem;left:3.75rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p50PGPGcrykK8Aab7QBbs3hycmuZVmha { display:block; }#p50PGPGcrykK8Aab7QBbs3hycmuZVmha > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eEE44iULZXr7mH09B0sgiTT13zh0vE69 { width:20rem;height:2.275rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z47UxCiwPiVcgKwRLM4bXfGni6v33mFW { width:20rem;height:5.85rem;top:4.775rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yS3ARIZ0kPrJroPunxx7J4Fdn34O20Gt { display:block; }#yS3ARIZ0kPrJroPunxx7J4Fdn34O20Gt > .row .container { width:20rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H3krsTgp3GdSRKWJ7aD4uggWV6HpHXzf { width:20rem;height:15.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbmkT0vRJsmgzUZ7cIyoQTTcSxceCWXz { width:4.25rem;height:4.25rem;top:2.3125rem;left:1.0729169845581rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTES5625BdNHQkTObe3gnK2cGVXbu9P0 { width:19.25rem;height:1.625rem;top:7.4375rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEgnkBlaHyS4ZMFGc8sqrHJbWRZhVpxm { width:19.25rem;height:2.275rem;top:11.25rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuecWwOp8sDP5MAacLoMW7p9yTav40dS { width:20rem;height:15.625rem;top:18.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtaTrs9AtXfJLFvho8q9yLLepOVWsdlf { width:19.25rem;height:1.625rem;top:24.3125rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qP8Jb4poaHy2UQVR6vhErLkrWe4TfCqN { width:19.25rem;height:2.275rem;top:28.125rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJtO7eWRL8CXFNP7zQ7fKD5kdTvKUGEq { width:4.25rem;height:4.25rem;top:19.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoVrrff344HGoZda9uya6iqqGCu6e76F { width:20rem;height:15.625rem;top:35rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzJ7UEAqCi8TON9xNuzyPV5G394A1zKo { width:19.25rem;height:1.625rem;top:41.1875rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPCLsIagUQIuBVeoLvrX4RnCMWNtnANd { width:19.25rem;height:2.275rem;top:45rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vkr2UlIVq27tsixl8HpwMKneDqK68aBf { width:4.25rem;height:4.25rem;top:36.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnJNcxsx2Ob4RktmQkfcklZZuVqurTAn { display:block; }#dnJNcxsx2Ob4RktmQkfcklZZuVqurTAn > .row .container { width:20rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tKLGOcB8w0TZx0UGwenEocNXRDFUlxi6 { width:20rem;height:15.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTbDl1TXT2R72WJsuqorTWcaGD576xbA { width:4.25rem;height:4.25rem;top:2.3125rem;left:1.0729169845581rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCaTuw6zUgRMeWwEPTRO3dzl74tlcBhf { width:19.25rem;height:1.625rem;top:7.4375rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QembyUa1potfeEwRS42mTTmFc3cK1uOG { width:19.25rem;height:2.275rem;top:11.25rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdfqEBxuLvDUFGP3tT0AeEU2la0swI3e { width:20rem;height:15.625rem;top:18.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yP4glcwwm7lluLcVPxNy44fkipVGszs1 { width:19.25rem;height:1.625rem;top:24.3125rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #caMrTsqU4KJvHWrSzfx9bMwuMIr4FNZ3 { width:19.25rem;height:2.275rem;top:28.125rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4fWqJpKU5D3tuC6aBa6MyTsd6X73Fcw { width:4.25rem;height:4.25rem;top:19.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdXddAzyvCGENkrrEl1TPlNcCRWiTE9g { width:20rem;height:15.625rem;top:35rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTySOXVVi0zicCmMBTRXBicNPJe8v7D8 { width:19.25rem;height:1.625rem;top:41.1875rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDbzCyJtw1KkaOVwmsWvyELFcp2yITdg { width:19.25rem;height:2.275rem;top:45rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZK2ztN3nPpu8OnzLuQsX5EWZSRlTIXA { width:4.25rem;height:4.25rem;top:36.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRaTpQALAuaoEo07CMhvpXJebKpIN0qi { display:block; }#SRaTpQALAuaoEo07CMhvpXJebKpIN0qi > .row .container { width:20rem;height:10.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yanc5STl841auHk9uLedZyxzCbmvhAnb { width:20rem;height:4.55rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVJAP90sblu7rQHprS7CBq3Ma9kVt9DI { width:20rem;height:2.925rem;top:6.58749961853rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCl5TmQTIadCsRfX7ZrBcwhqatchzrZJ { display:block; }#QCl5TmQTIadCsRfX7ZrBcwhqatchzrZJ > .row .container { width:20rem;height:92.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QlttmUWr1FWyCePo22W7HT1cCcATAM1I { width:20rem;height:90.9375rem;top:0.71875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrQPoUzNnsqTrTeI8QnwLePtWxCTlehi { width:20rem;height:42.6875rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E550UVvNVu9BKePJ5Tvo9cWDu6p7yBbz { width:8.5rem;height:9.3125rem;top:3.75rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETxU6zsritGC6RX5R8oBNCdOT7eoDvby { width:18.375rem;height:1.95rem;top:14.5rem;left:0.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7QfgcUfzZ83xQosczDxc9CW7x7loO4T { width:18.4375rem;height:1.3rem;top:16.450000762939rem;left:0.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8cSbJ5Lt8R5OX8TePhpdztdpPQ0N43W { width:19.125rem;height:8.25rem;top:18.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMM92IDELhTzDQx0QX6ioBZ5obA4Siif { width:1.8125rem;height:1.5rem;top:19.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nV5l8BWu4aP2ZZnnxgWuKROylicF5zDb { width:15.5rem;height:7.3125rem;top:19.28125rem;left:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6vN8WUNy887g6ptT0KeWSTXgPbrbVbW { width:18.75rem;height:15.6rem;top:27.981250762939rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiPma0kUwKZ9JxhKFWXe0kp4qs6ZvBbU { width:20rem;height:37.6875rem;top:47.793750762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMdMVxVypyltXFBupCrOHGnfsKIF6nE6 { width:19.375rem;height:1.95rem;top:58.78125rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIkxBqOk2JfdU4kVB9wiU7ER8CdiCVLP { width:19.25rem;height:1.3rem;top:60.731250762939rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNCaKyfcOwMV7TcXJoNCHsTzW0T99uI7 { width:19.1875rem;height:8.25rem;top:63.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Or7NBVD3OXvgx7HCpt2Ds7wQZT3vdIXp { width:1.8125rem;height:1.5rem;top:63.53125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT6wFlXKlvBMXsxDZenylD5NPlDSipVH { width:15.9375rem;height:7.3125rem;top:63.53125rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwSFuVHAVDadEJ39pZ9CTKsazF9wvZE4 { width:18.75rem;height:11.7rem;top:72.21875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2Rl9X83VT7sFTS4abfrHR2bNFv440Up { width:8.5rem;height:9.3125rem;top:48.59375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lohueC54bUR1XHyzS7p8E0Vo5tkZvozU { width:14.625rem;height:2.8125rem;top:86.75rem;left:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvpf5tqsaSuxH7hT2MGRO2ePeeRpVPWB { display:block; }
 }@media only screen and (max-width: 763px) { #V37ym7waqLZdENFetoEZXbIAK1sHmXZC { width:1.5rem;height:1.5rem;top:87.375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uz1rgGsNV9hyQuif2Tt3EdB4R2IvW1IR { display:block; }#uz1rgGsNV9hyQuif2Tt3EdB4R2IvW1IR > .row .container { width:20rem;height:12.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L58VwPeHTn2goUp8PZRA0H8qCB6FW3a1 { width:20rem;height:4.55rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiTf8wytZEXA958H86qVPi3lXbEXnZwn { width:20rem;height:2.925rem;top:6.58749961853rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNKi4aBH3tDIC7e9LOr3V1XHaovu4f7c { width:1.5rem;height:1.5rem;top:10.25rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #se5Ops4T2ITzQO9VL6kvewenmcHRsh2T { width:7.5625rem;height:1.4625rem;top:10.3125rem;left:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #okTlKAgNLA4UDwEJT90JW9Hq8qrGnKLI { display:block; }#okTlKAgNLA4UDwEJT90JW9Hq8qrGnKLI > .row .container { width:20rem;height:35.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P6HxmM4OnpG2DZS1VSOzDtmLVCW94aNv { width:20rem;height:28.1875rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEH0eVhMl3rXM90uT6yFLDiCVVhCv7qJ { display:block; }#DEH0eVhMl3rXM90uT6yFLDiCVVhCv7qJ > .row .container { width:20rem;height:12.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hXMar29m1yEBhtVolNuCTuki3m8MR2RT { width:20rem;height:2.275rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5NQUCGe7Ov6TATv4f41HTBVsbfRwHy1 { width:20rem;height:5.85rem;top:4.2749996185303rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIrmy2fxXhgef6poZE7iEp2oM47FTv0f { background-color:#ffffff;background-image:none;display:none; }#BIrmy2fxXhgef6poZE7iEp2oM47FTv0f > .row .container { width:20rem;height:45.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UpS0eRP5art5FxBfdnftysxiECyhwqc5 { width:20rem;height:33rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi { display:block; }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row .container { width:20rem;height:21.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8peUW8tqq7csc0KQ0QtCizpx5HpD5dq { width:16.6875rem;height:1.3rem;top:14.1875rem;left:1.65625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GHtgX00qxKC8hlgtbFQV9lgGxdfLKhDW { width:4.6875rem;height:1.3rem;top:6.6748046875rem;left:7.65625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A9rE7WSJrqamWsq3LUKSNIcikNT98B0Z { width:7.375rem;height:1.3rem;top:9.099609375rem;left:6.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qFHcGxd1QK7PTwaKiww3XnCpWeXBMSlk { width:7.375rem;height:1.3rem;top:11.1494140625rem;left:6.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z4ePzpQPoJaOe9F4grilm6STzgiDncHX { width:10.125rem;height:3.125rem;top:16.73730625rem;left:4.9375rem;display:block; }
 }