.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:230,233,230;--color-primary-1:171,180,173;--color-primary-2:87,105,91;--color-primary-3:44,53,46;--color-primary-4:13,16,14;--color-secondary-0:252,251,251;--color-secondary-1:244,243,241;--color-secondary-2:232,231,227;--color-secondary-3:116,116,114;--color-secondary-4:35,35,34;--color-tertiary-0:255,255,255;--color-tertiary-1:213,219,223;--color-tertiary-2:116,136,147;--color-tertiary-3:58,68,74;--color-tertiary-4:12,14,15;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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;z-index:auto;display:block; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row .container { background-color: transparent; background-image: none; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row .container > .video-iframe-container { display: none; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row > .video-iframe-container { display: none; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .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); }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row .container { border-width: 0; border-radius: 0; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#v1KNdyyZL2SsuQopn8zdSZWfyTzt7hTs { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:9.4375rem;top:0.46875rem;left:32.78125rem;overflow:hidden;display:block; }
#Idlt4LJgoIXyWhRR7x7yA2cRGUc2zPSZ { position:relative;display:block; }#Idlt4LJgoIXyWhRR7x7yA2cRGUc2zPSZ { background-color: transparent; background-image: none; }#Idlt4LJgoIXyWhRR7x7yA2cRGUc2zPSZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Idlt4LJgoIXyWhRR7x7yA2cRGUc2zPSZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Idlt4LJgoIXyWhRR7x7yA2cRGUc2zPSZ > .row .container > .video-iframe-container { display: none; }#Idlt4LJgoIXyWhRR7x7yA2cRGUc2zPSZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Idlt4LJgoIXyWhRR7x7yA2cRGUc2zPSZ > .row > .video-iframe-container { display: none; }#Idlt4LJgoIXyWhRR7x7yA2cRGUc2zPSZ > .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); }#Idlt4LJgoIXyWhRR7x7yA2cRGUc2zPSZ { border-width: 0; border-radius: 0; }#Idlt4LJgoIXyWhRR7x7yA2cRGUc2zPSZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Idlt4LJgoIXyWhRR7x7yA2cRGUc2zPSZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LIqaTxKGx4pOhttv7zVNA0m1MWVPBHcf { position:relative;display:none; }#LIqaTxKGx4pOhttv7zVNA0m1MWVPBHcf { border-width: 0; border-radius: 0; }#LIqaTxKGx4pOhttv7zVNA0m1MWVPBHcf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LIqaTxKGx4pOhttv7zVNA0m1MWVPBHcf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#W8TKDzyo7iGpcbUwlcFBv3nwmWuUBC4L { position:relative;display:none; }#W8TKDzyo7iGpcbUwlcFBv3nwmWuUBC4L { border-width: 0; border-radius: 0; }#W8TKDzyo7iGpcbUwlcFBv3nwmWuUBC4L > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#W8TKDzyo7iGpcbUwlcFBv3nwmWuUBC4L > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#lhebOPQF0pXbTe1LLouNrwCF1mMieGKi { color:rgba(var(--color-primary-0),1);display:block;width:33.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:13rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TuwNVJw4ilSKAWMin9AHhcl4wmrNyICw { color:rgba(var(--color-primary-0),1);display:block;width:23.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:16.6875rem;left:5.125rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#AqvSOEL6591KlfZXXAa9IEVIl6EsEX0m { color:rgba(var(--color-primary-0),1);display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:19.4375rem;left:1.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#aJGc7HBqS0QrE9mLlnLxN2eQwkeuVlaP { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.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:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:2.93555rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:21.6875rem;left:1.8125rem;display:none; }
#INg43JHZoi3rAk0TnvfQJfMyExEDDwm8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N8JROC9GsMSK9QF454nXVQikfkP6MyA0 { color:rgba(var(--color-primary-0),1);display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:32.2626953125rem;left:31.15625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#lUvHfKCuw2DzxzfpXsfhuyxTk1wGzxL5 { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15031;opacity:1;top:33.5rem;left:35.9375rem;display:none; }
#lUvHfKCuw2DzxzfpXsfhuyxTk1wGzxL5 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#bn8iPzqaSLowzRSHPeKRTRWvRqkXIkZb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e7e3;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; }#bn8iPzqaSLowzRSHPeKRTRWvRqkXIkZb > .row .container { background-color: transparent; background-image: none; }#bn8iPzqaSLowzRSHPeKRTRWvRqkXIkZb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bn8iPzqaSLowzRSHPeKRTRWvRqkXIkZb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bn8iPzqaSLowzRSHPeKRTRWvRqkXIkZb > .row .container > .video-iframe-container { display: none; }#bn8iPzqaSLowzRSHPeKRTRWvRqkXIkZb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bn8iPzqaSLowzRSHPeKRTRWvRqkXIkZb > .row > .video-iframe-container { display: none; }#bn8iPzqaSLowzRSHPeKRTRWvRqkXIkZb > .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); }#bn8iPzqaSLowzRSHPeKRTRWvRqkXIkZb > .row .container { border-width: 0; border-radius: 0; }#bn8iPzqaSLowzRSHPeKRTRWvRqkXIkZb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bn8iPzqaSLowzRSHPeKRTRWvRqkXIkZb > .row .container { font-size:0.875rem;font-family:arial;height:17.4375rem;width:75rem;position:relative;display:block; }#TM2ROt4npic8VPaOW1DE5m9LhvM5z6Ic { color:rgba(var(--color-tertiary-4),1);display:block;width:46.1875rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.8125rem;left:14.4375rem;height:4.06274375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LtLednt3rAkGdFUzMAgu9SaCJCudTXVM { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:8.5rem;left:20.625rem;height:5.1972625rem;text-align:center;text-align-last:center;display:block; }
#pWCQQXfRr3Fk7XBiyP44ETNxHiTG7dFL { position:relative;display:block; }#pWCQQXfRr3Fk7XBiyP44ETNxHiTG7dFL { background-color: transparent; background-image: none; }#pWCQQXfRr3Fk7XBiyP44ETNxHiTG7dFL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWCQQXfRr3Fk7XBiyP44ETNxHiTG7dFL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWCQQXfRr3Fk7XBiyP44ETNxHiTG7dFL > .row .container > .video-iframe-container { display: none; }#pWCQQXfRr3Fk7XBiyP44ETNxHiTG7dFL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWCQQXfRr3Fk7XBiyP44ETNxHiTG7dFL > .row > .video-iframe-container { display: none; }#pWCQQXfRr3Fk7XBiyP44ETNxHiTG7dFL > .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); }#pWCQQXfRr3Fk7XBiyP44ETNxHiTG7dFL { border-width: 0; border-radius: 0; }#pWCQQXfRr3Fk7XBiyP44ETNxHiTG7dFL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#pWCQQXfRr3Fk7XBiyP44ETNxHiTG7dFL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#M8HiKdRR4qPNMAiGhirzKea0fHv1JVB5 { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15060;line-height:1.2;letter-spacing:0;top:24rem;left:54.75rem;height:1.27514375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lUuAbSauAQ9ym9bPcFMdS0fMg7ADBMUc { box-sizing:content-box;height:10.625rem;width:22.5625rem;position:absolute;display:block;z-index:15042;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='#1e1e1e4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='#1e1e1e4c' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.4375rem;left:26.25rem;display:block; }
#O5ab6z5VoFI2mBH4Vrs2eJH7DSOUmeoZ { position:absolute;display:block;z-index:15041;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;box-shadow: none;height:28.875rem;width:22.5625rem;top:1.1865234375rem;left:26.217651367188rem;overflow:hidden;display:block; }
#ic49HTfbfPvxMbN3eP3u3eDS3BrRGSQe { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.9375rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:26.25rem;left:38.1875rem;display:block; }
#XFA5RXVBWXBub32ITQIM7nNebUS3e7np { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EXr7KBZcNgqQ9J16AaQDOak8W758dDbQ { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15066;line-height:1.2;letter-spacing:0;top:23.875rem;left:30rem;height:1.27514375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NPn6ZdpnIl837mlfxqS6N8O7k5tsGB9i { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15059;line-height:1.2;letter-spacing:0;top:21.5rem;left:30rem;height:2.17529375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IEKNZFBq9gZksDUu86XnZ39M2WA1bDlD { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.9375rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:26.25rem;left:27.125rem;display:block; }
#cRlumAlauhhpuuCyGTbZKXTzyrhgGnIE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tGJD2N4lOzvV41tzeEiEdHwENcVe5u3u { box-sizing:content-box;height:10.625rem;width:23.125rem;position:absolute;display:block;z-index:15043;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='#1e1e1e4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='#1e1e1e4c' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.5rem;left:50.9375rem;display:block; }
#WGHHKbCFfxtPVrHzswEgXtaaIXOTLaT2 { position:absolute;display:block;z-index:15036;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;box-shadow: none;height:28.875rem;width:23.0625rem;top:1.1875rem;left:50.9375rem;overflow:hidden;display:block; }
#LA3XtnwsBHThqCZKSQh0uV8SyPLdN10m { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15060;line-height:1.2;letter-spacing:0;top:21.5rem;left:53.75rem;height:2.17529375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#u004FKW7ekpSZJTNe5gCTdGBw9rJfsNW { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9165rem;height:2.85400625rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:26.25rem;left:52.4375rem;display:block; }
#Fv7rA7WWeArf7xXTcACidafiNqt4P0tA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ksEyLJKAV6WxHvkrTxoZFstp6ky4HV08 { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9165rem;height:2.85400625rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:26.25rem;left:63.3125rem;display:block; }
#t6GTGP9cW7EFGkimQ6JadiciDW2WD8g1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yAwLRNCM9QIpTIUiy4oHNBmbHqhTFVPO { box-sizing:content-box;height:10.625rem;width:22.5625rem;position:absolute;display:block;z-index:15043;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='#1e1e1e4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='#1e1e1e4c' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.32421875rem;left:1.21875rem;display:block; }
#hWK9AZBDP2pxVdTdiMPwIMRppe2MAtEA { position:absolute;display:block;z-index:15042;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;box-shadow: none;height:28.875rem;width:23rem;top:1.1865234375rem;left:0.99853515625rem;overflow:hidden;display:block; }
#FAG0IOVxC7xvfiBece9Vmzsg1T6RQaHu { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15060;line-height:1.2;letter-spacing:0;top:21.87158203125rem;left:4.71826171875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mAmAXTD19sLMk3U8P2dSoEpUoS6SRJBL { color:#ffffff;display:block;width:15.562125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15067;line-height:1.2;letter-spacing:0;top:23.9990234375rem;left:4.7174072265625rem;height:1.27514375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hzh0phOX7WfCMOVmJFiH6RZAA1IZmCZp { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.9375rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:26.2890625rem;left:2.061767578125rem;display:block; }
#JuN02TAtTISh0laiPJOL2l2fhICLPtgv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mifbrnCTITz2de4PwUdOKV6vTD31MZOH { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.9375rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:26.2890625rem;left:12.818603515625rem;display:block; }
#x8J9FM6aFqgmpkdFRW0LnI8elzu8D7X1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HldWf9v7oGIcmScKto3LqEez5DTZt9tv { position:relative;display:block; }#HldWf9v7oGIcmScKto3LqEez5DTZt9tv { background-color: transparent; background-image: none; }#HldWf9v7oGIcmScKto3LqEez5DTZt9tv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HldWf9v7oGIcmScKto3LqEez5DTZt9tv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HldWf9v7oGIcmScKto3LqEez5DTZt9tv > .row .container > .video-iframe-container { display: none; }#HldWf9v7oGIcmScKto3LqEez5DTZt9tv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HldWf9v7oGIcmScKto3LqEez5DTZt9tv > .row > .video-iframe-container { display: none; }#HldWf9v7oGIcmScKto3LqEez5DTZt9tv > .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); }#HldWf9v7oGIcmScKto3LqEez5DTZt9tv { border-width: 0; border-radius: 0; }#HldWf9v7oGIcmScKto3LqEez5DTZt9tv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#HldWf9v7oGIcmScKto3LqEez5DTZt9tv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ozTgZvyzwTQeg5EyVGqKPl2JZugJHglu { box-sizing:content-box;height:10.625rem;width:22.937rem;position:absolute;display:block;z-index:15042;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='#1e1e1e4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='#1e1e1e4c' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.4375rem;left:25.9375rem;display:block; }
#m7v5xHKBiQ1hoQozwS0RHHWSWMiXLPas { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.9375rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:26.25rem;left:37.875rem;display:block; }
#r7gz8gCAQEhDpLVouKRKtvQ1czTSRrTe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kJhCstDcaA9tU2g4QcIrZ2SwdW7TnbU8 { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15066;line-height:1.2;letter-spacing:0;top:23.875rem;left:29.6875rem;height:1.27514375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cb1vL0vdbmgm5CEhhNydt8h6zidT2fSw { color:#ffffff;display:block;width:17.31225rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15059;line-height:1.2;letter-spacing:0;top:21.5625rem;left:28.875rem;height:2.17529375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QVNlUdxgTu4Rx9la2m7IJBTdXRdccx2C { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.9375rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:26.25rem;left:26.8125rem;display:block; }
#JObNlXTzodu9OsSR6pfrsglOXFtOsxQD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FMMHXlnv5iXUTdRdIzOOiQnHIUytrTP7 { position:absolute;display:block;z-index:15041;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;box-shadow: none;height:28.875rem;width:23.12475rem;top:1.1875rem;left:25.9375rem;overflow:hidden;display:block; }
#oqBl03oP1ZR8NfXR4SlvGqJ0LefuObSb { position:absolute;display:block;z-index:15035;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;box-shadow: none;height:28.875rem;width:23.0625rem;top:1.1875rem;left:1rem;overflow:hidden;display:block; }
#mzKaCg4LiTVXuGbKTaTZokXVxnTLubhA { box-sizing:content-box;height:10.625rem;width:23.125rem;position:absolute;display:block;z-index:15042;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='#1e1e1e4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='#1e1e1e4c' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.4375rem;left:0.9375rem;display:block; }
#SwJR94yIbRuSdvT8xmEppluIP3439D3o { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15059;line-height:1.2;letter-spacing:0;top:21.375rem;left:3.75rem;height:2.17529375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TvHaK4D5lZ9DJB8QOnQ0f6ntpPXaHs9v { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15066;line-height:1.2;letter-spacing:0;top:23.75rem;left:4.75rem;height:1.27514375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TsiTK03i7bSr6SeXrTxg47q68K2UwN2E { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9165rem;height:2.85400625rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:26.1875rem;left:1.875rem;display:block; }
#hsmM4fBv8FTnvpInHuqG3rE8UVdrvG6X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VazVwuxgTUWrunnUMLdQ8VbM6wTVSH2q { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9165rem;height:2.85400625rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:26.1875rem;left:12.9375rem;display:block; }
#bSQw3xPRdpE3e3JLJzqH03X6tlsmT2go { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sZ7VoU6u7p01UF5rCbXCWK0RM8yJBPpr { position:absolute;display:block;z-index:15035;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;box-shadow: none;height:28.875rem;width:23.0625rem;top:1.1875rem;left:51rem;overflow:hidden;display:block; }
#Dcn08IDl6e2fIJxF9IGGVAe2k3ffXZVk { box-sizing:content-box;height:10.62375rem;width:23.124rem;position:absolute;display:block;z-index:15037;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='#1e1e1e4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='#1e1e1e4c' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.4375rem;left:50.9375rem;display:block; }
#nFKdXr94ZiclgQcbTC1412kK6gV8M4NK { color:#ffffff;display:block;width:16.99875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15054;line-height:1.2;letter-spacing:0;top:22rem;left:54rem;height:2.17529375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KOz2FZgXGpXXMVvUxQKUkZTLTO47oSFe { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15061;line-height:1.2;letter-spacing:0;top:24.125rem;left:54.75rem;height:1.27514375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zqqlSgoxHcATqzhIRoMHPITLosGsXpHU { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6445rem;height:2.58251875rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:26.1875rem;left:63.5625rem;display:block; }
#KCwBdtaIEJJ2ySLTUbeqeFoCv4TtZZw0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U5VLJ1BZBduwKWl9zqxcCg5TLCnz6WWS { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6445rem;height:2.58251875rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:26.1875rem;left:52.5rem;display:block; }
#uSvwp3ezJOK2KKGeMN5we9WHgqNEiz49 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tt1uwbX4W8nsMrsuW22ogTquv7SKRDDR { position:relative;display:block; }#Tt1uwbX4W8nsMrsuW22ogTquv7SKRDDR { background-color: transparent; background-image: none; }#Tt1uwbX4W8nsMrsuW22ogTquv7SKRDDR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tt1uwbX4W8nsMrsuW22ogTquv7SKRDDR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tt1uwbX4W8nsMrsuW22ogTquv7SKRDDR > .row .container > .video-iframe-container { display: none; }#Tt1uwbX4W8nsMrsuW22ogTquv7SKRDDR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tt1uwbX4W8nsMrsuW22ogTquv7SKRDDR > .row > .video-iframe-container { display: none; }#Tt1uwbX4W8nsMrsuW22ogTquv7SKRDDR > .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); }#Tt1uwbX4W8nsMrsuW22ogTquv7SKRDDR { border-width: 0; border-radius: 0; }#Tt1uwbX4W8nsMrsuW22ogTquv7SKRDDR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Tt1uwbX4W8nsMrsuW22ogTquv7SKRDDR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oWTMQ9LtbgJxogKptbzAHvW7mIxlE73w { box-sizing:content-box;height:10.625rem;width:23.125rem;position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='#1e1e1e4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='#1e1e1e4c' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.4375rem;left:25.9375rem;display:block; }
#kFqTRvIG5a7dDDeIZ2PJ4V5La4ZT8lmP { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.916666625rem;height:2.854166625rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:26.125rem;left:37.9375rem;display:block; }
#Dvqzb0CgRFfuoK3a8y72VJPW0ym69RAq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Oa8EsAh5CBW8d3NLVSPasaU54XHtpei6 { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.916666625rem;height:2.854166625rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:26.125rem;left:26.875rem;display:block; }
#QRfD8Dr5VbXZJnRh8NPnbV3cl9EaPuPw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cGip2uTbACFQ8KpF2p5ALI7UePok4EWJ { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15060;line-height:1.2;letter-spacing:0;top:23.6875rem;left:29.75rem;height:1.27514375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CmDDzxTX5lCbWP3nU7n3dqC5V3n4yJOG { color:#ffffff;display:block;width:18.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15053;line-height:1.2;letter-spacing:0;top:21.5625rem;left:28.25rem;height:2.17529375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LpW5HboB92yw1ormODtfePi8K01LDPft { position:absolute;display:block;z-index:15036;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;box-shadow: none;height:28.875rem;width:23.0625rem;top:1.1875rem;left:26rem;overflow:hidden;display:block; }
#B4VdQ9Krc3oh2NC95FbJTgw4MmlTMSIX { position:relative;display:none; }#B4VdQ9Krc3oh2NC95FbJTgw4MmlTMSIX { border-width: 0; border-radius: 0; }#B4VdQ9Krc3oh2NC95FbJTgw4MmlTMSIX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#B4VdQ9Krc3oh2NC95FbJTgw4MmlTMSIX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#yqUTEaSsHnTQVqtTXJV0nTmUFmcNuNcs { position:relative;display:none; }#yqUTEaSsHnTQVqtTXJV0nTmUFmcNuNcs { border-width: 0; border-radius: 0; }#yqUTEaSsHnTQVqtTXJV0nTmUFmcNuNcs > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yqUTEaSsHnTQVqtTXJV0nTmUFmcNuNcs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#lnucVcMP0v5rvbCTy3UK0IizuXz8OdF5 { position:absolute;display:block;z-index:15047;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;box-shadow: none;height:28.625rem;width:22.875rem;top:1.1875rem;left:26rem;overflow:hidden;display:none; }
#R0Gf3nhvg4ZRfB0cJGw5oMPJRGo0xB2W { color:#ffffff;display:block;width:15.5615rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15065;line-height:1.2;letter-spacing:0;top:21.5rem;left:29.8125rem;height:2.17529375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#wgrxTqWoE2o30snlnyRztcOomc0F0K6H { color:#ffffff;display:block;width:15.5615rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15072;line-height:1.2;letter-spacing:0;top:23.8125rem;left:29.8125rem;height:1.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#H4d4pZc7R6yhN4X7ZGBGckJ0XPLJTRRW { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.96875rem;height:2.9057625rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:26.1875rem;left:26.9375rem;display:none; }
#fEhKF2MkaH6oTqptpF0apJVVgtul50cm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eFhSBuOVNptScnzWSGP1rn48DNuJuAZu { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.96875rem;height:2.9057625rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:26.1875rem;left:38rem;display:none; }
#QyiOz95JQHpfNTrg0Tsm16lTXxSMmcel { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fMZJVfBDUOZbgnrBA6S2dKGvkkyhyODi { position:relative;display:none; }#fMZJVfBDUOZbgnrBA6S2dKGvkkyhyODi { border-width: 0; border-radius: 0; }#fMZJVfBDUOZbgnrBA6S2dKGvkkyhyODi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fMZJVfBDUOZbgnrBA6S2dKGvkkyhyODi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#mVK0Oz6lxU3K2qeksoipSGtCWwq3X29f { position:absolute;display:block;z-index:15047;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;box-shadow: none;height:28.625rem;width:22.875rem;top:1.1875rem;left:26rem;overflow:hidden;display:none; }
#qEKMwCfdc2GfDOeoBqElLCch6WOaOzWE { color:#ffffff;display:block;width:15.5615rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15065;line-height:1.2;letter-spacing:0;top:21.5rem;left:29.8125rem;height:2.17529375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#rgCT1rMhCeRHAdiHD4uTKwLekis4dhXV { color:#ffffff;display:block;width:15.5615rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15072;line-height:1.2;letter-spacing:0;top:23.8125rem;left:29.8125rem;height:1.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#awknQbaMepZ3SDbZTSp6OwRJZ5vhRTx2 { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.96875rem;height:2.9057625rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:26.1875rem;left:26.9375rem;display:none; }
#ZC4XR4f7Up4TXUJg3u90EkQPyFLRNzGE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tm92pTtkeJg9tMFhIiEarvLPuRMAlao6 { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.96875rem;height:2.9057625rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:26.1875rem;left:38rem;display:none; }
#MIqu0R1pm1gbt8BTuSAZUAIOqJufG4FV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UAcmgTQbk6UBqF2q1Cbr7JrwGVCrFi0E { position:relative;display:none; }#UAcmgTQbk6UBqF2q1Cbr7JrwGVCrFi0E { border-width: 0; border-radius: 0; }#UAcmgTQbk6UBqF2q1Cbr7JrwGVCrFi0E > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UAcmgTQbk6UBqF2q1Cbr7JrwGVCrFi0E > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Vlq4EGPX5Z7yJZSezSBteygIJQtLObNS { position:absolute;display:block;z-index:15047;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;box-shadow: none;height:28.625rem;width:22.875rem;top:1.1875rem;left:26rem;overflow:hidden;display:block; }
#On6D8zh1baGZNoHtsUmpQLC4GFsTSugh { box-sizing:content-box;height:10.625rem;width:22.9358125rem;position:absolute;display:block;z-index:15048;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='#1e1e1e4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='#1e1e1e4c' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.4375rem;left:26.0625rem;display:block; }
#yFV0sywwebdGZmWGsEoDdt8Gwuoyp06y { color:#ffffff;display:block;width:15.5615rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15065;line-height:1.2;letter-spacing:0;top:21.5rem;left:29.8125rem;height:2.17529375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QvmfBfKZShgXkHKQxVFM2tEX4ih27vrv { color:#ffffff;display:block;width:15.5615rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15072;line-height:1.2;letter-spacing:0;top:23.8125rem;left:29.8125rem;height:1.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zo8DqXzz0uPDt6e4IBgmuSP4ZaO2h7hh { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.96875rem;height:2.9057625rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:26.1875rem;left:38rem;display:block; }
#ZF6qtShe2GBTGNUHcM3EpKMKWbXc1UoS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LkTtpuO5qpXcGKtlavnGUotaWgnlifLF { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.96875rem;height:2.9057625rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:26.1875rem;left:26.9375rem;display:block; }
#MnTOVocRrZaISICJi0WMcwOVo3Sggpsk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OfKPb26GVfX12Aeksv7q51Hpu57JEP3T { position:relative;display:none; }#OfKPb26GVfX12Aeksv7q51Hpu57JEP3T { border-width: 0; border-radius: 0; }#OfKPb26GVfX12Aeksv7q51Hpu57JEP3T > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OfKPb26GVfX12Aeksv7q51Hpu57JEP3T > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#UFn4bERBdpQRHthRkVnrsBIxCK2WyqQO { position:absolute;display:block;z-index:15047;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;box-shadow: none;height:28.625rem;width:22.875rem;top:1.1875rem;left:26rem;overflow:hidden;display:block; }
#esOxv6OiHAX3pIITA8uXL65T8HC639iS { box-sizing:content-box;height:10.625rem;width:22.9358125rem;position:absolute;display:block;z-index:15048;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='#1e1e1e4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='#1e1e1e4c' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.4375rem;left:26.0625rem;display:block; }
#LUcxuEfs8G9vviQt1Xy8Hmv2tmtdeN09 { color:#ffffff;display:block;width:15.5615rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15065;line-height:1.2;letter-spacing:0;top:21.5rem;left:29.8125rem;height:2.17529375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yZ65FrccXNotVWefrBs6u4o5mLOvTHv4 { color:#ffffff;display:block;width:15.5615rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15072;line-height:1.2;letter-spacing:0;top:23.8125rem;left:29.8125rem;height:1.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kwN3OOERVsVTT1OffClK3mh9HIEZhfr2 { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.96875rem;height:2.9057625rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:26.1875rem;left:38rem;display:block; }
#dAXL4TrFILo4HHhiI0yfx8EKwP72LceI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xATXpclOComfdgy9vqOUXNCPFBFUmnQp { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.96875rem;height:2.9057625rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:26.1875rem;left:26.9375rem;display:block; }
#l6xPpSTnCnyFJFJofMZffkuWbwEUhpv1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#giTpSffGuT32BfQDcgl0ZqccWJEfUJrE { position:relative;display:none; }#giTpSffGuT32BfQDcgl0ZqccWJEfUJrE { border-width: 0; border-radius: 0; }#giTpSffGuT32BfQDcgl0ZqccWJEfUJrE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#giTpSffGuT32BfQDcgl0ZqccWJEfUJrE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#EcAxiuCRkA0vgkuQhWbul65eCXdqTsah { position:absolute;display:block;z-index:15047;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;box-shadow: none;height:28.625rem;width:22.875rem;top:1.1875rem;left:26rem;overflow:hidden;display:block; }
#BbZGDQuUpO7K1xWnkSddnaNdNEAFa6uA { box-sizing:content-box;height:10.625rem;width:22.9358125rem;position:absolute;display:block;z-index:15048;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='#1e1e1e4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='#1e1e1e4c' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.4375rem;left:26.0625rem;display:block; }
#Vf5y89wvTnswJQgraLviKIL60siqcTm0 { color:#ffffff;display:block;width:15.5615rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15065;line-height:1.2;letter-spacing:0;top:21.5rem;left:29.8125rem;height:2.17529375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ypEmbbgghDJiTbHSUsHBDvf4w2znLxxt { color:#ffffff;display:block;width:15.5615rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15072;line-height:1.2;letter-spacing:0;top:23.8125rem;left:29.8125rem;height:1.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LJ9Dm3KvxxsWACae05WLrnrQEtty8ugV { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.96875rem;height:2.9057625rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:26.1875rem;left:38rem;display:block; }
#T0nDdHwf6ZE36gI8ixqTOdG2qftaAIEd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VPc0FzKAREr1elKhOt4DJ420boTuZDJa { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.96875rem;height:2.9057625rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:26.1875rem;left:26.9375rem;display:block; }
#BqqTF6OZ4shAIFqnEi7UvdoUmTs0h1gX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VeEryoNx9PFXVofzorJ5qwqVFw9CV5gC { position:relative;display:none; }#VeEryoNx9PFXVofzorJ5qwqVFw9CV5gC { border-width: 0; border-radius: 0; }#VeEryoNx9PFXVofzorJ5qwqVFw9CV5gC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VeEryoNx9PFXVofzorJ5qwqVFw9CV5gC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#dTkmdJ6dHTW2CCPEnUFs3vmPUpiBaADn { position:absolute;display:block;z-index:15047;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;box-shadow: none;height:28.625rem;width:22.875rem;top:1.1875rem;left:26rem;overflow:hidden;display:block; }
#QlyZvOoewJ5I3S2QmDwL7X1xQgEDmTve { box-sizing:content-box;height:10.625rem;width:22.9358125rem;position:absolute;display:block;z-index:15048;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='#1e1e1e4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='#1e1e1e4c' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.4375rem;left:26.0625rem;display:block; }
#c5IslXByeFVc6AbSwGol846SJ3fpgbpo { color:#ffffff;display:block;width:15.5615rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15065;line-height:1.2;letter-spacing:0;top:21.5rem;left:29.8125rem;height:2.17529375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OhEpI2lUB2adRW7FfG9E0sJiEELPU6IF { color:#ffffff;display:block;width:15.5615rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15072;line-height:1.2;letter-spacing:0;top:23.8125rem;left:29.8125rem;height:1.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gx0o5sGLP8vHAwdiyuelKIQWadXiU0OK { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.96875rem;height:2.9057625rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:26.1875rem;left:38rem;display:block; }
#S2NflJTxIfqIUcEBTm35MfQZAqTA5isZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eM5m3WTgTsXntHBTqd034swcgXhdxvRK { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.96875rem;height:2.9057625rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:26.1875rem;left:26.9375rem;display:block; }
#DFyBhMZwV9qG7t2kgOqHUBU5S7Ggv07R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I1uXrbiMqxCEeeMg7v6u3R6F2BMz8Z18 { position:relative;display:none; }#I1uXrbiMqxCEeeMg7v6u3R6F2BMz8Z18 { border-width: 0; border-radius: 0; }#I1uXrbiMqxCEeeMg7v6u3R6F2BMz8Z18 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#I1uXrbiMqxCEeeMg7v6u3R6F2BMz8Z18 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#OF59frQIkGUTrvlTc5JfXDl9nc6WE2NB { position:absolute;display:block;z-index:15041;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;box-shadow: none;height:28.6875rem;width:22.9375rem;top:1.1875rem;left:25.9375rem;overflow:hidden;display:block; }
#ISBwsTTxsbfHQ25HLh4awBc9deFt5IFM { box-sizing:content-box;height:10.625rem;width:23.125rem;position:absolute;display:block;z-index:15042;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='#1e1e1e4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='#1e1e1e4c' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.5625rem;left:25.9375rem;display:block; }
#ropknP1hKLmfD9Ta5o3hqAU1UatIpx0a { color:#ffffff;display:block;width:15.562125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15059;line-height:1.2;letter-spacing:0;top:21.4375rem;left:29.75rem;height:2.17529375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q3G6DOUTgEiHTISIRb89arbatNXbQrF0 { color:#ffffff;display:block;width:15.562125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15066;line-height:1.2;letter-spacing:0;top:23.6875rem;left:29.75rem;height:1.275025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U1ITxOJmzqkAWGZ0HpEyUkNvB8qq1RUv { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.921875rem;height:2.8588875rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:26.125rem;left:26.875rem;display:block; }
#md5pbbLbTckqcT8zFp7XKF7MpxNc35Zr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aSSuBDmKUKvJIWXb3wCpZG6OW7Avqr9d { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.921875rem;height:2.8588875rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:26.125rem;left:37.9375rem;display:block; }
#OC3aAm1tkTRicTBqB82yGyKGEDdS19Jy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TfOZTzaHWPWWaOqiOLs7JbJbJnMffZSs { 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:block; }#TfOZTzaHWPWWaOqiOLs7JbJbJnMffZSs > .row .container { background-color: transparent; background-image: none; }#TfOZTzaHWPWWaOqiOLs7JbJbJnMffZSs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfOZTzaHWPWWaOqiOLs7JbJbJnMffZSs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfOZTzaHWPWWaOqiOLs7JbJbJnMffZSs > .row .container > .video-iframe-container { display: none; }#TfOZTzaHWPWWaOqiOLs7JbJbJnMffZSs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfOZTzaHWPWWaOqiOLs7JbJbJnMffZSs > .row > .video-iframe-container { display: none; }#TfOZTzaHWPWWaOqiOLs7JbJbJnMffZSs > .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); }#TfOZTzaHWPWWaOqiOLs7JbJbJnMffZSs > .row .container { border-width: 0; border-radius: 0; }#TfOZTzaHWPWWaOqiOLs7JbJbJnMffZSs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TfOZTzaHWPWWaOqiOLs7JbJbJnMffZSs > .row .container { font-size:0.875rem;font-family:arial;height:34.5625rem;width:75rem;position:relative;display:block; }#RJFSK2zwF1sb1LiOtnQrIxx599AJ9p2u { color:#ffffff;display:block;width:25.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:12.75rem;left:0rem;height:7.349625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#exJTDgffiJdTaZx38uwBLgxqGCsuLVl9 { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(255,255,255,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff4c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(255,255,255,0.3), rgba(0,0,0,0));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.5rem;width:25.625rem;top:21.375rem;left:0rem;display:block; }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-secondary-4),1);background-image:none;vertical-align:top; }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:var(--paragraphs-font-family);font-style:normal;color:rgba(var(--color-tertiary-0),1);height:auto; }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);height:auto;line-height:1.7;overflow:hidden; }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_86b715bd81c0ebfdb5f1c303d6a45e113787c9b4.svg");background-size:contain !important; }#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr .accordion-trigger.adaptive-delivery-prevent-bg, #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr .accordion-trigger.lazyload, #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr .accordion-trigger.lazyloading { background-image: none; }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr { box-sizing:content-box;height:auto;width:42.6875rem;position:absolute;display:flex;flex-direction:column;gap:1.25rem;z-index:15043;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:3.375rem;left:32.3125rem; }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #sBo5Id1Z0niz5CxlNSKZcL8Kh5JILyEv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #nwA3huQTOMpT0Nxd1XHMmrgvFHNyKW20 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #gPVcwCrIVQilJRz3Irg9ZPTx89G684nD { display:block;position:relative; }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #IrCJTbypqJV3FQJnZB89sIzSJKEG7BaE {  }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #kJZQMAtAPucqO9uO3LfcKymTT4Byx9FJ {  }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #wwMkICXtQ7b58ayNAipLX635iSvT8rmB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #kN6kJGAcbvRwZExU8rV08PIke9g32dvh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #eKcUbGIdpk3qJRw2hO4fOTGeLxdgpAd6 { display:block;position:relative; }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #mwKl3OgoHs33wVWHWIITDbcesswT7SXp {  }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #Qdc9Ib4SW0K926qK1Qesg4gqmsHeqSbx { display:none; }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #Vmhd2PhtDxEy2Ie6ugHMi09RfE4HEisz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #JMJBRURedrgKeTL6G2CdPTbO2Xs67v4O { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #wqB0pJV3ewMOXy7UQoT4LD92uVvBnVQs { display:block;position:relative; }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #vOTtyWynSHTSnVQTRODtVafdCO9w8fH6 {  }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #U8H4sCtyxQGcbOB4QJ9AJ3U8Aaf0ZrlL { display:none; }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #MPAeeFoFFwsmXpNHTTTUs43vJODGTrzm { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #ZlwFRZyo1mrK0t98rbBv0mZFlMhIvTGs { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #EJVEm43R4LvxvBHy31IfRrF87LZtsvZK { display:block;position:relative; }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #axOA2xxUyvNBgtmQZi2li1GUMtnrPZex {  }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #ZlQSKgB0O4dUvlPQOCGA00cFpx0ZNPSl { display:none; }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #bLwhQGxyrcDzgT1OZMzCAZXUoMvNGMdr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #FTkWrJiSS5MtnrRCEer184R2920WGhsv { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #MGylIruD4Ip3MzPHvJzoeMmGrJHkGRJk { display:block;position:relative; }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #Ts5QNGoq5aHeL5otNUM2dSBgowSbg2QQ {  }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #IHSuelz9A9mnPncSJUFuUJwoZ5ZpEN05 { display:none; }
#uuNfZ4XuXoKdlOJJsZrTaapFZ1I6TEJC { position:relative;display:block; } #H25ef35e588e7f3bbb2c6b9640c97b20.widget-smartsection *:focus-visible, #H25ef35e588e7f3bbb2c6b9640c97b20.widget-smartsection input[type="text"]:focus-visible, #H25ef35e588e7f3bbb2c6b9640c97b20.widget-smartsection input[type="email"]:focus-visible, #H25ef35e588e7f3bbb2c6b9640c97b20.widget-smartsection input[type="tel"]:focus-visible, #H25ef35e588e7f3bbb2c6b9640c97b20.widget-smartsection textarea:focus-visible { outline: none; } #uuNfZ4XuXoKdlOJJsZrTaapFZ1I6TEJC > .row .container { position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 { display:block; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v1KNdyyZL2SsuQopn8zdSZWfyTzt7hTs { top:0.4375rem;left:19.15625rem;width:9.4375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Idlt4LJgoIXyWhRR7x7yA2cRGUc2zPSZ { display:block; }#Idlt4LJgoIXyWhRR7x7yA2cRGUc2zPSZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LIqaTxKGx4pOhttv7zVNA0m1MWVPBHcf { display:none; }#LIqaTxKGx4pOhttv7zVNA0m1MWVPBHcf > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #W8TKDzyo7iGpcbUwlcFBv3nwmWuUBC4L { display:none; }#W8TKDzyo7iGpcbUwlcFBv3nwmWuUBC4L > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lhebOPQF0pXbTe1LLouNrwCF1mMieGKi { top:13rem;left:0rem;width:33.4375rem;height:3.625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TuwNVJw4ilSKAWMin9AHhcl4wmrNyICw { top:16.6875rem;left:0rem;width:23.1875rem;height:0;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AqvSOEL6591KlfZXXAa9IEVIl6EsEX0m { top:25.875rem;left:0rem;width:15.9375rem;height:2.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aJGc7HBqS0QrE9mLlnLxN2eQwkeuVlaP { width:14.375rem;height:2.875rem;top:21.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #INg43JHZoi3rAk0TnvfQJfMyExEDDwm8 { display:block; }
 }@media only screen and (max-width: 763px) { #N8JROC9GsMSK9QF454nXVQikfkP6MyA0 { top:32.25rem;left:17.53125rem;width:12.6875rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lUvHfKCuw2DzxzfpXsfhuyxTk1wGzxL5 { top:33.5rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:none; }
#lUvHfKCuw2DzxzfpXsfhuyxTk1wGzxL5 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #bn8iPzqaSLowzRSHPeKRTRWvRqkXIkZb { display:block; }#bn8iPzqaSLowzRSHPeKRTRWvRqkXIkZb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TM2ROt4npic8VPaOW1DE5m9LhvM5z6Ic { top:3.8125rem;left:0.8125rem;width:46.1875rem;height:4.0625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtLednt3rAkGdFUzMAgu9SaCJCudTXVM { top:8.5rem;left:7rem;width:33.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWCQQXfRr3Fk7XBiyP44ETNxHiTG7dFL { display:block; }#pWCQQXfRr3Fk7XBiyP44ETNxHiTG7dFL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M8HiKdRR4qPNMAiGhirzKea0fHv1JVB5 { top:24rem;left:31.9375rem;width:15.5625rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUuAbSauAQ9ym9bPcFMdS0fMg7ADBMUc { top:19.4375rem;left:9.1875rem;width:22.5625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5ab6z5VoFI2mBH4Vrs2eJH7DSOUmeoZ { top:1.125rem;left:9.1875rem;width:22.5625rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ic49HTfbfPvxMbN3eP3u3eDS3BrRGSQe { width:10rem;height:2.9375rem;top:26.25rem;left:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFA5RXVBWXBub32ITQIM7nNebUS3e7np { display:block; }
 }@media only screen and (max-width: 763px) { #EXr7KBZcNgqQ9J16AaQDOak8W758dDbQ { top:23.875rem;left:16.1875rem;width:15.5625rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPn6ZdpnIl837mlfxqS6N8O7k5tsGB9i { top:21.5rem;left:16.1875rem;width:15.5625rem;height:2.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEKNZFBq9gZksDUu86XnZ39M2WA1bDlD { width:10rem;height:2.9375rem;top:26.25rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRlumAlauhhpuuCyGTbZKXTzyrhgGnIE { display:block; }
 }@media only screen and (max-width: 763px) { #tGJD2N4lOzvV41tzeEiEdHwENcVe5u3u { top:19.5rem;left:24.5rem;width:23.125rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGHHKbCFfxtPVrHzswEgXtaaIXOTLaT2 { top:1.1875rem;left:24.5625rem;width:23.0625rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LA3XtnwsBHThqCZKSQh0uV8SyPLdN10m { top:21.5rem;left:30.0625rem;width:17.5625rem;height:2.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u004FKW7ekpSZJTNe5gCTdGBw9rJfsNW { width:9.875rem;height:2.8125rem;top:26.25rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fv7rA7WWeArf7xXTcACidafiNqt4P0tA { display:block; }
 }@media only screen and (max-width: 763px) { #ksEyLJKAV6WxHvkrTxoZFstp6ky4HV08 { width:9.875rem;height:2.8125rem;top:26.25rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6GTGP9cW7EFGkimQ6JadiciDW2WD8g1 { display:block; }
 }@media only screen and (max-width: 763px) { #yAwLRNCM9QIpTIUiy4oHNBmbHqhTFVPO { top:19.3125rem;left:0rem;width:22.5625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWK9AZBDP2pxVdTdiMPwIMRppe2MAtEA { top:1.125rem;left:0rem;width:23rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAG0IOVxC7xvfiBece9Vmzsg1T6RQaHu { top:21.8125rem;left:0.15576171875rem;width:15.5625rem;height:;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAmAXTD19sLMk3U8P2dSoEpUoS6SRJBL { top:23.9375rem;left:0.1549072265625rem;width:15.5rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzh0phOX7WfCMOVmJFiH6RZAA1IZmCZp { width:10rem;height:2.9375rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuN02TAtTISh0laiPJOL2l2fhICLPtgv { display:block; }
 }@media only screen and (max-width: 763px) { #mifbrnCTITz2de4PwUdOKV6vTD31MZOH { width:10rem;height:2.9375rem;top:26.25rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8J9FM6aFqgmpkdFRW0LnI8elzu8D7X1 { display:block; }
 }@media only screen and (max-width: 763px) { #HldWf9v7oGIcmScKto3LqEez5DTZt9tv { display:block; }#HldWf9v7oGIcmScKto3LqEez5DTZt9tv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ozTgZvyzwTQeg5EyVGqKPl2JZugJHglu { top:19.4375rem;left:8.875rem;width:22.875rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7v5xHKBiQ1hoQozwS0RHHWSWMiXLPas { width:10rem;height:2.9375rem;top:26.25rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7gz8gCAQEhDpLVouKRKtvQ1czTSRrTe { display:block; }
 }@media only screen and (max-width: 763px) { #kJhCstDcaA9tU2g4QcIrZ2SwdW7TnbU8 { top:23.875rem;left:16rem;width:15.5625rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb1vL0vdbmgm5CEhhNydt8h6zidT2fSw { top:21.5625rem;left:14.5rem;width:17.25rem;height:2.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVNlUdxgTu4Rx9la2m7IJBTdXRdccx2C { width:10rem;height:2.9375rem;top:26.25rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JObNlXTzodu9OsSR6pfrsglOXFtOsxQD { display:block; }
 }@media only screen and (max-width: 763px) { #FMMHXlnv5iXUTdRdIzOOiQnHIUytrTP7 { top:1.1875rem;left:8.6875rem;width:23.0625rem;height:28.797582109883rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqBl03oP1ZR8NfXR4SlvGqJ0LefuObSb { top:1.1875rem;left:0rem;width:23.0625rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzKaCg4LiTVXuGbKTaTZokXVxnTLubhA { top:19.4375rem;left:0rem;width:23.125rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwJR94yIbRuSdvT8xmEppluIP3439D3o { top:21.375rem;left:0rem;width:17.5625rem;height:2.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvHaK4D5lZ9DJB8QOnQ0f6ntpPXaHs9v { top:23.75rem;left:0.1875rem;width:15.5625rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsiTK03i7bSr6SeXrTxg47q68K2UwN2E { width:9.875rem;height:2.8125rem;top:26.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsmM4fBv8FTnvpInHuqG3rE8UVdrvG6X { display:block; }
 }@media only screen and (max-width: 763px) { #VazVwuxgTUWrunnUMLdQ8VbM6wTVSH2q { width:9.875rem;height:2.8125rem;top:26.1875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSQw3xPRdpE3e3JLJzqH03X6tlsmT2go { display:block; }
 }@media only screen and (max-width: 763px) { #sZ7VoU6u7p01UF5rCbXCWK0RM8yJBPpr { top:1.1875rem;left:24.5625rem;width:23.0625rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dcn08IDl6e2fIJxF9IGGVAe2k3ffXZVk { top:19.4375rem;left:24.5625rem;width:23.0625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFKdXr94ZiclgQcbTC1412kK6gV8M4NK { top:22rem;left:30.6875rem;width:16.9375rem;height:2.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOz2FZgXGpXXMVvUxQKUkZTLTO47oSFe { top:24.125rem;left:31.9375rem;width:15.5625rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqqlSgoxHcATqzhIRoMHPITLosGsXpHU { width:9.625rem;height:2.5625rem;top:26.1875rem;left:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCwBdtaIEJJ2ySLTUbeqeFoCv4TtZZw0 { display:block; }
 }@media only screen and (max-width: 763px) { #U5VLJ1BZBduwKWl9zqxcCg5TLCnz6WWS { width:9.625rem;height:2.5625rem;top:26.1875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSvwp3ezJOK2KKGeMN5we9WHgqNEiz49 { display:block; }
 }@media only screen and (max-width: 763px) { #Tt1uwbX4W8nsMrsuW22ogTquv7SKRDDR { display:block; }#Tt1uwbX4W8nsMrsuW22ogTquv7SKRDDR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oWTMQ9LtbgJxogKptbzAHvW7mIxlE73w { top:19.4375rem;left:8.625rem;width:23.125rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFqTRvIG5a7dDDeIZ2PJ4V5La4ZT8lmP { width:9.875rem;height:2.8125rem;top:26.125rem;left:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dvqzb0CgRFfuoK3a8y72VJPW0ym69RAq { display:block; }
 }@media only screen and (max-width: 763px) { #Oa8EsAh5CBW8d3NLVSPasaU54XHtpei6 { width:9.875rem;height:2.8125rem;top:26.125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRfD8Dr5VbXZJnRh8NPnbV3cl9EaPuPw { display:block; }
 }@media only screen and (max-width: 763px) { #cGip2uTbACFQ8KpF2p5ALI7UePok4EWJ { top:23.6875rem;left:16.0625rem;width:15.5625rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmDDzxTX5lCbWP3nU7n3dqC5V3n4yJOG { top:21.5625rem;left:13.1875rem;width:18.5625rem;height:2.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpW5HboB92yw1ormODtfePi8K01LDPft { top:1.1875rem;left:8.6875rem;width:23.0625rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4VdQ9Krc3oh2NC95FbJTgw4MmlTMSIX { display:none; }#B4VdQ9Krc3oh2NC95FbJTgw4MmlTMSIX > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yqUTEaSsHnTQVqtTXJV0nTmUFmcNuNcs { display:none; }#yqUTEaSsHnTQVqtTXJV0nTmUFmcNuNcs > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lnucVcMP0v5rvbCTy3UK0IizuXz8OdF5 { top:1.1875rem;left:12.375rem;width:22.875rem;height:28.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #R0Gf3nhvg4ZRfB0cJGw5oMPJRGo0xB2W { top:17.1875rem;left:0rem;width:15.4375rem;height:;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wgrxTqWoE2o30snlnyRztcOomc0F0K6H { top:23.8125rem;left:16.1875rem;width:15.5rem;height:1.25rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #H4d4pZc7R6yhN4X7ZGBGckJ0XPLJTRRW { width:9.9375rem;height:2.875rem;top:26.1875rem;left:13.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fEhKF2MkaH6oTqptpF0apJVVgtul50cm { display:block; }
 }@media only screen and (max-width: 763px) { #eFhSBuOVNptScnzWSGP1rn48DNuJuAZu { width:9.9375rem;height:2.875rem;top:26.1875rem;left:24.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QyiOz95JQHpfNTrg0Tsm16lTXxSMmcel { display:block; }
 }@media only screen and (max-width: 763px) { #fMZJVfBDUOZbgnrBA6S2dKGvkkyhyODi { display:block; }#fMZJVfBDUOZbgnrBA6S2dKGvkkyhyODi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mVK0Oz6lxU3K2qeksoipSGtCWwq3X29f { top:1.1875rem;left:12.375rem;width:22.875rem;height:28.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qEKMwCfdc2GfDOeoBqElLCch6WOaOzWE { top:18.125rem;left:0rem;width:15.4375rem;height:;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rgCT1rMhCeRHAdiHD4uTKwLekis4dhXV { top:23.8125rem;left:16.1875rem;width:15.5rem;height:1.25rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #awknQbaMepZ3SDbZTSp6OwRJZ5vhRTx2 { width:9.9375rem;height:2.875rem;top:26.1875rem;left:13.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZC4XR4f7Up4TXUJg3u90EkQPyFLRNzGE { display:block; }
 }@media only screen and (max-width: 763px) { #tm92pTtkeJg9tMFhIiEarvLPuRMAlao6 { width:9.9375rem;height:2.875rem;top:26.1875rem;left:24.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MIqu0R1pm1gbt8BTuSAZUAIOqJufG4FV { display:block; }
 }@media only screen and (max-width: 763px) { #UAcmgTQbk6UBqF2q1Cbr7JrwGVCrFi0E { display:none; }#UAcmgTQbk6UBqF2q1Cbr7JrwGVCrFi0E > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Vlq4EGPX5Z7yJZSezSBteygIJQtLObNS { top:1.1875rem;left:12.375rem;width:22.875rem;height:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #On6D8zh1baGZNoHtsUmpQLC4GFsTSugh { top:19.4375rem;left:12.4375rem;width:22.875rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFV0sywwebdGZmWGsEoDdt8Gwuoyp06y { top:16.25rem;left:0rem;width:15.4375rem;height:;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvmfBfKZShgXkHKQxVFM2tEX4ih27vrv { top:23.8125rem;left:16.1875rem;width:15.5rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zo8DqXzz0uPDt6e4IBgmuSP4ZaO2h7hh { width:9.9375rem;height:2.875rem;top:26.1875rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZF6qtShe2GBTGNUHcM3EpKMKWbXc1UoS { display:block; }
 }@media only screen and (max-width: 763px) { #LkTtpuO5qpXcGKtlavnGUotaWgnlifLF { width:9.9375rem;height:2.875rem;top:26.1875rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnTOVocRrZaISICJi0WMcwOVo3Sggpsk { display:block; }
 }@media only screen and (max-width: 763px) { #OfKPb26GVfX12Aeksv7q51Hpu57JEP3T { display:none; }#OfKPb26GVfX12Aeksv7q51Hpu57JEP3T > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UFn4bERBdpQRHthRkVnrsBIxCK2WyqQO { top:1.1875rem;left:12.375rem;width:22.875rem;height:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #esOxv6OiHAX3pIITA8uXL65T8HC639iS { top:19.4375rem;left:12.4375rem;width:22.875rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUcxuEfs8G9vviQt1Xy8Hmv2tmtdeN09 { top:16.25rem;left:0rem;width:15.4375rem;height:;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZ65FrccXNotVWefrBs6u4o5mLOvTHv4 { top:18.8125rem;left:0rem;width:15.4375rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwN3OOERVsVTT1OffClK3mh9HIEZhfr2 { width:9.9375rem;height:2.875rem;top:26.1875rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAXL4TrFILo4HHhiI0yfx8EKwP72LceI { display:block; }
 }@media only screen and (max-width: 763px) { #xATXpclOComfdgy9vqOUXNCPFBFUmnQp { width:9.9375rem;height:2.875rem;top:26.1875rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6xPpSTnCnyFJFJofMZffkuWbwEUhpv1 { display:block; }
 }@media only screen and (max-width: 763px) { #giTpSffGuT32BfQDcgl0ZqccWJEfUJrE { display:none; }#giTpSffGuT32BfQDcgl0ZqccWJEfUJrE > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EcAxiuCRkA0vgkuQhWbul65eCXdqTsah { top:1.1875rem;left:12.375rem;width:22.875rem;height:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbZGDQuUpO7K1xWnkSddnaNdNEAFa6uA { top:19.4375rem;left:12.4375rem;width:22.875rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vf5y89wvTnswJQgraLviKIL60siqcTm0 { top:16.25rem;left:0rem;width:15.4375rem;height:;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypEmbbgghDJiTbHSUsHBDvf4w2znLxxt { top:18.8125rem;left:0rem;width:15.4375rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJ9Dm3KvxxsWACae05WLrnrQEtty8ugV { width:9.9375rem;height:2.875rem;top:26.1875rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0nDdHwf6ZE36gI8ixqTOdG2qftaAIEd { display:block; }
 }@media only screen and (max-width: 763px) { #VPc0FzKAREr1elKhOt4DJ420boTuZDJa { width:9.9375rem;height:2.875rem;top:26.1875rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqqTF6OZ4shAIFqnEi7UvdoUmTs0h1gX { display:block; }
 }@media only screen and (max-width: 763px) { #VeEryoNx9PFXVofzorJ5qwqVFw9CV5gC { display:none; }#VeEryoNx9PFXVofzorJ5qwqVFw9CV5gC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dTkmdJ6dHTW2CCPEnUFs3vmPUpiBaADn { top:1.1875rem;left:12.375rem;width:22.875rem;height:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlyZvOoewJ5I3S2QmDwL7X1xQgEDmTve { top:19.4375rem;left:12.4375rem;width:22.875rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5IslXByeFVc6AbSwGol846SJ3fpgbpo { top:16.25rem;left:0rem;width:15.4375rem;height:;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhEpI2lUB2adRW7FfG9E0sJiEELPU6IF { top:23.8125rem;left:16.1875rem;width:15.5rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx0o5sGLP8vHAwdiyuelKIQWadXiU0OK { width:9.9375rem;height:2.875rem;top:26.1875rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2NflJTxIfqIUcEBTm35MfQZAqTA5isZ { display:block; }
 }@media only screen and (max-width: 763px) { #eM5m3WTgTsXntHBTqd034swcgXhdxvRK { width:9.9375rem;height:2.875rem;top:26.1875rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFyBhMZwV9qG7t2kgOqHUBU5S7Ggv07R { display:block; }
 }@media only screen and (max-width: 763px) { #I1uXrbiMqxCEeeMg7v6u3R6F2BMz8Z18 { display:none; }#I1uXrbiMqxCEeeMg7v6u3R6F2BMz8Z18 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OF59frQIkGUTrvlTc5JfXDl9nc6WE2NB { top:1.1875rem;left:12.3125rem;width:22.9375rem;height:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISBwsTTxsbfHQ25HLh4awBc9deFt5IFM { top:19.5625rem;left:12.3125rem;width:23.125rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ropknP1hKLmfD9Ta5o3hqAU1UatIpx0a { top:16.4375rem;left:0rem;width:15.4375rem;height:;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3G6DOUTgEiHTISIRb89arbatNXbQrF0 { top:23.6875rem;left:16.125rem;width:15.5rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1ITxOJmzqkAWGZ0HpEyUkNvB8qq1RUv { width:9.875rem;height:2.8125rem;top:26.125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #md5pbbLbTckqcT8zFp7XKF7MpxNc35Zr { display:block; }
 }@media only screen and (max-width: 763px) { #aSSuBDmKUKvJIWXb3wCpZG6OW7Avqr9d { width:9.875rem;height:2.8125rem;top:26.125rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OC3aAm1tkTRicTBqB82yGyKGEDdS19Jy { display:block; }
 }@media only screen and (max-width: 763px) { #TfOZTzaHWPWWaOqiOLs7JbJbJnMffZSs { display:block; }#TfOZTzaHWPWWaOqiOLs7JbJbJnMffZSs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJFSK2zwF1sb1LiOtnQrIxx599AJ9p2u { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #exJTDgffiJdTaZx38uwBLgxqGCsuLVl9 { width:25.625rem;height:0.5rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr { display:flex;height:auto;width:27.8125rem;top:11.625rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #sBo5Id1Z0niz5CxlNSKZcL8Kh5JILyEv {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #nwA3huQTOMpT0Nxd1XHMmrgvFHNyKW20 {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #gPVcwCrIVQilJRz3Irg9ZPTx89G684nD {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #IrCJTbypqJV3FQJnZB89sIzSJKEG7BaE {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #kJZQMAtAPucqO9uO3LfcKymTT4Byx9FJ {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #wwMkICXtQ7b58ayNAipLX635iSvT8rmB {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #kN6kJGAcbvRwZExU8rV08PIke9g32dvh {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #eKcUbGIdpk3qJRw2hO4fOTGeLxdgpAd6 {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #mwKl3OgoHs33wVWHWIITDbcesswT7SXp {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #Qdc9Ib4SW0K926qK1Qesg4gqmsHeqSbx {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #Vmhd2PhtDxEy2Ie6ugHMi09RfE4HEisz {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #JMJBRURedrgKeTL6G2CdPTbO2Xs67v4O {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #wqB0pJV3ewMOXy7UQoT4LD92uVvBnVQs {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #vOTtyWynSHTSnVQTRODtVafdCO9w8fH6 {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #U8H4sCtyxQGcbOB4QJ9AJ3U8Aaf0ZrlL {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #MPAeeFoFFwsmXpNHTTTUs43vJODGTrzm {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #ZlwFRZyo1mrK0t98rbBv0mZFlMhIvTGs {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #EJVEm43R4LvxvBHy31IfRrF87LZtsvZK {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #axOA2xxUyvNBgtmQZi2li1GUMtnrPZex {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #ZlQSKgB0O4dUvlPQOCGA00cFpx0ZNPSl {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #bLwhQGxyrcDzgT1OZMzCAZXUoMvNGMdr {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #FTkWrJiSS5MtnrRCEer184R2920WGhsv {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #MGylIruD4Ip3MzPHvJzoeMmGrJHkGRJk {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #Ts5QNGoq5aHeL5otNUM2dSBgowSbg2QQ {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #IHSuelz9A9mnPncSJUFuUJwoZ5ZpEN05 {  }
 }@media only screen and (max-width: 763px) { #uuNfZ4XuXoKdlOJJsZrTaapFZ1I6TEJC { display:block; } #H25ef35e588e7f3bbb2c6b9640c97b20.widget-smartsection *:focus-visible, #H25ef35e588e7f3bbb2c6b9640c97b20.widget-smartsection input[type="text"]:focus-visible, #H25ef35e588e7f3bbb2c6b9640c97b20.widget-smartsection input[type="email"]:focus-visible, #H25ef35e588e7f3bbb2c6b9640c97b20.widget-smartsection input[type="tel"]:focus-visible, #H25ef35e588e7f3bbb2c6b9640c97b20.widget-smartsection textarea:focus-visible { outline: none; } #uuNfZ4XuXoKdlOJJsZrTaapFZ1I6TEJC > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v1KNdyyZL2SsuQopn8zdSZWfyTzt7hTs { width:8.875rem;height:2.1875rem;top:0.78125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Idlt4LJgoIXyWhRR7x7yA2cRGUc2zPSZ { display:block; }#Idlt4LJgoIXyWhRR7x7yA2cRGUc2zPSZ > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LIqaTxKGx4pOhttv7zVNA0m1MWVPBHcf { display:block; }#LIqaTxKGx4pOhttv7zVNA0m1MWVPBHcf > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W8TKDzyo7iGpcbUwlcFBv3nwmWuUBC4L { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3ccca113-8abf-4428-a308-3306a19cad39/TD_vDAYSBTEST22mobile.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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:none; }#W8TKDzyo7iGpcbUwlcFBv3nwmWuUBC4L.adaptive-delivery-prevent-bg, #W8TKDzyo7iGpcbUwlcFBv3nwmWuUBC4L.lazyload, #W8TKDzyo7iGpcbUwlcFBv3nwmWuUBC4L.lazyloading { background-image: none; }#W8TKDzyo7iGpcbUwlcFBv3nwmWuUBC4L > .row .container { border-width: 0; border-radius: 0; }#W8TKDzyo7iGpcbUwlcFBv3nwmWuUBC4L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W8TKDzyo7iGpcbUwlcFBv3nwmWuUBC4L > .row .container { width:20rem;height:36.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lhebOPQF0pXbTe1LLouNrwCF1mMieGKi { width:17.125rem;height:4.8125rem;top:19.1875rem;left:1.4375rem;font-size:2.1875rem;line-height:1.1;z-index:15013;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #TuwNVJw4ilSKAWMin9AHhcl4wmrNyICw { width:20rem;height:1.30615rem;top:24.25rem;left:0rem;font-size:1.1875rem;line-height:1.1;z-index:15014;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #AqvSOEL6591KlfZXXAa9IEVIl6EsEX0m { width:15.9375rem;height:2.76171875rem;top:25.875rem;left:2.0625rem;font-size:1.0625rem;z-index:15012;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #aJGc7HBqS0QrE9mLlnLxN2eQwkeuVlaP { width:19.6875rem;height:2.875rem;top:29.125rem;left:0.1875rem;z-index:15034;background-color:#1e1e1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #INg43JHZoi3rAk0TnvfQJfMyExEDDwm8 { display:block; }
 }@media only screen and (max-width: 763px) { #N8JROC9GsMSK9QF454nXVQikfkP6MyA0 { width:12.6875rem;height:1.13720625rem;top:32.6875rem;left:3.6875rem;font-size:0.875rem;z-index:15010;color:#f1f0f0;display:block; }
 }@media only screen and (max-width: 763px) { #lUvHfKCuw2DzxzfpXsfhuyxTk1wGzxL5 { display:flex;width:2.1875rem;height:2.1875rem;top:33.75rem;left:8.9375rem;z-index:15033; }
#lUvHfKCuw2DzxzfpXsfhuyxTk1wGzxL5 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #bn8iPzqaSLowzRSHPeKRTRWvRqkXIkZb { display:block; }#bn8iPzqaSLowzRSHPeKRTRWvRqkXIkZb > .row .container { width:20rem;height:20.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TM2ROt4npic8VPaOW1DE5m9LhvM5z6Ic { width:20rem;height:5.8496125rem;top:2.25rem;left:0rem;font-size:2.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LtLednt3rAkGdFUzMAgu9SaCJCudTXVM { width:20rem;height:9.0951875rem;top:8.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWCQQXfRr3Fk7XBiyP44ETNxHiTG7dFL { display:none; }#pWCQQXfRr3Fk7XBiyP44ETNxHiTG7dFL > .row .container { width:20rem;height:228.52302050781rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #M8HiKdRR4qPNMAiGhirzKea0fHv1JVB5 { width:15.49925rem;height:1.275025rem;top:19.1875rem;left:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUuAbSauAQ9ym9bPcFMdS0fMg7ADBMUc { width:20rem;height:10.625rem;top:105.30332128906rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5ab6z5VoFI2mBH4Vrs2eJH7DSOUmeoZ { width:20rem;height:25rem;top:78.999633789062rem;left:0rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #ic49HTfbfPvxMbN3eP3u3eDS3BrRGSQe { width:9.9375rem;height:2.875rem;top:112.04038183594rem;left:10.0625rem;box-shadow: none;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #XFA5RXVBWXBub32ITQIM7nNebUS3e7np { display:block; }
 }@media only screen and (max-width: 763px) { #EXr7KBZcNgqQ9J16AaQDOak8W758dDbQ { width:15.5rem;height:0;top:109.66611425781rem;left:3.719482421875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPn6ZdpnIl837mlfxqS6N8O7k5tsGB9i { width:15.5rem;height:0;top:107.35288183594rem;left:3.719482421875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEKNZFBq9gZksDUu86XnZ39M2WA1bDlD { width:9.9375rem;height:2.875rem;top:112.04038183594rem;left:0.8447265625rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #cRlumAlauhhpuuCyGTbZKXTzyrhgGnIE { display:block; }
 }@media only screen and (max-width: 763px) { #tGJD2N4lOzvV41tzeEiEdHwENcVe5u3u { width:20rem;height:10.625rem;top:155.34382128906rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGHHKbCFfxtPVrHzswEgXtaaIXOTLaT2 { width:20rem;height:25.040650406504rem;top:167.21882128906rem;left:0rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #LA3XtnwsBHThqCZKSQh0uV8SyPLdN10m { width:17.5625rem;height:0;top:187.53132128906rem;left:2.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #u004FKW7ekpSZJTNe5gCTdGBw9rJfsNW { width:9.875rem;height:2.8125rem;top:192.32282519531rem;left:1.5rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Fv7rA7WWeArf7xXTcACidafiNqt4P0tA { display:block; }
 }@media only screen and (max-width: 763px) { #ksEyLJKAV6WxHvkrTxoZFstp6ky4HV08 { width:9.875rem;height:2.8125rem;top:192.32282519531rem;left:10.125rem;box-shadow: none;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #t6GTGP9cW7EFGkimQ6JadiciDW2WD8g1 { display:block; }
 }@media only screen and (max-width: 763px) { #yAwLRNCM9QIpTIUiy4oHNBmbHqhTFVPO { width:20rem;height:10.625rem;top:214.52302050781rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWK9AZBDP2pxVdTdiMPwIMRppe2MAtEA { width:20rem;height:25.108695652174rem;top:196.38532519531rem;left:0rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #FAG0IOVxC7xvfiBece9Vmzsg1T6RQaHu { width:15.5625rem;height:0;top:226.39802050781rem;left:2.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAmAXTD19sLMk3U8P2dSoEpUoS6SRJBL { width:15.5rem;height:0;top:219.19782519531rem;left:3.4986572265625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzh0phOX7WfCMOVmJFiH6RZAA1IZmCZp { width:10rem;height:2.9375rem;top:221.48786425781rem;left:0.843017578125rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #JuN02TAtTISh0laiPJOL2l2fhICLPtgv { display:block; }
 }@media only screen and (max-width: 763px) { #mifbrnCTITz2de4PwUdOKV6vTD31MZOH { width:10rem;height:2.9375rem;top:221.48786425781rem;left:10rem;box-shadow: none;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #x8J9FM6aFqgmpkdFRW0LnI8elzu8D7X1 { display:block; }
 }@media only screen and (max-width: 763px) { #HldWf9v7oGIcmScKto3LqEez5DTZt9tv { display:none; }#HldWf9v7oGIcmScKto3LqEez5DTZt9tv > .row .container { width:20rem;height:155.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ozTgZvyzwTQeg5EyVGqKPl2JZugJHglu { width:20rem;height:10.625rem;top:105.30332128906rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7v5xHKBiQ1hoQozwS0RHHWSWMiXLPas { width:9.9375rem;height:2.875rem;top:112.04038183594rem;left:10.0625rem;box-shadow: none;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #r7gz8gCAQEhDpLVouKRKtvQ1czTSRrTe { display:block; }
 }@media only screen and (max-width: 763px) { #kJhCstDcaA9tU2g4QcIrZ2SwdW7TnbU8 { width:15.5rem;height:0;top:109.66611425781rem;left:3.719482421875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb1vL0vdbmgm5CEhhNydt8h6zidT2fSw { width:15.5rem;height:0;top:107.35288183594rem;left:3.719482421875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVNlUdxgTu4Rx9la2m7IJBTdXRdccx2C { width:9.9375rem;height:2.875rem;top:112.04038183594rem;left:0.8447265625rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #JObNlXTzodu9OsSR6pfrsglOXFtOsxQD { display:block; }
 }@media only screen and (max-width: 763px) { #FMMHXlnv5iXUTdRdIzOOiQnHIUytrTP7 { width:20rem;height:24.972972972973rem;top:129.05332128906rem;left:0rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #oqBl03oP1ZR8NfXR4SlvGqJ0LefuObSb { width:20rem;height:25rem;top:0rem;left:0rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #mzKaCg4LiTVXuGbKTaTZokXVxnTLubhA { width:20rem;height:10.625rem;top:117.17832128906rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwJR94yIbRuSdvT8xmEppluIP3439D3o { width:17.5625rem;height:0;top:119.11582128906rem;left:2.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvHaK4D5lZ9DJB8QOnQ0f6ntpPXaHs9v { width:15.5625rem;height:0;top:121.49082128906rem;left:3.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsiTK03i7bSr6SeXrTxg47q68K2UwN2E { width:9.875rem;height:2.8125rem;top:123.92832128906rem;left:0.9375rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #hsmM4fBv8FTnvpInHuqG3rE8UVdrvG6X { display:block; }
 }@media only screen and (max-width: 763px) { #VazVwuxgTUWrunnUMLdQ8VbM6wTVSH2q { width:9.875rem;height:2.8125rem;top:123.92832128906rem;left:10.125rem;box-shadow: none;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #bSQw3xPRdpE3e3JLJzqH03X6tlsmT2go { display:block; }
 }@media only screen and (max-width: 763px) { #sZ7VoU6u7p01UF5rCbXCWK0RM8yJBPpr { width:20rem;height:25rem;top:0rem;left:0rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #Dcn08IDl6e2fIJxF9IGGVAe2k3ffXZVk { width:20rem;height:10.625rem;top:26.305541992188rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFKdXr94ZiclgQcbTC1412kK6gV8M4NK { width:17rem;height:0;top:59.03470993042rem;left:3rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOz2FZgXGpXXMVvUxQKUkZTLTO47oSFe { width:15.5625rem;height:0;top:61.16752243042rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqqlSgoxHcATqzhIRoMHPITLosGsXpHU { width:9.875rem;height:2.8125rem;top:63.180541992188rem;left:10.125rem;box-shadow: none;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #KCwBdtaIEJJ2ySLTUbeqeFoCv4TtZZw0 { display:block; }
 }@media only screen and (max-width: 763px) { #U5VLJ1BZBduwKWl9zqxcCg5TLCnz6WWS { width:9.875rem;height:2.8125rem;top:63.180541992188rem;left:1.5rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #uSvwp3ezJOK2KKGeMN5we9WHgqNEiz49 { display:block; }
 }@media only screen and (max-width: 763px) { #Tt1uwbX4W8nsMrsuW22ogTquv7SKRDDR { display:none; }#Tt1uwbX4W8nsMrsuW22ogTquv7SKRDDR > .row .container { width:20rem;height:155.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oWTMQ9LtbgJxogKptbzAHvW7mIxlE73w { width:20rem;height:10.625rem;top:14.430908203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFqTRvIG5a7dDDeIZ2PJ4V5La4ZT8lmP { width:8.75rem;height:2.875rem;top:21.125rem;left:10.4375rem;box-shadow: none;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Dvqzb0CgRFfuoK3a8y72VJPW0ym69RAq { display:block; }
 }@media only screen and (max-width: 763px) { #Oa8EsAh5CBW8d3NLVSPasaU54XHtpei6 { width:8.75rem;height:2.875rem;top:21.125rem;left:0.75rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #QRfD8Dr5VbXZJnRh8NPnbV3cl9EaPuPw { display:block; }
 }@media only screen and (max-width: 763px) { #cGip2uTbACFQ8KpF2p5ALI7UePok4EWJ { width:15.49925rem;height:1.275025rem;top:19.1875rem;left:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmDDzxTX5lCbWP3nU7n3dqC5V3n4yJOG { width:15.49925rem;height:2.3999rem;top:16.5625rem;left:2.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpW5HboB92yw1ormODtfePi8K01LDPft { width:20rem;height:25.040650406504rem;top:38.180541992188rem;left:0rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #B4VdQ9Krc3oh2NC95FbJTgw4MmlTMSIX { display:block; }#B4VdQ9Krc3oh2NC95FbJTgw4MmlTMSIX > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yqUTEaSsHnTQVqtTXJV0nTmUFmcNuNcs { display:block; }#yqUTEaSsHnTQVqtTXJV0nTmUFmcNuNcs > .row .container { width:20rem;height:26.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lnucVcMP0v5rvbCTy3UK0IizuXz8OdF5 { width:20rem;height:25rem;top:0rem;left:0rem;z-index:15024;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #R0Gf3nhvg4ZRfB0cJGw5oMPJRGo0xB2W { width:15.4980625rem;height:2.40014375rem;top:16.686767578125rem;left:2.25rem;font-size:2rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #wgrxTqWoE2o30snlnyRztcOomc0F0K6H { width:15.4980625rem;height:1.27514375rem;top:19.08544921875rem;left:2.25rem;font-size:1.0625rem;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #H4d4pZc7R6yhN4X7ZGBGckJ0XPLJTRRW { width:8.5625rem;height:2.625rem;top:20.96044921875rem;left:0.87451171875rem;background-color:transparent;background-image:none;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #fEhKF2MkaH6oTqptpF0apJVVgtul50cm { display:block; }
 }@media only screen and (max-width: 763px) { #eFhSBuOVNptScnzWSGP1rn48DNuJuAZu { width:8.5625rem;height:2.625rem;top:20.96044921875rem;left:10.7490234375rem;box-shadow: none;background-color:transparent;background-image:none;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #QyiOz95JQHpfNTrg0Tsm16lTXxSMmcel { display:block; }
 }@media only screen and (max-width: 763px) { #fMZJVfBDUOZbgnrBA6S2dKGvkkyhyODi { display:block; }#fMZJVfBDUOZbgnrBA6S2dKGvkkyhyODi > .row .container { width:20rem;height:26.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mVK0Oz6lxU3K2qeksoipSGtCWwq3X29f { width:20rem;height:25.06225rem;top:0rem;left:0rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qEKMwCfdc2GfDOeoBqElLCch6WOaOzWE { width:15.4980625rem;height:2.40014375rem;top:17.1875rem;left:2.25rem;font-size:2rem;z-index:15066;display:block; }
 }@media only screen and (max-width: 763px) { #rgCT1rMhCeRHAdiHD4uTKwLekis4dhXV { width:15.4980625rem;height:1.27514375rem;top:19.5625rem;left:2.25rem;font-size:1.0625rem;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #awknQbaMepZ3SDbZTSp6OwRJZ5vhRTx2 { width:8.54675rem;height:2.60925rem;top:21.5rem;left:0.6875rem;background-color:transparent;background-image:none;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #ZC4XR4f7Up4TXUJg3u90EkQPyFLRNzGE { display:block; }
 }@media only screen and (max-width: 763px) { #tm92pTtkeJg9tMFhIiEarvLPuRMAlao6 { width:8.54675rem;height:2.60925rem;top:21.5rem;left:10.375rem;box-shadow: none;background-color:transparent;background-image:none;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #MIqu0R1pm1gbt8BTuSAZUAIOqJufG4FV { display:block; }
 }@media only screen and (max-width: 763px) { #UAcmgTQbk6UBqF2q1Cbr7JrwGVCrFi0E { display:block; }#UAcmgTQbk6UBqF2q1Cbr7JrwGVCrFi0E > .row .container { width:20rem;height:26.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vlq4EGPX5Z7yJZSezSBteygIJQtLObNS { width:19.999375rem;height:24.999375rem;top:0rem;left:0rem;z-index:15022;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #On6D8zh1baGZNoHtsUmpQLC4GFsTSugh { width:19.999375rem;height:10.624375rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFV0sywwebdGZmWGsEoDdt8Gwuoyp06y { width:15.4980625rem;height:2.40014375rem;top:16.125rem;left:2.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvmfBfKZShgXkHKQxVFM2tEX4ih27vrv { width:15.4980625rem;height:1.27514375rem;top:18.6875rem;left:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zo8DqXzz0uPDt6e4IBgmuSP4ZaO2h7hh { width:8.54675rem;height:2.63976875rem;top:20.9375rem;left:10.3125rem;box-shadow: none;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ZF6qtShe2GBTGNUHcM3EpKMKWbXc1UoS { display:block; }
 }@media only screen and (max-width: 763px) { #LkTtpuO5qpXcGKtlavnGUotaWgnlifLF { width:8.54675rem;height:2.63976875rem;top:20.9375rem;left:0.8125rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #MnTOVocRrZaISICJi0WMcwOVo3Sggpsk { display:block; }
 }@media only screen and (max-width: 763px) { #OfKPb26GVfX12Aeksv7q51Hpu57JEP3T { display:block; }#OfKPb26GVfX12Aeksv7q51Hpu57JEP3T > .row .container { width:20rem;height:26.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UFn4bERBdpQRHthRkVnrsBIxCK2WyqQO { width:19.999375rem;height:24.999375rem;top:0rem;left:0rem;z-index:15022;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #esOxv6OiHAX3pIITA8uXL65T8HC639iS { width:19.999375rem;height:10.624375rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUcxuEfs8G9vviQt1Xy8Hmv2tmtdeN09 { width:15.4980625rem;height:2.40014375rem;top:16.125rem;left:2.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZ65FrccXNotVWefrBs6u4o5mLOvTHv4 { width:15.4980625rem;height:1.27514375rem;top:18.6875rem;left:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwN3OOERVsVTT1OffClK3mh9HIEZhfr2 { width:8.54675rem;height:2.63976875rem;top:20.9375rem;left:10.3125rem;box-shadow: none;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #dAXL4TrFILo4HHhiI0yfx8EKwP72LceI { display:block; }
 }@media only screen and (max-width: 763px) { #xATXpclOComfdgy9vqOUXNCPFBFUmnQp { width:8.54675rem;height:2.63976875rem;top:20.9375rem;left:0.8125rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #l6xPpSTnCnyFJFJofMZffkuWbwEUhpv1 { display:block; }
 }@media only screen and (max-width: 763px) { #giTpSffGuT32BfQDcgl0ZqccWJEfUJrE { display:block; }#giTpSffGuT32BfQDcgl0ZqccWJEfUJrE > .row .container { width:20rem;height:26.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EcAxiuCRkA0vgkuQhWbul65eCXdqTsah { width:19.99875rem;height:24.999rem;top:0rem;left:0rem;z-index:15022;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BbZGDQuUpO7K1xWnkSddnaNdNEAFa6uA { width:19.99875rem;height:10.62375rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vf5y89wvTnswJQgraLviKIL60siqcTm0 { width:19.49925rem;height:2.40014375rem;top:15.8125rem;left:0.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypEmbbgghDJiTbHSUsHBDvf4w2znLxxt { width:15.4980625rem;height:1.27514375rem;top:18.6875rem;left:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJ9Dm3KvxxsWACae05WLrnrQEtty8ugV { width:8.452875rem;height:2.5459rem;top:20.9375rem;left:10.3125rem;box-shadow: none;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #T0nDdHwf6ZE36gI8ixqTOdG2qftaAIEd { display:block; }
 }@media only screen and (max-width: 763px) { #VPc0FzKAREr1elKhOt4DJ420boTuZDJa { width:8.452875rem;height:2.5459rem;top:20.9375rem;left:0.8125rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #BqqTF6OZ4shAIFqnEi7UvdoUmTs0h1gX { display:block; }
 }@media only screen and (max-width: 763px) { #VeEryoNx9PFXVofzorJ5qwqVFw9CV5gC { display:block; }#VeEryoNx9PFXVofzorJ5qwqVFw9CV5gC > .row .container { width:20rem;height:26.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTkmdJ6dHTW2CCPEnUFs3vmPUpiBaADn { width:19.99875rem;height:24.999rem;top:0rem;left:0rem;z-index:15022;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QlyZvOoewJ5I3S2QmDwL7X1xQgEDmTve { width:19.99875rem;height:10.62375rem;top:14.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5IslXByeFVc6AbSwGol846SJ3fpgbpo { width:15.4980625rem;height:2.40014375rem;top:16.1875rem;left:2.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhEpI2lUB2adRW7FfG9E0sJiEELPU6IF { width:15.4980625rem;height:1.27514375rem;top:18.75rem;left:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx0o5sGLP8vHAwdiyuelKIQWadXiU0OK { width:8.452875rem;height:2.5459rem;top:21rem;left:10.3125rem;box-shadow: none;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #S2NflJTxIfqIUcEBTm35MfQZAqTA5isZ { display:block; }
 }@media only screen and (max-width: 763px) { #eM5m3WTgTsXntHBTqd034swcgXhdxvRK { width:8.452875rem;height:2.5459rem;top:21rem;left:0.8125rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #DFyBhMZwV9qG7t2kgOqHUBU5S7Ggv07R { display:block; }
 }@media only screen and (max-width: 763px) { #I1uXrbiMqxCEeeMg7v6u3R6F2BMz8Z18 { display:block; }#I1uXrbiMqxCEeeMg7v6u3R6F2BMz8Z18 > .row .container { width:20rem;height:26.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OF59frQIkGUTrvlTc5JfXDl9nc6WE2NB { width:19.9995rem;height:24.99975rem;top:0rem;left:0rem;z-index:15022;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ISBwsTTxsbfHQ25HLh4awBc9deFt5IFM { width:19.9995rem;height:10.6245rem;top:14.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ropknP1hKLmfD9Ta5o3hqAU1UatIpx0a { width:19.93725rem;height:2.40014375rem;top:16.4375rem;left:0.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3G6DOUTgEiHTISIRb89arbatNXbQrF0 { width:15.4995rem;height:1.27514375rem;top:18.9375rem;left:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1ITxOJmzqkAWGZ0HpEyUkNvB8qq1RUv { width:8.65575rem;height:2.71875rem;top:20.6875rem;left:0.75rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #md5pbbLbTckqcT8zFp7XKF7MpxNc35Zr { display:block; }
 }@media only screen and (max-width: 763px) { #aSSuBDmKUKvJIWXb3wCpZG6OW7Avqr9d { width:8.65575rem;height:2.71875rem;top:20.6875rem;left:10.25rem;box-shadow: none;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #OC3aAm1tkTRicTBqB82yGyKGEDdS19Jy { display:block; }
 }@media only screen and (max-width: 763px) { #TfOZTzaHWPWWaOqiOLs7JbJbJnMffZSs { background-color:#1e1e1e;background-image:none;display:block; }#TfOZTzaHWPWWaOqiOLs7JbJbJnMffZSs > .row .container { background-color: transparent; background-image: none; }#TfOZTzaHWPWWaOqiOLs7JbJbJnMffZSs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfOZTzaHWPWWaOqiOLs7JbJbJnMffZSs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfOZTzaHWPWWaOqiOLs7JbJbJnMffZSs > .row .container > .video-iframe-container { display: none; }#TfOZTzaHWPWWaOqiOLs7JbJbJnMffZSs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfOZTzaHWPWWaOqiOLs7JbJbJnMffZSs > .row > .video-iframe-container { display: none; }#TfOZTzaHWPWWaOqiOLs7JbJbJnMffZSs > .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); }#TfOZTzaHWPWWaOqiOLs7JbJbJnMffZSs > .row .container { width:20rem;height:65.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJFSK2zwF1sb1LiOtnQrIxx599AJ9p2u { width:20rem;height:5.6001rem;top:3.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #exJTDgffiJdTaZx38uwBLgxqGCsuLVl9 { width:20rem;height:0.5rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr .accordion-heading-text { font-size:1.25rem;height:auto;line-height:1.5;overflow:hidden; }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr .accordion-desc-text { font-size:0.875rem;height:auto; }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr { display:flex;height:auto;width:20rem;top:12.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #sBo5Id1Z0niz5CxlNSKZcL8Kh5JILyEv {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #nwA3huQTOMpT0Nxd1XHMmrgvFHNyKW20 {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #gPVcwCrIVQilJRz3Irg9ZPTx89G684nD {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #IrCJTbypqJV3FQJnZB89sIzSJKEG7BaE {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #kJZQMAtAPucqO9uO3LfcKymTT4Byx9FJ {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #wwMkICXtQ7b58ayNAipLX635iSvT8rmB {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #kN6kJGAcbvRwZExU8rV08PIke9g32dvh {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #eKcUbGIdpk3qJRw2hO4fOTGeLxdgpAd6 {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #mwKl3OgoHs33wVWHWIITDbcesswT7SXp {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #Qdc9Ib4SW0K926qK1Qesg4gqmsHeqSbx {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #Vmhd2PhtDxEy2Ie6ugHMi09RfE4HEisz {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #JMJBRURedrgKeTL6G2CdPTbO2Xs67v4O {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #wqB0pJV3ewMOXy7UQoT4LD92uVvBnVQs {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #vOTtyWynSHTSnVQTRODtVafdCO9w8fH6 {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #U8H4sCtyxQGcbOB4QJ9AJ3U8Aaf0ZrlL {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #MPAeeFoFFwsmXpNHTTTUs43vJODGTrzm {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #ZlwFRZyo1mrK0t98rbBv0mZFlMhIvTGs {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #EJVEm43R4LvxvBHy31IfRrF87LZtsvZK {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #axOA2xxUyvNBgtmQZi2li1GUMtnrPZex {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #ZlQSKgB0O4dUvlPQOCGA00cFpx0ZNPSl {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #bLwhQGxyrcDzgT1OZMzCAZXUoMvNGMdr {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #FTkWrJiSS5MtnrRCEer184R2920WGhsv {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #MGylIruD4Ip3MzPHvJzoeMmGrJHkGRJk {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #Ts5QNGoq5aHeL5otNUM2dSBgowSbg2QQ {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #IHSuelz9A9mnPncSJUFuUJwoZ5ZpEN05 {  }
 }@media only screen and (max-width: 763px) { #uuNfZ4XuXoKdlOJJsZrTaapFZ1I6TEJC { display:block; } #H25ef35e588e7f3bbb2c6b9640c97b20.widget-smartsection *:focus-visible, #H25ef35e588e7f3bbb2c6b9640c97b20.widget-smartsection input[type="text"]:focus-visible, #H25ef35e588e7f3bbb2c6b9640c97b20.widget-smartsection input[type="email"]:focus-visible, #H25ef35e588e7f3bbb2c6b9640c97b20.widget-smartsection input[type="tel"]:focus-visible, #H25ef35e588e7f3bbb2c6b9640c97b20.widget-smartsection textarea:focus-visible { outline: none; } #uuNfZ4XuXoKdlOJJsZrTaapFZ1I6TEJC > .row .container { position:relative;display:block; } }