.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:216,239,251;--color-primary-1:139,206,242;--color-primary-2:62,174,234;--color-primary-3:14,154,229;--color-primary-4:17,30,35;--color-secondary-0:246,247,248;--color-secondary-1:224,227,230;--color-secondary-2:113,118,122;--color-secondary-3:68,71,73;--color-secondary-4:18,26,33;--color-tertiary-0:255,255,255;--color-tertiary-1:189,189,191;--color-tertiary-2:113,113,115;--color-tertiary-3:68,68,69;--color-tertiary-4:0,0,0;--headlines-font-family:"Source Sans Pro";--paragraphs-font-family:"Source Sans Pro"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#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:2.375rem;width:6.1875rem;top:0.625rem;left:1.423828125rem;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:none; }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q.adaptive-delivery-prevent-bg, #s2iSps5u7RiL5sTonfAtgixmxKrWvT3q.lazyload, #s2iSps5u7RiL5sTonfAtgixmxKrWvT3q.lazyloading { background-image: none; }#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:none; }#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; }
#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(358deg, #22323e, rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(358deg, #22323e, rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(358deg, #22323e, rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(358deg, #22323e, rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#22323e', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#22323e', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(358deg, #22323e, rgba(var(--color-tertiary-4),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;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; }#dmd2UuSe5WAnhndywUWeLqWff7rfhE8R { 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; }
#XLeytlVbZPIRBb0CziqwP0dRtPzT9AmC { 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; }
#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.375rem;width:6.1875rem;top:0.625rem;left:0.625rem;overflow:hidden;display:block; }
#DTGaLyTAtaryaTa4bkUKQ1qgZGal0d8J { border-top:0;border-left:0;border-right:0;border-bottom:0;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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DTGaLyTAtaryaTa4bkUKQ1qgZGal0d8J.adaptive-delivery-prevent-bg, #DTGaLyTAtaryaTa4bkUKQ1qgZGal0d8J.lazyload, #DTGaLyTAtaryaTa4bkUKQ1qgZGal0d8J.lazyloading { background-image: none; }#DTGaLyTAtaryaTa4bkUKQ1qgZGal0d8J > .row .container { background-color: transparent; background-image: none; }#DTGaLyTAtaryaTa4bkUKQ1qgZGal0d8J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTGaLyTAtaryaTa4bkUKQ1qgZGal0d8J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTGaLyTAtaryaTa4bkUKQ1qgZGal0d8J > .row .container > .video-iframe-container { display: none; }#DTGaLyTAtaryaTa4bkUKQ1qgZGal0d8J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTGaLyTAtaryaTa4bkUKQ1qgZGal0d8J > .row > .video-iframe-container { display: none; }#DTGaLyTAtaryaTa4bkUKQ1qgZGal0d8J > .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); }#DTGaLyTAtaryaTa4bkUKQ1qgZGal0d8J > .row .container { border-width: 0; border-radius: 0; }#DTGaLyTAtaryaTa4bkUKQ1qgZGal0d8J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DTGaLyTAtaryaTa4bkUKQ1qgZGal0d8J > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#HSwhK2ircJfon2ppvJ5qsDsolDBU0SKn { position:absolute;display:block;z-index:15005;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:8.25rem;left:0rem;display:none; }
#V98FyD6GUvUzcd90nXET37Rir0y0sPD9 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.9375rem;position:absolute;font-family:"source sans pro semibold";font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.5625rem;left:26.25rem;height:0;text-align:left;text-align-last:left;display:none; }
#gImEhdq14W3dc9wvfgaJP36HP9rAEDwU { 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;z-index:auto;display:none; }#gImEhdq14W3dc9wvfgaJP36HP9rAEDwU > .row .container { border-width: 0; border-radius: 0; }#gImEhdq14W3dc9wvfgaJP36HP9rAEDwU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gImEhdq14W3dc9wvfgaJP36HP9rAEDwU > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:none; }#ff9FqsgN5I7uR9QIGVp20FHwiqQcK3wi { 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; }
#u7MvZxNXCd9Qf00czQrzZzSFKrOrbzbC { 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; }
#a1ALXTSomZZSTantTh4ABbzKQErIRWR2 { border-top:0;border-left:0;border-right:0;border-bottom:0;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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a1ALXTSomZZSTantTh4ABbzKQErIRWR2.adaptive-delivery-prevent-bg, #a1ALXTSomZZSTantTh4ABbzKQErIRWR2.lazyload, #a1ALXTSomZZSTantTh4ABbzKQErIRWR2.lazyloading { background-image: none; }#a1ALXTSomZZSTantTh4ABbzKQErIRWR2 > .row .container { background-color: transparent; background-image: none; }#a1ALXTSomZZSTantTh4ABbzKQErIRWR2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a1ALXTSomZZSTantTh4ABbzKQErIRWR2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a1ALXTSomZZSTantTh4ABbzKQErIRWR2 > .row .container > .video-iframe-container { display: none; }#a1ALXTSomZZSTantTh4ABbzKQErIRWR2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a1ALXTSomZZSTantTh4ABbzKQErIRWR2 > .row > .video-iframe-container { display: none; }#a1ALXTSomZZSTantTh4ABbzKQErIRWR2 > .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); }#a1ALXTSomZZSTantTh4ABbzKQErIRWR2 > .row .container { border-width: 0; border-radius: 0; }#a1ALXTSomZZSTantTh4ABbzKQErIRWR2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a1ALXTSomZZSTantTh4ABbzKQErIRWR2 > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:75rem;position:relative;display:block; }#laxT7T5U06ScJ9LV9kW6g41XTmsmmG6x { color:rgba(var(--color-tertiary-0),1);display:block;width:16.9375rem;position:absolute;font-family:"source sans pro semibold";font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.5625rem;left:26.25rem;height:0;text-align:left;text-align-last:left;display:none; }
#dVSL1KyvHLfFHsPWdGzxXoZe8DkZtc7y { color:rgba(var(--color-tertiary-4),0.95);display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:8.3125rem;left:1.75rem;height:3.9rem;font-style:normal;display:block; }
#JP3N65XElvaMIQ8id8GRNLqM1nXiNdx8 { 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:3.2487rem;width:0.68685rem;top:2.6875rem;left:1.75rem;overflow:hidden;display:block; }
#I0EndOr8nezRBHUUN3EmEioESxTaNImL { color:rgba(var(--color-tertiary-4),1);display:block;width:30.2485rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.6875rem;left:3rem;height:3.24978125rem;font-style:normal;display:block; }
#FdTMzuGDJqKd8DxdmUMpuT4k9klTFsMe { color:rgba(var(--color-tertiary-4),0.95);display:block;width:8.81075rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:9.1875rem;left:5.4375rem;height:2.59874375rem;display:block; }
#tPJhnt7DmpVXT7EmEsXd1fRLhqBJVKd1 { background-color:#00dcff;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:14.99025rem;height:3.1152375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:8.875rem;left:14.5625rem;display:block; }
#BUAi8ZasPEQZJkaWw0I6HT36oo0TTQ9u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PoVkVWwDWgrLLPTHh1d4vyhBIPwD3eyy { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.05859375rem;width:74.998125rem;top:18.378907203674rem;left:0rem;display:block; }
#QoekpRNwDNFJcpu3NBTS85gIo7HqU0TD { 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:3.2487rem;width:0.68685rem;top:2.6875rem;left:1.75rem;overflow:hidden;display:none; }
#zJgaV6zSzTp8Z7kaSRnwL0tFoXuoTfgx { 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:2.9365234375rem;left:1.75rem;overflow:hidden;display:none; }
#XMUTng9NhVQb2xzgI0vHVtlDdZKxZ0TP { color:rgba(var(--color-tertiary-0),1);display:block;width:22.0601875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:12.9375rem;left:14.5625rem;height:1.13606875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lzza7WH1dtHavlGSfRc42b1UOH33ZTog { position:absolute;display:block;z-index:15060;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.99913125rem;width:4.1247125rem;top:12rem;left:25.8125rem;overflow:hidden;display:block; }
#DUrW6zSJLlUQTOqKrP20V0dZW92eTBA4 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.12441875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:14.25rem;left:14.5rem;height:1.13606875rem;font-style:normal;display:block; }
#SbciGooMKgpegVwzCdwEi1Le2pxA7ct3 { position:absolute;display:block;z-index:15018;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.3122125rem;width:1.249275rem;top:14.125rem;left:19.25rem;overflow:hidden;display:block; }
#VJy0Nc02nlTEg5kGcEwIQPDRNMoUS7l3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#VJy0Nc02nlTEg5kGcEwIQPDRNMoUS7l3 > .row .container { border-width: 0; border-radius: 0; }#VJy0Nc02nlTEg5kGcEwIQPDRNMoUS7l3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VJy0Nc02nlTEg5kGcEwIQPDRNMoUS7l3 > .row .container { font-size:0.875rem;font-family:arial;height:10.5rem;width:75rem;position:relative;display:none; }#GGumP0DSvIZr0pACQzuyZgXnsARTKN1t { 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:block; }
#AfsBFRNItyfyKeCrAkmEZ5CEVkAGr0M5 { position:absolute;display:block;z-index:15005;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:8.25rem;left:0rem;display:none; }
#XFZXopz9HrHa6a4UPheNMKtEFGxXcuw8 { 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:3.2492875rem;width:0.68625625rem;top:2.9375rem;left:1.125rem;overflow:hidden;display:block; }
#xUuvzKDIOB3Ta7z1rApPT2T5Po6wdbJT { color:rgba(var(--color-tertiary-4),1);display:block;width:28.6248125rem;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:2.9375rem;left:2.375rem;height:3.24978125rem;font-style:normal;display:block; }
#FfRnd67QGhl8a65NWK9UBoS4cug1tAk9 { 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; }#FfRnd67QGhl8a65NWK9UBoS4cug1tAk9 > .row .container { background-color: transparent; background-image: none; }#FfRnd67QGhl8a65NWK9UBoS4cug1tAk9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfRnd67QGhl8a65NWK9UBoS4cug1tAk9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfRnd67QGhl8a65NWK9UBoS4cug1tAk9 > .row .container > .video-iframe-container { display: none; }#FfRnd67QGhl8a65NWK9UBoS4cug1tAk9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfRnd67QGhl8a65NWK9UBoS4cug1tAk9 > .row > .video-iframe-container { display: none; }#FfRnd67QGhl8a65NWK9UBoS4cug1tAk9 > .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); }#FfRnd67QGhl8a65NWK9UBoS4cug1tAk9 > .row .container { border-width: 0; border-radius: 0; }#FfRnd67QGhl8a65NWK9UBoS4cug1tAk9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FfRnd67QGhl8a65NWK9UBoS4cug1tAk9 > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#lEpCq9RoIwVzsluv79KZXxnpJrRR7lmw { color:rgba(var(--color-tertiary-0),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:0.96875rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#yI6AqzdkoK3nhIIrOPEkcAmS1hLPGOpL { 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; }#yI6AqzdkoK3nhIIrOPEkcAmS1hLPGOpL > .row .container { background-color: transparent; background-image: none; }#yI6AqzdkoK3nhIIrOPEkcAmS1hLPGOpL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yI6AqzdkoK3nhIIrOPEkcAmS1hLPGOpL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yI6AqzdkoK3nhIIrOPEkcAmS1hLPGOpL > .row .container > .video-iframe-container { display: none; }#yI6AqzdkoK3nhIIrOPEkcAmS1hLPGOpL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yI6AqzdkoK3nhIIrOPEkcAmS1hLPGOpL > .row > .video-iframe-container { display: none; }#yI6AqzdkoK3nhIIrOPEkcAmS1hLPGOpL > .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); }#yI6AqzdkoK3nhIIrOPEkcAmS1hLPGOpL > .row .container { border-width: 0; border-radius: 0; }#yI6AqzdkoK3nhIIrOPEkcAmS1hLPGOpL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yI6AqzdkoK3nhIIrOPEkcAmS1hLPGOpL > .row .container { font-size:0.875rem;font-family:arial;height:26.4375rem;width:75rem;position:relative;display:block; }#wsg2aovbZ7I33JFgpJR0s3N25XnGC0rP { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#ubV1TD9OCCQErqV1Vy6VQV1Q1Gl7HcCo { 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; }
#E7ANAEgn8y5Ub0fSiJOVTddPulewSNxu { position:absolute;display:block;z-index:15017;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.37402375rem;width:0.37402375rem;top:4.1875rem;left:3rem;display:block; }
#Tpbk5xvlMEam8zNisAGkBNuHO7hlZ2Up { color:rgba(var(--color-tertiary-2),1);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:0.75rem;left:4.375rem;height:1.54296875rem;font-style:normal;display:block; }
#RczGZAnEnyzb5p9IONalnK7R2uyMkZ2N { color:rgba(var(--color-tertiary-2),1);display:block;width:31.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:7.875rem;left:4.375rem;height:3.0859375rem;font-style:normal;display:block; }
#RnO7f6KgNJM5Iyyp2laT5UL30U6uUZRp { color:rgba(var(--color-tertiary-2),1);display:block;width:35.74775rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.8125rem;left:4.375rem;height:3.0859375rem;font-style:normal;display:block; }
#QeSwG2yzPiqIvDCZ8N5QQrB4gBQRpTN0 { position:absolute;display:block;z-index:15021;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.37109375rem;width:0.37109375rem;top:12.8125rem;left:3.0007820129394rem;display:block; }
#Xl4reK10rWcv06XeJ58Tmt8fckqd3S4V { position:absolute;display:block;z-index:15022;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.37109375rem;width:0.37109375rem;top:21.4375rem;left:3.0007820129394rem;display:block; }
#BQadugyW4TqNNKywTuxyxhcw7BIq09gQ { position:absolute;display:block;z-index:15019;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.372768125rem;width:0.372768125rem;top:8.5rem;left:3rem;display:block; }
#H0rZKT4HGos81iMPKCVyTGR0xl747b71 { position:absolute;display:block;z-index:15018;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.373920625rem;width:0.373920625rem;top:1.375rem;left:3rem;display:block; }
#zHZsuyXAOCJHFc1gB7vfqrN93HsdkLvP { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.05859375rem;width:74.9975rem;top:25.502388000488rem;left:0rem;display:block; }
#RfdhRN7EdXQAumA6pTTEh1q2tSwS1Kfb { color:rgba(var(--color-tertiary-2),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:27.75rem;left:4.34375rem;height:7.714875rem;font-style:normal;display:none; }
#cZZh2ESVv0N2NGtpkcdrolgBpxMB3K2N { color:rgba(var(--color-tertiary-2),1);display:block;width:33.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:24.912109375rem;left:4.34375rem;height:1.54375rem;font-style:normal;display:none; }
#NNbVPtgMD7P24DMTX6Felkno4xZMnCQd { color:rgba(var(--color-tertiary-2),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:22.09375rem;left:4.34375rem;height:1.54375rem;font-style:normal;display:none; }
#B4vnTWmC5vTVw2TpQ6JLDqTEHxgL2bKI { color:rgba(var(--color-tertiary-2),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:19.3125rem;left:4.34375rem;height:1.54375rem;font-style:normal;display:none; }
#hxTR4aqAIMoTugGWui0sLUbGW3UfVCxo { color:rgba(var(--color-tertiary-2),1);display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:15rem;left:4.34375rem;height:3.0859375rem;font-style:normal;display:none; }
#gOqtkuN2L8TkS1eAQeK4TsTMPdRKKsTc { color:rgba(var(--color-tertiary-2),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:10.6875rem;left:4.34375rem;height:3.0859375rem;font-style:normal;display:none; }
#H0SwuikiIT8oOv9TMDFyBfNuRGiwiocu { position:absolute;display:block;z-index:15020;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:11.3125rem;left:2.96875rem;display:none; }
#P6PqRwGwgeCnnuZ2vpvy2TMTEPFn2mTg { position:absolute;display:block;z-index:15024;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.625rem;left:2.96875rem;display:none; }
#XcGUuhGTBusKXE3RGqU2E9IqdiidwUd0 { position:absolute;display:block;z-index:15021;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:19.9375rem;left:2.96875rem;display:none; }
#tr2aRnuwgJsbKUewITSq4hZLcotriG2F { position:absolute;display:block;z-index:15022;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:22.75rem;left:3.0185546875rem;display:none; }
#pBRNamPDLkn0esN5pFpzcQdBe5tRJNQM { position:absolute;display:block;z-index:15023;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:25.5625rem;left:3rem;display:none; }
#EFZqq76gsGdaLT0fi7vvfUygGbOcTnzy { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:28rem;left:2.75rem;display:none; }
#WvBTTQhyuFqvlD73vrCgfu14GxBbGa1p { color:rgba(var(--color-tertiary-2),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:6.375rem;left:4.34375rem;height:3.0859375rem;font-style:normal;display:none; }
#hMtZ92POxHQMTyZ84tm4u6ATSBMF6ifL { position:absolute;display:block;z-index:15027;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:7rem;left:2.96875rem;display:none; }
#IrTXNUpAmR8Kz65PAht96D3mErCROP6q { color:rgba(var(--color-tertiary-2),1);display:block;width:34.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:3.5625rem;left:4.34375rem;height:1.54375rem;font-style:normal;display:none; }
#lFtCrJqqobti1220DgpJiWsp8EdwBUCC { position:absolute;display:block;z-index:15030;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:4.1875rem;left:2.96875rem;display:none; }
#Mha70eebm4D9U0HccATFhi5uDvM8D8Kl { color:rgba(var(--color-tertiary-2),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:0.75rem;left:4.34375rem;height:1.54296875rem;font-style:normal;display:none; }
#KxWFy9vioSgSVVOhwAcRsRge2X4rRGJQ { position:absolute;display:block;z-index:15026;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:1.375rem;left:2.96875rem;display:none; }
#vpzdCASQBFLTLr4TGnERpD7mFnXnLVCo { color:rgba(var(--color-tertiary-2),1);display:block;width:35.56025rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:3.5625rem;left:4.375rem;height:3.0859375rem;font-style:normal;display:block; }
#TDQX44Xh861MEINWH729KhQUGhT87AZJ { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.9373125rem;width:26.936875rem;top:1.3736991882324rem;left:42.781036376953rem;overflow:hidden;display:block; }
#K5HWtn2B0MpwuNyhBCpSunBNQApvaWns { color:rgba(var(--color-tertiary-2),1);display:block;width:35.56025rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:12.1875rem;left:4.375rem;height:3.0859375rem;font-style:normal;display:block; }
#HddqUmBbZ0Pg6WNVHn6mHQpxhgde5aGa { color:rgba(var(--color-tertiary-2),1);display:block;width:35.56025rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:16.5rem;left:4.375rem;height:3.0859375rem;font-style:normal;display:block; }
#xPlB8X09R4AyMQEZmHKTNkqu5J83G9QB { position:absolute;display:block;z-index:15022;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.37109375rem;width:0.37109375rem;top:17.125rem;left:3.0007820129394rem;display:block; }
#ce2bTTtQmW8K9AWVM6tJ5T2GIhivWBRz { 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; }#ce2bTTtQmW8K9AWVM6tJ5T2GIhivWBRz > .row .container { background-color: transparent; background-image: none; }#ce2bTTtQmW8K9AWVM6tJ5T2GIhivWBRz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ce2bTTtQmW8K9AWVM6tJ5T2GIhivWBRz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ce2bTTtQmW8K9AWVM6tJ5T2GIhivWBRz > .row .container > .video-iframe-container { display: none; }#ce2bTTtQmW8K9AWVM6tJ5T2GIhivWBRz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ce2bTTtQmW8K9AWVM6tJ5T2GIhivWBRz > .row > .video-iframe-container { display: none; }#ce2bTTtQmW8K9AWVM6tJ5T2GIhivWBRz > .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); }#ce2bTTtQmW8K9AWVM6tJ5T2GIhivWBRz > .row .container { border-width: 0; border-radius: 0; }#ce2bTTtQmW8K9AWVM6tJ5T2GIhivWBRz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ce2bTTtQmW8K9AWVM6tJ5T2GIhivWBRz > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#QeU8oCfhLTQouZQg178zxUD2s85HFR7g { color:rgba(var(--color-tertiary-0),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:0.68684959411619rem;left:0rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#CP50lQqPdHWnZDJ7fVzb9fDkupqRX9BD { color:#1ea29a;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:3.3116321563721rem;left:0rem;height:1.62435rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eRHnGI6s1Xz0LyJylAJHhBWF5QmLlIat { 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; }#eRHnGI6s1Xz0LyJylAJHhBWF5QmLlIat > .row .container { background-color: transparent; background-image: none; }#eRHnGI6s1Xz0LyJylAJHhBWF5QmLlIat::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRHnGI6s1Xz0LyJylAJHhBWF5QmLlIat > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRHnGI6s1Xz0LyJylAJHhBWF5QmLlIat > .row .container > .video-iframe-container { display: none; }#eRHnGI6s1Xz0LyJylAJHhBWF5QmLlIat > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRHnGI6s1Xz0LyJylAJHhBWF5QmLlIat > .row > .video-iframe-container { display: none; }#eRHnGI6s1Xz0LyJylAJHhBWF5QmLlIat > .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); }#eRHnGI6s1Xz0LyJylAJHhBWF5QmLlIat > .row .container { border-width: 0; border-radius: 0; }#eRHnGI6s1Xz0LyJylAJHhBWF5QmLlIat > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eRHnGI6s1Xz0LyJylAJHhBWF5QmLlIat > .row .container { font-size:0.875rem;font-family:arial;height:12.8125rem;width:75rem;position:relative;display:block; }#W45BZzqgTN4r9p2lxWHRuJXXDtMCNmeD { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0;top:15.375rem;left:2rem;display:none; }
#yyvGcArcwhTRcwb3NzOMuB7nQDVRLU8o { color:rgba(var(--color-tertiary-4),1);display:block;width:19.8125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5rem;top:2.1875rem;left:0.125rem;display:none; }
#sVMqO8HcGQ6M0cfRUAgDdErM3sTDmDLn { position:absolute;display:block;z-index:15000;height:11.25rem;width:20rem;display:none; }
#pSSazRvhZMJqolpfow53eUg5vEEiJTW0 { box-sizing:content-box;color:rgba(var(--color-tertiary-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:15008;top:5rem;left:0rem;display:block; }
#Vu98iJgvS8hOLLNqSncNNy6rBKdUJuPW { box-sizing:content-box;color:rgba(var(--color-tertiary-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:15009;top:5rem;left:72.5625rem;display:block; }
#nDR95Q3P5MTBxPeu48XsJ9PS77AyKp9m { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.1875rem;top:0.9375rem;left:1.5rem;display:none; }
#vcvCtCb37dWFWyqMmZH7f6ybVZU671yu { position:absolute;display:block;z-index:15005;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:8.25rem;left:0rem;display:none; }
#nc7fzPVHeFHNZ2kDLB0m42knx4BMFXAg { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#QHnfsS3I3MBLJkzK71Mm9q2Ql79zeQA0 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#ib5XqZTLsa0WCWP4qM6tnuDVRIdpQy0q { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0618489375rem;width:75rem;top:12.626953125rem;left:0rem;display:block; }
#G2cZHTZeUKq5Iwe8FcBwqbRffr9pRNUP { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:75rem;top:1.53125rem;left:0rem;overflow:hidden;display:block; }
#mQI4kgnucy5d2aOcWe4KzH8g6dctkC5Z.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; } #mQI4kgnucy5d2aOcWe4KzH8g6dctkC5Z.widget-smartsection *:focus-visible, #mQI4kgnucy5d2aOcWe4KzH8g6dctkC5Z.widget-smartsection input[type="text"]:focus-visible, #mQI4kgnucy5d2aOcWe4KzH8g6dctkC5Z.widget-smartsection input[type="email"]:focus-visible, #mQI4kgnucy5d2aOcWe4KzH8g6dctkC5Z.widget-smartsection input[type="tel"]:focus-visible, #mQI4kgnucy5d2aOcWe4KzH8g6dctkC5Z.widget-smartsection textarea:focus-visible { outline: none; } #hZwfucVRF4fxyyHPuwfeoXuyEr8JZNZf > .row .container { background-color: transparent; background-image: none; }#hZwfucVRF4fxyyHPuwfeoXuyEr8JZNZf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZwfucVRF4fxyyHPuwfeoXuyEr8JZNZf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZwfucVRF4fxyyHPuwfeoXuyEr8JZNZf > .row .container > .video-iframe-container { display: none; }#hZwfucVRF4fxyyHPuwfeoXuyEr8JZNZf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZwfucVRF4fxyyHPuwfeoXuyEr8JZNZf > .row > .video-iframe-container { display: none; }#hZwfucVRF4fxyyHPuwfeoXuyEr8JZNZf > .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); }#hZwfucVRF4fxyyHPuwfeoXuyEr8JZNZf > .row .container { border-width: 0; border-radius: 0; }#hZwfucVRF4fxyyHPuwfeoXuyEr8JZNZf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hZwfucVRF4fxyyHPuwfeoXuyEr8JZNZf > .row .container { font-size:0.875rem;font-family:arial;height:27.5rem;width:75rem;position:relative;display:block; }#zOUlT7f5iJl5O9Iv8M8P9nb3JonkHE55 { 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; }#zOUlT7f5iJl5O9Iv8M8P9nb3JonkHE55 > .row .container { background-color: transparent; background-image: none; }#zOUlT7f5iJl5O9Iv8M8P9nb3JonkHE55::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOUlT7f5iJl5O9Iv8M8P9nb3JonkHE55 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOUlT7f5iJl5O9Iv8M8P9nb3JonkHE55 > .row .container > .video-iframe-container { display: none; }#zOUlT7f5iJl5O9Iv8M8P9nb3JonkHE55 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOUlT7f5iJl5O9Iv8M8P9nb3JonkHE55 > .row > .video-iframe-container { display: none; }#zOUlT7f5iJl5O9Iv8M8P9nb3JonkHE55 > .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); }#zOUlT7f5iJl5O9Iv8M8P9nb3JonkHE55 > .row .container { border-width: 0; border-radius: 0; }#zOUlT7f5iJl5O9Iv8M8P9nb3JonkHE55 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zOUlT7f5iJl5O9Iv8M8P9nb3JonkHE55 > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:75rem;position:relative;display:block; }#npWDCG7G56Ra2XFSzHLCukhzQJnSwVpn { 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:3.125rem;width:3.125rem;top:1.5625rem;left:0rem;overflow:hidden;display:block; }
#fpA331rAt4O6Esv9XZotdeg7rvEvfok1 { position:absolute;display:block;z-index:15001;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.125rem;width:3.125rem;top:1.625rem;left:20.625rem;overflow:hidden;display:block; }
#bTXPT4hUPVux2kwzg49Mvlrznly6aIhH { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:1.625rem;left:58.125rem;overflow:hidden;display:block; }
#d5rlysw78RD4nZZmSWqF6SJXlBCZhEOF { color:rgba(var(--color-primary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:1.5625rem;left:4.375rem;height:12.42189375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uT1CECbtzRhtwR9XX6A2PEvOukIsInXk { color:rgba(var(--color-primary-4),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:1.5625rem;left:25.125rem;height:13.8020625rem;font-style:normal;display:block; }
#cEzKvz7U8rOM5Gq3nXyqMyV9WfVcDxds { color:rgba(var(--color-primary-4),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:1.5625rem;left:43.8125rem;height:12.421875rem;font-style:normal;display:block; }
#quRJFnAUUT2Jszgq0w0rXAdUmfE3CUNs { color:rgba(var(--color-primary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:1.5625rem;left:62.5rem;height:11.0416875rem;font-style:normal;display:block; }
#Rpr4rTaPQTKAmnI1QtkKZutNfvmxzUzI { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:1.625rem;left:39.375rem;overflow:hidden;display:block; }
#wlOpgaez9sgIy4XXGKygmkZlFscitCFX { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0603926875rem;width:75rem;top:17.562705039978rem;left:0rem;display:block; }
#sMWLvbC4WDTQtPwhGR1b3pmLrtvJ3fqG { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#SyrRbMB64ZZvadeiDNbr6LytAsBAbTde { 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; }#SyrRbMB64ZZvadeiDNbr6LytAsBAbTde > .row .container { background-color: transparent; background-image: none; }#SyrRbMB64ZZvadeiDNbr6LytAsBAbTde::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyrRbMB64ZZvadeiDNbr6LytAsBAbTde > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyrRbMB64ZZvadeiDNbr6LytAsBAbTde > .row .container > .video-iframe-container { display: none; }#SyrRbMB64ZZvadeiDNbr6LytAsBAbTde > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyrRbMB64ZZvadeiDNbr6LytAsBAbTde > .row > .video-iframe-container { display: none; }#SyrRbMB64ZZvadeiDNbr6LytAsBAbTde > .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); }#SyrRbMB64ZZvadeiDNbr6LytAsBAbTde > .row .container { border-width: 0; border-radius: 0; }#SyrRbMB64ZZvadeiDNbr6LytAsBAbTde > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SyrRbMB64ZZvadeiDNbr6LytAsBAbTde > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:75rem;position:relative;display:block; }#hUkUXaPoAn80fg5zgyLT79PnhLfBISIP { color:rgba(var(--color-tertiary-1),1);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; }
#sKz3pHqT2AVA4sRSIm3AEbz4UzTnC5fe { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0603926875rem;width:75rem;top:17.562705039978rem;left:0rem;display:none; }
#ATcGTGhQE1AT7fov9ZZSdfHWN8693git { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Ssu1gaTMqHJB9WwJQzbbtNsU3J6NED3g { background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #00dcff;border-left:0.1875rem solid #00dcff;border-right:0.1875rem solid #00dcff;border-bottom:0.1875rem solid #00dcff;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:14.871285rem;height:2.93446rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:4.4281616210938rem;left:30.048828125rem;display:block; }
#IZZvaCzJ1C4d7wivyKxmmM8XSQ4RuO1q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bXW8eoVRy49GHM5L5zwDJDgbec9VZ3q3 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:0.6875rem;left:0rem;height:2.43706875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gOirNxIxuzF02xJZokabCtPwOBPNmPs8 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.05859375rem;width:75rem;top:8.5210418701175rem;left:0rem;display:block; }
#E8sFJVI8LxOdoTApdB8A8zba1asHGMDC { 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; }#E8sFJVI8LxOdoTApdB8A8zba1asHGMDC > .row .container { background-color: transparent; background-image: none; }#E8sFJVI8LxOdoTApdB8A8zba1asHGMDC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E8sFJVI8LxOdoTApdB8A8zba1asHGMDC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E8sFJVI8LxOdoTApdB8A8zba1asHGMDC > .row .container > .video-iframe-container { display: none; }#E8sFJVI8LxOdoTApdB8A8zba1asHGMDC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E8sFJVI8LxOdoTApdB8A8zba1asHGMDC > .row > .video-iframe-container { display: none; }#E8sFJVI8LxOdoTApdB8A8zba1asHGMDC > .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); }#E8sFJVI8LxOdoTApdB8A8zba1asHGMDC > .row .container { border-width: 0; border-radius: 0; }#E8sFJVI8LxOdoTApdB8A8zba1asHGMDC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E8sFJVI8LxOdoTApdB8A8zba1asHGMDC > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:75rem;position:relative;display:block; }#vXoODZtgHM5BnPhAS5X66t6tLSqKOiz2 { color:rgba(var(--color-tertiary-1),1);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; }
#oa6ILcBeTDTIVPTc0rOOozRgeCsuzeLR { color:rgba(var(--color-primary-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.43706875rem;text-align:center;text-align-last:center;display:block; }
#sanKWaJ1IttJauTbrro3tvcFl2V0nDUp { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0603926875rem;width:75rem;top:17.562705039978rem;left:0rem;display:none; }
#E4BP29vBm5KuP2aHla0TV9DWrKCpDyXn { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#ythVN9qMUSJbT24obGvImNgTmDiQS5Rw { 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; }#ythVN9qMUSJbT24obGvImNgTmDiQS5Rw > .row .container { background-color: transparent; background-image: none; }#ythVN9qMUSJbT24obGvImNgTmDiQS5Rw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ythVN9qMUSJbT24obGvImNgTmDiQS5Rw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ythVN9qMUSJbT24obGvImNgTmDiQS5Rw > .row .container > .video-iframe-container { display: none; }#ythVN9qMUSJbT24obGvImNgTmDiQS5Rw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ythVN9qMUSJbT24obGvImNgTmDiQS5Rw > .row > .video-iframe-container { display: none; }#ythVN9qMUSJbT24obGvImNgTmDiQS5Rw > .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); }#ythVN9qMUSJbT24obGvImNgTmDiQS5Rw > .row .container { border-width: 0; border-radius: 0; }#ythVN9qMUSJbT24obGvImNgTmDiQS5Rw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ythVN9qMUSJbT24obGvImNgTmDiQS5Rw > .row .container { font-size:0.875rem;font-family:arial;height:3.4375rem;width:75rem;position:relative;display:block; }#wGmW1ydnqysnQL9hOq2HohJUrwihdWlo { color:#007c8f;display:block;width:44.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:0.9375rem;left:10.1875rem;height:1.54375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dAHfs0EixtB2TmF9vCHxVa9Q85f2o7ep { 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; }
#pWdrwK9DMtZHk5GfettW4A5QQFOKnrSX { box-sizing:content-box;color:#00dcff;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; }
#Tv6GOrtbZvNhCFpdglzKDt7KxKXVfkrV { 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:61.25rem;top:1.1875rem;overflow:hidden;display:block; }
#VL4X6gL8uBvCR46rDIppn3OvwW7Nb3P9 { 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; }#VL4X6gL8uBvCR46rDIppn3OvwW7Nb3P9 > .row .container { background-color: transparent; background-image: none; }#VL4X6gL8uBvCR46rDIppn3OvwW7Nb3P9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VL4X6gL8uBvCR46rDIppn3OvwW7Nb3P9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VL4X6gL8uBvCR46rDIppn3OvwW7Nb3P9 > .row .container > .video-iframe-container { display: none; }#VL4X6gL8uBvCR46rDIppn3OvwW7Nb3P9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VL4X6gL8uBvCR46rDIppn3OvwW7Nb3P9 > .row > .video-iframe-container { display: none; }#VL4X6gL8uBvCR46rDIppn3OvwW7Nb3P9 > .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); }#VL4X6gL8uBvCR46rDIppn3OvwW7Nb3P9 > .row .container { border-width: 0; border-radius: 0; }#VL4X6gL8uBvCR46rDIppn3OvwW7Nb3P9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VL4X6gL8uBvCR46rDIppn3OvwW7Nb3P9 > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#coQgCH4f39QgtfzDtETB4snkylE4Hl6y { color:rgba(var(--color-primary-4),1);display:block;width:53.6875rem;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; }
#u4J0b8SfDHUt4uUzXN18cvz1K0U3p877 { 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; }#u4J0b8SfDHUt4uUzXN18cvz1K0U3p877 > .row .container { background-color: transparent; background-image: none; }#u4J0b8SfDHUt4uUzXN18cvz1K0U3p877::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4J0b8SfDHUt4uUzXN18cvz1K0U3p877 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4J0b8SfDHUt4uUzXN18cvz1K0U3p877 > .row .container > .video-iframe-container { display: none; }#u4J0b8SfDHUt4uUzXN18cvz1K0U3p877 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4J0b8SfDHUt4uUzXN18cvz1K0U3p877 > .row > .video-iframe-container { display: none; }#u4J0b8SfDHUt4uUzXN18cvz1K0U3p877 > .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); }#u4J0b8SfDHUt4uUzXN18cvz1K0U3p877 > .row .container { border-width: 0; border-radius: 0; }#u4J0b8SfDHUt4uUzXN18cvz1K0U3p877 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u4J0b8SfDHUt4uUzXN18cvz1K0U3p877 > .row .container { font-size:0.875rem;font-family:arial;height:3.4375rem;width:75rem;position:relative;display:block; }#QSD4hNVCSm8V1dbTIPXRcmiLD17hIxed { color:#007c8f;display:block;width:44.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:0.9375rem;left:10.1875rem;height:1.54296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#THn0QHr8My2mNR7QCiA5eUvFRUp0Bhsw { 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; }
#mQTzaClSOdzPw7SIveR0emWtThyCuXPI { box-sizing:content-box;color:#00dcff;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; }
#NDyf4zdn2FS2UO2F19QMTU9gpIk3ncrW { 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:61.25rem;top:1.1875rem;overflow:hidden;display:block; }
#q6M43K0LEbsOttagIRamuX0mTpCOJJTv { 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; }#q6M43K0LEbsOttagIRamuX0mTpCOJJTv > .row .container { background-color: transparent; background-image: none; }#q6M43K0LEbsOttagIRamuX0mTpCOJJTv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6M43K0LEbsOttagIRamuX0mTpCOJJTv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6M43K0LEbsOttagIRamuX0mTpCOJJTv > .row .container > .video-iframe-container { display: none; }#q6M43K0LEbsOttagIRamuX0mTpCOJJTv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6M43K0LEbsOttagIRamuX0mTpCOJJTv > .row > .video-iframe-container { display: none; }#q6M43K0LEbsOttagIRamuX0mTpCOJJTv > .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); }#q6M43K0LEbsOttagIRamuX0mTpCOJJTv > .row .container { border-width: 0; border-radius: 0; }#q6M43K0LEbsOttagIRamuX0mTpCOJJTv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q6M43K0LEbsOttagIRamuX0mTpCOJJTv > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#VQy3pnDco84L6qn7TCQQ3BWX1Z4Z3x7n { color:rgba(var(--color-tertiary-1),1);display:block;width:53.6875rem;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; }
#OAnSf22rABpNQa9wGCdWNy0fv63VWZ2I { 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; }#OAnSf22rABpNQa9wGCdWNy0fv63VWZ2I > .row .container { background-color: transparent; background-image: none; }#OAnSf22rABpNQa9wGCdWNy0fv63VWZ2I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAnSf22rABpNQa9wGCdWNy0fv63VWZ2I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAnSf22rABpNQa9wGCdWNy0fv63VWZ2I > .row .container > .video-iframe-container { display: none; }#OAnSf22rABpNQa9wGCdWNy0fv63VWZ2I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAnSf22rABpNQa9wGCdWNy0fv63VWZ2I > .row > .video-iframe-container { display: none; }#OAnSf22rABpNQa9wGCdWNy0fv63VWZ2I > .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); }#OAnSf22rABpNQa9wGCdWNy0fv63VWZ2I > .row .container { border-width: 0; border-radius: 0; }#OAnSf22rABpNQa9wGCdWNy0fv63VWZ2I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OAnSf22rABpNQa9wGCdWNy0fv63VWZ2I > .row .container { font-size:0.875rem;font-family:arial;height:3.4375rem;width:75rem;position:relative;display:block; }#AgTDkVK3BGSTUxwbuW0ecaOQBp44d9TF { color:#007c8f;display:block;width:49.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:0.9375rem;left:10.1875rem;height:1.54296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CXW73wUdR4bZ9cKdJOz70SGJEcb5PNH5 { 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; }
#Mu5uM5bsUiJqoFx78uTTL9wu6zI1wP0a { box-sizing:content-box;color:#00dcff;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; }
#R3fTLHUU5HQ1uZ3xyOXrNWzorXcAFQ8F { 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:61.25rem;top:1.1875rem;overflow:hidden;display:block; }
#K4FVCUxekknGmw9lPc79WcJg7B80Poxb { 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; }#K4FVCUxekknGmw9lPc79WcJg7B80Poxb > .row .container { background-color: transparent; background-image: none; }#K4FVCUxekknGmw9lPc79WcJg7B80Poxb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4FVCUxekknGmw9lPc79WcJg7B80Poxb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4FVCUxekknGmw9lPc79WcJg7B80Poxb > .row .container > .video-iframe-container { display: none; }#K4FVCUxekknGmw9lPc79WcJg7B80Poxb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4FVCUxekknGmw9lPc79WcJg7B80Poxb > .row > .video-iframe-container { display: none; }#K4FVCUxekknGmw9lPc79WcJg7B80Poxb > .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); }#K4FVCUxekknGmw9lPc79WcJg7B80Poxb > .row .container { border-width: 0; border-radius: 0; }#K4FVCUxekknGmw9lPc79WcJg7B80Poxb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K4FVCUxekknGmw9lPc79WcJg7B80Poxb > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:75rem;position:relative;display:block; }#mo8gQ6lHQ4dTpJyiWwbbbGIDl88DDi63 { color:rgba(var(--color-tertiary-1),1);display:block;width:53.6875rem;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:3.2487rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#STiB0AIFqhXG9dwh9TH32TWWgMMrpCI9 { 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; }#STiB0AIFqhXG9dwh9TH32TWWgMMrpCI9 > .row .container { background-color: transparent; background-image: none; }#STiB0AIFqhXG9dwh9TH32TWWgMMrpCI9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STiB0AIFqhXG9dwh9TH32TWWgMMrpCI9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STiB0AIFqhXG9dwh9TH32TWWgMMrpCI9 > .row .container > .video-iframe-container { display: none; }#STiB0AIFqhXG9dwh9TH32TWWgMMrpCI9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STiB0AIFqhXG9dwh9TH32TWWgMMrpCI9 > .row > .video-iframe-container { display: none; }#STiB0AIFqhXG9dwh9TH32TWWgMMrpCI9 > .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); }#STiB0AIFqhXG9dwh9TH32TWWgMMrpCI9 > .row .container { border-width: 0; border-radius: 0; }#STiB0AIFqhXG9dwh9TH32TWWgMMrpCI9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#STiB0AIFqhXG9dwh9TH32TWWgMMrpCI9 > .row .container { font-size:0.875rem;font-family:arial;height:3.4375rem;width:75rem;position:relative;display:block; }#TQGTcd8Npi2SkFE7h7ET7IaMthe5QFFX { color:#007c8f;display:block;width:51.1875rem;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; }
#IU2Hd4TVcGyVFXIi4q2QmC8IdN1ySt39 { 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; }
#mB25xxhLFRCGA6sNpiSxR1f5vU21GRTI { box-sizing:content-box;color:#00dcff;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:15011;top:0.125rem;left:60.625rem;display:none; }
#tXCgxIaZzqx2QfoLeorxrdq76T5MNO3o { 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:61.25rem;top:1.1875rem;overflow:hidden;display:block; }
#u3xwEFKRtmyyFpVH1bwFxeDbV5ihMwoN { 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; }#u3xwEFKRtmyyFpVH1bwFxeDbV5ihMwoN > .row .container { background-color: transparent; background-image: none; }#u3xwEFKRtmyyFpVH1bwFxeDbV5ihMwoN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u3xwEFKRtmyyFpVH1bwFxeDbV5ihMwoN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u3xwEFKRtmyyFpVH1bwFxeDbV5ihMwoN > .row .container > .video-iframe-container { display: none; }#u3xwEFKRtmyyFpVH1bwFxeDbV5ihMwoN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u3xwEFKRtmyyFpVH1bwFxeDbV5ihMwoN > .row > .video-iframe-container { display: none; }#u3xwEFKRtmyyFpVH1bwFxeDbV5ihMwoN > .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); }#u3xwEFKRtmyyFpVH1bwFxeDbV5ihMwoN > .row .container { border-width: 0; border-radius: 0; }#u3xwEFKRtmyyFpVH1bwFxeDbV5ihMwoN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u3xwEFKRtmyyFpVH1bwFxeDbV5ihMwoN > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:75rem;position:relative;display:block; }#iPAOBTZddgpdIXEflW43aI1721ow0PTG { color:rgba(var(--color-tertiary-1),1);display:block;width:53.6875rem;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.87456512451175rem;left:10.186630249024rem;height:6.4974rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#yF0xttmeT2vS0Zevw3Tisu9LNmsvvDoT { 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; }#yF0xttmeT2vS0Zevw3Tisu9LNmsvvDoT > .row .container { background-color: transparent; background-image: none; }#yF0xttmeT2vS0Zevw3Tisu9LNmsvvDoT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yF0xttmeT2vS0Zevw3Tisu9LNmsvvDoT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yF0xttmeT2vS0Zevw3Tisu9LNmsvvDoT > .row .container > .video-iframe-container { display: none; }#yF0xttmeT2vS0Zevw3Tisu9LNmsvvDoT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yF0xttmeT2vS0Zevw3Tisu9LNmsvvDoT > .row > .video-iframe-container { display: none; }#yF0xttmeT2vS0Zevw3Tisu9LNmsvvDoT > .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); }#yF0xttmeT2vS0Zevw3Tisu9LNmsvvDoT > .row .container { border-width: 0; border-radius: 0; }#yF0xttmeT2vS0Zevw3Tisu9LNmsvvDoT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yF0xttmeT2vS0Zevw3Tisu9LNmsvvDoT > .row .container { font-size:0.875rem;font-family:arial;height:3.4375rem;width:75rem;position:relative;display:block; }#Ln3hTu3vpa28bNVh4flHrA9sQDGwImRW { 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.9375rem;left:10.1875rem;height:1.62435rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RvspNATGG2kT8si0aHLgs0f1Bv7InO3h { box-sizing:content-box;color:#00dcff;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; }
#yePa11NZmn15W75C7EQGoyXCPFkt5vNp { 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:61.25rem;top:1.1875rem;overflow:hidden;display:block; }
#WIW2k2seRmJ3NxQTAFvDaxk9hWyRSdbP { 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; }#WIW2k2seRmJ3NxQTAFvDaxk9hWyRSdbP > .row .container { background-color: transparent; background-image: none; }#WIW2k2seRmJ3NxQTAFvDaxk9hWyRSdbP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WIW2k2seRmJ3NxQTAFvDaxk9hWyRSdbP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WIW2k2seRmJ3NxQTAFvDaxk9hWyRSdbP > .row .container > .video-iframe-container { display: none; }#WIW2k2seRmJ3NxQTAFvDaxk9hWyRSdbP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WIW2k2seRmJ3NxQTAFvDaxk9hWyRSdbP > .row > .video-iframe-container { display: none; }#WIW2k2seRmJ3NxQTAFvDaxk9hWyRSdbP > .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); }#WIW2k2seRmJ3NxQTAFvDaxk9hWyRSdbP > .row .container { border-width: 0; border-radius: 0; }#WIW2k2seRmJ3NxQTAFvDaxk9hWyRSdbP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WIW2k2seRmJ3NxQTAFvDaxk9hWyRSdbP > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:75rem;position:relative;display:block; }#cacTuirMi9eZc2qL6v15glQGBcMTb7ew { color:rgba(var(--color-tertiary-1),1);display:block;width:53.6875rem;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.87456512451175rem;left:10.186630249024rem;height:4.87305rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#dBox3XP9tCO6wCNSHXNSVLQVflMnSAtI { 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; }#dBox3XP9tCO6wCNSHXNSVLQVflMnSAtI > .row .container { background-color: transparent; background-image: none; }#dBox3XP9tCO6wCNSHXNSVLQVflMnSAtI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dBox3XP9tCO6wCNSHXNSVLQVflMnSAtI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dBox3XP9tCO6wCNSHXNSVLQVflMnSAtI > .row .container > .video-iframe-container { display: none; }#dBox3XP9tCO6wCNSHXNSVLQVflMnSAtI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dBox3XP9tCO6wCNSHXNSVLQVflMnSAtI > .row > .video-iframe-container { display: none; }#dBox3XP9tCO6wCNSHXNSVLQVflMnSAtI > .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); }#dBox3XP9tCO6wCNSHXNSVLQVflMnSAtI > .row .container { border-width: 0; border-radius: 0; }#dBox3XP9tCO6wCNSHXNSVLQVflMnSAtI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dBox3XP9tCO6wCNSHXNSVLQVflMnSAtI > .row .container { font-size:0.875rem;font-family:arial;height:3.4375rem;width:75rem;position:relative;display:block; }#XCn5cP3sBvRu7SMT4veLQrGGzqu6KavG { 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.9375rem;left:10.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mddyVkLu0WgPHKQDZJaIHzHHkBliGUeH { box-sizing:content-box;color:#00dcff;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; }
#xVCXKPw2vxGtiUWd3D4ukFLv6oyggGsA { 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:61.25rem;top:1.1875rem;overflow:hidden;display:block; }
#VWg2vTETU6Ua4o5oToQpEkFVydwf8Ky7 { 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; }#VWg2vTETU6Ua4o5oToQpEkFVydwf8Ky7 > .row .container { background-color: transparent; background-image: none; }#VWg2vTETU6Ua4o5oToQpEkFVydwf8Ky7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWg2vTETU6Ua4o5oToQpEkFVydwf8Ky7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWg2vTETU6Ua4o5oToQpEkFVydwf8Ky7 > .row .container > .video-iframe-container { display: none; }#VWg2vTETU6Ua4o5oToQpEkFVydwf8Ky7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWg2vTETU6Ua4o5oToQpEkFVydwf8Ky7 > .row > .video-iframe-container { display: none; }#VWg2vTETU6Ua4o5oToQpEkFVydwf8Ky7 > .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); }#VWg2vTETU6Ua4o5oToQpEkFVydwf8Ky7 > .row .container { border-width: 0; border-radius: 0; }#VWg2vTETU6Ua4o5oToQpEkFVydwf8Ky7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VWg2vTETU6Ua4o5oToQpEkFVydwf8Ky7 > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;position:relative;display:block; }#PTT8uWKFOb18FLMf4cFCBBqdbeZwmM4Q { color:rgba(var(--color-tertiary-1),1);display:block;width:53.6875rem;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.87456512451175rem;left:10.186630249024rem;height:6.497375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#u2sqTsN1spM9SxPch9xrNT0ILGiODax2 { 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; }#u2sqTsN1spM9SxPch9xrNT0ILGiODax2 > .row .container { background-color: transparent; background-image: none; }#u2sqTsN1spM9SxPch9xrNT0ILGiODax2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u2sqTsN1spM9SxPch9xrNT0ILGiODax2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u2sqTsN1spM9SxPch9xrNT0ILGiODax2 > .row .container > .video-iframe-container { display: none; }#u2sqTsN1spM9SxPch9xrNT0ILGiODax2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u2sqTsN1spM9SxPch9xrNT0ILGiODax2 > .row > .video-iframe-container { display: none; }#u2sqTsN1spM9SxPch9xrNT0ILGiODax2 > .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); }#u2sqTsN1spM9SxPch9xrNT0ILGiODax2 > .row .container { border-width: 0; border-radius: 0; }#u2sqTsN1spM9SxPch9xrNT0ILGiODax2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u2sqTsN1spM9SxPch9xrNT0ILGiODax2 > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;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-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#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:none; }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C { 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; }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C > .row .container { background-color: transparent; background-image: none; }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C > .row .container > .video-iframe-container { display: none; }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C > .row > .video-iframe-container { display: none; }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C > .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); }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C > .row .container { border-width: 0; border-radius: 0; }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#mQgIBZ8AtcODF1XNJX1nLwShMaqb07wb { color:rgba(var(--color-tertiary-0),1);display:block;width:16.9375rem;position:absolute;font-family:"source sans pro semibold";font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.625rem;left:28.0625rem;height:0;text-align:left;text-align-last:left;display:none; }
#sFXMPTDNUdTwrWCQAeTGD57T2RUsQGt2 { color:#007c8f;display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.8125rem;left:30.5rem;height:1.9487875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sxPKeUV6mgz597q1Z88DTl03whneraOt { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:1.875rem;left:43.25rem; }
#sxPKeUV6mgz597q1Z88DTl03whneraOt > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }@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:6.1875rem;height:2.375rem;top:0.65625rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s2iSps5u7RiL5sTonfAtgixmxKrWvT3q { display:none; }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .row .container { width:47.75rem;position:relative;display:none; } }@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) { #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) { #dmd2UuSe5WAnhndywUWeLqWff7rfhE8R { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #XLeytlVbZPIRBb0CziqwP0dRtPzT9AmC { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #KgSRGvr1zH0bu7spSk7eaddOgTNugTJE { width:6.1875rem;height:2.375rem;top:0.46875rem;left:0.625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 1199px) { #DTGaLyTAtaryaTa4bkUKQ1qgZGal0d8J { display:block; }#DTGaLyTAtaryaTa4bkUKQ1qgZGal0d8J > .row .container { width:47.75rem;height:2.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HSwhK2ircJfon2ppvJ5qsDsolDBU0SKn { top:8.25rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #V98FyD6GUvUzcd90nXET37Rir0y0sPD9 { top:2.53125rem;left:21.5rem;width:12.6875rem;height:0.8125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #gImEhdq14W3dc9wvfgaJP36HP9rAEDwU { display:none; }#gImEhdq14W3dc9wvfgaJP36HP9rAEDwU > .row .container { width:47.75rem;height:4rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #ff9FqsgN5I7uR9QIGVp20FHwiqQcK3wi { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #u7MvZxNXCd9Qf00czQrzZzSFKrOrbzbC { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #a1ALXTSomZZSTantTh4ABbzKQErIRWR2 { display:block; }#a1ALXTSomZZSTantTh4ABbzKQErIRWR2 > .row .container { width:47.75rem;height:12.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #laxT7T5U06ScJ9LV9kW6g41XTmsmmG6x { top:2.53125rem;left:21.5rem;width:12.6875rem;height:0.8125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #dVSL1KyvHLfFHsPWdGzxXoZe8DkZtc7y { top:5.1875rem;left:1.25rem;width:4.0614125rem;height:3.4121125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JP3N65XElvaMIQ8id8GRNLqM1nXiNdx8 { width:0.375rem;height:2.0625rem;top:1.953125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I0EndOr8nezRBHUUN3EmEioESxTaNImL { top:2.0625rem;left:2.1875rem;width:25.499125rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FdTMzuGDJqKd8DxdmUMpuT4k9klTFsMe { top:6.4366321563719rem;left:5.6868493556976rem;width:8.811875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tPJhnt7DmpVXT7EmEsXd1fRLhqBJVKd1 { width:7.5531875rem;height:3.1152375rem;top:5.75rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BUAi8ZasPEQZJkaWw0I6HT36oo0TTQ9u { display:block; }
 }@media only screen and (max-width: 1199px) { #PoVkVWwDWgrLLPTHh1d4vyhBIPwD3eyy { top:12.687355995178rem;left:0rem;width:47.748125rem;height:0.0600405rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 1199px) { #QoekpRNwDNFJcpu3NBTS85gIo7HqU0TD { width:0.375rem;height:2.0625rem;top:1.953125rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #zJgaV6zSzTp8Z7kaSRnwL0tFoXuoTfgx { width:0.375rem;height:2.0625rem;top:1.953125rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #XMUTng9NhVQb2xzgI0vHVtlDdZKxZ0TP { top:9.37060546875rem;left:11.1240234375rem;width:10.6245rem;height:0.975rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lzza7WH1dtHavlGSfRc42b1UOH33ZTog { width:3.4375rem;height:2.4375rem;top:8.6455078125rem;left:20.8720703125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DUrW6zSJLlUQTOqKrP20V0dZW92eTBA4 { top:10.40576171875rem;left:10.9365234375rem;width:3.9375rem;height:0.975rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 1199px) { #SbciGooMKgpegVwzCdwEi1Le2pxA7ct3 { top:10.28076171875rem;left:15.31005859375rem;width:1.2495125rem;height:1.3110375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VJy0Nc02nlTEg5kGcEwIQPDRNMoUS7l3 { background-color:#f6f7f8;background-image:none;display:none; }#VJy0Nc02nlTEg5kGcEwIQPDRNMoUS7l3 > .row .container { width:47.75rem;height:15rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #GGumP0DSvIZr0pACQzuyZgXnsARTKN1t { top:7.2482681274412rem;left:0rem;width:47.7491875rem;height:0.062109375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AfsBFRNItyfyKeCrAkmEZ5CEVkAGr0M5 { top:8.25rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #XFZXopz9HrHa6a4UPheNMKtEFGxXcuw8 { width:0.374710625rem;height:2.06235625rem;top:0.81307888031006rem;left:1.2188947796822rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 1199px) { #xUuvzKDIOB3Ta7z1rApPT2T5Po6wdbJT { top:4.4748268127441rem;left:4.1569011211395rem;width:24.4998125rem;height:2.84288125rem;font-size:2.1875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #FfRnd67QGhl8a65NWK9UBoS4cug1tAk9 { 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; }#FfRnd67QGhl8a65NWK9UBoS4cug1tAk9 > .row .container { background-color: transparent; background-image: none; }#FfRnd67QGhl8a65NWK9UBoS4cug1tAk9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfRnd67QGhl8a65NWK9UBoS4cug1tAk9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfRnd67QGhl8a65NWK9UBoS4cug1tAk9 > .row .container > .video-iframe-container { display: none; }#FfRnd67QGhl8a65NWK9UBoS4cug1tAk9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfRnd67QGhl8a65NWK9UBoS4cug1tAk9 > .row > .video-iframe-container { display: none; }#FfRnd67QGhl8a65NWK9UBoS4cug1tAk9 > .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); }#FfRnd67QGhl8a65NWK9UBoS4cug1tAk9 > .row .container { border-width: 0; border-radius: 0; }#FfRnd67QGhl8a65NWK9UBoS4cug1tAk9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FfRnd67QGhl8a65NWK9UBoS4cug1tAk9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lEpCq9RoIwVzsluv79KZXxnpJrRR7lmw { top:0.8125rem;left:0rem;width:47.75rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yI6AqzdkoK3nhIIrOPEkcAmS1hLPGOpL { display:block; }#yI6AqzdkoK3nhIIrOPEkcAmS1hLPGOpL > .row .container { width:47.75rem;height:47.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wsg2aovbZ7I33JFgpJR0s3N25XnGC0rP { top:0.0625rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ubV1TD9OCCQErqV1Vy6VQV1Q1Gl7HcCo { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #E7ANAEgn8y5Ub0fSiJOVTddPulewSNxu { top:2.25rem;left:1.25rem;width:0.373920625rem;height:0.373920625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tpbk5xvlMEam8zNisAGkBNuHO7hlZ2Up { top:1.6243495941162rem;left:2.781033039093rem;width:18.3105625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RczGZAnEnyzb5p9IONalnK7R2uyMkZ2N { top:6.373698711395rem;left:2.781033039093rem;width:18.3105625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RnO7f6KgNJM5Iyyp2laT5UL30U6uUZRp { top:24.751520156861rem;left:2.781033039093rem;width:18.3105625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QeSwG2yzPiqIvDCZ8N5QQrB4gBQRpTN0 { top:10.326606750488rem;left:1.2510851621627rem;width:0.37217875rem;height:0.37217875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xl4reK10rWcv06XeJ58Tmt8fckqd3S4V { top:6.3745660781863rem;left:1.2500001192093rem;width:0.373920625rem;height:0.373920625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BQadugyW4TqNNKywTuxyxhcw7BIq09gQ { top:13.876953125rem;left:1.2489149570465rem;width:0.37217875rem;height:0.37217875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H0rZKT4HGos81iMPKCVyTGR0xl747b71 { top:25.640193939209rem;left:1.2510851621627rem;width:0.37109375rem;height:0.37109375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 1199px) { #zHZsuyXAOCJHFc1gB7vfqrN93HsdkLvP { top:47.3154296875rem;left:0rem;width:47.7480625rem;height:0.0595703125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 1199px) { #RfdhRN7EdXQAumA6pTTEh1q2tSwS1Kfb { top:34rem;left:3rem;width:20.875rem;height:8.7715rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #cZZh2ESVv0N2NGtpkcdrolgBpxMB3K2N { top:29.9375rem;left:3rem;width:20.875rem;height:2.923825rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #NNbVPtgMD7P24DMTX6Felkno4xZMnCQd { top:27.375rem;left:3rem;width:20.875rem;height:1.4625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #B4vnTWmC5vTVw2TpQ6JLDqTEHxgL2bKI { top:24.8125rem;left:3rem;width:21.5625rem;height:1.4625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #hxTR4aqAIMoTugGWui0sLUbGW3UfVCxo { top:19.3125rem;left:3rem;width:22.1875rem;height:4.38574375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #gOqtkuN2L8TkS1eAQeK4TsTMPdRKKsTc { top:13.8125rem;left:3rem;width:20.5rem;height:4.38574375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #H0SwuikiIT8oOv9TMDFyBfNuRGiwiocu { top:14.4375rem;left:1.75rem;width:0.375rem;height:0.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #P6PqRwGwgeCnnuZ2vpvy2TMTEPFn2mTg { top:19.9375rem;left:1.75rem;width:0.375rem;height:0.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #XcGUuhGTBusKXE3RGqU2E9IqdiidwUd0 { top:25.4375rem;left:1.75rem;width:0.375rem;height:0.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #tr2aRnuwgJsbKUewITSq4hZLcotriG2F { top:28rem;left:1.75rem;width:0.375rem;height:0.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #pBRNamPDLkn0esN5pFpzcQdBe5tRJNQM { top:30.5625rem;left:1.75rem;width:0.375rem;height:0.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #EFZqq76gsGdaLT0fi7vvfUygGbOcTnzy { width:1rem;height:1rem;top:34.375rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #WvBTTQhyuFqvlD73vrCgfu14GxBbGa1p { top:9.75rem;left:3rem;width:18.3125rem;height:2.923825rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #hMtZ92POxHQMTyZ84tm4u6ATSBMF6ifL { top:10.375rem;left:1.75rem;width:0.375rem;height:0.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #IrTXNUpAmR8Kz65PAht96D3mErCROP6q { top:5.6875rem;left:3rem;width:22.125rem;height:2.923825rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #lFtCrJqqobti1220DgpJiWsp8EdwBUCC { top:6.3125rem;left:1.75rem;width:0.375rem;height:0.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Mha70eebm4D9U0HccATFhi5uDvM8D8Kl { top:1.625rem;left:3rem;width:25.4375rem;height:2.923825rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #KxWFy9vioSgSVVOhwAcRsRge2X4rRGJQ { top:2.25rem;left:1.75rem;width:0.375rem;height:0.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #vpzdCASQBFLTLr4TGnERpD7mFnXnLVCo { top:6.373698711395rem;left:2.781033039093rem;width:18.3105625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TDQX44Xh861MEINWH729KhQUGhT87AZJ { width:26.875rem;height:17.896109828534rem;top:1.3125rem;left:20.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K5HWtn2B0MpwuNyhBCpSunBNQApvaWns { top:6.373698711395rem;left:2.781033039093rem;width:18.3105625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HddqUmBbZ0Pg6WNVHn6mHQpxhgde5aGa { top:6.373698711395rem;left:2.781033039093rem;width:18.3105625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xPlB8X09R4AyMQEZmHKTNkqu5J83G9QB { top:10.326606750488rem;left:1.2510851621627rem;width:0.37217875rem;height:0.37217875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ce2bTTtQmW8K9AWVM6tJ5T2GIhivWBRz { display:block; }#ce2bTTtQmW8K9AWVM6tJ5T2GIhivWBRz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QeU8oCfhLTQouZQg178zxUD2s85HFR7g { top:0.625rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CP50lQqPdHWnZDJ7fVzb9fDkupqRX9BD { top:24.751520156861rem;left:2.781033039093rem;width:18.3105625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eRHnGI6s1Xz0LyJylAJHhBWF5QmLlIat { display:block; }#eRHnGI6s1Xz0LyJylAJHhBWF5QmLlIat > .row .container { width:47.75rem;height:12.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #W45BZzqgTN4r9p2lxWHRuJXXDtMCNmeD { width:12.5rem;height:0;top:15.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #yyvGcArcwhTRcwb3NzOMuB7nQDVRLU8o { width:19.8125rem;height:2.5rem;top:2.1875rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #sVMqO8HcGQ6M0cfRUAgDdErM3sTDmDLn { width:20rem;height:11.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #pSSazRvhZMJqolpfow53eUg5vEEiJTW0 { width:2.4375rem;height:2.4375rem;top:4.1875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vu98iJgvS8hOLLNqSncNNy6rBKdUJuPW { width:2.4375rem;height:2.4375rem;top:4.1875rem;left:45.3125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nDR95Q3P5MTBxPeu48XsJ9PS77AyKp9m { top:0.9375rem;left:0rem;width:16.8125rem;height:3.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #vcvCtCb37dWFWyqMmZH7f6ybVZU671yu { top:8.25rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #nc7fzPVHeFHNZ2kDLB0m42knx4BMFXAg { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #QHnfsS3I3MBLJkzK71Mm9q2Ql79zeQA0 { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ib5XqZTLsa0WCWP4qM6tnuDVRIdpQy0q { top:11.872943878174rem;left:0rem;width:47.74875rem;height:0.0603926875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G2cZHTZeUKq5Iwe8FcBwqbRffr9pRNUP { width:47.75rem;height:5.96875rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mQI4kgnucy5d2aOcWe4KzH8g6dctkC5Z.widget-smartsection { display:block; } #mQI4kgnucy5d2aOcWe4KzH8g6dctkC5Z.widget-smartsection *:focus-visible, #mQI4kgnucy5d2aOcWe4KzH8g6dctkC5Z.widget-smartsection input[type="text"]:focus-visible, #mQI4kgnucy5d2aOcWe4KzH8g6dctkC5Z.widget-smartsection input[type="email"]:focus-visible, #mQI4kgnucy5d2aOcWe4KzH8g6dctkC5Z.widget-smartsection input[type="tel"]:focus-visible, #mQI4kgnucy5d2aOcWe4KzH8g6dctkC5Z.widget-smartsection textarea:focus-visible { outline: none; } #hZwfucVRF4fxyyHPuwfeoXuyEr8JZNZf > .row .container { width:47.75rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zOUlT7f5iJl5O9Iv8M8P9nb3JonkHE55 { display:block; }#zOUlT7f5iJl5O9Iv8M8P9nb3JonkHE55 > .row .container { width:47.75rem;height:20.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #npWDCG7G56Ra2XFSzHLCukhzQJnSwVpn { top:1.2176189422607rem;left:4.3739722073078rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fpA331rAt4O6Esv9XZotdeg7rvEvfok1 { top:1.2497425079346rem;left:16.343287736178rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bTXPT4hUPVux2kwzg49Mvlrznly6aIhH { top:1.3435440063476rem;left:40.217671662569rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d5rlysw78RD4nZZmSWqF6SJXlBCZhEOF { top:5.4373970031738rem;left:0.21844163537026rem;width:11.5rem;height:14.2978375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #uT1CECbtzRhtwR9XX6A2PEvOukIsInXk { top:5.4373970031738rem;left:12.155633240938rem;width:11.5rem;height:12.99804375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #cEzKvz7U8rOM5Gq3nXyqMyV9WfVcDxds { top:5.4373970031738rem;left:24.092824250459rem;width:11.5rem;height:12.99803125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #quRJFnAUUT2Jszgq0w0rXAdUmfE3CUNs { top:5.4373970031738rem;left:36.030015259981rem;width:11.5rem;height:10.39841875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #Rpr4rTaPQTKAmnI1QtkKZutNfvmxzUzI { top:1.2497425079346rem;left:28.280478745699rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wlOpgaez9sgIy4XXGKygmkZlFscitCFX { top:20.063218355179rem;left:0rem;width:47.74875rem;height:0.0603926875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sMWLvbC4WDTQtPwhGR1b3pmLrtvJ3fqG { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #SyrRbMB64ZZvadeiDNbr6LytAsBAbTde { display:block; }#SyrRbMB64ZZvadeiDNbr6LytAsBAbTde > .row .container { width:47.75rem;height:3.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hUkUXaPoAn80fg5zgyLT79PnhLfBISIP { top:1.1875rem;left:0rem;width:18.9375rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #sKz3pHqT2AVA4sRSIm3AEbz4UzTnC5fe { top:20.063218355179rem;left:0rem;width:47.74875rem;height:0.0603926875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ATcGTGhQE1AT7fov9ZZSdfHWN8693git { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Ssu1gaTMqHJB9WwJQzbbtNsU3J6NED3g { width:7.5625rem;height:3.125rem;top:4.875rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IZZvaCzJ1C4d7wivyKxmmM8XSQ4RuO1q { display:block; }
 }@media only screen and (max-width: 1199px) { #bXW8eoVRy49GHM5L5zwDJDgbec9VZ3q3 { top:1.6243495941162rem;left:2.781033039093rem;width:18.3105625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gOirNxIxuzF02xJZokabCtPwOBPNmPs8 { top:20.063218355179rem;left:0rem;width:47.74875rem;height:0.0603926875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E8sFJVI8LxOdoTApdB8A8zba1asHGMDC { display:block; }#E8sFJVI8LxOdoTApdB8A8zba1asHGMDC > .row .container { width:47.75rem;height:3.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vXoODZtgHM5BnPhAS5X66t6tLSqKOiz2 { top:1.1875rem;left:0rem;width:18.9375rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #oa6ILcBeTDTIVPTc0rOOozRgeCsuzeLR { top:0.3125rem;left:0rem;width:47.75rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sanKWaJ1IttJauTbrro3tvcFl2V0nDUp { top:20.063218355179rem;left:0rem;width:47.74875rem;height:0.0603926875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #E4BP29vBm5KuP2aHla0TV9DWrKCpDyXn { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ythVN9qMUSJbT24obGvImNgTmDiQS5Rw { display:block; }#ythVN9qMUSJbT24obGvImNgTmDiQS5Rw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wGmW1ydnqysnQL9hOq2HohJUrwihdWlo { top:0.9375rem;left:0.625rem;width:44.25rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dAHfs0EixtB2TmF9vCHxVa9Q85f2o7ep { top:0.75rem;left:44.6875rem;width:1.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #pWdrwK9DMtZHk5GfettW4A5QQFOKnrSX { 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) { #Tv6GOrtbZvNhCFpdglzKDt7KxKXVfkrV { width:1.5625rem;height:0.9375rem;top:1.0625rem;left:43.8125rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #VL4X6gL8uBvCR46rDIppn3OvwW7Nb3P9 { display:block; }#VL4X6gL8uBvCR46rDIppn3OvwW7Nb3P9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #coQgCH4f39QgtfzDtETB4snkylE4Hl6y { top:0.875rem;left:0.6875rem;width:45.4375rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u4J0b8SfDHUt4uUzXN18cvz1K0U3p877 { display:block; }#u4J0b8SfDHUt4uUzXN18cvz1K0U3p877 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QSD4hNVCSm8V1dbTIPXRcmiLD17hIxed { top:0.9375rem;left:0.625rem;width:44.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #THn0QHr8My2mNR7QCiA5eUvFRUp0Bhsw { top:0.75rem;left:44.6875rem;width:1.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #mQTzaClSOdzPw7SIveR0emWtThyCuXPI { 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) { #NDyf4zdn2FS2UO2F19QMTU9gpIk3ncrW { width:1.5625rem;height:0.9375rem;top:1.0625rem;left:43.8125rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 1199px) { #q6M43K0LEbsOttagIRamuX0mTpCOJJTv { display:block; }#q6M43K0LEbsOttagIRamuX0mTpCOJJTv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VQy3pnDco84L6qn7TCQQ3BWX1Z4Z3x7n { top:0.875rem;left:0.6875rem;width:45.4375rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OAnSf22rABpNQa9wGCdWNy0fv63VWZ2I { display:block; }#OAnSf22rABpNQa9wGCdWNy0fv63VWZ2I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #AgTDkVK3BGSTUxwbuW0ecaOQBp44d9TF { top:0.875rem;left:0.625rem;width:36.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CXW73wUdR4bZ9cKdJOz70SGJEcb5PNH5 { top:0.875rem;left:44.6875rem;width:1.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Mu5uM5bsUiJqoFx78uTTL9wu6zI1wP0a { 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) { #R3fTLHUU5HQ1uZ3xyOXrNWzorXcAFQ8F { width:1.5625rem;height:0.9375rem;top:1.0625rem;left:43.8125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 1199px) { #K4FVCUxekknGmw9lPc79WcJg7B80Poxb { display:block; }#K4FVCUxekknGmw9lPc79WcJg7B80Poxb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mo8gQ6lHQ4dTpJyiWwbbbGIDl88DDi63 { top:0.875rem;left:0.6875rem;width:45.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #STiB0AIFqhXG9dwh9TH32TWWgMMrpCI9 { display:block; }#STiB0AIFqhXG9dwh9TH32TWWgMMrpCI9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TQGTcd8Npi2SkFE7h7ET7IaMthe5QFFX { top:0.87376689910887rem;left:0.62448599934578rem;width:43.1875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IU2Hd4TVcGyVFXIi4q2QmC8IdN1ySt39 { top:0.875rem;left:44.6875rem;width:1.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #mB25xxhLFRCGA6sNpiSxR1f5vU21GRTI { 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) { #tXCgxIaZzqx2QfoLeorxrdq76T5MNO3o { width:1.5625rem;height:0.9375rem;top:1.0625rem;left:43.810765981674rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 1199px) { #u3xwEFKRtmyyFpVH1bwFxeDbV5ihMwoN { display:block; }#u3xwEFKRtmyyFpVH1bwFxeDbV5ihMwoN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iPAOBTZddgpdIXEflW43aI1721ow0PTG { top:0.875rem;left:0.6875rem;width:45.625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yF0xttmeT2vS0Zevw3Tisu9LNmsvvDoT { display:block; }#yF0xttmeT2vS0Zevw3Tisu9LNmsvvDoT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Ln3hTu3vpa28bNVh4flHrA9sQDGwImRW { top:0.875rem;left:0.625rem;width:44.0625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RvspNATGG2kT8si0aHLgs0f1Bv7InO3h { 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) { #yePa11NZmn15W75C7EQGoyXCPFkt5vNp { width:1.5625rem;height:0.9375rem;top:1.0625rem;left:43.8125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 1199px) { #WIW2k2seRmJ3NxQTAFvDaxk9hWyRSdbP { display:block; }#WIW2k2seRmJ3NxQTAFvDaxk9hWyRSdbP > .row .container { width:47.75rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cacTuirMi9eZc2qL6v15glQGBcMTb7ew { top:0.875rem;left:0.6875rem;width:45.625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dBox3XP9tCO6wCNSHXNSVLQVflMnSAtI { display:block; }#dBox3XP9tCO6wCNSHXNSVLQVflMnSAtI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XCn5cP3sBvRu7SMT4veLQrGGzqu6KavG { top:0.875rem;left:0.625rem;width:20.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mddyVkLu0WgPHKQDZJaIHzHHkBliGUeH { 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) { #xVCXKPw2vxGtiUWd3D4ukFLv6oyggGsA { width:1.5625rem;height:0.9375rem;top:1.0625rem;left:43.8125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 1199px) { #VWg2vTETU6Ua4o5oToQpEkFVydwf8Ky7 { display:block; }#VWg2vTETU6Ua4o5oToQpEkFVydwf8Ky7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PTT8uWKFOb18FLMf4cFCBBqdbeZwmM4Q { top:0.875rem;left:0.6875rem;width:45.625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u2sqTsN1spM9SxPch9xrNT0ILGiODax2 { display:block; }#u2sqTsN1spM9SxPch9xrNT0ILGiODax2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dOLZLu7dn59TmN6b7k8hx0u6DT0Dlluy { display:none; }#dOLZLu7dn59TmN6b7k8hx0u6DT0Dlluy > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #guV2zgOaTm1IinekCuKxaKe9R4iqKb2C { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C > .row .container { width:47.75rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mQgIBZ8AtcODF1XNJX1nLwShMaqb07wb { top:2.53125rem;left:17.0625rem;width:12.6875rem;height:1.13671875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #sFXMPTDNUdTwrWCQAeTGD57T2RUsQGt2 { top:1.5625rem;left:17.875rem;width:10.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sxPKeUV6mgz597q1Z88DTl03whneraOt { width:1.875rem;height:1.875rem;top:1.4375rem;left:28rem;display:block; }
#sxPKeUV6mgz597q1Z88DTl03whneraOt > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@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.125rem;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:6.1875rem;height:2.375rem;top:0.65625rem;left:1.25rem;overflow:hidden;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.125rem;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) { #v69NhzMoyibK5T0FU3OKHhgDxeaiitIs { position:relative;z-index:auto;background-color:#000000;background-image:none;display:none; }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs > .row .container { width:20rem;height:4.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dmd2UuSe5WAnhndywUWeLqWff7rfhE8R { top:1.09375rem;left:18.125rem;width:1.3125rem;height:1.3125rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XLeytlVbZPIRBb0CziqwP0dRtPzT9AmC { top:1.15625rem;left:0.6875rem;width:1.25rem;height:0.9375rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KgSRGvr1zH0bu7spSk7eaddOgTNugTJE { width:6.1875rem;height:2.375rem;top:0.375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTGaLyTAtaryaTa4bkUKQ1qgZGal0d8J { background-color:#121a21;background-image:none;position:relative;z-index:auto;display:block; }#DTGaLyTAtaryaTa4bkUKQ1qgZGal0d8J > .row .container { background-color: transparent; background-image: none; }#DTGaLyTAtaryaTa4bkUKQ1qgZGal0d8J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTGaLyTAtaryaTa4bkUKQ1qgZGal0d8J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTGaLyTAtaryaTa4bkUKQ1qgZGal0d8J > .row .container > .video-iframe-container { display: none; }#DTGaLyTAtaryaTa4bkUKQ1qgZGal0d8J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTGaLyTAtaryaTa4bkUKQ1qgZGal0d8J > .row > .video-iframe-container { display: none; }#DTGaLyTAtaryaTa4bkUKQ1qgZGal0d8J > .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); }#DTGaLyTAtaryaTa4bkUKQ1qgZGal0d8J > .row .container { width:20rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HSwhK2ircJfon2ppvJ5qsDsolDBU0SKn { width:19.0625rem;height:0.0625rem;top:8.3125rem;left:0.46875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #V98FyD6GUvUzcd90nXET37Rir0y0sPD9 { width:16.9375rem;height:0;top:12.125rem;left:1.5rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gImEhdq14W3dc9wvfgaJP36HP9rAEDwU { position:relative;z-index:auto;background-color:#f6f7f8;background-image:none;display:block; }#gImEhdq14W3dc9wvfgaJP36HP9rAEDwU > .row .container { background-color: transparent; background-image: none; }#gImEhdq14W3dc9wvfgaJP36HP9rAEDwU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gImEhdq14W3dc9wvfgaJP36HP9rAEDwU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gImEhdq14W3dc9wvfgaJP36HP9rAEDwU > .row .container > .video-iframe-container { display: none; }#gImEhdq14W3dc9wvfgaJP36HP9rAEDwU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gImEhdq14W3dc9wvfgaJP36HP9rAEDwU > .row > .video-iframe-container { display: none; }#gImEhdq14W3dc9wvfgaJP36HP9rAEDwU > .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); }#gImEhdq14W3dc9wvfgaJP36HP9rAEDwU > .row .container { width:20rem;height:2.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ff9FqsgN5I7uR9QIGVp20FHwiqQcK3wi { 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) { #u7MvZxNXCd9Qf00czQrzZzSFKrOrbzbC { 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) { #a1ALXTSomZZSTantTh4ABbzKQErIRWR2 { background-color:#f6f7f8;background-image:none;position:relative;z-index:auto;display:block; }#a1ALXTSomZZSTantTh4ABbzKQErIRWR2 > .row .container { background-color: transparent; background-image: none; }#a1ALXTSomZZSTantTh4ABbzKQErIRWR2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a1ALXTSomZZSTantTh4ABbzKQErIRWR2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a1ALXTSomZZSTantTh4ABbzKQErIRWR2 > .row .container > .video-iframe-container { display: none; }#a1ALXTSomZZSTantTh4ABbzKQErIRWR2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a1ALXTSomZZSTantTh4ABbzKQErIRWR2 > .row > .video-iframe-container { display: none; }#a1ALXTSomZZSTantTh4ABbzKQErIRWR2 > .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); }#a1ALXTSomZZSTantTh4ABbzKQErIRWR2 > .row .container { width:20rem;height:17.776659085447rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #laxT7T5U06ScJ9LV9kW6g41XTmsmmG6x { width:16.9375rem;height:0;top:12.125rem;left:1.5rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dVSL1KyvHLfFHsPWdGzxXoZe8DkZtc7y { width:4.6875rem;height:2.5996125rem;top:6.8857421875rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JP3N65XElvaMIQ8id8GRNLqM1nXiNdx8 { width:0.625rem;height:2.9561585499017rem;top:2.6875rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #I0EndOr8nezRBHUUN3EmEioESxTaNImL { width:13.5625rem;height:4.548825rem;top:1.25rem;left:1.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdTMzuGDJqKd8DxdmUMpuT4k9klTFsMe { width:8.75rem;height:1.625rem;top:7.435546875rem;left:4.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPJhnt7DmpVXT7EmEsXd1fRLhqBJVKd1 { width:7.75rem;height:3.0625rem;top:6.875rem;left:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUAi8ZasPEQZJkaWw0I6HT36oo0TTQ9u { display:block; }
 }@media only screen and (max-width: 763px) { #PoVkVWwDWgrLLPTHh1d4vyhBIPwD3eyy { width:20rem;height:0;top:17.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QoekpRNwDNFJcpu3NBTS85gIo7HqU0TD { width:0.625rem;height:0.625rem;top:9.375rem;left:13.59375rem;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #zJgaV6zSzTp8Z7kaSRnwL0tFoXuoTfgx { width:0.4375rem;height:2.25rem;top:1.25rem;left:0.625rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #XMUTng9NhVQb2xzgI0vHVtlDdZKxZ0TP { width:20rem;height:0;top:11.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzza7WH1dtHavlGSfRc42b1UOH33ZTog { width:4.0625rem;height:2.9530903354468rem;top:13.57356875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUrW6zSJLlUQTOqKrP20V0dZW92eTBA4 { width:5.0625rem;height:auto;top:14.25rem;left:7.4375rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #SbciGooMKgpegVwzCdwEi1Le2pxA7ct3 { width:1.1875rem;height:1.2473253236877rem;top:14.125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJy0Nc02nlTEg5kGcEwIQPDRNMoUS7l3 { background-color:#f6f7f8;background-image:none;position:relative;z-index:auto;display:none; }#VJy0Nc02nlTEg5kGcEwIQPDRNMoUS7l3 > .row .container { width:20rem;height:8.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GGumP0DSvIZr0pACQzuyZgXnsARTKN1t { width:20rem;height:0.0625rem;top:8.8611125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AfsBFRNItyfyKeCrAkmEZ5CEVkAGr0M5 { width:19.0625rem;height:0.0625rem;top:4rem;left:0.46875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #XFZXopz9HrHa6a4UPheNMKtEFGxXcuw8 { width:0.625rem;height:2.9592512818645rem;top:2.9375rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xUuvzKDIOB3Ta7z1rApPT2T5Po6wdbJT { width:20rem;height:2.27430625rem;top:5.3120651245117rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfRnd67QGhl8a65NWK9UBoS4cug1tAk9 { display:block; }#FfRnd67QGhl8a65NWK9UBoS4cug1tAk9 > .row .container { width:20rem;height:3.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lEpCq9RoIwVzsluv79KZXxnpJrRR7lmw { width:20rem;height:1.625rem;top:0.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yI6AqzdkoK3nhIIrOPEkcAmS1hLPGOpL { display:block; }#yI6AqzdkoK3nhIIrOPEkcAmS1hLPGOpL > .row .container { width:20rem;height:91.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wsg2aovbZ7I33JFgpJR0s3N25XnGC0rP { 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) { #ubV1TD9OCCQErqV1Vy6VQV1Q1Gl7HcCo { 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) { #E7ANAEgn8y5Ub0fSiJOVTddPulewSNxu { width:0.375rem;height:0.375rem;top:57.328125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tpbk5xvlMEam8zNisAGkBNuHO7hlZ2Up { width:20rem;height:auto;top:0.75rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RczGZAnEnyzb5p9IONalnK7R2uyMkZ2N { width:20rem;height:auto;top:7.875rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RnO7f6KgNJM5Iyyp2laT5UL30U6uUZRp { width:20rem;height:auto;top:20.8125rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QeSwG2yzPiqIvDCZ8N5QQrB4gBQRpTN0 { width:0.3125rem;height:0.3125rem;top:63.047389984131rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xl4reK10rWcv06XeJ58Tmt8fckqd3S4V { width:0.3125rem;height:0.3125rem;top:61.484889984131rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQadugyW4TqNNKywTuxyxhcw7BIq09gQ { width:0.3125rem;height:0.3125rem;top:64.609889984131rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0rZKT4HGos81iMPKCVyTGR0xl747b71 { width:0.312243125rem;height:0.312243125rem;top:73.045219984131rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHZsuyXAOCJHFc1gB7vfqrN93HsdkLvP { width:20rem;height:0;top:25.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RfdhRN7EdXQAumA6pTTEh1q2tSwS1Kfb { width:18.25rem;height:7.3125rem;top:29.25rem;left:0.875rem;font-size:0.9375rem;z-index:15042;color:#111e23;display:block; }
 }@media only screen and (max-width: 763px) { #cZZh2ESVv0N2NGtpkcdrolgBpxMB3K2N { width:15.6875rem;height:2.4375rem;top:25.625rem;left:1.09375rem;font-size:0.9375rem;z-index:15040;color:#111e23;display:block; }
 }@media only screen and (max-width: 763px) { #NNbVPtgMD7P24DMTX6Felkno4xZMnCQd { width:12.5rem;height:1.21875rem;top:23.71875rem;left:1.09375rem;font-size:0.9375rem;z-index:15039;color:#111e23;display:block; }
 }@media only screen and (max-width: 763px) { #B4vnTWmC5vTVw2TpQ6JLDqTEHxgL2bKI { width:17.8125rem;height:1.21875rem;top:21.09375rem;left:1.09375rem;font-size:0.9375rem;z-index:15038;color:#111e23;display:block; }
 }@media only screen and (max-width: 763px) { #hxTR4aqAIMoTugGWui0sLUbGW3UfVCxo { width:17.5625rem;height:3.65625rem;top:16.28125rem;left:1.21875rem;font-size:0.9375rem;z-index:15037;color:#111e23;display:block; }
 }@media only screen and (max-width: 763px) { #gOqtkuN2L8TkS1eAQeK4TsTMPdRKKsTc { width:17.75rem;height:3.65625rem;top:11.5625rem;left:1.125rem;font-size:0.9375rem;z-index:15035;color:#111e23;display:block; }
 }@media only screen and (max-width: 763px) { #H0SwuikiIT8oOv9TMDFyBfNuRGiwiocu { width:0.375rem;height:0.375rem;top:10.65625rem;left:0rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #P6PqRwGwgeCnnuZ2vpvy2TMTEPFn2mTg { width:0.375rem;height:0.375rem;top:13.203125rem;left:0rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #XcGUuhGTBusKXE3RGqU2E9IqdiidwUd0 { width:0.375rem;height:0.375rem;top:16.6875rem;left:0rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #tr2aRnuwgJsbKUewITSq4hZLcotriG2F { width:0.375rem;height:0.375rem;top:19.875rem;left:0rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #pBRNamPDLkn0esN5pFpzcQdBe5tRJNQM { width:0.375rem;height:0.375rem;top:22.25rem;left:0rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #EFZqq76gsGdaLT0fi7vvfUygGbOcTnzy { display:flex;width:1rem;height:1rem;top:31rem;left:0rem;font-size:0.5625rem;z-index:15045; }
 }@media only screen and (max-width: 763px) { #WvBTTQhyuFqvlD73vrCgfu14GxBbGa1p { width:17.9375rem;height:2.4375rem;top:8.28125rem;left:1.03125rem;font-size:0.9375rem;z-index:15044;color:#111e23;display:block; }
 }@media only screen and (max-width: 763px) { #hMtZ92POxHQMTyZ84tm4u6ATSBMF6ifL { width:0.375rem;height:0.375rem;top:8.28125rem;left:0rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #IrTXNUpAmR8Kz65PAht96D3mErCROP6q { width:17.1875rem;height:2.4375rem;top:4.875rem;left:1.40625rem;font-size:0.9375rem;z-index:15043;color:#111e23;display:block; }
 }@media only screen and (max-width: 763px) { #lFtCrJqqobti1220DgpJiWsp8EdwBUCC { width:0.375rem;height:0.375rem;top:4.875rem;left:0rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #Mha70eebm4D9U0HccATFhi5uDvM8D8Kl { width:16.0625rem;height:2.4375rem;top:1.625rem;left:1.75rem;font-size:0.9375rem;z-index:15041;color:#111e23;display:block; }
 }@media only screen and (max-width: 763px) { #KxWFy9vioSgSVVOhwAcRsRge2X4rRGJQ { width:0.375rem;height:0.375rem;top:2.0625rem;left:0rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #vpzdCASQBFLTLr4TGnERpD7mFnXnLVCo { width:20rem;height:auto;top:3.5625rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TDQX44Xh861MEINWH729KhQUGhT87AZJ { width:20rem;height:13.318035221235rem;top:76.107421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5HWtn2B0MpwuNyhBCpSunBNQApvaWns { width:20rem;height:auto;top:12.1875rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HddqUmBbZ0Pg6WNVHn6mHQpxhgde5aGa { width:20rem;height:auto;top:16.5rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xPlB8X09R4AyMQEZmHKTNkqu5J83G9QB { width:0.3125rem;height:0.3125rem;top:74.544921875rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ce2bTTtQmW8K9AWVM6tJ5T2GIhivWBRz { display:none; }#ce2bTTtQmW8K9AWVM6tJ5T2GIhivWBRz > .row .container { width:20rem;height:20.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QeU8oCfhLTQouZQg178zxUD2s85HFR7g { width:20rem;height:2.3888875rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CP50lQqPdHWnZDJ7fVzb9fDkupqRX9BD { width:20rem;height:0;top:4.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRHnGI6s1Xz0LyJylAJHhBWF5QmLlIat { display:block; }#eRHnGI6s1Xz0LyJylAJHhBWF5QmLlIat > .row .container { width:20rem;height:26.1203341875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W45BZzqgTN4r9p2lxWHRuJXXDtMCNmeD { top:51.125rem;left:2rem;width:12.5rem;height:0;z-index:15062;display:none; }
 }@media only screen and (max-width: 763px) { #yyvGcArcwhTRcwb3NzOMuB7nQDVRLU8o { top:2.2135419845581rem;left:0.12586802244186rem;width:19.874125rem;height:0;z-index:15063;color:#ffffff;font-size:1.3125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #sVMqO8HcGQ6M0cfRUAgDdErM3sTDmDLn { top:9.8193359375rem;left:0.0625rem;width:19.875rem;height:11.125rem;z-index:15064;display:none; }
 }@media only screen and (max-width: 763px) { #pSSazRvhZMJqolpfow53eUg5vEEiJTW0 { width:1.8125rem;height:1.8125rem;top:7.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vu98iJgvS8hOLLNqSncNNy6rBKdUJuPW { width:1.8125rem;height:1.8125rem;top:7.75rem;left:18.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDR95Q3P5MTBxPeu48XsJ9PS77AyKp9m { top:0.99583816528319rem;left:1.5599300861359rem;width:16.874rem;height:3.25rem;z-index:15008;font-size:1.25rem;font-family:"source sans pro semibold";color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vcvCtCb37dWFWyqMmZH7f6ybVZU671yu { width:19.0625rem;height:0.0625rem;top:13.125rem;left:0.46788197755814rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #nc7fzPVHeFHNZ2kDLB0m42knx4BMFXAg { top:12.754318237305rem;left:0rem;width:19.999rem;height:0.061677625rem;z-index:15010;background-color:#bdbdbf;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #QHnfsS3I3MBLJkzK71Mm9q2Ql79zeQA0 { top:0.1875rem;left:0rem;width:19.999rem;height:0.0603926875rem;z-index:15011;background-color:#bdbdbf;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ib5XqZTLsa0WCWP4qM6tnuDVRIdpQy0q { width:20rem;height:0;top:24.8095703125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #G2cZHTZeUKq5Iwe8FcBwqbRffr9pRNUP { width:20rem;height:2.5rem;top:14.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQI4kgnucy5d2aOcWe4KzH8g6dctkC5Z.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; } #mQI4kgnucy5d2aOcWe4KzH8g6dctkC5Z.widget-smartsection *:focus-visible, #mQI4kgnucy5d2aOcWe4KzH8g6dctkC5Z.widget-smartsection input[type="text"]:focus-visible, #mQI4kgnucy5d2aOcWe4KzH8g6dctkC5Z.widget-smartsection input[type="email"]:focus-visible, #mQI4kgnucy5d2aOcWe4KzH8g6dctkC5Z.widget-smartsection input[type="tel"]:focus-visible, #mQI4kgnucy5d2aOcWe4KzH8g6dctkC5Z.widget-smartsection textarea:focus-visible { outline: none; } #hZwfucVRF4fxyyHPuwfeoXuyEr8JZNZf > .row .container { background-color: transparent; background-image: none; }#hZwfucVRF4fxyyHPuwfeoXuyEr8JZNZf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZwfucVRF4fxyyHPuwfeoXuyEr8JZNZf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZwfucVRF4fxyyHPuwfeoXuyEr8JZNZf > .row .container > .video-iframe-container { display: none; }#hZwfucVRF4fxyyHPuwfeoXuyEr8JZNZf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZwfucVRF4fxyyHPuwfeoXuyEr8JZNZf > .row > .video-iframe-container { display: none; }#hZwfucVRF4fxyyHPuwfeoXuyEr8JZNZf > .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); }#hZwfucVRF4fxyyHPuwfeoXuyEr8JZNZf > .row .container { border-width: 0; border-radius: 0; }#hZwfucVRF4fxyyHPuwfeoXuyEr8JZNZf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hZwfucVRF4fxyyHPuwfeoXuyEr8JZNZf > .row .container { width:20rem;height:18.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zOUlT7f5iJl5O9Iv8M8P9nb3JonkHE55 { display:none; }#zOUlT7f5iJl5O9Iv8M8P9nb3JonkHE55 > .row .container { width:20rem;height:46.248920440674rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #npWDCG7G56Ra2XFSzHLCukhzQJnSwVpn { width:3.1875rem;height:3.1875rem;top:1.25rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpA331rAt4O6Esv9XZotdeg7rvEvfok1 { width:3.125rem;height:3.125rem;top:11.472225rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTXPT4hUPVux2kwzg49Mvlrznly6aIhH { width:3.125rem;height:3.125rem;top:27.5555625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5rlysw78RD4nZZmSWqF6SJXlBCZhEOF { width:15.6875rem;height:3.222225rem;top:5.6875rem;left:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT1CECbtzRhtwR9XX6A2PEvOukIsInXk { width:12.4375rem;height:1.6111125rem;top:15.847225rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEzKvz7U8rOM5Gq3nXyqMyV9WfVcDxds { width:20rem;height:11.375rem;top:23.08332824707rem;left:5.1249998211861rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #quRJFnAUUT2Jszgq0w0rXAdUmfE3CUNs { width:20rem;height:11.375rem;top:31.930557250976rem;left:1.9999998211861rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rpr4rTaPQTKAmnI1QtkKZutNfvmxzUzI { width:3.125rem;height:3.125rem;top:36.430557250976rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlOpgaez9sgIy4XXGKygmkZlFscitCFX { width:20rem;height:0;top:44.555557250976rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sMWLvbC4WDTQtPwhGR1b3pmLrtvJ3fqG { top:45.936420440674rem;left:0rem;width:19.999rem;height:0.0603926875rem;z-index:15011;background-color:#bdbdbf;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #SyrRbMB64ZZvadeiDNbr6LytAsBAbTde { 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; }#SyrRbMB64ZZvadeiDNbr6LytAsBAbTde > .row .container { background-color: transparent; background-image: none; }#SyrRbMB64ZZvadeiDNbr6LytAsBAbTde::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyrRbMB64ZZvadeiDNbr6LytAsBAbTde > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyrRbMB64ZZvadeiDNbr6LytAsBAbTde > .row .container > .video-iframe-container { display: none; }#SyrRbMB64ZZvadeiDNbr6LytAsBAbTde > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyrRbMB64ZZvadeiDNbr6LytAsBAbTde > .row > .video-iframe-container { display: none; }#SyrRbMB64ZZvadeiDNbr6LytAsBAbTde > .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); }#SyrRbMB64ZZvadeiDNbr6LytAsBAbTde > .row .container { border-width: 0; border-radius: 0; }#SyrRbMB64ZZvadeiDNbr6LytAsBAbTde > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SyrRbMB64ZZvadeiDNbr6LytAsBAbTde > .row .container { width:20rem;height:12.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hUkUXaPoAn80fg5zgyLT79PnhLfBISIP { width:18.99925rem;height:1.625rem;top:0.74912643432619rem;left:0.4985608458519rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #sKz3pHqT2AVA4sRSIm3AEbz4UzTnC5fe { width:20rem;height:0;top:2.4434204101562rem;left:0.95178866386412rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #ATcGTGhQE1AT7fov9ZZSdfHWN8693git { top:0.27096939086914rem;left:0rem;width:19.999rem;height:0.0603926875rem;z-index:15011;background-color:#bdbdbf;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Ssu1gaTMqHJB9WwJQzbbtNsU3J6NED3g { width:14.8125rem;height:2.875rem;top:3.6240234375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZZvaCzJ1C4d7wivyKxmmM8XSQ4RuO1q { display:block; }
 }@media only screen and (max-width: 763px) { #bXW8eoVRy49GHM5L5zwDJDgbec9VZ3q3 { width:20rem;height:auto;top:0.6875rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gOirNxIxuzF02xJZokabCtPwOBPNmPs8 { width:20rem;height:0;top:9.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #E8sFJVI8LxOdoTApdB8A8zba1asHGMDC { 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; }#E8sFJVI8LxOdoTApdB8A8zba1asHGMDC > .row .container { background-color: transparent; background-image: none; }#E8sFJVI8LxOdoTApdB8A8zba1asHGMDC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E8sFJVI8LxOdoTApdB8A8zba1asHGMDC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E8sFJVI8LxOdoTApdB8A8zba1asHGMDC > .row .container > .video-iframe-container { display: none; }#E8sFJVI8LxOdoTApdB8A8zba1asHGMDC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E8sFJVI8LxOdoTApdB8A8zba1asHGMDC > .row > .video-iframe-container { display: none; }#E8sFJVI8LxOdoTApdB8A8zba1asHGMDC > .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); }#E8sFJVI8LxOdoTApdB8A8zba1asHGMDC > .row .container { border-width: 0; border-radius: 0; }#E8sFJVI8LxOdoTApdB8A8zba1asHGMDC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E8sFJVI8LxOdoTApdB8A8zba1asHGMDC > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vXoODZtgHM5BnPhAS5X66t6tLSqKOiz2 { width:18.99925rem;height:1.625rem;top:0.74912643432619rem;left:0.4985608458519rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #oa6ILcBeTDTIVPTc0rOOozRgeCsuzeLR { width:20rem;height:0;top:3.0333838989258rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sanKWaJ1IttJauTbrro3tvcFl2V0nDUp { width:20rem;height:0;top:2.4434204101562rem;left:0.95178866386412rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #E4BP29vBm5KuP2aHla0TV9DWrKCpDyXn { top:0.27096939086914rem;left:0rem;width:19.999rem;height:0.0603926875rem;z-index:15011;background-color:#bdbdbf;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ythVN9qMUSJbT24obGvImNgTmDiQS5Rw { display:block; }#ythVN9qMUSJbT24obGvImNgTmDiQS5Rw > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wGmW1ydnqysnQL9hOq2HohJUrwihdWlo { width:18.125rem;height:3.8994125rem;top:1.375rem;left:0.5625rem;font-size:1rem;color:#007c8f;display:block; }
 }@media only screen and (max-width: 763px) { #dAHfs0EixtB2TmF9vCHxVa9Q85f2o7ep { width:1.75rem;height:1.75rem;top:7.3324625rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pWdrwK9DMtZHk5GfettW4A5QQFOKnrSX { 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) { #Tv6GOrtbZvNhCFpdglzKDt7KxKXVfkrV { top:1.5625rem;left:18.5625rem;width:1.25rem;height:0.75rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VL4X6gL8uBvCR46rDIppn3OvwW7Nb3P9 { display:block; }#VL4X6gL8uBvCR46rDIppn3OvwW7Nb3P9 > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #coQgCH4f39QgtfzDtETB4snkylE4Hl6y { width:18.3125rem;height:7.3125rem;top:0.375rem;left:0.68749994039537rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4J0b8SfDHUt4uUzXN18cvz1K0U3p877 { display:block; }#u4J0b8SfDHUt4uUzXN18cvz1K0U3p877 > .row .container { width:20rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QSD4hNVCSm8V1dbTIPXRcmiLD17hIxed { width:18.125rem;height:2.599825rem;top:1.375rem;left:0.5625rem;font-size:1rem;color:#007c8f;display:block; }
 }@media only screen and (max-width: 763px) { #THn0QHr8My2mNR7QCiA5eUvFRUp0Bhsw { width:1.75rem;height:1.75rem;top:7.3324625rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mQTzaClSOdzPw7SIveR0emWtThyCuXPI { 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) { #NDyf4zdn2FS2UO2F19QMTU9gpIk3ncrW { top:1.5625rem;left:18.5625rem;width:1.25rem;height:0.75rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #q6M43K0LEbsOttagIRamuX0mTpCOJJTv { display:block; }#q6M43K0LEbsOttagIRamuX0mTpCOJJTv > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VQy3pnDco84L6qn7TCQQ3BWX1Z4Z3x7n { width:18.3125rem;height:7.3125rem;top:0.375rem;left:0.68749994039537rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAnSf22rABpNQa9wGCdWNy0fv63VWZ2I { display:block; }#OAnSf22rABpNQa9wGCdWNy0fv63VWZ2I > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AgTDkVK3BGSTUxwbuW0ecaOQBp44d9TF { width:17.875rem;height:2.5996125rem;top:1.25rem;left:0.5625rem;font-size:1rem;color:#007c8f;display:block; }
 }@media only screen and (max-width: 763px) { #CXW73wUdR4bZ9cKdJOz70SGJEcb5PNH5 { width:1.75rem;height:1.75rem;top:5.722225rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mu5uM5bsUiJqoFx78uTTL9wu6zI1wP0a { width:3.125rem;height:3.125rem;top:5rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #R3fTLHUU5HQ1uZ3xyOXrNWzorXcAFQ8F { top:1.5625rem;left:18.5625rem;width:1.25rem;height:0.75rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #K4FVCUxekknGmw9lPc79WcJg7B80Poxb { display:block; }#K4FVCUxekknGmw9lPc79WcJg7B80Poxb > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mo8gQ6lHQ4dTpJyiWwbbbGIDl88DDi63 { width:18.6875rem;height:4.875rem;top:0.5625rem;left:0.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STiB0AIFqhXG9dwh9TH32TWWgMMrpCI9 { display:block; }#STiB0AIFqhXG9dwh9TH32TWWgMMrpCI9 > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQGTcd8Npi2SkFE7h7ET7IaMthe5QFFX { width:17.8125rem;height:3.8997375rem;top:1.25rem;left:0.5625rem;font-size:1rem;color:#007c8f;display:block; }
 }@media only screen and (max-width: 763px) { #IU2Hd4TVcGyVFXIi4q2QmC8IdN1ySt39 { width:1.75rem;height:1.75rem;top:5.722225rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mB25xxhLFRCGA6sNpiSxR1f5vU21GRTI { width:3.125rem;height:3.125rem;top:5rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tXCgxIaZzqx2QfoLeorxrdq76T5MNO3o { top:1.5625rem;left:18.5625rem;width:1.25rem;height:0.75rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #u3xwEFKRtmyyFpVH1bwFxeDbV5ihMwoN { display:block; }#u3xwEFKRtmyyFpVH1bwFxeDbV5ihMwoN > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iPAOBTZddgpdIXEflW43aI1721ow0PTG { width:18.6875rem;height:6.09375rem;top:0.5625rem;left:0.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yF0xttmeT2vS0Zevw3Tisu9LNmsvvDoT { display:block; }#yF0xttmeT2vS0Zevw3Tisu9LNmsvvDoT > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ln3hTu3vpa28bNVh4flHrA9sQDGwImRW { width:18.625rem;height:3.8997375rem;top:1.25rem;left:0.4375rem;font-size:1rem;color:#007c8f;display:block; }
 }@media only screen and (max-width: 763px) { #RvspNATGG2kT8si0aHLgs0f1Bv7InO3h { 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) { #yePa11NZmn15W75C7EQGoyXCPFkt5vNp { top:1.5625rem;left:18.5625rem;width:1.25rem;height:0.75rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WIW2k2seRmJ3NxQTAFvDaxk9hWyRSdbP { display:block; }#WIW2k2seRmJ3NxQTAFvDaxk9hWyRSdbP > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cacTuirMi9eZc2qL6v15glQGBcMTb7ew { width:18.8125rem;height:4.875rem;top:0.5625rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBox3XP9tCO6wCNSHXNSVLQVflMnSAtI { display:block; }#dBox3XP9tCO6wCNSHXNSVLQVflMnSAtI > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XCn5cP3sBvRu7SMT4veLQrGGzqu6KavG { width:16.75rem;height:1.2999125rem;top:1.25rem;left:0.4375rem;font-size:1rem;color:#007c8f;display:block; }
 }@media only screen and (max-width: 763px) { #mddyVkLu0WgPHKQDZJaIHzHHkBliGUeH { 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) { #xVCXKPw2vxGtiUWd3D4ukFLv6oyggGsA { top:1.5625rem;left:18.5625rem;width:1.25rem;height:0.75rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VWg2vTETU6Ua4o5oToQpEkFVydwf8Ky7 { display:block; }#VWg2vTETU6Ua4o5oToQpEkFVydwf8Ky7 > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTT8uWKFOb18FLMf4cFCBBqdbeZwmM4Q { width:18.8125rem;height:7.3125rem;top:0.5625rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2sqTsN1spM9SxPch9xrNT0ILGiODax2 { display:block; }#u2sqTsN1spM9SxPch9xrNT0ILGiODax2 > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dOLZLu7dn59TmN6b7k8hx0u6DT0Dlluy { background-color:#f6f7f8;background-image:none;display:none; }#dOLZLu7dn59TmN6b7k8hx0u6DT0Dlluy > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #guV2zgOaTm1IinekCuKxaKe9R4iqKb2C { position:relative;z-index:auto;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(180deg, #ffffff, rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(180deg, #ffffff, rgba(var(--color-secondary-1),1));background-size:cover !important;display:block; }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C > .row .container { background-color: transparent; background-image: none; }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C > .row .container > .video-iframe-container { display: none; }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C > .row > .video-iframe-container { display: none; }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C > .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); }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mQgIBZ8AtcODF1XNJX1nLwShMaqb07wb { width:16.9375rem;height:4rem;top:12.625rem;left:1.5rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sFXMPTDNUdTwrWCQAeTGD57T2RUsQGt2 { width:12.1875rem;height:1.625rem;top:1.4375rem;left:3.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sxPKeUV6mgz597q1Z88DTl03whneraOt { display:flex;width:1.875rem;height:1.875rem;top:1.25rem;left:14.6875rem; }
#sxPKeUV6mgz597q1Z88DTl03whneraOt > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }