.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:204,248,255;--color-primary-1:102,234,255;--color-primary-2:0,220,255;--color-primary-3:0,132,153;--color-primary-4:17,30,35;--color-secondary-0:246,247,248;--color-secondary-1:224,227,230;--color-secondary-2:134,136,138;--color-secondary-3:80,82,83;--color-secondary-4:27,27,28;--color-tertiary-0:255,255,255;--color-tertiary-1:169,174,176;--color-tertiary-2:112,120,123;--color-tertiary-3:67,72,74;--color-tertiary-4:17,30,35;--headlines-font-family:Source Sans Pro;--paragraphs-font-family:Source Sans Pro; }body { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NyL4mKd0aGEkRRzGPXFMKeFZP2K3HXCv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/BDY0VS17/Rectangle_1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#NyL4mKd0aGEkRRzGPXFMKeFZP2K3HXCv.adaptive-delivery-prevent-bg, #NyL4mKd0aGEkRRzGPXFMKeFZP2K3HXCv.lazyload, #NyL4mKd0aGEkRRzGPXFMKeFZP2K3HXCv.lazyloading { background-image: none; }#NyL4mKd0aGEkRRzGPXFMKeFZP2K3HXCv > .row .container { border-width: 0; border-radius: 0; }#NyL4mKd0aGEkRRzGPXFMKeFZP2K3HXCv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NyL4mKd0aGEkRRzGPXFMKeFZP2K3HXCv > .row .container { font-size:0.875rem;font-family:arial;height:3.6875rem;width:75rem;position:relative;display:none; }#gJmrlcmPDNb5SBBVchhyK7cP0RkB6TEP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#kkbdLlCnuR1JviwvnFwTwqTnP8JTJdtR { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#TeO4N125AJuTXcBpUMqptalb7NTsyfDJ { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:4.25rem;top:0.625rem;left:1.423828125rem;overflow:hidden;display:block; }
#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(358deg, #22323e, #000000);background-image: -moz-linear-gradient(358deg, #22323e, #000000);background-image: -ms-linear-gradient(358deg, #22323e, #000000);background-image: -o-linear-gradient(358deg, #22323e, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#22323e', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#22323e', endColorstr='#000000' );";background-image: linear-gradient(358deg, #22323e, #000000);background-size:cover !important;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs > .row .container { background-color: transparent; background-image: none; }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs > .row .container > .video-iframe-container { display: none; }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs > .row > .video-iframe-container { display: none; }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs > .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); }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs > .row .container { border-width: 0; border-radius: 0; }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs > .row .container { font-size:0.875rem;font-family:arial;height:3.6875rem;width:75rem;position:relative;display:block; }#KgSRGvr1zH0bu7spSk7eaddOgTNugTJE { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:5.25rem;top:1.125rem;left:1.125rem;overflow:hidden;display:block; }
#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/BDY0VS17/Rectangle_1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q.adaptive-delivery-prevent-bg, #s2iSps5u7RiL5sTonfAtgixmxKrWvT3q.lazyload, #s2iSps5u7RiL5sTonfAtgixmxKrWvT3q.lazyloading { background-image: none; }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .row .container { background-color: transparent; background-image: none; }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .row .container > .video-iframe-container { display: none; }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .row > .video-iframe-container { display: none; }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .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); }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .row .container { border-width: 0; border-radius: 0; }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .row .container { font-size:0.875rem;font-family:arial;height:3.6875rem;width:75rem;position:relative;display:block; }#rcwfqEZPMix4S0iWzX8BDIa1zxDqt9xF { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#EIVsrNnSiqAbP8x6R35EzoESCT0X2OI4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#KZEfKcZ270chaB6c3kAx7uX09keSK4fx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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;z-index:auto;display:block; }#KZEfKcZ270chaB6c3kAx7uX09keSK4fx > .row .container { background-color: transparent; background-image: none; }#KZEfKcZ270chaB6c3kAx7uX09keSK4fx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZEfKcZ270chaB6c3kAx7uX09keSK4fx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZEfKcZ270chaB6c3kAx7uX09keSK4fx > .row .container > .video-iframe-container { display: none; }#KZEfKcZ270chaB6c3kAx7uX09keSK4fx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZEfKcZ270chaB6c3kAx7uX09keSK4fx > .row > .video-iframe-container { display: none; }#KZEfKcZ270chaB6c3kAx7uX09keSK4fx > .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); }#KZEfKcZ270chaB6c3kAx7uX09keSK4fx > .row .container { border-width: 0; border-radius: 0; }#KZEfKcZ270chaB6c3kAx7uX09keSK4fx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KZEfKcZ270chaB6c3kAx7uX09keSK4fx > .row .container { font-size:0.875rem;font-family:arial;height:3.6875rem;width:75rem;position:relative;display:block; }#h60yazJr1lsHm08N9MEZZCsQAgvrkWdA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#hNVhBVk2iSfNU4eUZ3pGWzIJTDQy423s { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#mWBKkPTsnciZtOP8M2zcVWmo1HBX7Rkh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#mWBKkPTsnciZtOP8M2zcVWmo1HBX7Rkh > .row .container { background-color: transparent; background-image: none; }#mWBKkPTsnciZtOP8M2zcVWmo1HBX7Rkh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWBKkPTsnciZtOP8M2zcVWmo1HBX7Rkh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWBKkPTsnciZtOP8M2zcVWmo1HBX7Rkh > .row .container > .video-iframe-container { display: none; }#mWBKkPTsnciZtOP8M2zcVWmo1HBX7Rkh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWBKkPTsnciZtOP8M2zcVWmo1HBX7Rkh > .row > .video-iframe-container { display: none; }#mWBKkPTsnciZtOP8M2zcVWmo1HBX7Rkh > .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); }#mWBKkPTsnciZtOP8M2zcVWmo1HBX7Rkh > .row .container { border-width: 0; border-radius: 0; }#mWBKkPTsnciZtOP8M2zcVWmo1HBX7Rkh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mWBKkPTsnciZtOP8M2zcVWmo1HBX7Rkh > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;position:relative;display:block; }#PJpKn5d629ag7TQTKEbXBUT6HCu0xFFM { color:rgba(var(--color-tertiary-4),1);display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:1.1875rem;height:3.25rem;font-style:normal;display:block; }
#Lp0ys516sDN3rxLz0NhI4uiTXT05I9P8 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-4),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:7.875rem;left:0rem;display:block; }
#zLPuQTIqedvasdKT9zNTfE4nWsr7XQa2 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#000000;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.625rem;left:67.125rem;display:block; }
#G3yKDJ5WHCCNy44ftFHLiC0dlX3TffLl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A7c2mmgQo02SFM6SbsxeOlPXhJgrkWuG { color:rgba(var(--color-tertiary-4),1);display:block;width:4.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:2.1875rem;left:60.75rem;height:1.9487875rem;font-style:normal;display:block; }
#bUViZaTTGgsA2d33kr2sSTfGzDpUnKJo { color:rgba(var(--color-tertiary-4),1);display:block;width:4.12475625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.1396484375rem;left:56.702880859375rem;height:2.03125rem;font-style:normal;display:block; }
#lmCMWyRwKxcR2SP2gBA3ztI7lbwBFt3S { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:0.6875rem;top:1.625rem;left:0rem;overflow:hidden;display:block; }
#diqeTBNlqy4zA8oE7UNBQ6BAcz2hCStz { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:0.5rem;display:none; }
#M9OLeNIC2XVcwvr3Z4PPHJ9JhnFGLuc4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#M9OLeNIC2XVcwvr3Z4PPHJ9JhnFGLuc4 > .row .container { background-color: transparent; background-image: none; }#M9OLeNIC2XVcwvr3Z4PPHJ9JhnFGLuc4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9OLeNIC2XVcwvr3Z4PPHJ9JhnFGLuc4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9OLeNIC2XVcwvr3Z4PPHJ9JhnFGLuc4 > .row .container > .video-iframe-container { display: none; }#M9OLeNIC2XVcwvr3Z4PPHJ9JhnFGLuc4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9OLeNIC2XVcwvr3Z4PPHJ9JhnFGLuc4 > .row > .video-iframe-container { display: none; }#M9OLeNIC2XVcwvr3Z4PPHJ9JhnFGLuc4 > .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); }#M9OLeNIC2XVcwvr3Z4PPHJ9JhnFGLuc4 > .row .container { border-width: 0; border-radius: 0; }#M9OLeNIC2XVcwvr3Z4PPHJ9JhnFGLuc4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M9OLeNIC2XVcwvr3Z4PPHJ9JhnFGLuc4 > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#NH2DEpsogUDPgssI3pSLQHapINzGJWmE { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:"source sans pro semibold";font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#EyDHbGuF8oE9OzhWAeBWuVNRtoy3JiTi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#EyDHbGuF8oE9OzhWAeBWuVNRtoy3JiTi > .row .container { background-color: transparent; background-image: none; }#EyDHbGuF8oE9OzhWAeBWuVNRtoy3JiTi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EyDHbGuF8oE9OzhWAeBWuVNRtoy3JiTi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EyDHbGuF8oE9OzhWAeBWuVNRtoy3JiTi > .row .container > .video-iframe-container { display: none; }#EyDHbGuF8oE9OzhWAeBWuVNRtoy3JiTi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EyDHbGuF8oE9OzhWAeBWuVNRtoy3JiTi > .row > .video-iframe-container { display: none; }#EyDHbGuF8oE9OzhWAeBWuVNRtoy3JiTi > .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); }#EyDHbGuF8oE9OzhWAeBWuVNRtoy3JiTi > .row .container { border-width: 0; border-radius: 0; }#EyDHbGuF8oE9OzhWAeBWuVNRtoy3JiTi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EyDHbGuF8oE9OzhWAeBWuVNRtoy3JiTi > .row .container { font-size:0.875rem;font-family:arial;height:49.1875rem;width:75rem;position:relative;display:block; }#yKAfFVEXynRMOykOIDQ5QTnne3A1T6O5 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"source sans pro semibold";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.125rem;left:0rem;height:1.625rem;display:block; }
#pKZUOpJ7eDAvZW9TREC977I3BMKB5MQu { color:rgba(var(--color-tertiary-4),1);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:4.3125rem;left:1.375rem;height:1.625rem;font-style:normal;display:block; }
#anETTrvz02H5SAD4ZFs4BqXNJshoPnyr { position:absolute;display:block;z-index:15002;background-color:#007c8f;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:0.375rem;width:0.375rem;top:5.125rem;left:0rem;display:block; }
#HGcA7rIPMdgIcsVpygUUflbl3pT9saBS { position:absolute;display:block;z-index:15004;background-color:#007c8f;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:0.375rem;width:0.375rem;top:7.9375rem;left:0rem;display:block; }
#UHXKB5XCuT080CHrcODFOMEXuUBElP4P { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:"source sans pro semibold";font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.125rem;left:41.5625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#KI2dzNqvwaOtTrf1ulBMMEAI709SxETg { color:#bdbdbf;display:block;width:12.5rem;position:absolute;font-family:"source sans pro semibold";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:1.6111125rem;display:none; }
#OzxEZ5V07xVGAkHROHSu8l6m0XACFidO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#JEH0kHkBMUL1xv5L8WKdiKCDP4VKufub { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:9.3125rem;left:0rem;display:none; }
#mCzMVHgSy2IhlIPRlNTesEeW9XiUSWgc { color:rgba(var(--color-tertiary-4),1);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:7.1875rem;left:1.375rem;height:3.2487rem;font-style:normal;display:block; }
#T0MQIGhp5UHgkBC9cSZLg0OW5lghEkwf { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:4.3125rem;left:41.5625rem;overflow:hidden;display:block; }
#dDyTNzxqpwyRIVp9q6w00i53dSo8P0vA { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:9.3125rem;left:41.5625rem;overflow:hidden;display:block; }
#q8TCxeMgZZTahHvEXBXAxDOQ67cTtUdC { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:4.3125rem;left:46.5625rem;overflow:hidden;display:block; }
#TcoJV1mAdh2EUWCKvw17LJTgfvRVbhw6 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:9.3125rem;left:46.5625rem;overflow:hidden;display:block; }
#DJ0riM1GScHaks85XtDKheOUkGkV2GHO { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:4.3125rem;left:51.5615234375rem;overflow:hidden;display:block; }
#Zctf5zQzlzg1gcRK5MnEApHaRbTgl4fJ { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:9.3125rem;left:51.5615234375rem;overflow:hidden;display:block; }
#eqeM5qrSFShwTgomHgz9U6zh70wO9kki { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:4.3125rem;left:56.5615234375rem;overflow:hidden;display:block; }
#durTM6vTKaNunxMnT3D4xL8D5cqp5PFB { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:9.3125rem;left:56.5615234375rem;overflow:hidden;display:block; }
#DnqDUIy92MWrXxXAzF4DNc9XtGrhuUhX { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:4.3125rem;left:61.5615234375rem;overflow:hidden;display:block; }
#wOZxoWwq1qqPeSNOHyKe1TsUkFZmUlRC { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:9.3125rem;left:61.5615234375rem;overflow:hidden;display:block; }
#u7sWCXkpkZCHOS7qSoROh4dDldzSZHm7 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:4.3125rem;left:66.5625rem;overflow:hidden;display:block; }
#iLeHpW3eeLI4VDCwBKP7GIcihXqXUDgT { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-4),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:48.9375rem;left:0rem;display:block; }
#nz4TwCT1WztXMWoMxDxhd6nmQKoACONR { color:rgba(var(--color-tertiary-0),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:36.125rem;left:42.9375rem;height:3.2487rem;font-style:normal;display:block; }
#bBTn2qSSxIP7oMXyVKuWJEgOk9XzIamb { position:absolute;display:block;z-index:15010;background-color:#007c8f;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:0.375rem;width:0.375rem;top:36.75rem;left:41.5625rem;display:block; }
#ClSkgTqr2Q8UkegB1doaTrTH8etmGmI2 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:14.9375rem;left:42.9375rem;height:1.625rem;font-style:normal;display:block; }
#VxTncfn7f8ApGNEmWJwtxbvROeFEpBp4 { position:absolute;display:block;z-index:15012;background-color:#007c8f;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:0.375rem;width:0.375rem;top:15.5625rem;left:41.5625rem;display:block; }
#WZbreLhHs4Ly9MOMbqKvBMsdabE7fTP6 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:17.8125rem;left:42.9375rem;height:1.625rem;font-style:normal;display:block; }
#fRlbLZiJm8vvcUfVmUyUP4KQfq0f0x87 { position:absolute;display:block;z-index:15014;background-color:#007c8f;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:0.375rem;width:0.375rem;top:18.4375rem;left:41.5625rem;display:block; }
#twXlONNV9AzhqzACxA7u26g4OoMskraJ { color:rgba(var(--color-tertiary-0),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:20.6875rem;left:42.9375rem;height:1.625rem;font-style:normal;display:block; }
#npb69chQuTCprUeJ3QxsnyTW95V8MQfc { position:absolute;display:block;z-index:15016;background-color:#007c8f;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:0.375rem;width:0.375rem;top:21.3125rem;left:41.5625rem;display:block; }
#CXIlWSORh3CXMG3KJPyX4XbCdDLGczbT { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:25.5rem;left:41.5625rem;overflow:hidden;display:block; }
#N74FZH9AKqcWVLWNhylzacgNPOCv5yAn { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:25.5rem;left:46.5625rem;overflow:hidden;display:block; }
#QATzsQqfuvm3i0BcE8uaWd6PJ67QVqgX { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:25.5rem;left:51.5625rem;overflow:hidden;display:block; }
#etf5gGIrLGEbPvZ5DrycD45EypdTFGrt { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:25.5rem;left:56.5625rem;overflow:hidden;display:block; }
#ZQi53sX6DT9Um5JBot0IKSAin6h81DWS { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:25.5rem;left:61.5625rem;overflow:hidden;display:block; }
#e4QmPNZUWGhihHFThMn3FMOWolFWbwOh { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:30.5625rem;left:41.5625rem;overflow:hidden;display:block; }
#RZuTVNPClkkqBpQLplUJH8xBdCnrdVIy { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:30.5rem;left:46.5625rem;overflow:hidden;display:block; }
#loEEr6tene1eGus81Vdkh6Is15tXKHEJ { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-4),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:29.375rem;top:23.875rem;left:41.5625rem;display:block; }
#VNTQQHHwNQ5B9izblDn7QJe2rK8D1cQm { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:42.8125rem;left:41.125rem; }
#HBg6JeyIriQ1C4qfsJVDQhxUcs57tVmd { color:rgba(var(--color-tertiary-0),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:42.5rem;left:42.9375rem;height:4.87305rem;font-style:normal;display:block; }
#w0iuASkst9oWCyzkUxL5MnE3MbaLy7d7 { color:#000000;display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:39.958595275879rem;left:41.499219894409rem;height:1.21875rem;display:block; }
#NTm9epd6AhwzKpeKLEc6O8y7cQzDk8IA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#NTm9epd6AhwzKpeKLEc6O8y7cQzDk8IA > .row .container { background-color: transparent; background-image: none; }#NTm9epd6AhwzKpeKLEc6O8y7cQzDk8IA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTm9epd6AhwzKpeKLEc6O8y7cQzDk8IA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTm9epd6AhwzKpeKLEc6O8y7cQzDk8IA > .row .container > .video-iframe-container { display: none; }#NTm9epd6AhwzKpeKLEc6O8y7cQzDk8IA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTm9epd6AhwzKpeKLEc6O8y7cQzDk8IA > .row > .video-iframe-container { display: none; }#NTm9epd6AhwzKpeKLEc6O8y7cQzDk8IA > .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); }#NTm9epd6AhwzKpeKLEc6O8y7cQzDk8IA > .row .container { border-width: 0; border-radius: 0; }#NTm9epd6AhwzKpeKLEc6O8y7cQzDk8IA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NTm9epd6AhwzKpeKLEc6O8y7cQzDk8IA > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#E3zubWqVvUI4JILnHZ6H6NLRTWV6vLqb { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:"source sans pro semibold";font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.28125rem;left:7.5rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#c3DeblhQ7TyGHlC7FX4tm8ozlSMLZuX2 { position:relative;display:block; }#c3DeblhQ7TyGHlC7FX4tm8ozlSMLZuX2 { background-color: transparent; background-image: none; }#c3DeblhQ7TyGHlC7FX4tm8ozlSMLZuX2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3DeblhQ7TyGHlC7FX4tm8ozlSMLZuX2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3DeblhQ7TyGHlC7FX4tm8ozlSMLZuX2 > .row .container > .video-iframe-container { display: none; }#c3DeblhQ7TyGHlC7FX4tm8ozlSMLZuX2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3DeblhQ7TyGHlC7FX4tm8ozlSMLZuX2 > .row > .video-iframe-container { display: none; }#c3DeblhQ7TyGHlC7FX4tm8ozlSMLZuX2 > .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); }#c3DeblhQ7TyGHlC7FX4tm8ozlSMLZuX2 { border-width: 0; border-radius: 0; }#c3DeblhQ7TyGHlC7FX4tm8ozlSMLZuX2 > .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; }#c3DeblhQ7TyGHlC7FX4tm8ozlSMLZuX2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:27.875rem;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; }#Pg5XxUmO2lHnSebu0S2T21TkPGQQ9lsH { position:absolute;display:block;z-index:15000;height:24.5625rem;width:68.5rem;top:0rem;left:3.375rem;display:block; }
#cmH46causMTQ1mc1Tv9xeOI1UXMu0zsm { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:2.5rem;top:8.530468940735rem;left:0rem;display:block; }
#HIPR9qMfLLctUEocoSPZpw19oGs4NH8F { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:2.5rem;top:8.5312490463256rem;left:72.49999809265rem;display:block; }
#RXcv8JocKCgPTJLVnvXWQc2O7NQQulLK { box-sizing:content-box;color:rgba(var(--color-primary-4),1);font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:11.061718940735rem;left:0rem;display:block; }
#xtCG0B0lh9KSNN6cGhZFHHnXXleZ9Rff { box-sizing:content-box;color:rgba(var(--color-primary-4),1);font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:11.061718940735rem;left:72.56249809265rem;display:block; }
#NdA3fVZ00FeN6DThvislQ5kf7dlRizKV.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7f8;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; } #NdA3fVZ00FeN6DThvislQ5kf7dlRizKV.widget-smartsection *:focus-visible, #NdA3fVZ00FeN6DThvislQ5kf7dlRizKV.widget-smartsection input[type="text"]:focus-visible, #NdA3fVZ00FeN6DThvislQ5kf7dlRizKV.widget-smartsection input[type="email"]:focus-visible, #NdA3fVZ00FeN6DThvislQ5kf7dlRizKV.widget-smartsection input[type="tel"]:focus-visible, #NdA3fVZ00FeN6DThvislQ5kf7dlRizKV.widget-smartsection textarea:focus-visible { outline: none; } #CJSoW6WZnZ5dkmnW3Trr4UmPQQKKcmEP > .row .container { background-color: transparent; background-image: none; }#CJSoW6WZnZ5dkmnW3Trr4UmPQQKKcmEP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CJSoW6WZnZ5dkmnW3Trr4UmPQQKKcmEP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CJSoW6WZnZ5dkmnW3Trr4UmPQQKKcmEP > .row .container > .video-iframe-container { display: none; }#CJSoW6WZnZ5dkmnW3Trr4UmPQQKKcmEP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CJSoW6WZnZ5dkmnW3Trr4UmPQQKKcmEP > .row > .video-iframe-container { display: none; }#CJSoW6WZnZ5dkmnW3Trr4UmPQQKKcmEP > .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); }#CJSoW6WZnZ5dkmnW3Trr4UmPQQKKcmEP > .row .container { border-width: 0; border-radius: 0; }#CJSoW6WZnZ5dkmnW3Trr4UmPQQKKcmEP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CJSoW6WZnZ5dkmnW3Trr4UmPQQKKcmEP > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#eurRN8SvgzqMzSJGirMfNqwpMPVn7MtX.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7f8;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; } #eurRN8SvgzqMzSJGirMfNqwpMPVn7MtX.widget-smartsection *:focus-visible, #eurRN8SvgzqMzSJGirMfNqwpMPVn7MtX.widget-smartsection input[type="text"]:focus-visible, #eurRN8SvgzqMzSJGirMfNqwpMPVn7MtX.widget-smartsection input[type="email"]:focus-visible, #eurRN8SvgzqMzSJGirMfNqwpMPVn7MtX.widget-smartsection input[type="tel"]:focus-visible, #eurRN8SvgzqMzSJGirMfNqwpMPVn7MtX.widget-smartsection textarea:focus-visible { outline: none; } #cltbe6R6FI69gR5McfoXkgTBGRWDdmrw > .row .container { background-color: transparent; background-image: none; }#cltbe6R6FI69gR5McfoXkgTBGRWDdmrw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cltbe6R6FI69gR5McfoXkgTBGRWDdmrw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cltbe6R6FI69gR5McfoXkgTBGRWDdmrw > .row .container > .video-iframe-container { display: none; }#cltbe6R6FI69gR5McfoXkgTBGRWDdmrw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cltbe6R6FI69gR5McfoXkgTBGRWDdmrw > .row > .video-iframe-container { display: none; }#cltbe6R6FI69gR5McfoXkgTBGRWDdmrw > .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); }#cltbe6R6FI69gR5McfoXkgTBGRWDdmrw > .row .container { border-width: 0; border-radius: 0; }#cltbe6R6FI69gR5McfoXkgTBGRWDdmrw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cltbe6R6FI69gR5McfoXkgTBGRWDdmrw > .row .container { font-size:0.875rem;font-family:arial;height:17rem;width:75rem;position:relative;display:block; }#FmlT3vX5ZThbH0BFS5MNL6mhBkAceN7k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#FmlT3vX5ZThbH0BFS5MNL6mhBkAceN7k > .row .container { background-color: transparent; background-image: none; }#FmlT3vX5ZThbH0BFS5MNL6mhBkAceN7k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FmlT3vX5ZThbH0BFS5MNL6mhBkAceN7k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FmlT3vX5ZThbH0BFS5MNL6mhBkAceN7k > .row .container > .video-iframe-container { display: none; }#FmlT3vX5ZThbH0BFS5MNL6mhBkAceN7k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FmlT3vX5ZThbH0BFS5MNL6mhBkAceN7k > .row > .video-iframe-container { display: none; }#FmlT3vX5ZThbH0BFS5MNL6mhBkAceN7k > .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); }#FmlT3vX5ZThbH0BFS5MNL6mhBkAceN7k > .row .container { border-width: 0; border-radius: 0; }#FmlT3vX5ZThbH0BFS5MNL6mhBkAceN7k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FmlT3vX5ZThbH0BFS5MNL6mhBkAceN7k > .row .container { font-size:0.875rem;font-family:arial;height:46.6875rem;width:75rem;position:relative;display:block; }#pvPzCfO5M2csT3P3c7Qc67kg7yNnsCxt { position:absolute;display:block;z-index:15007;background-color:#ededed;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:23.5rem;width:14.25rem;top:12rem;left:15.1875rem;display:block; }
#AA578bOOd5KtnFyT0evqwknCxZMmrrCk { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:13.25rem;left:20.0625rem;overflow:hidden;display:block; }
#FvCv6KCvS4oH1hnRLAk0Er32lKqIQbl0 { color:rgba(var(--color-tertiary-4),0.95);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:19rem;left:16.4375rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LTUdHGHpspdAEflb0uLkDBxRBwpKKJhG { position:absolute;display:block;z-index:15000;background-color:#ededed;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:23.5rem;width:14.25rem;top:12rem;left:30.375rem;display:block; }
#lzZzcLTOUyqzWHiKIhSzaBv2SFIb4HzB { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:13.25rem;left:35.25rem;overflow:hidden;display:block; }
#Rmqna50rGoQSyXQTvEH0eRUMXADS0lCh { color:rgba(var(--color-tertiary-4),0.95);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:19rem;left:31.25rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xiEkQi0fPUelou1qM1NOdeEAUh5TKl4o { position:absolute;display:block;z-index:15001;background-color:#ededed;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:23.5rem;width:14.25rem;top:12rem;left:0rem;display:block; }
#dvlT9Bf1tFle3AS5gb606lV92Sa9NGbK { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:13.25rem;left:4.875rem;overflow:hidden;display:block; }
#ouTTUlbVgeNJmVLoomepAOoN8gF2lgF6 { color:rgba(var(--color-tertiary-4),0.95);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:19rem;left:1.25rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DWiJdNUmhHg1SGektzeNKoSLR5TGElIy { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:23.75rem;left:0.625rem;height:6.00260625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r71x5GLFPOnHuRbA9hkxhtPNzsnQXFeB { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:23.75rem;left:15.8125rem;height:7.50325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cxL20Vz8Xcwh0cLBt82yeXWeTk6iE0QQ { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:23.75rem;left:31rem;height:10.5045625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cnE7tWQqgMb4TAd4bgtn4JqsygIl3LUK { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:5.5625rem;left:10.40625rem;height:4.87305rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l00rRiHTi2V65kWVXQCh9160hMzZ7ZX3 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:3rem;width:16.5rem;top:37.0625rem;left:29.25rem;display:block; }
#cQeIHZ3hIdzVsC8zUgrnSAFLHrvyI8ua { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:3rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:37.0625rem;left:29.25rem;display:block; }
#KDapyfVdUnEmcu9o1DsSXZLT530UczcF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ACBwGOlqKH9iL89JsbcqOlfNKHWstxfO { color:#000000;display:block;width:6.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:37.912109375rem;left:34.3125rem;height:1.3rem;display:block; }
#hxuPfEqRxM9KISF5TB4dtIsT4a4oH98q { position:absolute;display:block;z-index:15004;background-color:#ededed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:23.5rem;width:14.25rem;top:12rem;left:45.5625rem;display:block; }
#Qw4efH8y3Jhi8GAkTmgMIaE9DtK1r5Zr { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:23.75rem;left:46.1875rem;height:7.50325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B3hthswvkzuzolWbvT7ZGQabzwR7fQhX { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:13.25rem;left:50.4375rem;overflow:hidden;display:block; }
#TX1vgXndgW3PaTeGn4FvpEe4WJzD0Ir5 { color:rgba(var(--color-tertiary-4),0.95);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:19rem;left:46.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c48QkQsAn1yTCwIH688PrSmtqVZcK6JR { position:absolute;display:block;z-index:15008;background-color:#ededed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:23.5rem;width:14.25rem;top:12rem;left:60.75rem;display:block; }
#C2rxH5AtnKMTb6GnacXNB9rf02owNq0Z { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:23.75rem;left:61.375rem;height:9.003875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F9AAKTJITdPAGWbZtyVkt6uKZdbnrIva { color:rgba(var(--color-tertiary-4),0.95);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:19rem;left:62.5rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MpcFPikd1giGTfhbs1zDZeJ2FKaaTb5Z { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:13.25rem;left:65.625rem;overflow:hidden;display:block; }
#dNy6MPrpCZWRq16hWGgfrwqZDHX2G3TS { color:rgba(var(--color-tertiary-4),1);display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:41.625rem;left:16.40625rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KRP4SiHQ1e2evzSXAKyT9BGbg807k8m2 { color:rgba(var(--color-tertiary-4),1);display:block;width:60.8125rem;position:absolute;font-family:"source sans pro semibold";font-size:1.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.5625rem;left:7.09375rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#IPzuiVmqyt3ls0h0Uk13OKQl9Pys8KIB { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-4),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:46.625rem;left:0rem;display:block; }
#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M > .row .container { background-color: transparent; background-image: none; }#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M > .row .container > .video-iframe-container { display: none; }#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M > .row > .video-iframe-container { display: none; }#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M > .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); }#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M > .row .container { border-width: 0; border-radius: 0; }#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:75rem;position:relative;display:block; }#uoPpIKN8Fzko4tQwZ0LCaitHctFuyy0f { color:#bdbdbf;display:block;width:12.5rem;position:absolute;font-family:"source sans pro semibold";font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5625rem;left:62.5rem;height:1.6111125rem;text-align:right;text-align-last:right;display:none; }
#r4d07FTE2dPOL6UEUVtDSekVTrHSZf1M { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:"source sans pro semibold";font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:0.8251953125rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#sr517vfV8rTyDCHkibTM22c3mM3r5Zux { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#sr517vfV8rTyDCHkibTM22c3mM3r5Zux > .row .container { background-color: transparent; background-image: none; }#sr517vfV8rTyDCHkibTM22c3mM3r5Zux::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sr517vfV8rTyDCHkibTM22c3mM3r5Zux > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sr517vfV8rTyDCHkibTM22c3mM3r5Zux > .row .container > .video-iframe-container { display: none; }#sr517vfV8rTyDCHkibTM22c3mM3r5Zux > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sr517vfV8rTyDCHkibTM22c3mM3r5Zux > .row > .video-iframe-container { display: none; }#sr517vfV8rTyDCHkibTM22c3mM3r5Zux > .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); }#sr517vfV8rTyDCHkibTM22c3mM3r5Zux > .row .container { border-width: 0; border-radius: 0; }#sr517vfV8rTyDCHkibTM22c3mM3r5Zux > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sr517vfV8rTyDCHkibTM22c3mM3r5Zux > .row .container { font-size:0.875rem;font-family:arial;height:3.4375rem;width:75rem;position:relative;display:block; }#JmZX31LFE3ZztMZIytEsgmNpib6EwzPT { color:#007c8f;display:block;width:49.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:0.9375rem;left:10.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TKP6lpCHnCtKdhsFumUTNVplI9yCJmTr { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:0.75rem;left:61.875rem;overflow:hidden;display:none; }
#PMU8cwuhz3LX5P0qqUiys1oKTcqCGrTV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:1.5625rem;top:1.1874990463257rem;left:60.5625rem;overflow:hidden;display:block; }
#T8virSMQS7FzQytXuV3MHdcngOMGsa6r { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:0.125rem;left:60.625rem;display:none; }
#nJyPa5GgaMz7Q25EMhGNURAD5x7I1Nwx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#nJyPa5GgaMz7Q25EMhGNURAD5x7I1Nwx > .row .container { background-color: transparent; background-image: none; }#nJyPa5GgaMz7Q25EMhGNURAD5x7I1Nwx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nJyPa5GgaMz7Q25EMhGNURAD5x7I1Nwx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nJyPa5GgaMz7Q25EMhGNURAD5x7I1Nwx > .row .container > .video-iframe-container { display: none; }#nJyPa5GgaMz7Q25EMhGNURAD5x7I1Nwx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nJyPa5GgaMz7Q25EMhGNURAD5x7I1Nwx > .row > .video-iframe-container { display: none; }#nJyPa5GgaMz7Q25EMhGNURAD5x7I1Nwx > .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); }#nJyPa5GgaMz7Q25EMhGNURAD5x7I1Nwx > .row .container { border-width: 0; border-radius: 0; }#nJyPa5GgaMz7Q25EMhGNURAD5x7I1Nwx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nJyPa5GgaMz7Q25EMhGNURAD5x7I1Nwx > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#raKMPThTBpuALx7qmMdLyUuPvng3m1Mc { color:#bdbdbf;display:block;width:51.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:0.875rem;left:10.1875rem;height:4.87305rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ODgv82Zwcl4yZIeBQe1Olvzldmylyng2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#ODgv82Zwcl4yZIeBQe1Olvzldmylyng2 > .row .container { background-color: transparent; background-image: none; }#ODgv82Zwcl4yZIeBQe1Olvzldmylyng2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODgv82Zwcl4yZIeBQe1Olvzldmylyng2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODgv82Zwcl4yZIeBQe1Olvzldmylyng2 > .row .container > .video-iframe-container { display: none; }#ODgv82Zwcl4yZIeBQe1Olvzldmylyng2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODgv82Zwcl4yZIeBQe1Olvzldmylyng2 > .row > .video-iframe-container { display: none; }#ODgv82Zwcl4yZIeBQe1Olvzldmylyng2 > .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); }#ODgv82Zwcl4yZIeBQe1Olvzldmylyng2 > .row .container { border-width: 0; border-radius: 0; }#ODgv82Zwcl4yZIeBQe1Olvzldmylyng2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ODgv82Zwcl4yZIeBQe1Olvzldmylyng2 > .row .container { font-size:0.875rem;font-family:arial;height:3.4375rem;width:75rem;position:relative;display:block; }#vwHAcqxsPldDqLrGqMcrbTnf1RS8LpgR { color:#007c8f;display:block;width:49.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:0.875rem;left:10.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oToOAZH0fagqFZvPxZaAihVgd9QtOolU { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:0.875rem;left:61.8125rem;overflow:hidden;display:none; }
#ZNW14T5vIzdh6w3UnkOmHku2gL88X7ck { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:1.5625rem;left:60.5625rem;top:1.1875rem;overflow:hidden;display:block; }
#kgOuMX3Ktsmz22Natz0fa1GSurApb0dt { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:0.125rem;left:60.625rem;display:none; }
#pE84xJ5ziMVJEDJMv9SNvUt21vqIv6t9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#pE84xJ5ziMVJEDJMv9SNvUt21vqIv6t9 > .row .container { background-color: transparent; background-image: none; }#pE84xJ5ziMVJEDJMv9SNvUt21vqIv6t9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pE84xJ5ziMVJEDJMv9SNvUt21vqIv6t9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pE84xJ5ziMVJEDJMv9SNvUt21vqIv6t9 > .row .container > .video-iframe-container { display: none; }#pE84xJ5ziMVJEDJMv9SNvUt21vqIv6t9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pE84xJ5ziMVJEDJMv9SNvUt21vqIv6t9 > .row > .video-iframe-container { display: none; }#pE84xJ5ziMVJEDJMv9SNvUt21vqIv6t9 > .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); }#pE84xJ5ziMVJEDJMv9SNvUt21vqIv6t9 > .row .container { border-width: 0; border-radius: 0; }#pE84xJ5ziMVJEDJMv9SNvUt21vqIv6t9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pE84xJ5ziMVJEDJMv9SNvUt21vqIv6t9 > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:75rem;position:relative;display:block; }#StCmrKHaz2F9tLGkAHyLZFDqt90vR6RL { color:#bdbdbf;display:block;width:51.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:0.875rem;left:10.1875rem;height:6.497375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#fsnv58Rg386utPUqaIEVKP0Pm2Hp35SJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#fsnv58Rg386utPUqaIEVKP0Pm2Hp35SJ > .row .container { background-color: transparent; background-image: none; }#fsnv58Rg386utPUqaIEVKP0Pm2Hp35SJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsnv58Rg386utPUqaIEVKP0Pm2Hp35SJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsnv58Rg386utPUqaIEVKP0Pm2Hp35SJ > .row .container > .video-iframe-container { display: none; }#fsnv58Rg386utPUqaIEVKP0Pm2Hp35SJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsnv58Rg386utPUqaIEVKP0Pm2Hp35SJ > .row > .video-iframe-container { display: none; }#fsnv58Rg386utPUqaIEVKP0Pm2Hp35SJ > .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); }#fsnv58Rg386utPUqaIEVKP0Pm2Hp35SJ > .row .container { border-width: 0; border-radius: 0; }#fsnv58Rg386utPUqaIEVKP0Pm2Hp35SJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fsnv58Rg386utPUqaIEVKP0Pm2Hp35SJ > .row .container { font-size:0.875rem;font-family:arial;height:3.4375rem;width:75rem;position:relative;display:block; }#Tv4yIASe1Nz61TN8pn3Xm1r90WK2NO1J { color:#007c8f;display:block;width:49.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:0.875rem;left:10.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m9R00fcHkKRLO4dhrp1Woeh3L0XdVqBx { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:0.875rem;left:61.8125rem;overflow:hidden;display:none; }
#v558PqNP3OiTmDODlP4CSn4k1KXWPzuG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:1.5625rem;left:60.5625rem;top:1.1875rem;overflow:hidden;display:block; }
#RT2M7doSb1ViToFZKA01nG2VAaim7Jms { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:0.125rem;left:60.625rem;display:none; }
#JLBgXybTUaT4TRZFawpiA8kGlu31Pfv5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#JLBgXybTUaT4TRZFawpiA8kGlu31Pfv5 > .row .container { background-color: transparent; background-image: none; }#JLBgXybTUaT4TRZFawpiA8kGlu31Pfv5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLBgXybTUaT4TRZFawpiA8kGlu31Pfv5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLBgXybTUaT4TRZFawpiA8kGlu31Pfv5 > .row .container > .video-iframe-container { display: none; }#JLBgXybTUaT4TRZFawpiA8kGlu31Pfv5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLBgXybTUaT4TRZFawpiA8kGlu31Pfv5 > .row > .video-iframe-container { display: none; }#JLBgXybTUaT4TRZFawpiA8kGlu31Pfv5 > .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); }#JLBgXybTUaT4TRZFawpiA8kGlu31Pfv5 > .row .container { border-width: 0; border-radius: 0; }#JLBgXybTUaT4TRZFawpiA8kGlu31Pfv5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JLBgXybTUaT4TRZFawpiA8kGlu31Pfv5 > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;position:relative;display:block; }#y1oV6klsItqxGccLzoe4dTX26iXFikZv { color:#bdbdbf;display:block;width:51.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:0.875rem;left:10.1875rem;height:6.497375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#G8uLS3Zg7gxF6GsH2TrqWihZASfniKrL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#G8uLS3Zg7gxF6GsH2TrqWihZASfniKrL > .row .container { background-color: transparent; background-image: none; }#G8uLS3Zg7gxF6GsH2TrqWihZASfniKrL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8uLS3Zg7gxF6GsH2TrqWihZASfniKrL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8uLS3Zg7gxF6GsH2TrqWihZASfniKrL > .row .container > .video-iframe-container { display: none; }#G8uLS3Zg7gxF6GsH2TrqWihZASfniKrL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8uLS3Zg7gxF6GsH2TrqWihZASfniKrL > .row > .video-iframe-container { display: none; }#G8uLS3Zg7gxF6GsH2TrqWihZASfniKrL > .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); }#G8uLS3Zg7gxF6GsH2TrqWihZASfniKrL > .row .container { border-width: 0; border-radius: 0; }#G8uLS3Zg7gxF6GsH2TrqWihZASfniKrL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G8uLS3Zg7gxF6GsH2TrqWihZASfniKrL > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#qQ3fDsFW4RiZA9dZzv86nLZET9eITaO6 { color:#007c8f;display:block;width:49.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:0.9375rem;left:10.1875rem;height:3.2487rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z6yM1JPc3xQSuL6ohxS31VbW40I7Vnx2 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:0.75rem;left:61.875rem;overflow:hidden;display:none; }
#RTF8MRwDw4TPfOxFOvMp8ZRqIx5V9rsh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:1.5625rem;top:1.1874990463257rem;left:60.5625rem;overflow:hidden;display:block; }
#AtGlQ6wfJbDx7Arky7esAzanSI204x7A { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:0.125rem;left:60.625rem;display:none; }
#tybdlDg96sXKkV0fDIVem0SvAyh6nPMT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#tybdlDg96sXKkV0fDIVem0SvAyh6nPMT > .row .container { background-color: transparent; background-image: none; }#tybdlDg96sXKkV0fDIVem0SvAyh6nPMT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tybdlDg96sXKkV0fDIVem0SvAyh6nPMT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tybdlDg96sXKkV0fDIVem0SvAyh6nPMT > .row .container > .video-iframe-container { display: none; }#tybdlDg96sXKkV0fDIVem0SvAyh6nPMT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tybdlDg96sXKkV0fDIVem0SvAyh6nPMT > .row > .video-iframe-container { display: none; }#tybdlDg96sXKkV0fDIVem0SvAyh6nPMT > .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); }#tybdlDg96sXKkV0fDIVem0SvAyh6nPMT > .row .container { border-width: 0; border-radius: 0; }#tybdlDg96sXKkV0fDIVem0SvAyh6nPMT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tybdlDg96sXKkV0fDIVem0SvAyh6nPMT > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#gK85KWGIOOpBUonKJLtMSxkDNvxxzUo7 { color:#bdbdbf;display:block;width:51.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:0.875rem;left:10.1875rem;height:4.87305rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#pJTBfPwxi3xCXU0MUPiGVLx07tFPob9g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#pJTBfPwxi3xCXU0MUPiGVLx07tFPob9g > .row .container { background-color: transparent; background-image: none; }#pJTBfPwxi3xCXU0MUPiGVLx07tFPob9g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJTBfPwxi3xCXU0MUPiGVLx07tFPob9g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJTBfPwxi3xCXU0MUPiGVLx07tFPob9g > .row .container > .video-iframe-container { display: none; }#pJTBfPwxi3xCXU0MUPiGVLx07tFPob9g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJTBfPwxi3xCXU0MUPiGVLx07tFPob9g > .row > .video-iframe-container { display: none; }#pJTBfPwxi3xCXU0MUPiGVLx07tFPob9g > .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); }#pJTBfPwxi3xCXU0MUPiGVLx07tFPob9g > .row .container { border-width: 0; border-radius: 0; }#pJTBfPwxi3xCXU0MUPiGVLx07tFPob9g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pJTBfPwxi3xCXU0MUPiGVLx07tFPob9g > .row .container { font-size:0.875rem;font-family:arial;height:3.4375rem;width:75rem;position:relative;display:block; }#AtdtT89VhlwUoxlzKPIZMWwfVMrZ4Xfn { color:#007c8f;display:block;width:49.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:0.875rem;left:10.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r4JKmUetMU1vCgyq1mppnyLCs3ihTA1s { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:1.5625rem;left:60.5625rem;top:1.1875rem;overflow:hidden;display:block; }
#SvPtQuXk186Jfg8ny3e4h7UM6CTryCRC { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:0.125rem;left:60.625rem;display:none; }
#qklV5gZ0cUGCDfJ1Tz1zEUAIP8hL5sOB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#qklV5gZ0cUGCDfJ1Tz1zEUAIP8hL5sOB > .row .container { background-color: transparent; background-image: none; }#qklV5gZ0cUGCDfJ1Tz1zEUAIP8hL5sOB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qklV5gZ0cUGCDfJ1Tz1zEUAIP8hL5sOB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qklV5gZ0cUGCDfJ1Tz1zEUAIP8hL5sOB > .row .container > .video-iframe-container { display: none; }#qklV5gZ0cUGCDfJ1Tz1zEUAIP8hL5sOB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qklV5gZ0cUGCDfJ1Tz1zEUAIP8hL5sOB > .row > .video-iframe-container { display: none; }#qklV5gZ0cUGCDfJ1Tz1zEUAIP8hL5sOB > .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); }#qklV5gZ0cUGCDfJ1Tz1zEUAIP8hL5sOB > .row .container { border-width: 0; border-radius: 0; }#qklV5gZ0cUGCDfJ1Tz1zEUAIP8hL5sOB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qklV5gZ0cUGCDfJ1Tz1zEUAIP8hL5sOB > .row .container { font-size:0.875rem;font-family:arial;height:9.5rem;width:75rem;position:relative;display:block; }#MMxDrZ78AtphoIPaopizwT8K0Uim0kSd { color:#bdbdbf;display:block;width:51.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:0.875rem;left:10.1875rem;height:6.497375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#CLRTI9tgkynCbsti8i0sJsXH1oKyzTQr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#CLRTI9tgkynCbsti8i0sJsXH1oKyzTQr > .row .container { background-color: transparent; background-image: none; }#CLRTI9tgkynCbsti8i0sJsXH1oKyzTQr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CLRTI9tgkynCbsti8i0sJsXH1oKyzTQr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CLRTI9tgkynCbsti8i0sJsXH1oKyzTQr > .row .container > .video-iframe-container { display: none; }#CLRTI9tgkynCbsti8i0sJsXH1oKyzTQr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CLRTI9tgkynCbsti8i0sJsXH1oKyzTQr > .row > .video-iframe-container { display: none; }#CLRTI9tgkynCbsti8i0sJsXH1oKyzTQr > .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); }#CLRTI9tgkynCbsti8i0sJsXH1oKyzTQr > .row .container { border-width: 0; border-radius: 0; }#CLRTI9tgkynCbsti8i0sJsXH1oKyzTQr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CLRTI9tgkynCbsti8i0sJsXH1oKyzTQr > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#dOLZLu7dn59TmN6b7k8hx0u6DT0Dlluy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#dOLZLu7dn59TmN6b7k8hx0u6DT0Dlluy > .row .container { background-color: transparent; background-image: none; }#dOLZLu7dn59TmN6b7k8hx0u6DT0Dlluy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOLZLu7dn59TmN6b7k8hx0u6DT0Dlluy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOLZLu7dn59TmN6b7k8hx0u6DT0Dlluy > .row .container > .video-iframe-container { display: none; }#dOLZLu7dn59TmN6b7k8hx0u6DT0Dlluy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOLZLu7dn59TmN6b7k8hx0u6DT0Dlluy > .row > .video-iframe-container { display: none; }#dOLZLu7dn59TmN6b7k8hx0u6DT0Dlluy > .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); }#dOLZLu7dn59TmN6b7k8hx0u6DT0Dlluy > .row .container { border-width: 0; border-radius: 0; }#dOLZLu7dn59TmN6b7k8hx0u6DT0Dlluy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dOLZLu7dn59TmN6b7k8hx0u6DT0Dlluy > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#nnbMnWICWfButGBCl0Dx26mwxti1JkUP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),1));background-size:cover !important;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#nnbMnWICWfButGBCl0Dx26mwxti1JkUP > .row .container { background-color: transparent; background-image: none; }#nnbMnWICWfButGBCl0Dx26mwxti1JkUP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nnbMnWICWfButGBCl0Dx26mwxti1JkUP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nnbMnWICWfButGBCl0Dx26mwxti1JkUP > .row .container > .video-iframe-container { display: none; }#nnbMnWICWfButGBCl0Dx26mwxti1JkUP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nnbMnWICWfButGBCl0Dx26mwxti1JkUP > .row > .video-iframe-container { display: none; }#nnbMnWICWfButGBCl0Dx26mwxti1JkUP > .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); }#nnbMnWICWfButGBCl0Dx26mwxti1JkUP > .row .container { border-width: 0; border-radius: 0; }#nnbMnWICWfButGBCl0Dx26mwxti1JkUP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nnbMnWICWfButGBCl0Dx26mwxti1JkUP > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#TBaenb1Wi4e4eNEWgSsWM1Ptz6Um3I6X { color:rgba(var(--color-tertiary-4),1);display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.0625rem;left:49.25rem;height:2.03125rem;font-style:normal;display:block; }
#C68XR4OIsEm4DdwFST1PGXM1qxZXCvsR { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#000000;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.4375rem;left:59.6875rem;display:block; }
#ypLARFypihr8oSe5SHF9Q37SBR7L4i3y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Myk66V81yD9Pv6DdvXKVoGQq7ppQeEgM { color:rgba(var(--color-tertiary-4),1);display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:2.25rem;left:52.9375rem;height:1.7875rem;font-style:normal;display:block; }
#BXNubztusrN7iAEpRD8VNuaOTKENWHep { color:rgba(var(--color-tertiary-4),1);display:block;width:36.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.75rem;left:7.8125rem;height:2.4375rem;font-style:normal;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #NyL4mKd0aGEkRRzGPXFMKeFZP2K3HXCv { display:none; }#NyL4mKd0aGEkRRzGPXFMKeFZP2K3HXCv > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #gJmrlcmPDNb5SBBVchhyK7cP0RkB6TEP { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #kkbdLlCnuR1JviwvnFwTwqTnP8JTJdtR { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TeO4N125AJuTXcBpUMqptalb7NTsyfDJ { width:4.25rem;height:1.625rem;top:0.65625rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v69NhzMoyibK5T0FU3OKHhgDxeaiitIs { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:transparent;background-image: -webkit-linear-gradient(351deg, #22323e, #000000);background-image: -moz-linear-gradient(351deg, #22323e, #000000);background-image: -ms-linear-gradient(351deg, #22323e, #000000);background-image: -o-linear-gradient(351deg, #22323e, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#22323e', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#22323e', endColorstr='#000000' );";background-image: linear-gradient(351deg, #22323e, #000000);background-size:cover !important;display:block; }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs > .row .container { background-color: transparent; background-image: none; }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs > .row .container > .video-iframe-container { display: none; }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs > .row > .video-iframe-container { display: none; }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs > .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); }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KgSRGvr1zH0bu7spSk7eaddOgTNugTJE { width:4.25rem;height:1.625rem;top:1.03125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s2iSps5u7RiL5sTonfAtgixmxKrWvT3q { background-color:#121a21;background-image:none;display:block; }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .row .container { background-color: transparent; background-image: none; }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .row .container > .video-iframe-container { display: none; }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .row > .video-iframe-container { display: none; }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .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); }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rcwfqEZPMix4S0iWzX8BDIa1zxDqt9xF { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #EIVsrNnSiqAbP8x6R35EzoESCT0X2OI4 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #KZEfKcZ270chaB6c3kAx7uX09keSK4fx { display:block; }#KZEfKcZ270chaB6c3kAx7uX09keSK4fx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #h60yazJr1lsHm08N9MEZZCsQAgvrkWdA { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #hNVhBVk2iSfNU4eUZ3pGWzIJTDQy423s { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #mWBKkPTsnciZtOP8M2zcVWmo1HBX7Rkh { display:block; }#mWBKkPTsnciZtOP8M2zcVWmo1HBX7Rkh > .row .container { width:47.75rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PJpKn5d629ag7TQTKEbXBUT6HCu0xFFM { top:1.875rem;left:1.125rem;width:29rem;height:1.94986875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lp0ys516sDN3rxLz0NhI4uiTXT05I9P8 { top:5.6875rem;left:0rem;width:47.749rem;height:0.0615234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zLPuQTIqedvasdKT9zNTfE4nWsr7XQa2 { width:7.5625rem;height:3.125rem;top:1.3125rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G3yKDJ5WHCCNy44ftFHLiC0dlX3TffLl { display:block; }
 }@media only screen and (max-width: 1199px) { #A7c2mmgQo02SFM6SbsxeOlPXhJgrkWuG { top:2.125rem;left:34.8125rem;width:3.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bUViZaTTGgsA2d33kr2sSTfGzDpUnKJo { top:2rem;left:31.5625rem;width:3.0625rem;height:1.7871125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lmCMWyRwKxcR2SP2gBA3ztI7lbwBFt3S { width:0.375rem;height:2.0625rem;top:1.84375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #diqeTBNlqy4zA8oE7UNBQ6BAcz2hCStz { width:0.5rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #M9OLeNIC2XVcwvr3Z4PPHJ9JhnFGLuc4 { background-color:#f6f7f8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#M9OLeNIC2XVcwvr3Z4PPHJ9JhnFGLuc4 > .row .container { background-color: transparent; background-image: none; }#M9OLeNIC2XVcwvr3Z4PPHJ9JhnFGLuc4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9OLeNIC2XVcwvr3Z4PPHJ9JhnFGLuc4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9OLeNIC2XVcwvr3Z4PPHJ9JhnFGLuc4 > .row .container > .video-iframe-container { display: none; }#M9OLeNIC2XVcwvr3Z4PPHJ9JhnFGLuc4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9OLeNIC2XVcwvr3Z4PPHJ9JhnFGLuc4 > .row > .video-iframe-container { display: none; }#M9OLeNIC2XVcwvr3Z4PPHJ9JhnFGLuc4 > .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); }#M9OLeNIC2XVcwvr3Z4PPHJ9JhnFGLuc4 > .row .container { border-width: 0; border-radius: 0; }#M9OLeNIC2XVcwvr3Z4PPHJ9JhnFGLuc4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M9OLeNIC2XVcwvr3Z4PPHJ9JhnFGLuc4 > .row .container { width:47.75rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NH2DEpsogUDPgssI3pSLQHapINzGJWmE { top:1.5625rem;left:0rem;width:47.75rem;height:1.94986875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EyDHbGuF8oE9OzhWAeBWuVNRtoy3JiTi { display:block; }#EyDHbGuF8oE9OzhWAeBWuVNRtoy3JiTi > .row .container { width:47.75rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yKAfFVEXynRMOykOIDQ5QTnne3A1T6O5 { top:0rem;left:0rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pKZUOpJ7eDAvZW9TREC977I3BMKB5MQu { top:3.1875rem;left:1.25rem;width:18.3125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #anETTrvz02H5SAD4ZFs4BqXNJshoPnyr { top:3.8125rem;left:0rem;width:0.375rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HGcA7rIPMdgIcsVpygUUflbl3pT9saBS { top:8rem;left:0rem;width:0.375rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UHXKB5XCuT080CHrcODFOMEXuUBElP4P { top:0rem;left:23.875rem;width:15.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KI2dzNqvwaOtTrf1ulBMMEAI709SxETg { top:0.0625rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #OzxEZ5V07xVGAkHROHSu8l6m0XACFidO { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JEH0kHkBMUL1xv5L8WKdiKCDP4VKufub { top:31.75rem;left:0rem;width:47.749125rem;height:0.0616319375rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 1199px) { #mCzMVHgSy2IhlIPRlNTesEeW9XiUSWgc { top:7.375rem;left:1.25rem;width:18.3125rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T0MQIGhp5UHgkBC9cSZLg0OW5lghEkwf { width:3.25rem;height:3.25rem;top:3.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dDyTNzxqpwyRIVp9q6w00i53dSo8P0vA { width:3.25rem;height:3.25rem;top:7.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q8TCxeMgZZTahHvEXBXAxDOQ67cTtUdC { width:3.25rem;height:3.25rem;top:3.1875rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TcoJV1mAdh2EUWCKvw17LJTgfvRVbhw6 { width:3.25rem;height:3.25rem;top:7.1875rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DJ0riM1GScHaks85XtDKheOUkGkV2GHO { width:3.25rem;height:3.25rem;top:3.1875rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zctf5zQzlzg1gcRK5MnEApHaRbTgl4fJ { width:3.25rem;height:3.25rem;top:7.1875rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eqeM5qrSFShwTgomHgz9U6zh70wO9kki { width:3.25rem;height:3.25rem;top:3.1875rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #durTM6vTKaNunxMnT3D4xL8D5cqp5PFB { width:3.25rem;height:3.25rem;top:7.1875rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DnqDUIy92MWrXxXAzF4DNc9XtGrhuUhX { width:3.25rem;height:3.25rem;top:3.1875rem;left:40.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wOZxoWwq1qqPeSNOHyKe1TsUkFZmUlRC { width:3.25rem;height:3.25rem;top:7.1875rem;left:40.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u7sWCXkpkZCHOS7qSoROh4dDldzSZHm7 { width:3.25rem;height:3.25rem;top:3.1875rem;left:44.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iLeHpW3eeLI4VDCwBKP7GIcihXqXUDgT { top:49.3125rem;left:0rem;width:47.746125rem;height:0.060546875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nz4TwCT1WztXMWoMxDxhd6nmQKoACONR { top:32.75rem;left:25.125rem;width:20.5rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bBTn2qSSxIP7oMXyVKuWJEgOk9XzIamb { top:33.4375rem;left:23.875rem;width:0.375rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ClSkgTqr2Q8UkegB1doaTrTH8etmGmI2 { top:11.375rem;left:25.125rem;width:22.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VxTncfn7f8ApGNEmWJwtxbvROeFEpBp4 { top:12rem;left:23.875rem;width:0.375rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WZbreLhHs4Ly9MOMbqKvBMsdabE7fTP6 { top:13.9375rem;left:25.125rem;width:21.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fRlbLZiJm8vvcUfVmUyUP4KQfq0f0x87 { top:14.5625rem;left:23.875rem;width:0.375rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #twXlONNV9AzhqzACxA7u26g4OoMskraJ { top:18.125rem;left:25.125rem;width:20.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #npb69chQuTCprUeJ3QxsnyTW95V8MQfc { top:18.75rem;left:23.875rem;width:0.375rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CXIlWSORh3CXMG3KJPyX4XbCdDLGczbT { width:3.25rem;height:3.25rem;top:24.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N74FZH9AKqcWVLWNhylzacgNPOCv5yAn { width:3.25rem;height:3.25rem;top:24.5625rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QATzsQqfuvm3i0BcE8uaWd6PJ67QVqgX { width:3.25rem;height:3.25rem;top:24.5625rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #etf5gGIrLGEbPvZ5DrycD45EypdTFGrt { width:3.25rem;height:3.25rem;top:24.5625rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZQi53sX6DT9Um5JBot0IKSAin6h81DWS { width:3.25rem;height:3.25rem;top:24.5625rem;left:40.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e4QmPNZUWGhihHFThMn3FMOWolFWbwOh { width:3.25rem;height:3.25rem;top:28.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RZuTVNPClkkqBpQLplUJH8xBdCnrdVIy { width:3.25rem;height:3.25rem;top:28.5625rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #loEEr6tene1eGus81Vdkh6Is15tXKHEJ { top:22.9375rem;left:23.875rem;width:23.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VNTQQHHwNQ5B9izblDn7QJe2rK8D1cQm { width:1.25rem;height:1.25rem;top:41.4375rem;left:23.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HBg6JeyIriQ1C4qfsJVDQhxUcs57tVmd { top:41.25rem;left:25.125rem;width:20.5rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w0iuASkst9oWCyzkUxL5MnE3MbaLy7d7 { width:22.5rem;height:1.9487875rem;top:38.687064647674rem;left:25.124891638756rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NTm9epd6AhwzKpeKLEc6O8y7cQzDk8IA { display:block; }#NTm9epd6AhwzKpeKLEc6O8y7cQzDk8IA > .row .container { width:47.75rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #E3zubWqVvUI4JILnHZ6H6NLRTWV6vLqb { top:1.5625rem;left:4.8125rem;width:38.125rem;height:1.94986875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c3DeblhQ7TyGHlC7FX4tm8ozlSMLZuX2 { display:block; }#c3DeblhQ7TyGHlC7FX4tm8ozlSMLZuX2 { background-color: transparent; background-image: none; }#c3DeblhQ7TyGHlC7FX4tm8ozlSMLZuX2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3DeblhQ7TyGHlC7FX4tm8ozlSMLZuX2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3DeblhQ7TyGHlC7FX4tm8ozlSMLZuX2 > .row .container > .video-iframe-container { display: none; }#c3DeblhQ7TyGHlC7FX4tm8ozlSMLZuX2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3DeblhQ7TyGHlC7FX4tm8ozlSMLZuX2 > .row > .video-iframe-container { display: none; }#c3DeblhQ7TyGHlC7FX4tm8ozlSMLZuX2 > .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); }#c3DeblhQ7TyGHlC7FX4tm8ozlSMLZuX2 > .row .container { width:47.75rem;background-color:#f6f7f8;background-image:none;height:20.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Pg5XxUmO2lHnSebu0S2T21TkPGQQ9lsH { width:42.0625rem;height:15.75rem;top:0.875rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cmH46causMTQ1mc1Tv9xeOI1UXMu0zsm { width:2.5rem;height:7.5rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HIPR9qMfLLctUEocoSPZpw19oGs4NH8F { width:2.5rem;height:7.5rem;top:4.125rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RXcv8JocKCgPTJLVnvXWQc2O7NQQulLK { width:2.4375rem;height:2.4375rem;top:6.625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xtCG0B0lh9KSNN6cGhZFHHnXXleZ9Rff { width:2.4375rem;height:2.4375rem;top:6.625rem;left:45.3125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NdA3fVZ00FeN6DThvislQ5kf7dlRizKV.widget-smartsection { display:block; } #NdA3fVZ00FeN6DThvislQ5kf7dlRizKV.widget-smartsection *:focus-visible, #NdA3fVZ00FeN6DThvislQ5kf7dlRizKV.widget-smartsection input[type="text"]:focus-visible, #NdA3fVZ00FeN6DThvislQ5kf7dlRizKV.widget-smartsection input[type="email"]:focus-visible, #NdA3fVZ00FeN6DThvislQ5kf7dlRizKV.widget-smartsection input[type="tel"]:focus-visible, #NdA3fVZ00FeN6DThvislQ5kf7dlRizKV.widget-smartsection textarea:focus-visible { outline: none; } #CJSoW6WZnZ5dkmnW3Trr4UmPQQKKcmEP > .row .container { width:47.75rem;height:27.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #eurRN8SvgzqMzSJGirMfNqwpMPVn7MtX.widget-smartsection { display:block; } #eurRN8SvgzqMzSJGirMfNqwpMPVn7MtX.widget-smartsection *:focus-visible, #eurRN8SvgzqMzSJGirMfNqwpMPVn7MtX.widget-smartsection input[type="text"]:focus-visible, #eurRN8SvgzqMzSJGirMfNqwpMPVn7MtX.widget-smartsection input[type="email"]:focus-visible, #eurRN8SvgzqMzSJGirMfNqwpMPVn7MtX.widget-smartsection input[type="tel"]:focus-visible, #eurRN8SvgzqMzSJGirMfNqwpMPVn7MtX.widget-smartsection textarea:focus-visible { outline: none; } #cltbe6R6FI69gR5McfoXkgTBGRWDdmrw > .row .container { width:47.75rem;height:18.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FmlT3vX5ZThbH0BFS5MNL6mhBkAceN7k { display:block; }#FmlT3vX5ZThbH0BFS5MNL6mhBkAceN7k > .row .container { width:47.75rem;height:73.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #pvPzCfO5M2csT3P3c7Qc67kg7yNnsCxt { top:22.8125rem;left:7.5rem;width:32.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AA578bOOd5KtnFyT0evqwknCxZMmrrCk { top:23.5625rem;left:8.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FvCv6KCvS4oH1hnRLAk0Er32lKqIQbl0 { top:24.08203125rem;left:12.625rem;width:18.25rem;height:1.462675rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #LTUdHGHpspdAEflb0uLkDBxRBwpKKJhG { top:33.125rem;left:7.5rem;width:32.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lzZzcLTOUyqzWHiKIhSzaBv2SFIb4HzB { top:33.875rem;left:8.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rmqna50rGoQSyXQTvEH0eRUMXADS0lCh { top:34.39453125rem;left:12.625rem;width:23.9375rem;height:1.462675rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #xiEkQi0fPUelou1qM1NOdeEAUh5TKl4o { top:12.5rem;left:7.5rem;width:32.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dvlT9Bf1tFle3AS5gb606lV92Sa9NGbK { top:13.25rem;left:8.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ouTTUlbVgeNJmVLoomepAOoN8gF2lgF6 { top:13.75rem;left:12.625rem;width:21.1875rem;height:1.462675rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #DWiJdNUmhHg1SGektzeNKoSLR5TGElIy { top:16.125rem;left:12.625rem;width:26.25rem;height:2.59874375rem;font-size:1rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #r71x5GLFPOnHuRbA9hkxhtPNzsnQXFeB { top:26.4375rem;left:12.625rem;width:24.8125rem;height:2.59874375rem;font-size:1rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #cxL20Vz8Xcwh0cLBt82yeXWeTk6iE0QQ { top:36.75rem;left:12.625rem;width:26.125rem;height:3.8981125rem;font-size:1rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #cnE7tWQqgMb4TAd4bgtn4JqsygIl3LUK { top:5.0625rem;left:1.5625rem;width:44.125rem;height:4.38801875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l00rRiHTi2V65kWVXQCh9160hMzZ7ZX3 { width:12.25rem;height:3rem;top:64.5rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cQeIHZ3hIdzVsC8zUgrnSAFLHrvyI8ua { width:12.25rem;height:3rem;top:64.6875rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KDapyfVdUnEmcu9o1DsSXZLT530UczcF { display:block; }
 }@media only screen and (max-width: 1199px) { #ACBwGOlqKH9iL89JsbcqOlfNKHWstxfO { width:6.375rem;height:1.13715rem;top:65.619140625rem;left:21.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hxuPfEqRxM9KISF5TB4dtIsT4a4oH98q { top:43.4375rem;left:7.5rem;width:32.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qw4efH8y3Jhi8GAkTmgMIaE9DtK1r5Zr { top:47.0625rem;left:12.625rem;width:26.125rem;height:3.8981125rem;font-size:1rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #B3hthswvkzuzolWbvT7ZGQabzwR7fQhX { top:44.1875rem;left:8.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TX1vgXndgW3PaTeGn4FvpEe4WJzD0Ir5 { top:44.70703125rem;left:12.625rem;width:23.9375rem;height:1.462675rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #c48QkQsAn1yTCwIH688PrSmtqVZcK6JR { top:53.75rem;left:7.5rem;width:32.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C2rxH5AtnKMTb6GnacXNB9rf02owNq0Z { top:57.375rem;left:12.625rem;width:25.25rem;height:3.8981125rem;font-size:1rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #F9AAKTJITdPAGWbZtyVkt6uKZdbnrIva { top:55.01953125rem;left:12.625rem;width:23.9375rem;height:1.462675rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #MpcFPikd1giGTfhbs1zDZeJ2FKaaTb5Z { top:54.5rem;left:8.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dNy6MPrpCZWRq16hWGgfrwqZDHX2G3TS { top:69.0625rem;left:7.5rem;width:32.75rem;height:2.92535rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KRP4SiHQ1e2evzSXAKyT9BGbg807k8m2 { top:1.5625rem;left:0rem;width:47.75rem;height:1.94986875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IPzuiVmqyt3ls0h0Uk13OKQl9Pys8KIB { top:73.5625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M { display:block; }#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M > .row .container { width:47.75rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uoPpIKN8Fzko4tQwZ0LCaitHctFuyy0f { top:1.8125rem;left:0rem;width:19rem;height:0;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #r4d07FTE2dPOL6UEUVtDSekVTrHSZf1M { top:1.5625rem;left:0rem;width:47.75rem;height:1.94986875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sr517vfV8rTyDCHkibTM22c3mM3r5Zux { display:block; }#sr517vfV8rTyDCHkibTM22c3mM3r5Zux > .row .container { width:47.75rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JmZX31LFE3ZztMZIytEsgmNpib6EwzPT { top:0.9375rem;left:0.9375rem;width:42.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TKP6lpCHnCtKdhsFumUTNVplI9yCJmTr { top:0.75rem;left:44.6875rem;width:1.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #PMU8cwuhz3LX5P0qqUiys1oKTcqCGrTV { width:1.5625rem;height:0.9375rem;top:1.0937391910702rem;left:43.812501251697rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T8virSMQS7FzQytXuV3MHdcngOMGsa6r { width:3.125rem;height:3.125rem;top:0.125rem;left:44.625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #nJyPa5GgaMz7Q25EMhGNURAD5x7I1Nwx { display:block; }#nJyPa5GgaMz7Q25EMhGNURAD5x7I1Nwx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #raKMPThTBpuALx7qmMdLyUuPvng3m1Mc { top:0.875rem;left:1rem;width:45.625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ODgv82Zwcl4yZIeBQe1Olvzldmylyng2 { display:block; }#ODgv82Zwcl4yZIeBQe1Olvzldmylyng2 > .row .container { width:47.75rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vwHAcqxsPldDqLrGqMcrbTnf1RS8LpgR { top:0.875rem;left:0.9375rem;width:42.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oToOAZH0fagqFZvPxZaAihVgd9QtOolU { top:0.875rem;left:44.6875rem;width:1.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ZNW14T5vIzdh6w3UnkOmHku2gL88X7ck { width:1.5625rem;height:0.9375rem;top:1rem;left:43.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kgOuMX3Ktsmz22Natz0fa1GSurApb0dt { width:3.125rem;height:3.125rem;top:0.125rem;left:44.625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #pE84xJ5ziMVJEDJMv9SNvUt21vqIv6t9 { display:block; }#pE84xJ5ziMVJEDJMv9SNvUt21vqIv6t9 > .row .container { width:47.75rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #StCmrKHaz2F9tLGkAHyLZFDqt90vR6RL { top:0.875rem;left:1rem;width:45.625rem;height:8.1244375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fsnv58Rg386utPUqaIEVKP0Pm2Hp35SJ { display:block; }#fsnv58Rg386utPUqaIEVKP0Pm2Hp35SJ > .row .container { width:47.75rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Tv4yIASe1Nz61TN8pn3Xm1r90WK2NO1J { top:0.875rem;left:0.9375rem;width:42.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m9R00fcHkKRLO4dhrp1Woeh3L0XdVqBx { top:0.875rem;left:44.6875rem;width:1.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #v558PqNP3OiTmDODlP4CSn4k1KXWPzuG { width:1.5625rem;height:0.9375rem;top:1rem;left:43.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RT2M7doSb1ViToFZKA01nG2VAaim7Jms { width:3.125rem;height:3.125rem;top:0.125rem;left:44.625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JLBgXybTUaT4TRZFawpiA8kGlu31Pfv5 { display:block; }#JLBgXybTUaT4TRZFawpiA8kGlu31Pfv5 > .row .container { width:47.75rem;height:9.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #y1oV6klsItqxGccLzoe4dTX26iXFikZv { top:0.875rem;left:1rem;width:45.625rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G8uLS3Zg7gxF6GsH2TrqWihZASfniKrL { display:block; }#G8uLS3Zg7gxF6GsH2TrqWihZASfniKrL > .row .container { width:47.75rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qQ3fDsFW4RiZA9dZzv86nLZET9eITaO6 { top:0.9375rem;left:0.9375rem;width:42.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z6yM1JPc3xQSuL6ohxS31VbW40I7Vnx2 { top:0.75rem;left:44.6875rem;width:1.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #RTF8MRwDw4TPfOxFOvMp8ZRqIx5V9rsh { width:1.5625rem;height:0.9375rem;top:1.0937391910702rem;left:43.812501251697rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AtGlQ6wfJbDx7Arky7esAzanSI204x7A { width:3.125rem;height:3.125rem;top:0.125rem;left:44.625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #tybdlDg96sXKkV0fDIVem0SvAyh6nPMT { display:block; }#tybdlDg96sXKkV0fDIVem0SvAyh6nPMT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gK85KWGIOOpBUonKJLtMSxkDNvxxzUo7 { top:0.875rem;left:1rem;width:45.625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pJTBfPwxi3xCXU0MUPiGVLx07tFPob9g { display:block; }#pJTBfPwxi3xCXU0MUPiGVLx07tFPob9g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #AtdtT89VhlwUoxlzKPIZMWwfVMrZ4Xfn { top:0.875rem;left:0.9375rem;width:42.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r4JKmUetMU1vCgyq1mppnyLCs3ihTA1s { width:1.5625rem;height:0.9375rem;top:1rem;left:43.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SvPtQuXk186Jfg8ny3e4h7UM6CTryCRC { width:3.125rem;height:3.125rem;top:0.125rem;left:44.625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #qklV5gZ0cUGCDfJ1Tz1zEUAIP8hL5sOB { display:block; }#qklV5gZ0cUGCDfJ1Tz1zEUAIP8hL5sOB > .row .container { width:47.75rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MMxDrZ78AtphoIPaopizwT8K0Uim0kSd { top:0.875rem;left:0.875rem;width:45.625rem;height:8.1244375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CLRTI9tgkynCbsti8i0sJsXH1oKyzTQr { display:block; }#CLRTI9tgkynCbsti8i0sJsXH1oKyzTQr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dOLZLu7dn59TmN6b7k8hx0u6DT0Dlluy { display:block; }#dOLZLu7dn59TmN6b7k8hx0u6DT0Dlluy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #nnbMnWICWfButGBCl0Dx26mwxti1JkUP { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#nnbMnWICWfButGBCl0Dx26mwxti1JkUP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TBaenb1Wi4e4eNEWgSsWM1Ptz6Um3I6X { top:2.125rem;left:31.625rem;width:3rem;height:1.7871125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C68XR4OIsEm4DdwFST1PGXM1qxZXCvsR { width:7.5625rem;height:3.125rem;top:1.40625rem;left:39.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ypLARFypihr8oSe5SHF9Q37SBR7L4i3y { display:block; }
 }@media only screen and (max-width: 1199px) { #Myk66V81yD9Pv6DdvXKVoGQq7ppQeEgM { top:2.1875rem;left:34.875rem;width:4rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BXNubztusrN7iAEpRD8VNuaOTKENWHep { top:2.07421875rem;left:0.875rem;width:28.75rem;height:1.94986875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NyL4mKd0aGEkRRzGPXFMKeFZP2K3HXCv { position:fixed;z-index:199999;background-color:transparent;background-image: -webkit-linear-gradient(347deg, #22323e, #000000);background-image: -moz-linear-gradient(347deg, #22323e, #000000);background-image: -ms-linear-gradient(347deg, #22323e, #000000);background-image: -o-linear-gradient(347deg, #22323e, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#22323e', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#22323e', endColorstr='#000000' );";background-image: linear-gradient(347deg, #22323e, #000000);background-size:cover !important;top:0rem;left:0rem;right:0rem;display:block; }#NyL4mKd0aGEkRRzGPXFMKeFZP2K3HXCv > .row .container { background-color: transparent; background-image: none; }#NyL4mKd0aGEkRRzGPXFMKeFZP2K3HXCv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NyL4mKd0aGEkRRzGPXFMKeFZP2K3HXCv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NyL4mKd0aGEkRRzGPXFMKeFZP2K3HXCv > .row .container > .video-iframe-container { display: none; }#NyL4mKd0aGEkRRzGPXFMKeFZP2K3HXCv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NyL4mKd0aGEkRRzGPXFMKeFZP2K3HXCv > .row > .video-iframe-container { display: none; }#NyL4mKd0aGEkRRzGPXFMKeFZP2K3HXCv > .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); }#NyL4mKd0aGEkRRzGPXFMKeFZP2K3HXCv > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJmrlcmPDNb5SBBVchhyK7cP0RkB6TEP { top:1.09375rem;left:18.125rem;width:1.3125rem;height:1.3125rem;z-index:15007;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #kkbdLlCnuR1JviwvnFwTwqTnP8JTJdtR { top:1.15625rem;left:0.6875rem;width:1.25rem;height:0.9375rem;z-index:15008;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #TeO4N125AJuTXcBpUMqptalb7NTsyfDJ { width:5.3125rem;height:2rem;top:0.75rem;left:0.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #v69NhzMoyibK5T0FU3OKHhgDxeaiitIs { position:relative;z-index:auto;background-color:#000000;background-image:none;display:none; }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KgSRGvr1zH0bu7spSk7eaddOgTNugTJE { width:4.25rem;height:1.625rem;top:2.75rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2iSps5u7RiL5sTonfAtgixmxKrWvT3q { position:relative;z-index:auto;background-color:#000000;background-image:none;display:block; }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .row .container { background-color: transparent; background-image: none; }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .row .container > .video-iframe-container { display: none; }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .row > .video-iframe-container { display: none; }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .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); }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rcwfqEZPMix4S0iWzX8BDIa1zxDqt9xF { top:1.09375rem;left:18.125rem;width:1.3125rem;height:1.3125rem;z-index:15007;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #EIVsrNnSiqAbP8x6R35EzoESCT0X2OI4 { top:1.15625rem;left:0.6875rem;width:1.25rem;height:0.9375rem;z-index:15008;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #KZEfKcZ270chaB6c3kAx7uX09keSK4fx { position:relative;z-index:auto;background-color:#f6f7f8;background-image:none;display:block; }#KZEfKcZ270chaB6c3kAx7uX09keSK4fx > .row .container { background-color: transparent; background-image: none; }#KZEfKcZ270chaB6c3kAx7uX09keSK4fx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZEfKcZ270chaB6c3kAx7uX09keSK4fx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZEfKcZ270chaB6c3kAx7uX09keSK4fx > .row .container > .video-iframe-container { display: none; }#KZEfKcZ270chaB6c3kAx7uX09keSK4fx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZEfKcZ270chaB6c3kAx7uX09keSK4fx > .row > .video-iframe-container { display: none; }#KZEfKcZ270chaB6c3kAx7uX09keSK4fx > .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); }#KZEfKcZ270chaB6c3kAx7uX09keSK4fx > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h60yazJr1lsHm08N9MEZZCsQAgvrkWdA { top:1.09375rem;left:18.125rem;width:1.3125rem;height:1.3125rem;z-index:15007;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #hNVhBVk2iSfNU4eUZ3pGWzIJTDQy423s { top:1.15625rem;left:0.6875rem;width:1.25rem;height:0.9375rem;z-index:15008;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #mWBKkPTsnciZtOP8M2zcVWmo1HBX7Rkh { background-color:#f6f7f8;background-image:none;position:relative;z-index:auto;display:block; }#mWBKkPTsnciZtOP8M2zcVWmo1HBX7Rkh > .row .container { background-color: transparent; background-image: none; }#mWBKkPTsnciZtOP8M2zcVWmo1HBX7Rkh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWBKkPTsnciZtOP8M2zcVWmo1HBX7Rkh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWBKkPTsnciZtOP8M2zcVWmo1HBX7Rkh > .row .container > .video-iframe-container { display: none; }#mWBKkPTsnciZtOP8M2zcVWmo1HBX7Rkh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWBKkPTsnciZtOP8M2zcVWmo1HBX7Rkh > .row > .video-iframe-container { display: none; }#mWBKkPTsnciZtOP8M2zcVWmo1HBX7Rkh > .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); }#mWBKkPTsnciZtOP8M2zcVWmo1HBX7Rkh > .row .container { width:20rem;height:10.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PJpKn5d629ag7TQTKEbXBUT6HCu0xFFM { width:13rem;height:1.625rem;top:1.25rem;left:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lp0ys516sDN3rxLz0NhI4uiTXT05I9P8 { width:20rem;height:0.0625rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLPuQTIqedvasdKT9zNTfE4nWsr7XQa2 { width:7.5625rem;height:3.125rem;top:5.771484375rem;left:10.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3yKDJ5WHCCNy44ftFHLiC0dlX3TffLl { display:block; }
 }@media only screen and (max-width: 763px) { #A7c2mmgQo02SFM6SbsxeOlPXhJgrkWuG { width:4.4375rem;height:1.54375rem;top:6.5625rem;left:3.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUViZaTTGgsA2d33kr2sSTfGzDpUnKJo { width:4.0625rem;height:1.625rem;top:6.5rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmCMWyRwKxcR2SP2gBA3ztI7lbwBFt3S { width:0.625rem;height:3.25rem;top:1.25rem;left:16.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #diqeTBNlqy4zA8oE7UNBQ6BAcz2hCStz { top:1.125rem;left:0.5rem;width:0.375rem;height:3.5rem;z-index:15028;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #M9OLeNIC2XVcwvr3Z4PPHJ9JhnFGLuc4 { display:block; }#M9OLeNIC2XVcwvr3Z4PPHJ9JhnFGLuc4 > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NH2DEpsogUDPgssI3pSLQHapINzGJWmE { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyDHbGuF8oE9OzhWAeBWuVNRtoy3JiTi { display:block; }#EyDHbGuF8oE9OzhWAeBWuVNRtoy3JiTi > .row .container { width:20rem;height:57.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yKAfFVEXynRMOykOIDQ5QTnne3A1T6O5 { width:12.5rem;height:1.3rem;top:0rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKZUOpJ7eDAvZW9TREC977I3BMKB5MQu { width:18.125rem;height:2.6rem;top:2.25rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #anETTrvz02H5SAD4ZFs4BqXNJshoPnyr { width:0.375rem;height:0.375rem;top:2.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGcA7rIPMdgIcsVpygUUflbl3pT9saBS { width:0.375rem;height:0.375rem;top:6.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHXKB5XCuT080CHrcODFOMEXuUBElP4P { width:7.125rem;height:1.3rem;top:10.9375rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KI2dzNqvwaOtTrf1ulBMMEAI709SxETg { width:12.5rem;height:0;top:0.0625rem;left:0.93749994039537rem;font-size:1.25rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #OzxEZ5V07xVGAkHROHSu8l6m0XACFidO { top:1.625rem;left:-61.3125rem;width:0.75rem;height:0.75rem;z-index:15058;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JEH0kHkBMUL1xv5L8WKdiKCDP4VKufub { width:20rem;height:0.0625rem;top:8.8611125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mCzMVHgSy2IhlIPRlNTesEeW9XiUSWgc { width:18.125rem;height:3.9rem;top:5.8125rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0MQIGhp5UHgkBC9cSZLg0OW5lghEkwf { width:3.25rem;height:3.25rem;top:13.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDyTNzxqpwyRIVp9q6w00i53dSo8P0vA { width:3.25rem;height:3.25rem;top:17.0625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8TCxeMgZZTahHvEXBXAxDOQ67cTtUdC { width:3.25rem;height:3.25rem;top:13.1875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcoJV1mAdh2EUWCKvw17LJTgfvRVbhw6 { width:3.25rem;height:3.25rem;top:17.0625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJ0riM1GScHaks85XtDKheOUkGkV2GHO { width:3.25rem;height:3.25rem;top:13.1875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zctf5zQzlzg1gcRK5MnEApHaRbTgl4fJ { width:3.25rem;height:3.25rem;top:17.0625rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqeM5qrSFShwTgomHgz9U6zh70wO9kki { width:3.25rem;height:3.25rem;top:13.1875rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #durTM6vTKaNunxMnT3D4xL8D5cqp5PFB { width:3.25rem;height:3.25rem;top:17.0625rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnqDUIy92MWrXxXAzF4DNc9XtGrhuUhX { width:3.25rem;height:3.25rem;top:13.1875rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOZxoWwq1qqPeSNOHyKe1TsUkFZmUlRC { width:3.25rem;height:3.25rem;top:20.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7sWCXkpkZCHOS7qSoROh4dDldzSZHm7 { width:3.25rem;height:3.25rem;top:17.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLeHpW3eeLI4VDCwBKP7GIcihXqXUDgT { width:20rem;height:0.0625rem;top:57.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nz4TwCT1WztXMWoMxDxhd6nmQKoACONR { width:18.125rem;height:3.9rem;top:45rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBTn2qSSxIP7oMXyVKuWJEgOk9XzIamb { width:0.375rem;height:0.375rem;top:45.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClSkgTqr2Q8UkegB1doaTrTH8etmGmI2 { width:18.125rem;height:1.3rem;top:25.4375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxTncfn7f8ApGNEmWJwtxbvROeFEpBp4 { width:0.375rem;height:0.375rem;top:25.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZbreLhHs4Ly9MOMbqKvBMsdabE7fTP6 { width:18.125rem;height:2.6rem;top:27.6875rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRlbLZiJm8vvcUfVmUyUP4KQfq0f0x87 { width:0.375rem;height:0.375rem;top:28.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #twXlONNV9AzhqzACxA7u26g4OoMskraJ { width:18.125rem;height:2.6rem;top:31.75rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #npb69chQuTCprUeJ3QxsnyTW95V8MQfc { width:0.375rem;height:0.375rem;top:32.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXIlWSORh3CXMG3KJPyX4XbCdDLGczbT { width:3.25rem;height:3.25rem;top:36.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N74FZH9AKqcWVLWNhylzacgNPOCv5yAn { width:3.25rem;height:3.25rem;top:36.9375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QATzsQqfuvm3i0BcE8uaWd6PJ67QVqgX { width:3.25rem;height:3.25rem;top:36.9375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #etf5gGIrLGEbPvZ5DrycD45EypdTFGrt { width:3.25rem;height:3.25rem;top:36.9375rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQi53sX6DT9Um5JBot0IKSAin6h81DWS { width:3.25rem;height:3.25rem;top:36.9375rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4QmPNZUWGhihHFThMn3FMOWolFWbwOh { width:3.25rem;height:3.25rem;top:40.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZuTVNPClkkqBpQLplUJH8xBdCnrdVIy { width:3.25rem;height:3.25rem;top:40.8125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #loEEr6tene1eGus81Vdkh6Is15tXKHEJ { width:18.75rem;height:0.0625rem;top:35.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNTQQHHwNQ5B9izblDn7QJe2rK8D1cQm { display:flex;width:0.9375rem;height:0.9375rem;top:51.25rem;left:0rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #HBg6JeyIriQ1C4qfsJVDQhxUcs57tVmd { width:18.125rem;height:5.2rem;top:51rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0iuASkst9oWCyzkUxL5MnE3MbaLy7d7 { width:18.5rem;height:1.7875rem;top:48.249246120453rem;left:1.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTm9epd6AhwzKpeKLEc6O8y7cQzDk8IA { display:block; }#NTm9epd6AhwzKpeKLEc6O8y7cQzDk8IA > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E3zubWqVvUI4JILnHZ6H6NLRTWV6vLqb { width:18.125rem;height:3.25rem;top:1.25rem;left:0.5rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c3DeblhQ7TyGHlC7FX4tm8ozlSMLZuX2 { display:block; }#c3DeblhQ7TyGHlC7FX4tm8ozlSMLZuX2 { background-color: transparent; background-image: none; }#c3DeblhQ7TyGHlC7FX4tm8ozlSMLZuX2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3DeblhQ7TyGHlC7FX4tm8ozlSMLZuX2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3DeblhQ7TyGHlC7FX4tm8ozlSMLZuX2 > .row .container > .video-iframe-container { display: none; }#c3DeblhQ7TyGHlC7FX4tm8ozlSMLZuX2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3DeblhQ7TyGHlC7FX4tm8ozlSMLZuX2 > .row > .video-iframe-container { display: none; }#c3DeblhQ7TyGHlC7FX4tm8ozlSMLZuX2 > .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); }#c3DeblhQ7TyGHlC7FX4tm8ozlSMLZuX2 > .row .container { width:20rem;height:10.625rem;background-color:#f6f7f8;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pg5XxUmO2lHnSebu0S2T21TkPGQQ9lsH { width:16.875rem;height:8.0625rem;top:1.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmH46causMTQ1mc1Tv9xeOI1UXMu0zsm { width:1.3125rem;height:3.875rem;top:2.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIPR9qMfLLctUEocoSPZpw19oGs4NH8F { width:1.3125rem;height:3.875rem;top:2.125rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXcv8JocKCgPTJLVnvXWQc2O7NQQulLK { width:1.375rem;height:1.375rem;top:3.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtCG0B0lh9KSNN6cGhZFHHnXXleZ9Rff { width:1.375rem;height:1.375rem;top:3.375rem;left:18.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdA3fVZ00FeN6DThvislQ5kf7dlRizKV.widget-smartsection { background-color:#f6f7f8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #NdA3fVZ00FeN6DThvislQ5kf7dlRizKV.widget-smartsection *:focus-visible, #NdA3fVZ00FeN6DThvislQ5kf7dlRizKV.widget-smartsection input[type="text"]:focus-visible, #NdA3fVZ00FeN6DThvislQ5kf7dlRizKV.widget-smartsection input[type="email"]:focus-visible, #NdA3fVZ00FeN6DThvislQ5kf7dlRizKV.widget-smartsection input[type="tel"]:focus-visible, #NdA3fVZ00FeN6DThvislQ5kf7dlRizKV.widget-smartsection textarea:focus-visible { outline: none; } #CJSoW6WZnZ5dkmnW3Trr4UmPQQKKcmEP > .row .container { background-color: transparent; background-image: none; }#CJSoW6WZnZ5dkmnW3Trr4UmPQQKKcmEP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CJSoW6WZnZ5dkmnW3Trr4UmPQQKKcmEP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CJSoW6WZnZ5dkmnW3Trr4UmPQQKKcmEP > .row .container > .video-iframe-container { display: none; }#CJSoW6WZnZ5dkmnW3Trr4UmPQQKKcmEP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CJSoW6WZnZ5dkmnW3Trr4UmPQQKKcmEP > .row > .video-iframe-container { display: none; }#CJSoW6WZnZ5dkmnW3Trr4UmPQQKKcmEP > .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); }#CJSoW6WZnZ5dkmnW3Trr4UmPQQKKcmEP > .row .container { border-width: 0; border-radius: 0; }#CJSoW6WZnZ5dkmnW3Trr4UmPQQKKcmEP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CJSoW6WZnZ5dkmnW3Trr4UmPQQKKcmEP > .row .container { width:20rem;height:19.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eurRN8SvgzqMzSJGirMfNqwpMPVn7MtX.widget-smartsection { display:none; } #eurRN8SvgzqMzSJGirMfNqwpMPVn7MtX.widget-smartsection *:focus-visible, #eurRN8SvgzqMzSJGirMfNqwpMPVn7MtX.widget-smartsection input[type="text"]:focus-visible, #eurRN8SvgzqMzSJGirMfNqwpMPVn7MtX.widget-smartsection input[type="email"]:focus-visible, #eurRN8SvgzqMzSJGirMfNqwpMPVn7MtX.widget-smartsection input[type="tel"]:focus-visible, #eurRN8SvgzqMzSJGirMfNqwpMPVn7MtX.widget-smartsection textarea:focus-visible { outline: none; } #cltbe6R6FI69gR5McfoXkgTBGRWDdmrw > .row .container { width:20rem;height:43.305557250976rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FmlT3vX5ZThbH0BFS5MNL6mhBkAceN7k { background-color:#f6f7f8;background-image:none;display:block; }#FmlT3vX5ZThbH0BFS5MNL6mhBkAceN7k > .row .container { background-color: transparent; background-image: none; }#FmlT3vX5ZThbH0BFS5MNL6mhBkAceN7k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FmlT3vX5ZThbH0BFS5MNL6mhBkAceN7k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FmlT3vX5ZThbH0BFS5MNL6mhBkAceN7k > .row .container > .video-iframe-container { display: none; }#FmlT3vX5ZThbH0BFS5MNL6mhBkAceN7k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FmlT3vX5ZThbH0BFS5MNL6mhBkAceN7k > .row > .video-iframe-container { display: none; }#FmlT3vX5ZThbH0BFS5MNL6mhBkAceN7k > .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); }#FmlT3vX5ZThbH0BFS5MNL6mhBkAceN7k > .row .container { width:20rem;height:79.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pvPzCfO5M2csT3P3c7Qc67kg7yNnsCxt { width:20rem;height:10rem;top:26.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AA578bOOd5KtnFyT0evqwknCxZMmrrCk { width:2.5rem;height:2.5rem;top:27.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvCv6KCvS4oH1hnRLAk0Er32lKqIQbl0 { width:15.9375rem;height:2.6rem;top:27.9375rem;left:4.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LTUdHGHpspdAEflb0uLkDBxRBwpKKJhG { width:20rem;height:10rem;top:37.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzZzcLTOUyqzWHiKIhSzaBv2SFIb4HzB { width:2.5rem;height:2.5rem;top:38.875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rmqna50rGoQSyXQTvEH0eRUMXADS0lCh { width:14.375rem;height:1.3rem;top:38.875rem;left:4.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xiEkQi0fPUelou1qM1NOdeEAUh5TKl4o { width:20rem;height:10rem;top:15.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvlT9Bf1tFle3AS5gb606lV92Sa9NGbK { width:2.5rem;height:2.5rem;top:17rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouTTUlbVgeNJmVLoomepAOoN8gF2lgF6 { width:15.375rem;height:2.6rem;top:17rem;left:4.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DWiJdNUmhHg1SGektzeNKoSLR5TGElIy { width:15rem;height:3.4125rem;top:20.25rem;left:4.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r71x5GLFPOnHuRbA9hkxhtPNzsnQXFeB { width:15rem;height:4.55rem;top:29.875rem;left:4.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cxL20Vz8Xcwh0cLBt82yeXWeTk6iE0QQ { width:15rem;height:5.6875rem;top:40.8125rem;left:4.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cnE7tWQqgMb4TAd4bgtn4JqsygIl3LUK { width:18.125rem;height:9.1rem;top:4.125rem;left:0.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l00rRiHTi2V65kWVXQCh9160hMzZ7ZX3 { width:10.625rem;height:3.125rem;top:70.5625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQeIHZ3hIdzVsC8zUgrnSAFLHrvyI8ua { width:10.625rem;height:3.125rem;top:70.75rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDapyfVdUnEmcu9o1DsSXZLT530UczcF { display:block; }
 }@media only screen and (max-width: 763px) { #ACBwGOlqKH9iL89JsbcqOlfNKHWstxfO { width:6.25rem;height:1.3rem;top:71.662109375rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxuPfEqRxM9KISF5TB4dtIsT4a4oH98q { width:20rem;height:10rem;top:48.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qw4efH8y3Jhi8GAkTmgMIaE9DtK1r5Zr { width:14.3125rem;height:4.55rem;top:51.75rem;left:4.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B3hthswvkzuzolWbvT7ZGQabzwR7fQhX { width:2.5rem;height:2.5rem;top:49.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX1vgXndgW3PaTeGn4FvpEe4WJzD0Ir5 { width:11.75rem;height:1.3rem;top:49.8125rem;left:4.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c48QkQsAn1yTCwIH688PrSmtqVZcK6JR { width:20rem;height:10rem;top:59.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2rxH5AtnKMTb6GnacXNB9rf02owNq0Z { width:15rem;height:4.55rem;top:62.6875rem;left:4.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F9AAKTJITdPAGWbZtyVkt6uKZdbnrIva { width:15.3125rem;height:1.3rem;top:60.75rem;left:4.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MpcFPikd1giGTfhbs1zDZeJ2FKaaTb5Z { width:2.5rem;height:2.5rem;top:60.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNy6MPrpCZWRq16hWGgfrwqZDHX2G3TS { width:20rem;height:3.9rem;top:75.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRP4SiHQ1e2evzSXAKyT9BGbg807k8m2 { width:19.5rem;height:3.25rem;top:1.25rem;left:0.5rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IPzuiVmqyt3ls0h0Uk13OKQl9Pys8KIB { width:20rem;height:0.0625rem;top:79.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M { background-color:#f6f7f8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M > .row .container { background-color: transparent; background-image: none; }#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M > .row .container > .video-iframe-container { display: none; }#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M > .row > .video-iframe-container { display: none; }#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M > .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); }#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M > .row .container { border-width: 0; border-radius: 0; }#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uoPpIKN8Fzko4tQwZ0LCaitHctFuyy0f { width:19rem;height:1.625rem;top:1.25rem;left:0.5rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#111e23;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #r4d07FTE2dPOL6UEUVtDSekVTrHSZf1M { width:20rem;height:0;top:3.0333838989258rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sr517vfV8rTyDCHkibTM22c3mM3r5Zux { display:block; }#sr517vfV8rTyDCHkibTM22c3mM3r5Zux > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JmZX31LFE3ZztMZIytEsgmNpib6EwzPT { width:17.875rem;height:2.6rem;top:1.25rem;left:0.5rem;font-size:1rem;color:#007c8f;display:block; }
 }@media only screen and (max-width: 763px) { #TKP6lpCHnCtKdhsFumUTNVplI9yCJmTr { width:1.75rem;height:1.75rem;top:7.3324625rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PMU8cwuhz3LX5P0qqUiys1oKTcqCGrTV { top:1.53125rem;left:18.4423828125rem;width:1.25rem;height:0.75rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #T8virSMQS7FzQytXuV3MHdcngOMGsa6r { width:3.125rem;height:3.125rem;top:5.125rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nJyPa5GgaMz7Q25EMhGNURAD5x7I1Nwx { display:block; }#nJyPa5GgaMz7Q25EMhGNURAD5x7I1Nwx > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #raKMPThTBpuALx7qmMdLyUuPvng3m1Mc { width:18.3125rem;height:7.3125rem;top:0.375rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODgv82Zwcl4yZIeBQe1Olvzldmylyng2 { display:block; }#ODgv82Zwcl4yZIeBQe1Olvzldmylyng2 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vwHAcqxsPldDqLrGqMcrbTnf1RS8LpgR { width:17.875rem;height:2.6rem;top:1.25rem;left:0.5rem;font-size:1rem;color:#007c8f;display:block; }
 }@media only screen and (max-width: 763px) { #oToOAZH0fagqFZvPxZaAihVgd9QtOolU { width:1.75rem;height:1.75rem;top:5.722225rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZNW14T5vIzdh6w3UnkOmHku2gL88X7ck { top:1.625rem;left:18.5615234375rem;width:1.25rem;height:0.75rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kgOuMX3Ktsmz22Natz0fa1GSurApb0dt { width:3.125rem;height:3.125rem;top:5rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pE84xJ5ziMVJEDJMv9SNvUt21vqIv6t9 { display:block; }#pE84xJ5ziMVJEDJMv9SNvUt21vqIv6t9 > .row .container { width:20rem;height:12.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #StCmrKHaz2F9tLGkAHyLZFDqt90vR6RL { width:18.6875rem;height:10.96875rem;top:0.5625rem;left:0.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsnv58Rg386utPUqaIEVKP0Pm2Hp35SJ { display:block; }#fsnv58Rg386utPUqaIEVKP0Pm2Hp35SJ > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tv4yIASe1Nz61TN8pn3Xm1r90WK2NO1J { width:17.875rem;height:2.6rem;top:1.25rem;left:0.5rem;font-size:1rem;color:#007c8f;display:block; }
 }@media only screen and (max-width: 763px) { #m9R00fcHkKRLO4dhrp1Woeh3L0XdVqBx { width:1.75rem;height:1.75rem;top:5.722225rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #v558PqNP3OiTmDODlP4CSn4k1KXWPzuG { top:1.625rem;left:18.5615234375rem;width:1.25rem;height:0.75rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RT2M7doSb1ViToFZKA01nG2VAaim7Jms { width:3.125rem;height:3.125rem;top:5rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JLBgXybTUaT4TRZFawpiA8kGlu31Pfv5 { display:block; }#JLBgXybTUaT4TRZFawpiA8kGlu31Pfv5 > .row .container { width:20rem;height:9.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y1oV6klsItqxGccLzoe4dTX26iXFikZv { width:18.6875rem;height:8.53125rem;top:0.5625rem;left:0.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8uLS3Zg7gxF6GsH2TrqWihZASfniKrL { display:block; }#G8uLS3Zg7gxF6GsH2TrqWihZASfniKrL > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qQ3fDsFW4RiZA9dZzv86nLZET9eITaO6 { width:18.375rem;height:3.9rem;top:1.25rem;left:0.5625rem;font-size:1rem;color:#007c8f;display:block; }
 }@media only screen and (max-width: 763px) { #Z6yM1JPc3xQSuL6ohxS31VbW40I7Vnx2 { width:1.75rem;height:1.75rem;top:7.3324625rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RTF8MRwDw4TPfOxFOvMp8ZRqIx5V9rsh { top:1.53125rem;left:18.4423828125rem;width:1.25rem;height:0.75rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AtGlQ6wfJbDx7Arky7esAzanSI204x7A { width:3.125rem;height:3.125rem;top:5.125rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tybdlDg96sXKkV0fDIVem0SvAyh6nPMT { display:block; }#tybdlDg96sXKkV0fDIVem0SvAyh6nPMT > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gK85KWGIOOpBUonKJLtMSxkDNvxxzUo7 { width:18.5625rem;height:6.09375rem;top:0.5625rem;left:0.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJTBfPwxi3xCXU0MUPiGVLx07tFPob9g { display:block; }#pJTBfPwxi3xCXU0MUPiGVLx07tFPob9g > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AtdtT89VhlwUoxlzKPIZMWwfVMrZ4Xfn { width:16.75rem;height:1.3rem;top:1.25rem;left:0.4375rem;font-size:1rem;color:#007c8f;display:block; }
 }@media only screen and (max-width: 763px) { #r4JKmUetMU1vCgyq1mppnyLCs3ihTA1s { top:1.3125rem;left:18.6240234375rem;width:1.25rem;height:0.75rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SvPtQuXk186Jfg8ny3e4h7UM6CTryCRC { width:3.125rem;height:3.125rem;top:3.75rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qklV5gZ0cUGCDfJ1Tz1zEUAIP8hL5sOB { display:block; }#qklV5gZ0cUGCDfJ1Tz1zEUAIP8hL5sOB > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MMxDrZ78AtphoIPaopizwT8K0Uim0kSd { width:18.8125rem;height:10.96875rem;top:0.5rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLRTI9tgkynCbsti8i0sJsXH1oKyzTQr { display:block; }#CLRTI9tgkynCbsti8i0sJsXH1oKyzTQr > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dOLZLu7dn59TmN6b7k8hx0u6DT0Dlluy { display:block; }#dOLZLu7dn59TmN6b7k8hx0u6DT0Dlluy > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nnbMnWICWfButGBCl0Dx26mwxti1JkUP { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#nnbMnWICWfButGBCl0Dx26mwxti1JkUP > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBaenb1Wi4e4eNEWgSsWM1Ptz6Um3I6X { width:2.8125rem;height:1.625rem;top:3.5rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C68XR4OIsEm4DdwFST1PGXM1qxZXCvsR { width:6.875rem;height:3.125rem;top:2.75rem;left:12.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypLARFypihr8oSe5SHF9Q37SBR7L4i3y { display:block; }
 }@media only screen and (max-width: 763px) { #Myk66V81yD9Pv6DdvXKVoGQq7ppQeEgM { width:3.625rem;height:1.625rem;top:3.5rem;left:3.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXNubztusrN7iAEpRD8VNuaOTKENWHep { width:12.8125rem;height:1.625rem;top:1.1875rem;left:0.5rem;font-size:1.25rem;display:block; }
 }