.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:222,241,250;--color-primary-1:156,212,241;--color-primary-2:90,184,232;--color-primary-3:54,110,139;--color-primary-4:9,74,107;--color-secondary-0:255,255,255;--color-secondary-1:249,249,249;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:187,186,187;--color-tertiary-2:141,140,142;--color-tertiary-3:85,84,85;--color-tertiary-4:65,64,66;--headlines-font-family:"Roboto";--paragraphs-font-family:"arial"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#FOGZB54MOwfonpMAMi0AtqcZiXTyEGzD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOGZB54MOwfonpMAMi0AtqcZiXTyEGzD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOGZB54MOwfonpMAMi0AtqcZiXTyEGzD > .row > .video-iframe-container { display: none; }#FOGZB54MOwfonpMAMi0AtqcZiXTyEGzD > .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); }#UTKkCwlkKS8iVtIk7L5b7JoToMaDlWz0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#UTKkCwlkKS8iVtIk7L5b7JoToMaDlWz0 > .row .container { background-color: transparent; background-image: none; }#UTKkCwlkKS8iVtIk7L5b7JoToMaDlWz0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTKkCwlkKS8iVtIk7L5b7JoToMaDlWz0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTKkCwlkKS8iVtIk7L5b7JoToMaDlWz0 > .row .container > .video-iframe-container { display: none; }#UTKkCwlkKS8iVtIk7L5b7JoToMaDlWz0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTKkCwlkKS8iVtIk7L5b7JoToMaDlWz0 > .row > .video-iframe-container { display: none; }#UTKkCwlkKS8iVtIk7L5b7JoToMaDlWz0 > .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); }#UTKkCwlkKS8iVtIk7L5b7JoToMaDlWz0 > .row .container { border-width: 0; border-radius: 0; }#UTKkCwlkKS8iVtIk7L5b7JoToMaDlWz0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UTKkCwlkKS8iVtIk7L5b7JoToMaDlWz0 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:4.75rem;width:60rem;position:relative;display:block; }#rp6b35T27By5TcvNqwhSQiodkkBOdvlN { background-color:transparent;background-image:url("https://images.assets-landingi.com/pgu05aJZ/insurance_agent_market_location_tool.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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;display:block; }#rp6b35T27By5TcvNqwhSQiodkkBOdvlN.adaptive-delivery-prevent-bg, #rp6b35T27By5TcvNqwhSQiodkkBOdvlN.lazyload, #rp6b35T27By5TcvNqwhSQiodkkBOdvlN.lazyloading { background-image: none; }#rp6b35T27By5TcvNqwhSQiodkkBOdvlN > .row .container { background-color: transparent; background-image: none; }#rp6b35T27By5TcvNqwhSQiodkkBOdvlN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.75); }#rp6b35T27By5TcvNqwhSQiodkkBOdvlN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rp6b35T27By5TcvNqwhSQiodkkBOdvlN > .row .container > .video-iframe-container { display: none; }#rp6b35T27By5TcvNqwhSQiodkkBOdvlN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.75); }#rp6b35T27By5TcvNqwhSQiodkkBOdvlN > .row > .video-iframe-container { display: none; }#rp6b35T27By5TcvNqwhSQiodkkBOdvlN > .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); }#rp6b35T27By5TcvNqwhSQiodkkBOdvlN > .row .container { border-width: 0; border-radius: 0; }#rp6b35T27By5TcvNqwhSQiodkkBOdvlN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#rp6b35T27By5TcvNqwhSQiodkkBOdvlN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#rp6b35T27By5TcvNqwhSQiodkkBOdvlN > .row .container { width:60rem;height:35.375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#cKIK7AT15eWq55arGFdoJK9I8gOBRpzq { color:rgba(var(--color-tertiary-0),1);display:block;width:57.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:22.6875rem;left:1.4375rem;height:4.6rem;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:center;text-align-last:center;display:block; }
#OPsmK2eZBS3ZBkIeggX3hrc3SNArp50p { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:11.645833015442rem;left:0rem;height:9.425rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ePghoRGq1l0l9ZldJHXZeuP92UQAEB0c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#ePghoRGq1l0l9ZldJHXZeuP92UQAEB0c > .row .container { background-color: transparent; background-image: none; }#ePghoRGq1l0l9ZldJHXZeuP92UQAEB0c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ePghoRGq1l0l9ZldJHXZeuP92UQAEB0c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ePghoRGq1l0l9ZldJHXZeuP92UQAEB0c > .row .container > .video-iframe-container { display: none; }#ePghoRGq1l0l9ZldJHXZeuP92UQAEB0c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ePghoRGq1l0l9ZldJHXZeuP92UQAEB0c > .row > .video-iframe-container { display: none; }#ePghoRGq1l0l9ZldJHXZeuP92UQAEB0c > .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); }#ePghoRGq1l0l9ZldJHXZeuP92UQAEB0c > .row .container { border-width: 0; border-radius: 0; }#ePghoRGq1l0l9ZldJHXZeuP92UQAEB0c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ePghoRGq1l0l9ZldJHXZeuP92UQAEB0c > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:26.5625rem;width:60rem;position:relative;display:block; }#oLguodZDMTCtqAwGbuhMSFMgNefyTGTC { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:13.84375rem;left:21.71875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#Ee4MXbinZfa2w6Ckf0kPqZf8LOMCkZfa { color:rgba(var(--color-tertiary-4),1);display:block;width:33.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.4062519073486rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Mqqv30BdDlJJFezVAZHIKzePMA6BOe4L { position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;height:14.0625rem;width:18.75rem;top:8.4375rem;left:0rem;display:block; }
#zF5JTqiiRc4C0xTrzKT9WPI9CZUhoz0X { color:rgba(var(--color-primary-2),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15113;line-height:1.8;letter-spacing:0;top:10.96875rem;left:1.09375rem;height:6.75rem;text-align:center;text-align-last:center;display:block; }
#TAdRUxK6zEEx4mMeTHqwNFVGb5k87Noe { position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;height:7.5rem;width:18.75rem;top:11.75rem;left:41.25rem;display:block; }
#A8JC2Oiw70Jb6c8p3ZqPBTFu2D5GANbT { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15115;line-height:1.3;letter-spacing:0;top:14.6875rem;left:42.34375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#MLTWRzwQ8bg2lIP8D18U6KZM6lNgtabX { position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;height:7.5rem;width:18.75rem;top:11.75rem;left:20.625rem;display:block; }
#ruo80hGbfFmAxAPd1EuhC4bpzEe5TaQ4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ruo80hGbfFmAxAPd1EuhC4bpzEe5TaQ4 > .row .container { background-color: transparent; background-image: none; }#ruo80hGbfFmAxAPd1EuhC4bpzEe5TaQ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruo80hGbfFmAxAPd1EuhC4bpzEe5TaQ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruo80hGbfFmAxAPd1EuhC4bpzEe5TaQ4 > .row .container > .video-iframe-container { display: none; }#ruo80hGbfFmAxAPd1EuhC4bpzEe5TaQ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruo80hGbfFmAxAPd1EuhC4bpzEe5TaQ4 > .row > .video-iframe-container { display: none; }#ruo80hGbfFmAxAPd1EuhC4bpzEe5TaQ4 > .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); }#ruo80hGbfFmAxAPd1EuhC4bpzEe5TaQ4 > .row .container { border-width: 0; border-radius: 0; }#ruo80hGbfFmAxAPd1EuhC4bpzEe5TaQ4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ruo80hGbfFmAxAPd1EuhC4bpzEe5TaQ4 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:26.5625rem;width:60rem;position:relative;display:block; }#qTzaASoBcM1KglT6ne3IAIOKb4fTPVCg { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:13.84375rem;left:21.71875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#bimxbCaeWfrPBebSoSTEWtPUi4dCAc2d { color:rgba(var(--color-tertiary-4),1);display:block;width:40.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.59375rem;left:0rem;height:2.68125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#FyApyyv9buR6qQO4y0GsRq7APA3TabTr { position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;height:14.0625rem;width:18.75rem;top:8.4375rem;left:0rem;display:block; }
#L4SQ4OgcLrLRpEU8pGwLoLOO06iwx41o { color:rgba(var(--color-primary-2),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15113;line-height:1.8;letter-spacing:0;top:9.9681930541994rem;left:1.09375rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#DbmslIC4cfxboMPZPMelWasqQL8xqaNS { position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;height:7.5rem;width:18.75rem;top:11.75rem;left:41.25rem;display:block; }
#so4VXvvCwzIVbhkAE5DzxP4C85CXfuso { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15115;line-height:1.3;letter-spacing:0;top:14.6875rem;left:42.34375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#bRFm8Pb9e9HgENKD1EBF9X6ic8WkInAT { position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;height:7.5rem;width:18.75rem;top:11.75rem;left:20.625rem;display:block; }
#rwglB2lvcqdVt7ycB1L48K2rzHeJ3Z2z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#rwglB2lvcqdVt7ycB1L48K2rzHeJ3Z2z > .row .container { background-color: transparent; background-image: none; }#rwglB2lvcqdVt7ycB1L48K2rzHeJ3Z2z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwglB2lvcqdVt7ycB1L48K2rzHeJ3Z2z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwglB2lvcqdVt7ycB1L48K2rzHeJ3Z2z > .row .container > .video-iframe-container { display: none; }#rwglB2lvcqdVt7ycB1L48K2rzHeJ3Z2z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwglB2lvcqdVt7ycB1L48K2rzHeJ3Z2z > .row > .video-iframe-container { display: none; }#rwglB2lvcqdVt7ycB1L48K2rzHeJ3Z2z > .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); }#rwglB2lvcqdVt7ycB1L48K2rzHeJ3Z2z > .row .container { border-width: 0; border-radius: 0; }#rwglB2lvcqdVt7ycB1L48K2rzHeJ3Z2z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rwglB2lvcqdVt7ycB1L48K2rzHeJ3Z2z > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:26.5625rem;width:60rem;position:relative;display:block; }#WyB7FVe1tuJC3GHW4chSDnnTzgOAKSIs { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:13.84375rem;left:21.71875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#p0nRX0wRHGKOA9OGVPUA8FbvlRTpKKBw { color:rgba(var(--color-tertiary-4),1);display:block;width:29.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.40625rem;left:0rem;height:2.68125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#vxgnM69t6XGTXyoQ0zch06dWoWc5c1da { position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;height:14.0625rem;width:18.75rem;top:8.4375rem;left:0rem;display:block; }
#pJ1Vaf9m2i9twurFmdrKGZfryPKakNMT { color:rgba(var(--color-primary-2),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15113;line-height:1.8;letter-spacing:0;top:10.96875rem;left:1.09375rem;height:6.75rem;text-align:center;text-align-last:center;display:block; }
#gUzteOUTTF5GBzQiJBkWhLOJqUfTgZ1x { position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;height:7.5rem;width:18.75rem;top:11.75rem;left:41.25rem;display:block; }
#D4JZknE966pg8Rq2tirp6ncWQf41Tmqq { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15115;line-height:1.3;letter-spacing:0;top:14.6875rem;left:42.34375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#G5CL5e6aIm3pywdNx128VMwH69cunVrt { position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;height:7.5rem;width:18.75rem;top:11.75rem;left:20.625rem;display:block; }
#FI7OWOk7waUm7VSXduZwCDqUe9cOiS6b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FI7OWOk7waUm7VSXduZwCDqUe9cOiS6b > .row .container { background-color: transparent; background-image: none; }#FI7OWOk7waUm7VSXduZwCDqUe9cOiS6b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FI7OWOk7waUm7VSXduZwCDqUe9cOiS6b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FI7OWOk7waUm7VSXduZwCDqUe9cOiS6b > .row .container > .video-iframe-container { display: none; }#FI7OWOk7waUm7VSXduZwCDqUe9cOiS6b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FI7OWOk7waUm7VSXduZwCDqUe9cOiS6b > .row > .video-iframe-container { display: none; }#FI7OWOk7waUm7VSXduZwCDqUe9cOiS6b > .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); }#FI7OWOk7waUm7VSXduZwCDqUe9cOiS6b > .row .container { border-width: 0; border-radius: 0; }#FI7OWOk7waUm7VSXduZwCDqUe9cOiS6b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FI7OWOk7waUm7VSXduZwCDqUe9cOiS6b > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:26.5625rem;width:60rem;position:relative;display:block; }#KP9mDmHBygst4EdCpKTRllxfKlpBwdst { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:13.84375rem;left:22.1875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#ML5tO8JxKqpDOTkS7TlSxpQTyTcCT9TL { color:rgba(var(--color-tertiary-4),1);display:block;width:40.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.59375rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#vGoTRfMXfyb5tQTntXrbxoh88Wlg0iw5 { position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;height:14.0625rem;width:18.75rem;top:8.4375rem;left:0rem;display:block; }
#btTmIrgCQo0VBG9eoq8gzGrDlUcSKbZ7 { color:rgba(var(--color-primary-2),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15113;line-height:1.8;letter-spacing:0;top:10.968749046326rem;left:1.09375rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#ZL8hokREkDN5F9KHusdxcK26ni6x15kf { position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;height:7.5rem;width:18.75rem;top:11.75rem;left:41.25rem;display:block; }
#LzEO7KGhF9ClRgtgfbKQNcXgcaT3KLT1 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15115;line-height:1.3;letter-spacing:0;top:14.6875rem;left:42.34375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#dmQkr26tT4hdfETJMMpvPDyb5x2QFmDg { position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;height:7.5rem;width:18.75rem;top:11.75rem;left:20.625rem;display:block; }
#anHcpgNnkEqc2WHByuwEPcqOJuWeNZWl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#anHcpgNnkEqc2WHByuwEPcqOJuWeNZWl > .row .container { background-color: transparent; background-image: none; }#anHcpgNnkEqc2WHByuwEPcqOJuWeNZWl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anHcpgNnkEqc2WHByuwEPcqOJuWeNZWl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anHcpgNnkEqc2WHByuwEPcqOJuWeNZWl > .row .container > .video-iframe-container { display: none; }#anHcpgNnkEqc2WHByuwEPcqOJuWeNZWl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anHcpgNnkEqc2WHByuwEPcqOJuWeNZWl > .row > .video-iframe-container { display: none; }#anHcpgNnkEqc2WHByuwEPcqOJuWeNZWl > .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); }#anHcpgNnkEqc2WHByuwEPcqOJuWeNZWl > .row .container { border-width: 0; border-radius: 0; }#anHcpgNnkEqc2WHByuwEPcqOJuWeNZWl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#anHcpgNnkEqc2WHByuwEPcqOJuWeNZWl > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:26.5625rem;width:60rem;position:relative;display:block; }#AWwFq31JOwMILPtLUsd4ZnzWdHdnCGZ8 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:13.84375rem;left:22.1875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#HTKBUytB7v1N4dbAcIMtfRdVW8RKkilZ { color:rgba(var(--color-tertiary-4),1);display:block;width:40.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.59375rem;left:0rem;height:2.68125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#dAUoH2rdDlEeE6sdmZUVK1DNwLGJQmyV { position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;height:13.25rem;width:18.75rem;top:8.4375rem;left:0rem;display:block; }
#xBNtsZp7nXnTvW8SdHHKG5qaf6bJpl22 { color:rgba(var(--color-primary-2),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15113;line-height:1.8;letter-spacing:0;top:10.968749046326rem;left:1.09375rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#PXDGvTKmklvuSuX2n8Sa3TSF62bVkMI2 { position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;height:7.5rem;width:18.75rem;top:11.75rem;left:41.25rem;display:block; }
#t77hoW9L1xlfE9nC92uTTC0dXc8Fxd6E { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15115;line-height:1.3;letter-spacing:0;top:14.6875rem;left:42.34375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#tZ1KpL5qGZPfhJe0bG8FU1nbG49RCIsN { position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;height:7.5rem;width:18.75rem;top:11.75rem;left:20.625rem;display:block; }
#k9bDbkdWA59SWzCc9O1fEM34VJdyQ32S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#k9bDbkdWA59SWzCc9O1fEM34VJdyQ32S > .row .container { background-color: transparent; background-image: none; }#k9bDbkdWA59SWzCc9O1fEM34VJdyQ32S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9bDbkdWA59SWzCc9O1fEM34VJdyQ32S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9bDbkdWA59SWzCc9O1fEM34VJdyQ32S > .row .container > .video-iframe-container { display: none; }#k9bDbkdWA59SWzCc9O1fEM34VJdyQ32S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9bDbkdWA59SWzCc9O1fEM34VJdyQ32S > .row > .video-iframe-container { display: none; }#k9bDbkdWA59SWzCc9O1fEM34VJdyQ32S > .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); }#k9bDbkdWA59SWzCc9O1fEM34VJdyQ32S > .row .container { border-width: 0; border-radius: 0; }#k9bDbkdWA59SWzCc9O1fEM34VJdyQ32S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k9bDbkdWA59SWzCc9O1fEM34VJdyQ32S > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:26.5625rem;width:60rem;position:relative;display:block; }#T0RtkXMGg7D2CfTNSt5Tw3SPGWtyatZF { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:14.65625rem;left:21.71875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#tRE5guZU98Dw5TU9P2BZLT9IhZfGp00P { color:rgba(var(--color-tertiary-4),1);display:block;width:40.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.59375rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Qn7qcT9CofUehkeM12CiwwJD40LHW4a4 { position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;height:14.0625rem;width:18.75rem;top:8.4375rem;left:0rem;display:block; }
#z1GhXkMDd1T57aHlDwTfU3k2ob8IbMSG { color:rgba(var(--color-primary-2),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15113;line-height:1.8;letter-spacing:0;top:10.968749046326rem;left:1.09375rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#OiTWRT8LkbGpmNkEeoXNM16VxVTfyoUN { position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;height:7.5rem;width:18.75rem;top:11.75rem;left:41.25rem;display:block; }
#aED51FqNouCNRpeN264bd4hUpzmw6Cd9 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15115;line-height:1.3;letter-spacing:0;top:14.6875rem;left:42.34375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#xctKqbWiTvfdreUy4q94bIy5OBgiQEiD { position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;height:7.5rem;width:18.75rem;top:11.75rem;left:20.625rem;display:block; }
#MaBpfLk0SMGHbncrHMKTbLTklQgsV0bp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MaBpfLk0SMGHbncrHMKTbLTklQgsV0bp > .row .container { background-color: transparent; background-image: none; }#MaBpfLk0SMGHbncrHMKTbLTklQgsV0bp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MaBpfLk0SMGHbncrHMKTbLTklQgsV0bp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MaBpfLk0SMGHbncrHMKTbLTklQgsV0bp > .row .container > .video-iframe-container { display: none; }#MaBpfLk0SMGHbncrHMKTbLTklQgsV0bp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MaBpfLk0SMGHbncrHMKTbLTklQgsV0bp > .row > .video-iframe-container { display: none; }#MaBpfLk0SMGHbncrHMKTbLTklQgsV0bp > .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); }#MaBpfLk0SMGHbncrHMKTbLTklQgsV0bp > .row .container { border-width: 0; border-radius: 0; }#MaBpfLk0SMGHbncrHMKTbLTklQgsV0bp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MaBpfLk0SMGHbncrHMKTbLTklQgsV0bp > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:26.5625rem;width:60rem;position:relative;display:block; }#kVgXJ1lSa24wSLyfEQUTwSb90ZEERTDJ { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:14.65625rem;left:21.71875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#Gft91W8fJkSZDOW2GabH205ud1ruahi5 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.59375rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#EtPFbqH0spOhuRQzWS9D04K5v0EHQEbm { position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;height:14.0625rem;width:18.75rem;top:8.4375rem;left:0rem;display:block; }
#GCf5LaGIyuSM77Fa9aOOsA8GrD2ZOxfq { color:rgba(var(--color-primary-2),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15113;line-height:1.8;letter-spacing:0;top:10.968749046326rem;left:1.09375rem;height:6.75rem;text-align:center;text-align-last:center;display:block; }
#ciF08hpS2J4cUhqThs8EVGbwzzyOnzvC { position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;height:7.5rem;width:18.75rem;top:11.75rem;left:41.25rem;display:block; }
#mhr08yniDxqI8cv107mN6d3cMpdl1pyp { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15115;line-height:1.3;letter-spacing:0;top:14.6875rem;left:42.34375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#fxeHipQMmKwUGNNABof7OVqHCEbLlwbA { position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;height:7.5rem;width:18.75rem;top:11.75rem;left:20.625rem;display:block; }
#lba2qk2RUB0ZBoOwdZgF7quaM6c3Wr3z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#lba2qk2RUB0ZBoOwdZgF7quaM6c3Wr3z > .row .container { background-color: transparent; background-image: none; }#lba2qk2RUB0ZBoOwdZgF7quaM6c3Wr3z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lba2qk2RUB0ZBoOwdZgF7quaM6c3Wr3z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lba2qk2RUB0ZBoOwdZgF7quaM6c3Wr3z > .row .container > .video-iframe-container { display: none; }#lba2qk2RUB0ZBoOwdZgF7quaM6c3Wr3z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lba2qk2RUB0ZBoOwdZgF7quaM6c3Wr3z > .row > .video-iframe-container { display: none; }#lba2qk2RUB0ZBoOwdZgF7quaM6c3Wr3z > .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); }#lba2qk2RUB0ZBoOwdZgF7quaM6c3Wr3z > .row .container { border-width: 0; border-radius: 0; }#lba2qk2RUB0ZBoOwdZgF7quaM6c3Wr3z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lba2qk2RUB0ZBoOwdZgF7quaM6c3Wr3z > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:26.5625rem;width:60rem;position:relative;display:block; }#MBo3DQwWo9TFrANhWlLSsOoJvQ8TdV2O { color:rgba(var(--color-tertiary-4),1);display:block;width:40.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.59375rem;left:0rem;height:2.68125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#dZTF5KcFP2I6sxXcBdiF8b53FxVg5gcn { position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;height:14.0625rem;width:18.75rem;top:8.4375rem;left:0rem;display:block; }
#GIRipkc88838N1ZTZzkgfkFsS0vFkQ2e { color:rgba(var(--color-primary-2),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15113;line-height:1.8;letter-spacing:0;top:10.968749046326rem;left:1.09375rem;height:6.75rem;text-align:center;text-align-last:center;display:block; }
#goVIy2Vf0fdIl1IPBfvvwrvkH8Ur9ID2 { position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;height:7.5rem;width:18.75rem;top:11.75rem;left:20.625rem;display:block; }
#nJNAgQxSvdJGMI9tWt30GAcIRCQiAbmL { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15115;line-height:1.3;letter-spacing:0;top:14.6875rem;left:21.75rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#LSrJ9qOcVutl1xOylMGehlTaF2zADJEr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LSrJ9qOcVutl1xOylMGehlTaF2zADJEr > .row .container { background-color: transparent; background-image: none; }#LSrJ9qOcVutl1xOylMGehlTaF2zADJEr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LSrJ9qOcVutl1xOylMGehlTaF2zADJEr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LSrJ9qOcVutl1xOylMGehlTaF2zADJEr > .row .container > .video-iframe-container { display: none; }#LSrJ9qOcVutl1xOylMGehlTaF2zADJEr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LSrJ9qOcVutl1xOylMGehlTaF2zADJEr > .row > .video-iframe-container { display: none; }#LSrJ9qOcVutl1xOylMGehlTaF2zADJEr > .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); }#LSrJ9qOcVutl1xOylMGehlTaF2zADJEr > .row .container { border-width: 0; border-radius: 0; }#LSrJ9qOcVutl1xOylMGehlTaF2zADJEr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LSrJ9qOcVutl1xOylMGehlTaF2zADJEr > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:26.5625rem;width:60rem;position:relative;display:block; }#D8S2slxzzU6ED86TcRT2y01SRgQutcgA { color:#ff4133;display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15116;line-height:1.3;letter-spacing:0;top:14.03125rem;left:22.375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#eealRNHRGoMx94ykv74CCJaxxA0nZy3Q { color:rgba(var(--color-tertiary-4),1);display:block;width:40.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.59375rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#tDr7SeUNi5wbRTCzKFr0Sl5VgN8aqH7n { position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;height:14.0625rem;width:18.75rem;top:8.4375rem;left:0rem;display:block; }
#enmtXbqndDRGntnn709dNUxEPeIMFFVo { color:rgba(var(--color-primary-2),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15113;line-height:1.8;letter-spacing:0;top:10.968749046326rem;left:1.09375rem;height:9rem;text-align:center;text-align-last:center;display:block; }
#dLFfcAStchLUxD0MLFhCuUSbHRcMS4oF { position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;height:7.5rem;width:18.75rem;top:11.75rem;left:41.25rem;display:block; }
#uwX6JEekb2JyTCuKDF76mlc3uaJnTCkH { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15115;line-height:1.3;letter-spacing:0;top:14.6875rem;left:42.34375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#fuKMo8dvt9lOHhOOZ37hg45tZrfmoo4P { position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;height:7.5rem;width:18.75rem;top:11.75rem;left:20.625rem;display:block; }
#aXw96eLAZEcbkx9uRTCTV2mPTbnmws0w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#aXw96eLAZEcbkx9uRTCTV2mPTbnmws0w > .row .container { background-color: transparent; background-image: none; }#aXw96eLAZEcbkx9uRTCTV2mPTbnmws0w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aXw96eLAZEcbkx9uRTCTV2mPTbnmws0w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aXw96eLAZEcbkx9uRTCTV2mPTbnmws0w > .row .container > .video-iframe-container { display: none; }#aXw96eLAZEcbkx9uRTCTV2mPTbnmws0w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aXw96eLAZEcbkx9uRTCTV2mPTbnmws0w > .row > .video-iframe-container { display: none; }#aXw96eLAZEcbkx9uRTCTV2mPTbnmws0w > .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); }#aXw96eLAZEcbkx9uRTCTV2mPTbnmws0w > .row .container { border-width: 0; border-radius: 0; }#aXw96eLAZEcbkx9uRTCTV2mPTbnmws0w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aXw96eLAZEcbkx9uRTCTV2mPTbnmws0w > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:26.5625rem;width:60rem;position:relative;display:block; }#i99bDWIdGtAAdrkDOhMfxNCfs3VWHgEE { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:13.84375rem;left:21.71875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#H9uykTfZxJCTizl0z2I4iO8mnTIydye7 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.59375rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#h3pgrl2T1iWMZGMyXoBQ2GqptQZtaCy6 { position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;height:14.0625rem;width:18.75rem;top:8.4375rem;left:0rem;display:block; }
#UFRw6Vft9LPeks9EDcKoxFdB8GQPTz3q { color:rgba(var(--color-primary-2),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15113;line-height:1.8;letter-spacing:0;top:10.968749046326rem;left:1.09375rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#hcv8TNwlomzbXp6mhwAGVGIyKbeNW0yc { position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;height:7.5rem;width:18.75rem;top:11.75rem;left:41.25rem;display:block; }
#CAlIeRL8126nyAcxQA8HeS47q8VQeh1w { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15115;line-height:1.3;letter-spacing:0;top:14.6875rem;left:42.34375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#FK3tWxK6uAVC5d82dl4L4I357WRcwR3K { position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;height:7.5rem;width:18.75rem;top:11.75rem;left:20.625rem;display:block; }
#SwqCszTfxCAfSyz6KXc5q7alDBcTJU3T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SwqCszTfxCAfSyz6KXc5q7alDBcTJU3T > .row .container { background-color: transparent; background-image: none; }#SwqCszTfxCAfSyz6KXc5q7alDBcTJU3T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SwqCszTfxCAfSyz6KXc5q7alDBcTJU3T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SwqCszTfxCAfSyz6KXc5q7alDBcTJU3T > .row .container > .video-iframe-container { display: none; }#SwqCszTfxCAfSyz6KXc5q7alDBcTJU3T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SwqCszTfxCAfSyz6KXc5q7alDBcTJU3T > .row > .video-iframe-container { display: none; }#SwqCszTfxCAfSyz6KXc5q7alDBcTJU3T > .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); }#SwqCszTfxCAfSyz6KXc5q7alDBcTJU3T > .row .container { border-width: 0; border-radius: 0; }#SwqCszTfxCAfSyz6KXc5q7alDBcTJU3T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SwqCszTfxCAfSyz6KXc5q7alDBcTJU3T > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:26.5625rem;width:60rem;position:relative;display:block; }#gBZcLTBzkzc2i6KDz5ccTtEQGeC7AN7e { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:14.687496185302rem;left:21.71875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#OvLZi2XwlRZoT5kkDqNt0XDnCksrTu97 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.59375rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#vazHc3H3qnJE1I1wZ2vHCswoD48c3D14 { position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;height:14.0625rem;width:18.75rem;top:8.4375rem;left:0rem;display:block; }
#JnfWOXT9m7SIvf8cHZA1pgJVuBR8qf9R { color:rgba(var(--color-primary-2),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15113;line-height:1.8;letter-spacing:0;top:10.968749046326rem;left:1.09375rem;height:9rem;text-align:center;text-align-last:center;display:block; }
#IbGTVHirkgc2407FKJqS4WT0riZNeIlP { position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;height:7.5rem;width:18.75rem;top:11.75rem;left:41.25rem;display:block; }
#e9ZKtkqpzesQTulUKMlEuUXk5gspXiSE { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15115;line-height:1.3;letter-spacing:0;top:14.6875rem;left:42.34375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#eiyNTTsO5hx0GiwUBTmDX4OCoWiDPqe0 { position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;height:7.5rem;width:18.75rem;top:11.75rem;left:20.625rem;display:block; }
#snrvOXJSqsHi725T9bEmQ8SbOIXcPIle { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#snrvOXJSqsHi725T9bEmQ8SbOIXcPIle > .row .container { background-color: transparent; background-image: none; }#snrvOXJSqsHi725T9bEmQ8SbOIXcPIle::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snrvOXJSqsHi725T9bEmQ8SbOIXcPIle > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snrvOXJSqsHi725T9bEmQ8SbOIXcPIle > .row .container > .video-iframe-container { display: none; }#snrvOXJSqsHi725T9bEmQ8SbOIXcPIle > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snrvOXJSqsHi725T9bEmQ8SbOIXcPIle > .row > .video-iframe-container { display: none; }#snrvOXJSqsHi725T9bEmQ8SbOIXcPIle > .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); }#snrvOXJSqsHi725T9bEmQ8SbOIXcPIle > .row .container { border-width: 0; border-radius: 0; }#snrvOXJSqsHi725T9bEmQ8SbOIXcPIle > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#snrvOXJSqsHi725T9bEmQ8SbOIXcPIle > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:26.5625rem;width:60rem;position:relative;display:block; }#Oa0BUkTuO4cN3K7feun4W7V4IKU6wkAQ { color:rgba(var(--color-tertiary-0),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:14.097915649414rem;left:21.9375rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#MyuiZdcJtMeumNpeIrsygEoRWSJAQwri { color:rgba(var(--color-tertiary-4),1);display:block;width:40.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.59375rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#yMZeLotq1BLPPoXti6kd01O7TGEaZDr8 { position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;height:14.0625rem;width:18.75rem;top:8.4375rem;left:0rem;display:block; }
#RqEcmgNQpe9O59ifreZdSFRD1I6ANtis { color:rgba(var(--color-primary-2),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15113;line-height:1.8;letter-spacing:0;top:10.968749046326rem;left:1.09375rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#X4cF4fCzT0WAmXCJZGVDCGp95XzaIWlU { position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;height:7.5rem;width:18.75rem;top:11.75rem;left:41.25rem;display:block; }
#NwUhsM7aZ034IxEEWvtG72d3ybkW6lPt { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15115;line-height:1.3;letter-spacing:0;top:14.6875rem;left:42.34375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#JVtqhW142zkOFZQrZ1vv1VlCS5ikZfgc { position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;height:7.5rem;width:18.75rem;top:11.75rem;left:20.625rem;display:block; }
#K80CFiaCE0XGnbkUlgRodTzZc7ZE6feH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#K80CFiaCE0XGnbkUlgRodTzZc7ZE6feH > .row .container { background-color: transparent; background-image: none; }#K80CFiaCE0XGnbkUlgRodTzZc7ZE6feH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K80CFiaCE0XGnbkUlgRodTzZc7ZE6feH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K80CFiaCE0XGnbkUlgRodTzZc7ZE6feH > .row .container > .video-iframe-container { display: none; }#K80CFiaCE0XGnbkUlgRodTzZc7ZE6feH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K80CFiaCE0XGnbkUlgRodTzZc7ZE6feH > .row > .video-iframe-container { display: none; }#K80CFiaCE0XGnbkUlgRodTzZc7ZE6feH > .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); }#K80CFiaCE0XGnbkUlgRodTzZc7ZE6feH > .row .container { border-width: 0; border-radius: 0; }#K80CFiaCE0XGnbkUlgRodTzZc7ZE6feH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K80CFiaCE0XGnbkUlgRodTzZc7ZE6feH > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:26.5625rem;width:60rem;position:relative;display:block; }#ovZf9ggJfdGinqU2pmhuEyfnpxWzyUMT { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:13.84375rem;left:21.71875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#INBPzcmc6S1SwXSCDhoI6OfsrCGuDEeH { color:rgba(var(--color-tertiary-4),1);display:block;width:40.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.59375rem;left:0rem;height:2.68125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#xStnOWaJe2r2yJQM2bsBoNKt65p6duRN { position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;height:14.0625rem;width:18.75rem;top:8.4375rem;left:0rem;display:block; }
#sObPU7EnpoPNTXU8eB9scg8Jo7pm9eGh { color:rgba(var(--color-primary-2),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15113;line-height:1.8;letter-spacing:0;top:11.15625rem;left:1.09375rem;height:5.875rem;text-align:center;text-align-last:center;display:block; }
#m6AtDiydxodgncp3SSmaPGoPtNEXxCu9 { position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;height:7.5rem;width:18.75rem;top:11.75rem;left:41.25rem;display:block; }
#ikpVx86qa076PMcwC94NdgxsZHpEQ3QL { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15115;line-height:1.3;letter-spacing:0;top:14.6875rem;left:42.34375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#cmqf0z3upBhEy9qVV5mcGvuQHto3CEWR { position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;height:7.5rem;width:18.75rem;top:11.75rem;left:20.625rem;display:block; }
#Z3LJL6xPIN95qdy7b9eeqEgqVify7N2U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#Z3LJL6xPIN95qdy7b9eeqEgqVify7N2U > .row .container { background-color: transparent; background-image: none; }#Z3LJL6xPIN95qdy7b9eeqEgqVify7N2U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3LJL6xPIN95qdy7b9eeqEgqVify7N2U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3LJL6xPIN95qdy7b9eeqEgqVify7N2U > .row .container > .video-iframe-container { display: none; }#Z3LJL6xPIN95qdy7b9eeqEgqVify7N2U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3LJL6xPIN95qdy7b9eeqEgqVify7N2U > .row > .video-iframe-container { display: none; }#Z3LJL6xPIN95qdy7b9eeqEgqVify7N2U > .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); }#Z3LJL6xPIN95qdy7b9eeqEgqVify7N2U > .row .container { border-width: 0; border-radius: 0; }#Z3LJL6xPIN95qdy7b9eeqEgqVify7N2U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z3LJL6xPIN95qdy7b9eeqEgqVify7N2U > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:26.5625rem;width:60rem;position:relative;display:block; }#phrTMCmw8Ct8xSCwnZF1L4AR2ZtfIeah { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:14.656250953674rem;left:21.71875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#DRAlQLtmNTDE5eHy9BlTnDvieQTZEmgd { color:rgba(var(--color-tertiary-4),1);display:block;width:40.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.59375rem;left:0rem;height:2.68125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#JQe1x7ptmn5BNTLGgb5O5o0WGW6t6C7H { position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;height:14.0625rem;width:18.75rem;top:8.4375rem;left:0rem;display:block; }
#dBg7qc8AQ0KDZHWQAP2QQZoBG6q41Lpf { color:rgba(var(--color-primary-2),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15113;line-height:1.8;letter-spacing:0;top:11.15625rem;left:1.09375rem;height:6.75rem;text-align:center;text-align-last:center;display:block; }
#VOpPgOaHFZhBPRCnZf8o4ESLK0mHyzm4 { position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;height:7.5rem;width:18.75rem;top:11.75rem;left:41.25rem;display:block; }
#znAygrc05CofyR3622GmUwDbkFQt2lWo { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15115;line-height:1.3;letter-spacing:0;top:14.6875rem;left:42.34375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#dTIdCOlSHciyvscsCXIGTZL84HxSwwlK { position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;height:7.5rem;width:18.75rem;top:11.75rem;left:20.625rem;display:block; }
#IUCsUWNpm3A0WbOPcqrDiJ37A6wRuMpI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IUCsUWNpm3A0WbOPcqrDiJ37A6wRuMpI > .row .container { background-color: transparent; background-image: none; }#IUCsUWNpm3A0WbOPcqrDiJ37A6wRuMpI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUCsUWNpm3A0WbOPcqrDiJ37A6wRuMpI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUCsUWNpm3A0WbOPcqrDiJ37A6wRuMpI > .row .container > .video-iframe-container { display: none; }#IUCsUWNpm3A0WbOPcqrDiJ37A6wRuMpI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUCsUWNpm3A0WbOPcqrDiJ37A6wRuMpI > .row > .video-iframe-container { display: none; }#IUCsUWNpm3A0WbOPcqrDiJ37A6wRuMpI > .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); }#IUCsUWNpm3A0WbOPcqrDiJ37A6wRuMpI > .row .container { border-width: 0; border-radius: 0; }#IUCsUWNpm3A0WbOPcqrDiJ37A6wRuMpI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IUCsUWNpm3A0WbOPcqrDiJ37A6wRuMpI > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:26.5625rem;width:60rem;position:relative;display:block; }#auZ1kNwQEIPvfSKPyXBoUvfo8RIyRHs6 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:13.843749046326rem;left:22.625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#IZTFqpINqPkTPHZFMt6CqyBSxtfoUAeL { color:rgba(var(--color-tertiary-4),1);display:block;width:40.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.59375rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#eLsBi3fxwopsd6yTTsXBVeN8eOJufvhO { position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;height:14.0625rem;width:18.75rem;top:8.4375rem;left:0rem;display:block; }
#caeHhfuuV2RsvKPdN72GaTshEM1t0Xd1 { color:rgba(var(--color-primary-2),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15113;line-height:1.8;letter-spacing:0;top:10.968749046326rem;left:1.09375rem;height:9rem;text-align:center;text-align-last:center;display:block; }
#rswOA0QgeQ2TXdiJyEbKlUKHW4yiFFMu { position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;height:7.5rem;width:18.75rem;top:11.75rem;left:41.25rem;display:block; }
#n3UElcwpV6MUEEdbD5mIoFR6Mz4XhRbz { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15115;line-height:1.3;letter-spacing:0;top:14.6875rem;left:42.34375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#n6aHqBOH5yPIDutUorz127HhZGmernmZ { position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;height:7.5rem;width:18.75rem;top:11.75rem;left:20.625rem;display:block; }
#NJdhP2xTh9TAGTpnuCcyCkUhu25W1FRZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#NJdhP2xTh9TAGTpnuCcyCkUhu25W1FRZ > .row .container { background-color: transparent; background-image: none; }#NJdhP2xTh9TAGTpnuCcyCkUhu25W1FRZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJdhP2xTh9TAGTpnuCcyCkUhu25W1FRZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJdhP2xTh9TAGTpnuCcyCkUhu25W1FRZ > .row .container > .video-iframe-container { display: none; }#NJdhP2xTh9TAGTpnuCcyCkUhu25W1FRZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJdhP2xTh9TAGTpnuCcyCkUhu25W1FRZ > .row > .video-iframe-container { display: none; }#NJdhP2xTh9TAGTpnuCcyCkUhu25W1FRZ > .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); }#NJdhP2xTh9TAGTpnuCcyCkUhu25W1FRZ > .row .container { border-width: 0; border-radius: 0; }#NJdhP2xTh9TAGTpnuCcyCkUhu25W1FRZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NJdhP2xTh9TAGTpnuCcyCkUhu25W1FRZ > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:26.5625rem;width:60rem;position:relative;display:block; }#cKEgBaD2nN5PziFlbmQKSkktzaNq1ngw { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:13.84375rem;left:21.71875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#QDJURZndxG5pAeZ2NthtsN1bxoZGg1aV { color:rgba(var(--color-tertiary-4),1);display:block;width:40.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.59375rem;left:0rem;height:2.68125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#OWvLkwixgoEFN7k0I2q28JcNt6o29TXb { position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;height:14.0625rem;width:18.75rem;top:8.4375rem;left:0rem;display:block; }
#sd9Lc1WvfbBwbhvrfGHHOhoBymOSkBzJ { color:rgba(var(--color-primary-2),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15113;line-height:1.8;letter-spacing:0;top:10.968749046326rem;left:1.09375rem;height:6.75rem;text-align:center;text-align-last:center;display:block; }
#ttsDsbRkT5rxxrhtEXH0FCaTqXS61bCB { position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;height:7.5rem;width:18.75rem;top:11.75rem;left:41.25rem;display:block; }
#dikcgcWZvlKr0LxZLVW78IpH7kwrJTgf { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15115;line-height:1.3;letter-spacing:0;top:14.6875rem;left:42.34375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#ILPtKwRWXrEQZwanGlKRKwvnO3f9iFVR { position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;height:7.5rem;width:18.75rem;top:11.75rem;left:20.625rem;display:block; }
#UOWUe2pivkbpGyNxQqbsOToz5PpOUJLx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UOWUe2pivkbpGyNxQqbsOToz5PpOUJLx > .row .container { background-color: transparent; background-image: none; }#UOWUe2pivkbpGyNxQqbsOToz5PpOUJLx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UOWUe2pivkbpGyNxQqbsOToz5PpOUJLx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UOWUe2pivkbpGyNxQqbsOToz5PpOUJLx > .row .container > .video-iframe-container { display: none; }#UOWUe2pivkbpGyNxQqbsOToz5PpOUJLx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UOWUe2pivkbpGyNxQqbsOToz5PpOUJLx > .row > .video-iframe-container { display: none; }#UOWUe2pivkbpGyNxQqbsOToz5PpOUJLx > .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); }#UOWUe2pivkbpGyNxQqbsOToz5PpOUJLx > .row .container { border-width: 0; border-radius: 0; }#UOWUe2pivkbpGyNxQqbsOToz5PpOUJLx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UOWUe2pivkbpGyNxQqbsOToz5PpOUJLx > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:26.5625rem;width:60rem;position:relative;display:block; }#qAXPuIOzA3M4fQCgW5cccCPTDwdURX7v { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:13.84375rem;left:21.71875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#IiXzuodC4Bso1M6JhvpESGziELpA1knz { color:rgba(var(--color-tertiary-4),1);display:block;width:40.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.59375rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#atiyan8pmr3REhLaO6KXsgItad2eXOIV { position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;height:14.0625rem;width:18.75rem;top:8.4375rem;left:0rem;display:block; }
#XqrSfabzwCFAKRbtlEIkMwfD3tRtQcpO { color:rgba(var(--color-primary-2),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15113;line-height:1.8;letter-spacing:0;top:10.968749046326rem;left:1.09375rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#L3Cp1u50Gnqiq6EJuVQc2a2Gyf1TtkIv { position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;height:7.5rem;width:18.75rem;top:11.75rem;left:20.625rem;display:block; }
#cRzTHBzx2cTI88o26I5syQb5AWTCtUaE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#cRzTHBzx2cTI88o26I5syQb5AWTCtUaE > .row .container { background-color: transparent; background-image: none; }#cRzTHBzx2cTI88o26I5syQb5AWTCtUaE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRzTHBzx2cTI88o26I5syQb5AWTCtUaE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRzTHBzx2cTI88o26I5syQb5AWTCtUaE > .row .container > .video-iframe-container { display: none; }#cRzTHBzx2cTI88o26I5syQb5AWTCtUaE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRzTHBzx2cTI88o26I5syQb5AWTCtUaE > .row > .video-iframe-container { display: none; }#cRzTHBzx2cTI88o26I5syQb5AWTCtUaE > .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); }#cRzTHBzx2cTI88o26I5syQb5AWTCtUaE > .row .container { border-width: 0; border-radius: 0; }#cRzTHBzx2cTI88o26I5syQb5AWTCtUaE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cRzTHBzx2cTI88o26I5syQb5AWTCtUaE > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:26.5625rem;width:60rem;position:relative;display:block; }#DRxJQI699kKL8IiXeT5FOgo0wEkK4AsP { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:13.84375rem;left:21.71875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#LE4hk1cxIVxCAFlCxnuERpqHbVmwVucP { color:rgba(var(--color-tertiary-4),1);display:block;width:40.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.59375rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#BlqhU2LDT5WCkSTDqCPMqzIkqSTZ5mK5 { position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;height:14.0625rem;width:18.75rem;top:8.4375rem;left:0rem;display:block; }
#DIEEy9K6to1iked8diMXnvAzRhLT7szQ { color:rgba(var(--color-primary-2),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15113;line-height:1.8;letter-spacing:0;top:10.968749046326rem;left:1.09375rem;height:6.75rem;text-align:center;text-align-last:center;display:block; }
#JzOGUuJbcBJZgcwn9rcwEOioc2bvnukR { position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;height:7.5rem;width:18.75rem;top:11.75rem;left:41.25rem;display:block; }
#HMnhPxnUzKyUL9AWErzVzJs2HbsI1dVy { position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;height:7.5rem;width:18.75rem;top:11.75rem;left:20.625rem;display:block; }
#wEtqfyTq7E7zffe8k0TKA53dQ8vGmVQs { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15116;line-height:1.3;letter-spacing:0;top:14.65625rem;left:42.34375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#fSTZwzVozHDmfMB1hUbgHJG2KTIsklvq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fSTZwzVozHDmfMB1hUbgHJG2KTIsklvq > .row .container { background-color: transparent; background-image: none; }#fSTZwzVozHDmfMB1hUbgHJG2KTIsklvq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSTZwzVozHDmfMB1hUbgHJG2KTIsklvq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSTZwzVozHDmfMB1hUbgHJG2KTIsklvq > .row .container > .video-iframe-container { display: none; }#fSTZwzVozHDmfMB1hUbgHJG2KTIsklvq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSTZwzVozHDmfMB1hUbgHJG2KTIsklvq > .row > .video-iframe-container { display: none; }#fSTZwzVozHDmfMB1hUbgHJG2KTIsklvq > .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); }#fSTZwzVozHDmfMB1hUbgHJG2KTIsklvq > .row .container { border-width: 0; border-radius: 0; }#fSTZwzVozHDmfMB1hUbgHJG2KTIsklvq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fSTZwzVozHDmfMB1hUbgHJG2KTIsklvq > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:26.5625rem;width:60rem;position:relative;display:block; }#hL66HuAqO20sLKMxg6CzJCInF3sSBzR5 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:14.65625rem;left:21.71875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#vMGTL4r4xit0qwxgefVJsLkvcHFN2e3l { color:rgba(var(--color-tertiary-4),1);display:block;width:49.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.59375rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#qvlJJ1SuDyntl06I6PvTlFvMGl6ZldiU { position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;height:14.0625rem;width:18.75rem;top:8.4375rem;left:0rem;display:block; }
#w4FvJWtboNnFQDZrNkGe6l80Suh9zOug { color:rgba(var(--color-primary-2),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15113;line-height:1.8;letter-spacing:0;top:10.968749046326rem;left:1.09375rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#uHVIU89K3T6mhD4ISehVgk1MuhAcLLxK { position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;height:7.5rem;width:18.75rem;top:11.75rem;left:41.25rem;display:block; }
#RNTWVwdUyoTpwVSnwWVE5BeHwP91rW9d { color:#ff4133;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15115;line-height:1.3;letter-spacing:0;top:14.6875rem;left:42.34375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#rSdH97JPR4GL4xZgbTnCpBkeOHXUDzQk { position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;height:7.5rem;width:18.75rem;top:11.75rem;left:20.625rem;display:block; }
#FaPN7VWBFZyQcD47mFNiB4vUFDlE73mO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#FaPN7VWBFZyQcD47mFNiB4vUFDlE73mO > .row .container { background-color: transparent; background-image: none; }#FaPN7VWBFZyQcD47mFNiB4vUFDlE73mO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FaPN7VWBFZyQcD47mFNiB4vUFDlE73mO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FaPN7VWBFZyQcD47mFNiB4vUFDlE73mO > .row .container > .video-iframe-container { display: none; }#FaPN7VWBFZyQcD47mFNiB4vUFDlE73mO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FaPN7VWBFZyQcD47mFNiB4vUFDlE73mO > .row > .video-iframe-container { display: none; }#FaPN7VWBFZyQcD47mFNiB4vUFDlE73mO > .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); }#FaPN7VWBFZyQcD47mFNiB4vUFDlE73mO > .row .container { border-width: 0; border-radius: 0; }#FaPN7VWBFZyQcD47mFNiB4vUFDlE73mO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FaPN7VWBFZyQcD47mFNiB4vUFDlE73mO > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:26.5625rem;width:60rem;position:relative;display:block; }#srfW90fFoIB8A9E9urT3QwFQBJ8o8Xce { color:rgba(var(--color-tertiary-4),1);display:block;width:40.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.59375rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#eKirLAw26hkVL8bhozLRLOPGtLlL7fwD { position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;height:14.0625rem;width:18.75rem;top:8.4375rem;left:0rem;display:block; }
#qkkPTISdB95yfTxTL67v4pKb7yWfmc2m { color:rgba(var(--color-primary-2),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15113;line-height:1.8;letter-spacing:0;top:10.968749046326rem;left:1.09375rem;height:6.75rem;text-align:center;text-align-last:center;display:block; }
#QzzbGZ9b7Hz4KpmHlKwcko7Fws1URBI8 { position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;height:7.5rem;width:18.75rem;top:11.75rem;left:20.625rem;display:block; }
#sT32Winvak8aigOiMv5orchkxqs8iqfT { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15115;line-height:1.3;letter-spacing:0;top:14.6875rem;left:21.75rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#HAWkTnMRVu0bmZaaJvfTF9UJM3rWloeb { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.375rem;width:19.6875rem;top:22.499999046326rem;left:40.3125rem;overflow:hidden;display:block; }
#FoSLF6gFxd13G8TKmd4XFxqf1TlvIrK5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#FoSLF6gFxd13G8TKmd4XFxqf1TlvIrK5 > .row .container { background-color: transparent; background-image: none; }#FoSLF6gFxd13G8TKmd4XFxqf1TlvIrK5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FoSLF6gFxd13G8TKmd4XFxqf1TlvIrK5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FoSLF6gFxd13G8TKmd4XFxqf1TlvIrK5 > .row .container > .video-iframe-container { display: none; }#FoSLF6gFxd13G8TKmd4XFxqf1TlvIrK5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FoSLF6gFxd13G8TKmd4XFxqf1TlvIrK5 > .row > .video-iframe-container { display: none; }#FoSLF6gFxd13G8TKmd4XFxqf1TlvIrK5 > .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); }#FoSLF6gFxd13G8TKmd4XFxqf1TlvIrK5 > .row .container { border-width: 0; border-radius: 0; }#FoSLF6gFxd13G8TKmd4XFxqf1TlvIrK5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FoSLF6gFxd13G8TKmd4XFxqf1TlvIrK5 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:3.875rem;width:60rem;position:relative;display:block; }#I8araD1p2HiTxmeTFBnJ7ZQT69PnCvyT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#I8araD1p2HiTxmeTFBnJ7ZQT69PnCvyT > .row .container { background-color: transparent; background-image: none; }#I8araD1p2HiTxmeTFBnJ7ZQT69PnCvyT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I8araD1p2HiTxmeTFBnJ7ZQT69PnCvyT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I8araD1p2HiTxmeTFBnJ7ZQT69PnCvyT > .row .container > .video-iframe-container { display: none; }#I8araD1p2HiTxmeTFBnJ7ZQT69PnCvyT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I8araD1p2HiTxmeTFBnJ7ZQT69PnCvyT > .row > .video-iframe-container { display: none; }#I8araD1p2HiTxmeTFBnJ7ZQT69PnCvyT > .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); }#I8araD1p2HiTxmeTFBnJ7ZQT69PnCvyT > .row .container { border-width: 0; border-radius: 0; }#I8araD1p2HiTxmeTFBnJ7ZQT69PnCvyT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I8araD1p2HiTxmeTFBnJ7ZQT69PnCvyT > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:24.25rem;width:60rem;position:relative;display:block; }#L08HqrtpkSJEyVAqTyuMdntGRVKLApDp { display:block;width:37.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:5.875rem;left:0rem;height:12rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:rgba(var(--color-tertiary-0),1);display:block; }
#qEogCeMchGuRLx5MB2Czz98Xm1qxHKdb { position:relative;z-index:auto;display:block; } #auhDZaCJxXozXqGV8eRMMfJLIJe7TXyB.widget-smartsection *:focus-visible, #auhDZaCJxXozXqGV8eRMMfJLIJe7TXyB.widget-smartsection input[type="text"]:focus-visible, #auhDZaCJxXozXqGV8eRMMfJLIJe7TXyB.widget-smartsection input[type="email"]:focus-visible, #auhDZaCJxXozXqGV8eRMMfJLIJe7TXyB.widget-smartsection input[type="tel"]:focus-visible, #auhDZaCJxXozXqGV8eRMMfJLIJe7TXyB.widget-smartsection textarea:focus-visible { outline: none; } #qEogCeMchGuRLx5MB2Czz98Xm1qxHKdb > .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) { #UTKkCwlkKS8iVtIk7L5b7JoToMaDlWz0 { display:block; }#UTKkCwlkKS8iVtIk7L5b7JoToMaDlWz0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rp6b35T27By5TcvNqwhSQiodkkBOdvlN { display:block; }#rp6b35T27By5TcvNqwhSQiodkkBOdvlN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cKIK7AT15eWq55arGFdoJK9I8gOBRpzq { width:47.75rem;height:4.5625rem;top:22.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPsmK2eZBS3ZBkIeggX3hrc3SNArp50p { width:47.75rem;height:;top:11.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePghoRGq1l0l9ZldJHXZeuP92UQAEB0c { display:block; }#ePghoRGq1l0l9ZldJHXZeuP92UQAEB0c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oLguodZDMTCtqAwGbuhMSFMgNefyTGTC { top:13.8125rem;left:15.59375rem;width:16.5625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ee4MXbinZfa2w6Ckf0kPqZf8LOMCkZfa { width:33.0625rem;height:;top:3.375rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mqqv30BdDlJJFezVAZHIKzePMA6BOe4L { width:18.75rem;height:14.0625rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zF5JTqiiRc4C0xTrzKT9WPI9CZUhoz0X { top:10.9375rem;left:0rem;width:16.5625rem;height:6.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAdRUxK6zEEx4mMeTHqwNFVGb5k87Noe { width:18.75rem;height:7.5rem;top:11.75rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8JC2Oiw70Jb6c8p3ZqPBTFu2D5GANbT { top:14.6875rem;left:31.1875rem;width:16.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLTWRzwQ8bg2lIP8D18U6KZM6lNgtabX { width:18.75rem;height:7.5rem;top:11.75rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruo80hGbfFmAxAPd1EuhC4bpzEe5TaQ4 { display:block; }#ruo80hGbfFmAxAPd1EuhC4bpzEe5TaQ4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTzaASoBcM1KglT6ne3IAIOKb4fTPVCg { top:13.8125rem;left:15.59375rem;width:16.5625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bimxbCaeWfrPBebSoSTEWtPUi4dCAc2d { width:40.375rem;height:;top:3.5625rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyApyyv9buR6qQO4y0GsRq7APA3TabTr { width:18.75rem;height:14.0625rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4SQ4OgcLrLRpEU8pGwLoLOO06iwx41o { top:9.9375rem;left:0rem;width:16.5625rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbmslIC4cfxboMPZPMelWasqQL8xqaNS { width:18.75rem;height:7.5rem;top:11.75rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #so4VXvvCwzIVbhkAE5DzxP4C85CXfuso { top:14.6875rem;left:31.1875rem;width:16.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRFm8Pb9e9HgENKD1EBF9X6ic8WkInAT { width:18.75rem;height:7.5rem;top:11.75rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwglB2lvcqdVt7ycB1L48K2rzHeJ3Z2z { display:block; }#rwglB2lvcqdVt7ycB1L48K2rzHeJ3Z2z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WyB7FVe1tuJC3GHW4chSDnnTzgOAKSIs { top:13.8125rem;left:15.59375rem;width:16.5625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0nRX0wRHGKOA9OGVPUA8FbvlRTpKKBw { width:29.9375rem;height:2.6875rem;top:3.375rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxgnM69t6XGTXyoQ0zch06dWoWc5c1da { width:18.75rem;height:14.0625rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJ1Vaf9m2i9twurFmdrKGZfryPKakNMT { top:10.9375rem;left:0rem;width:16.5625rem;height:6.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUzteOUTTF5GBzQiJBkWhLOJqUfTgZ1x { width:18.75rem;height:7.5rem;top:11.75rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4JZknE966pg8Rq2tirp6ncWQf41Tmqq { top:14.6875rem;left:31.1875rem;width:16.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5CL5e6aIm3pywdNx128VMwH69cunVrt { width:18.75rem;height:7.5rem;top:11.75rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FI7OWOk7waUm7VSXduZwCDqUe9cOiS6b { display:block; }#FI7OWOk7waUm7VSXduZwCDqUe9cOiS6b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KP9mDmHBygst4EdCpKTRllxfKlpBwdst { top:13.8125rem;left:16.0625rem;width:15.625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ML5tO8JxKqpDOTkS7TlSxpQTyTcCT9TL { width:40.375rem;height:;top:3.5625rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGoTRfMXfyb5tQTntXrbxoh88Wlg0iw5 { width:18.75rem;height:14.0625rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #btTmIrgCQo0VBG9eoq8gzGrDlUcSKbZ7 { top:10.9375rem;left:0rem;width:16.5625rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZL8hokREkDN5F9KHusdxcK26ni6x15kf { width:18.75rem;height:7.5rem;top:11.75rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzEO7KGhF9ClRgtgfbKQNcXgcaT3KLT1 { top:14.6875rem;left:31.1875rem;width:16.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmQkr26tT4hdfETJMMpvPDyb5x2QFmDg { width:18.75rem;height:7.5rem;top:11.75rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #anHcpgNnkEqc2WHByuwEPcqOJuWeNZWl { display:block; }#anHcpgNnkEqc2WHByuwEPcqOJuWeNZWl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AWwFq31JOwMILPtLUsd4ZnzWdHdnCGZ8 { top:13.8125rem;left:16.0625rem;width:15.625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTKBUytB7v1N4dbAcIMtfRdVW8RKkilZ { width:40.375rem;height:;top:3.5625rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAUoH2rdDlEeE6sdmZUVK1DNwLGJQmyV { width:18.75rem;height:13.25rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBNtsZp7nXnTvW8SdHHKG5qaf6bJpl22 { top:10.9375rem;left:0rem;width:16.5625rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXDGvTKmklvuSuX2n8Sa3TSF62bVkMI2 { width:18.75rem;height:7.5rem;top:11.75rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #t77hoW9L1xlfE9nC92uTTC0dXc8Fxd6E { top:14.6875rem;left:31.1875rem;width:16.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZ1KpL5qGZPfhJe0bG8FU1nbG49RCIsN { width:18.75rem;height:7.5rem;top:11.75rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9bDbkdWA59SWzCc9O1fEM34VJdyQ32S { display:block; }#k9bDbkdWA59SWzCc9O1fEM34VJdyQ32S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0RtkXMGg7D2CfTNSt5Tw3SPGWtyatZF { top:14.625rem;left:15.59375rem;width:16.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRE5guZU98Dw5TU9P2BZLT9IhZfGp00P { width:40.375rem;height:;top:3.5625rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn7qcT9CofUehkeM12CiwwJD40LHW4a4 { width:18.75rem;height:14.0625rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1GhXkMDd1T57aHlDwTfU3k2ob8IbMSG { top:10.9375rem;left:0rem;width:16.5625rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiTWRT8LkbGpmNkEeoXNM16VxVTfyoUN { width:18.75rem;height:7.5rem;top:11.75rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #aED51FqNouCNRpeN264bd4hUpzmw6Cd9 { top:14.6875rem;left:31.1875rem;width:16.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xctKqbWiTvfdreUy4q94bIy5OBgiQEiD { width:18.75rem;height:7.5rem;top:11.75rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaBpfLk0SMGHbncrHMKTbLTklQgsV0bp { display:block; }#MaBpfLk0SMGHbncrHMKTbLTklQgsV0bp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kVgXJ1lSa24wSLyfEQUTwSb90ZEERTDJ { top:14.625rem;left:15.59375rem;width:16.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gft91W8fJkSZDOW2GabH205ud1ruahi5 { width:40.375rem;height:;top:3.5625rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtPFbqH0spOhuRQzWS9D04K5v0EHQEbm { width:18.75rem;height:14.0625rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCf5LaGIyuSM77Fa9aOOsA8GrD2ZOxfq { top:10.9375rem;left:0rem;width:16.5625rem;height:6.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciF08hpS2J4cUhqThs8EVGbwzzyOnzvC { width:18.75rem;height:7.5rem;top:11.75rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhr08yniDxqI8cv107mN6d3cMpdl1pyp { top:14.6875rem;left:31.1875rem;width:16.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxeHipQMmKwUGNNABof7OVqHCEbLlwbA { width:18.75rem;height:7.5rem;top:11.75rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lba2qk2RUB0ZBoOwdZgF7quaM6c3Wr3z { display:block; }#lba2qk2RUB0ZBoOwdZgF7quaM6c3Wr3z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MBo3DQwWo9TFrANhWlLSsOoJvQ8TdV2O { width:40.375rem;height:;top:3.5625rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZTF5KcFP2I6sxXcBdiF8b53FxVg5gcn { width:18.75rem;height:14.0625rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIRipkc88838N1ZTZzkgfkFsS0vFkQ2e { top:10.9375rem;left:0rem;width:16.5625rem;height:6.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #goVIy2Vf0fdIl1IPBfvvwrvkH8Ur9ID2 { width:18.75rem;height:7.5rem;top:11.75rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJNAgQxSvdJGMI9tWt30GAcIRCQiAbmL { top:14.6875rem;left:15.625rem;width:16.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSrJ9qOcVutl1xOylMGehlTaF2zADJEr { display:block; }#LSrJ9qOcVutl1xOylMGehlTaF2zADJEr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D8S2slxzzU6ED86TcRT2y01SRgQutcgA { top:14rem;left:16.25rem;width:15.25rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eealRNHRGoMx94ykv74CCJaxxA0nZy3Q { width:40.375rem;height:;top:3.5625rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDr7SeUNi5wbRTCzKFr0Sl5VgN8aqH7n { width:18.75rem;height:14.0625rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #enmtXbqndDRGntnn709dNUxEPeIMFFVo { top:10.9375rem;left:0rem;width:16.5625rem;height:9rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLFfcAStchLUxD0MLFhCuUSbHRcMS4oF { width:18.75rem;height:7.5rem;top:11.75rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwX6JEekb2JyTCuKDF76mlc3uaJnTCkH { top:14.6875rem;left:31.1875rem;width:16.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuKMo8dvt9lOHhOOZ37hg45tZrfmoo4P { width:18.75rem;height:7.5rem;top:11.75rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXw96eLAZEcbkx9uRTCTV2mPTbnmws0w { display:block; }#aXw96eLAZEcbkx9uRTCTV2mPTbnmws0w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i99bDWIdGtAAdrkDOhMfxNCfs3VWHgEE { top:13.8125rem;left:15.59375rem;width:16.5625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9uykTfZxJCTizl0z2I4iO8mnTIydye7 { width:40.375rem;height:;top:3.5625rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3pgrl2T1iWMZGMyXoBQ2GqptQZtaCy6 { width:18.75rem;height:14.0625rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFRw6Vft9LPeks9EDcKoxFdB8GQPTz3q { top:10.9375rem;left:0rem;width:16.5625rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcv8TNwlomzbXp6mhwAGVGIyKbeNW0yc { width:18.75rem;height:7.5rem;top:11.75rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAlIeRL8126nyAcxQA8HeS47q8VQeh1w { top:14.6875rem;left:31.1875rem;width:16.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FK3tWxK6uAVC5d82dl4L4I357WRcwR3K { width:18.75rem;height:7.5rem;top:11.75rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwqCszTfxCAfSyz6KXc5q7alDBcTJU3T { display:block; }#SwqCszTfxCAfSyz6KXc5q7alDBcTJU3T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gBZcLTBzkzc2i6KDz5ccTtEQGeC7AN7e { top:14.625rem;left:15.59375rem;width:16.5625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvLZi2XwlRZoT5kkDqNt0XDnCksrTu97 { width:40.375rem;height:;top:3.5625rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vazHc3H3qnJE1I1wZ2vHCswoD48c3D14 { width:18.75rem;height:14.0625rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnfWOXT9m7SIvf8cHZA1pgJVuBR8qf9R { top:10.9375rem;left:0rem;width:16.5625rem;height:9rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbGTVHirkgc2407FKJqS4WT0riZNeIlP { width:18.75rem;height:7.5rem;top:11.75rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9ZKtkqpzesQTulUKMlEuUXk5gspXiSE { top:14.6875rem;left:31.1875rem;width:16.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiyNTTsO5hx0GiwUBTmDX4OCoWiDPqe0 { width:18.75rem;height:7.5rem;top:11.75rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #snrvOXJSqsHi725T9bEmQ8SbOIXcPIle { display:block; }#snrvOXJSqsHi725T9bEmQ8SbOIXcPIle > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oa0BUkTuO4cN3K7feun4W7V4IKU6wkAQ { top:14.0625rem;left:15.8125rem;width:16.125rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyuiZdcJtMeumNpeIrsygEoRWSJAQwri { width:40.375rem;height:;top:3.5625rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMZeLotq1BLPPoXti6kd01O7TGEaZDr8 { width:18.75rem;height:14.0625rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqEcmgNQpe9O59ifreZdSFRD1I6ANtis { top:10.9375rem;left:0rem;width:16.5625rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4cF4fCzT0WAmXCJZGVDCGp95XzaIWlU { width:18.75rem;height:7.5rem;top:11.75rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwUhsM7aZ034IxEEWvtG72d3ybkW6lPt { top:14.6875rem;left:31.1875rem;width:16.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVtqhW142zkOFZQrZ1vv1VlCS5ikZfgc { width:18.75rem;height:7.5rem;top:11.75rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K80CFiaCE0XGnbkUlgRodTzZc7ZE6feH { display:block; }#K80CFiaCE0XGnbkUlgRodTzZc7ZE6feH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ovZf9ggJfdGinqU2pmhuEyfnpxWzyUMT { top:13.8125rem;left:15.59375rem;width:16.5625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #INBPzcmc6S1SwXSCDhoI6OfsrCGuDEeH { width:40.375rem;height:;top:3.5625rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xStnOWaJe2r2yJQM2bsBoNKt65p6duRN { width:18.75rem;height:14.0625rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sObPU7EnpoPNTXU8eB9scg8Jo7pm9eGh { top:11.125rem;left:0rem;width:16.5625rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6AtDiydxodgncp3SSmaPGoPtNEXxCu9 { width:18.75rem;height:7.5rem;top:11.75rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikpVx86qa076PMcwC94NdgxsZHpEQ3QL { top:14.6875rem;left:31.1875rem;width:16.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmqf0z3upBhEy9qVV5mcGvuQHto3CEWR { width:18.75rem;height:7.5rem;top:11.75rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3LJL6xPIN95qdy7b9eeqEgqVify7N2U { display:block; }#Z3LJL6xPIN95qdy7b9eeqEgqVify7N2U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #phrTMCmw8Ct8xSCwnZF1L4AR2ZtfIeah { top:14.625rem;left:15.59375rem;width:16.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRAlQLtmNTDE5eHy9BlTnDvieQTZEmgd { width:40.375rem;height:;top:3.5625rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQe1x7ptmn5BNTLGgb5O5o0WGW6t6C7H { width:18.75rem;height:14.0625rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBg7qc8AQ0KDZHWQAP2QQZoBG6q41Lpf { top:11.125rem;left:0rem;width:16.5625rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOpPgOaHFZhBPRCnZf8o4ESLK0mHyzm4 { width:18.75rem;height:7.5rem;top:11.75rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #znAygrc05CofyR3622GmUwDbkFQt2lWo { top:14.6875rem;left:31.1875rem;width:16.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTIdCOlSHciyvscsCXIGTZL84HxSwwlK { width:18.75rem;height:7.5rem;top:11.75rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUCsUWNpm3A0WbOPcqrDiJ37A6wRuMpI { display:block; }#IUCsUWNpm3A0WbOPcqrDiJ37A6wRuMpI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #auZ1kNwQEIPvfSKPyXBoUvfo8RIyRHs6 { top:13.8125rem;left:16.5rem;width:14.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZTFqpINqPkTPHZFMt6CqyBSxtfoUAeL { width:40.375rem;height:;top:3.5625rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLsBi3fxwopsd6yTTsXBVeN8eOJufvhO { width:18.75rem;height:14.0625rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #caeHhfuuV2RsvKPdN72GaTshEM1t0Xd1 { top:10.9375rem;left:0rem;width:16.5625rem;height:9rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rswOA0QgeQ2TXdiJyEbKlUKHW4yiFFMu { width:18.75rem;height:7.5rem;top:11.75rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3UElcwpV6MUEEdbD5mIoFR6Mz4XhRbz { top:14.6875rem;left:31.1875rem;width:16.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6aHqBOH5yPIDutUorz127HhZGmernmZ { width:18.75rem;height:7.5rem;top:11.75rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJdhP2xTh9TAGTpnuCcyCkUhu25W1FRZ { display:block; }#NJdhP2xTh9TAGTpnuCcyCkUhu25W1FRZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cKEgBaD2nN5PziFlbmQKSkktzaNq1ngw { top:13.8125rem;left:15.59375rem;width:16.5625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDJURZndxG5pAeZ2NthtsN1bxoZGg1aV { width:40.375rem;height:;top:3.5625rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWvLkwixgoEFN7k0I2q28JcNt6o29TXb { width:18.75rem;height:14.0625rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sd9Lc1WvfbBwbhvrfGHHOhoBymOSkBzJ { top:10.9375rem;left:0rem;width:16.5625rem;height:6.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttsDsbRkT5rxxrhtEXH0FCaTqXS61bCB { width:18.75rem;height:7.5rem;top:11.75rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #dikcgcWZvlKr0LxZLVW78IpH7kwrJTgf { top:14.6875rem;left:31.1875rem;width:16.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILPtKwRWXrEQZwanGlKRKwvnO3f9iFVR { width:18.75rem;height:7.5rem;top:11.75rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOWUe2pivkbpGyNxQqbsOToz5PpOUJLx { display:block; }#UOWUe2pivkbpGyNxQqbsOToz5PpOUJLx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qAXPuIOzA3M4fQCgW5cccCPTDwdURX7v { top:13.8125rem;left:15.59375rem;width:16.5625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiXzuodC4Bso1M6JhvpESGziELpA1knz { width:40.375rem;height:;top:3.5625rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #atiyan8pmr3REhLaO6KXsgItad2eXOIV { width:18.75rem;height:14.0625rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqrSfabzwCFAKRbtlEIkMwfD3tRtQcpO { top:10.9375rem;left:0rem;width:16.5625rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3Cp1u50Gnqiq6EJuVQc2a2Gyf1TtkIv { width:18.75rem;height:7.5rem;top:11.75rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRzTHBzx2cTI88o26I5syQb5AWTCtUaE { display:block; }#cRzTHBzx2cTI88o26I5syQb5AWTCtUaE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DRxJQI699kKL8IiXeT5FOgo0wEkK4AsP { top:13.8125rem;left:15.59375rem;width:16.5625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LE4hk1cxIVxCAFlCxnuERpqHbVmwVucP { width:40.375rem;height:;top:3.5625rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlqhU2LDT5WCkSTDqCPMqzIkqSTZ5mK5 { width:18.75rem;height:14.0625rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIEEy9K6to1iked8diMXnvAzRhLT7szQ { top:10.9375rem;left:0rem;width:16.5625rem;height:6.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzOGUuJbcBJZgcwn9rcwEOioc2bvnukR { width:18.75rem;height:7.5rem;top:11.75rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMnhPxnUzKyUL9AWErzVzJs2HbsI1dVy { width:18.75rem;height:7.5rem;top:11.75rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEtqfyTq7E7zffe8k0TKA53dQ8vGmVQs { top:14.625rem;left:31.1875rem;width:16.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSTZwzVozHDmfMB1hUbgHJG2KTIsklvq { display:block; }#fSTZwzVozHDmfMB1hUbgHJG2KTIsklvq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hL66HuAqO20sLKMxg6CzJCInF3sSBzR5 { top:14.625rem;left:15.59375rem;width:16.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMGTL4r4xit0qwxgefVJsLkvcHFN2e3l { width:47.75rem;height:;top:3.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvlJJ1SuDyntl06I6PvTlFvMGl6ZldiU { width:18.75rem;height:14.0625rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4FvJWtboNnFQDZrNkGe6l80Suh9zOug { top:10.9375rem;left:0rem;width:16.5625rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHVIU89K3T6mhD4ISehVgk1MuhAcLLxK { width:18.75rem;height:7.5rem;top:11.75rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNTWVwdUyoTpwVSnwWVE5BeHwP91rW9d { top:14.6875rem;left:31.1875rem;width:16.5625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSdH97JPR4GL4xZgbTnCpBkeOHXUDzQk { width:18.75rem;height:7.5rem;top:11.75rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaPN7VWBFZyQcD47mFNiB4vUFDlE73mO { display:block; }#FaPN7VWBFZyQcD47mFNiB4vUFDlE73mO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #srfW90fFoIB8A9E9urT3QwFQBJ8o8Xce { width:40.375rem;height:;top:3.5625rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKirLAw26hkVL8bhozLRLOPGtLlL7fwD { width:18.75rem;height:14.0625rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkkPTISdB95yfTxTL67v4pKb7yWfmc2m { top:10.9375rem;left:0rem;width:16.5625rem;height:6.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzzbGZ9b7Hz4KpmHlKwcko7Fws1URBI8 { width:18.75rem;height:7.5rem;top:11.75rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT32Winvak8aigOiMv5orchkxqs8iqfT { top:14.6875rem;left:15.625rem;width:16.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAWkTnMRVu0bmZaaJvfTF9UJM3rWloeb { top:22.4375rem;left:28.0625rem;width:19.6875rem;height:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoSLF6gFxd13G8TKmd4XFxqf1TlvIrK5 { display:block; }#FoSLF6gFxd13G8TKmd4XFxqf1TlvIrK5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I8araD1p2HiTxmeTFBnJ7ZQT69PnCvyT { display:block; }#I8araD1p2HiTxmeTFBnJ7ZQT69PnCvyT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L08HqrtpkSJEyVAqTyuMdntGRVKLApDp { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEogCeMchGuRLx5MB2Czz98Xm1qxHKdb { display:block; } #auhDZaCJxXozXqGV8eRMMfJLIJe7TXyB.widget-smartsection *:focus-visible, #auhDZaCJxXozXqGV8eRMMfJLIJe7TXyB.widget-smartsection input[type="text"]:focus-visible, #auhDZaCJxXozXqGV8eRMMfJLIJe7TXyB.widget-smartsection input[type="email"]:focus-visible, #auhDZaCJxXozXqGV8eRMMfJLIJe7TXyB.widget-smartsection input[type="tel"]:focus-visible, #auhDZaCJxXozXqGV8eRMMfJLIJe7TXyB.widget-smartsection textarea:focus-visible { outline: none; } #qEogCeMchGuRLx5MB2Czz98Xm1qxHKdb > .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) { #UTKkCwlkKS8iVtIk7L5b7JoToMaDlWz0 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#UTKkCwlkKS8iVtIk7L5b7JoToMaDlWz0 > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rp6b35T27By5TcvNqwhSQiodkkBOdvlN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/U4NlNotT/hero_1.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#rp6b35T27By5TcvNqwhSQiodkkBOdvlN.adaptive-delivery-prevent-bg, #rp6b35T27By5TcvNqwhSQiodkkBOdvlN.lazyload, #rp6b35T27By5TcvNqwhSQiodkkBOdvlN.lazyloading { background-image: none; }#rp6b35T27By5TcvNqwhSQiodkkBOdvlN > .row .container { background-color: transparent; background-image: none; }#rp6b35T27By5TcvNqwhSQiodkkBOdvlN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rp6b35T27By5TcvNqwhSQiodkkBOdvlN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rp6b35T27By5TcvNqwhSQiodkkBOdvlN > .row .container > .video-iframe-container { display: none; }#rp6b35T27By5TcvNqwhSQiodkkBOdvlN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rp6b35T27By5TcvNqwhSQiodkkBOdvlN > .row > .video-iframe-container { display: none; }#rp6b35T27By5TcvNqwhSQiodkkBOdvlN > .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); }#rp6b35T27By5TcvNqwhSQiodkkBOdvlN > .row .container { width:20rem;height:34.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cKIK7AT15eWq55arGFdoJK9I8gOBRpzq { width:19.375rem;height:7.4375rem;top:15.562484741211rem;left:0.3125rem;text-align:left;text-align-last:left;line-height:1.4;font-family:arial;font-weight:400;font-style:normal;font-size:1.0625rem;color:#414042;display:block; }
 }@media only screen and (max-width: 763px) { #OPsmK2eZBS3ZBkIeggX3hrc3SNArp50p { width:19.625rem;height:7.3125rem;top:7.6604166030881rem;left:0.25rem;text-align:left;text-align-last:left;font-size:1.875rem;line-height:1.3;font-family:roboto;color:#0c71a3;display:block; }
 }@media only screen and (max-width: 763px) { #ePghoRGq1l0l9ZldJHXZeuP92UQAEB0c { background-color:#f9f9f9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ePghoRGq1l0l9ZldJHXZeuP92UQAEB0c > .row .container { background-color: transparent; background-image: none; }#ePghoRGq1l0l9ZldJHXZeuP92UQAEB0c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ePghoRGq1l0l9ZldJHXZeuP92UQAEB0c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ePghoRGq1l0l9ZldJHXZeuP92UQAEB0c > .row .container > .video-iframe-container { display: none; }#ePghoRGq1l0l9ZldJHXZeuP92UQAEB0c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ePghoRGq1l0l9ZldJHXZeuP92UQAEB0c > .row > .video-iframe-container { display: none; }#ePghoRGq1l0l9ZldJHXZeuP92UQAEB0c > .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); }#ePghoRGq1l0l9ZldJHXZeuP92UQAEB0c > .row .container { border-width: 0; border-radius: 0; }#ePghoRGq1l0l9ZldJHXZeuP92UQAEB0c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ePghoRGq1l0l9ZldJHXZeuP92UQAEB0c > .row .container { width:20rem;height:39.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oLguodZDMTCtqAwGbuhMSFMgNefyTGTC { width:15.4375rem;height:3.25rem;top:9.5375022888181rem;left:2.28125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ee4MXbinZfa2w6Ckf0kPqZf8LOMCkZfa { width:17rem;height:5.2rem;top:1.3375005722046rem;left:1.5rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.3;font-family:roboto;color:#0c71a3;display:block; }
 }@media only screen and (max-width: 763px) { #Mqqv30BdDlJJFezVAZHIKzePMA6BOe4L { width:18.75rem;height:12.5rem;top:24.125rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #zF5JTqiiRc4C0xTrzKT9WPI9CZUhoz0X { width:16.5625rem;height:6.75rem;top:25.875rem;left:1.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TAdRUxK6zEEx4mMeTHqwNFVGb5k87Noe { width:18.75rem;height:6.25rem;top:16rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #A8JC2Oiw70Jb6c8p3ZqPBTFu2D5GANbT { width:16.5625rem;height:1.625rem;top:18.3125rem;left:1.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MLTWRzwQ8bg2lIP8D18U6KZM6lNgtabX { width:18.75rem;height:6.25rem;top:7.875rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #ruo80hGbfFmAxAPd1EuhC4bpzEe5TaQ4 { background-color:#f9f9f9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ruo80hGbfFmAxAPd1EuhC4bpzEe5TaQ4 > .row .container { background-color: transparent; background-image: none; }#ruo80hGbfFmAxAPd1EuhC4bpzEe5TaQ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruo80hGbfFmAxAPd1EuhC4bpzEe5TaQ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruo80hGbfFmAxAPd1EuhC4bpzEe5TaQ4 > .row .container > .video-iframe-container { display: none; }#ruo80hGbfFmAxAPd1EuhC4bpzEe5TaQ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruo80hGbfFmAxAPd1EuhC4bpzEe5TaQ4 > .row > .video-iframe-container { display: none; }#ruo80hGbfFmAxAPd1EuhC4bpzEe5TaQ4 > .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); }#ruo80hGbfFmAxAPd1EuhC4bpzEe5TaQ4 > .row .container { border-width: 0; border-radius: 0; }#ruo80hGbfFmAxAPd1EuhC4bpzEe5TaQ4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ruo80hGbfFmAxAPd1EuhC4bpzEe5TaQ4 > .row .container { width:20rem;height:40.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTzaASoBcM1KglT6ne3IAIOKb4fTPVCg { width:15.4375rem;height:3.25rem;top:10.162498474121rem;left:2.28125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bimxbCaeWfrPBebSoSTEWtPUi4dCAc2d { width:18.4375rem;height:5.2rem;top:1.7124986648559rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.3;font-family:roboto;color:#0c71a3;display:block; }
 }@media only screen and (max-width: 763px) { #FyApyyv9buR6qQO4y0GsRq7APA3TabTr { width:18.75rem;height:12.5rem;top:24.75rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #L4SQ4OgcLrLRpEU8pGwLoLOO06iwx41o { width:16.5625rem;height:4.5rem;top:25.437501907349rem;left:1.7500000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DbmslIC4cfxboMPZPMelWasqQL8xqaNS { width:18.75rem;height:6.25rem;top:16.625rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #so4VXvvCwzIVbhkAE5DzxP4C85CXfuso { width:16.5625rem;height:1.625rem;top:18.9375rem;left:1.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bRFm8Pb9e9HgENKD1EBF9X6ic8WkInAT { width:18.75rem;height:6.25rem;top:8.5rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #rwglB2lvcqdVt7ycB1L48K2rzHeJ3Z2z { background-color:#f9f9f9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rwglB2lvcqdVt7ycB1L48K2rzHeJ3Z2z > .row .container { background-color: transparent; background-image: none; }#rwglB2lvcqdVt7ycB1L48K2rzHeJ3Z2z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwglB2lvcqdVt7ycB1L48K2rzHeJ3Z2z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwglB2lvcqdVt7ycB1L48K2rzHeJ3Z2z > .row .container > .video-iframe-container { display: none; }#rwglB2lvcqdVt7ycB1L48K2rzHeJ3Z2z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwglB2lvcqdVt7ycB1L48K2rzHeJ3Z2z > .row > .video-iframe-container { display: none; }#rwglB2lvcqdVt7ycB1L48K2rzHeJ3Z2z > .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); }#rwglB2lvcqdVt7ycB1L48K2rzHeJ3Z2z > .row .container { border-width: 0; border-radius: 0; }#rwglB2lvcqdVt7ycB1L48K2rzHeJ3Z2z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rwglB2lvcqdVt7ycB1L48K2rzHeJ3Z2z > .row .container { width:20rem;height:40.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WyB7FVe1tuJC3GHW4chSDnnTzgOAKSIs { width:15.4375rem;height:3.25rem;top:10.4375rem;left:2.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p0nRX0wRHGKOA9OGVPUA8FbvlRTpKKBw { width:18.25rem;height:5.2rem;top:1.9000053405762rem;left:0.875rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.3;font-family:roboto;color:#0c71a3;display:block; }
 }@media only screen and (max-width: 763px) { #vxgnM69t6XGTXyoQ0zch06dWoWc5c1da { width:18.75rem;height:12.5rem;top:24.9375rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #pJ1Vaf9m2i9twurFmdrKGZfryPKakNMT { width:16.5625rem;height:6.75rem;top:26.437507629394rem;left:1.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gUzteOUTTF5GBzQiJBkWhLOJqUfTgZ1x { width:18.75rem;height:6.25rem;top:16.8125rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #D4JZknE966pg8Rq2tirp6ncWQf41Tmqq { width:16.5625rem;height:1.625rem;top:19.125rem;left:1.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G5CL5e6aIm3pywdNx128VMwH69cunVrt { width:18.75rem;height:6.25rem;top:8.6875rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #FI7OWOk7waUm7VSXduZwCDqUe9cOiS6b { background-color:#f9f9f9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FI7OWOk7waUm7VSXduZwCDqUe9cOiS6b > .row .container { background-color: transparent; background-image: none; }#FI7OWOk7waUm7VSXduZwCDqUe9cOiS6b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FI7OWOk7waUm7VSXduZwCDqUe9cOiS6b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FI7OWOk7waUm7VSXduZwCDqUe9cOiS6b > .row .container > .video-iframe-container { display: none; }#FI7OWOk7waUm7VSXduZwCDqUe9cOiS6b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FI7OWOk7waUm7VSXduZwCDqUe9cOiS6b > .row > .video-iframe-container { display: none; }#FI7OWOk7waUm7VSXduZwCDqUe9cOiS6b > .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); }#FI7OWOk7waUm7VSXduZwCDqUe9cOiS6b > .row .container { border-width: 0; border-radius: 0; }#FI7OWOk7waUm7VSXduZwCDqUe9cOiS6b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FI7OWOk7waUm7VSXduZwCDqUe9cOiS6b > .row .container { width:20rem;height:40.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KP9mDmHBygst4EdCpKTRllxfKlpBwdst { width:15.4375rem;height:3.25rem;top:10.5625rem;left:2.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ML5tO8JxKqpDOTkS7TlSxpQTyTcCT9TL { width:18.8125rem;height:5.2rem;top:1.9624977111816rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.3;font-family:roboto;color:#0c71a3;display:block; }
 }@media only screen and (max-width: 763px) { #vGoTRfMXfyb5tQTntXrbxoh88Wlg0iw5 { width:18.75rem;height:12.5rem;top:25.125rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #btTmIrgCQo0VBG9eoq8gzGrDlUcSKbZ7 { width:16.5625rem;height:4.5rem;top:28.062492370606rem;left:1.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZL8hokREkDN5F9KHusdxcK26ni6x15kf { width:18.75rem;height:6.25rem;top:17rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #LzEO7KGhF9ClRgtgfbKQNcXgcaT3KLT1 { width:16.5625rem;height:1.625rem;top:19.3125rem;left:1.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dmQkr26tT4hdfETJMMpvPDyb5x2QFmDg { width:18.75rem;height:6.25rem;top:8.875rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #anHcpgNnkEqc2WHByuwEPcqOJuWeNZWl { background-color:#f9f9f9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#anHcpgNnkEqc2WHByuwEPcqOJuWeNZWl > .row .container { background-color: transparent; background-image: none; }#anHcpgNnkEqc2WHByuwEPcqOJuWeNZWl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anHcpgNnkEqc2WHByuwEPcqOJuWeNZWl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anHcpgNnkEqc2WHByuwEPcqOJuWeNZWl > .row .container > .video-iframe-container { display: none; }#anHcpgNnkEqc2WHByuwEPcqOJuWeNZWl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anHcpgNnkEqc2WHByuwEPcqOJuWeNZWl > .row > .video-iframe-container { display: none; }#anHcpgNnkEqc2WHByuwEPcqOJuWeNZWl > .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); }#anHcpgNnkEqc2WHByuwEPcqOJuWeNZWl > .row .container { border-width: 0; border-radius: 0; }#anHcpgNnkEqc2WHByuwEPcqOJuWeNZWl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#anHcpgNnkEqc2WHByuwEPcqOJuWeNZWl > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AWwFq31JOwMILPtLUsd4ZnzWdHdnCGZ8 { width:15.4375rem;height:3.25rem;top:7.9375rem;left:2.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HTKBUytB7v1N4dbAcIMtfRdVW8RKkilZ { width:18.8125rem;height:2.6rem;top:1.9624977111816rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.3;font-family:roboto;color:#0c71a3;display:block; }
 }@media only screen and (max-width: 763px) { #dAUoH2rdDlEeE6sdmZUVK1DNwLGJQmyV { width:18.75rem;height:10.3125rem;top:22.5rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #xBNtsZp7nXnTvW8SdHHKG5qaf6bJpl22 { width:16.5625rem;height:4.5rem;top:25.4375rem;left:1.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PXDGvTKmklvuSuX2n8Sa3TSF62bVkMI2 { width:18.75rem;height:6.25rem;top:14.375rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #t77hoW9L1xlfE9nC92uTTC0dXc8Fxd6E { width:16.5625rem;height:1.625rem;top:16.6875rem;left:1.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tZ1KpL5qGZPfhJe0bG8FU1nbG49RCIsN { width:18.75rem;height:6.25rem;top:6.25rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #k9bDbkdWA59SWzCc9O1fEM34VJdyQ32S { background-color:#f9f9f9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k9bDbkdWA59SWzCc9O1fEM34VJdyQ32S > .row .container { background-color: transparent; background-image: none; }#k9bDbkdWA59SWzCc9O1fEM34VJdyQ32S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9bDbkdWA59SWzCc9O1fEM34VJdyQ32S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9bDbkdWA59SWzCc9O1fEM34VJdyQ32S > .row .container > .video-iframe-container { display: none; }#k9bDbkdWA59SWzCc9O1fEM34VJdyQ32S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9bDbkdWA59SWzCc9O1fEM34VJdyQ32S > .row > .video-iframe-container { display: none; }#k9bDbkdWA59SWzCc9O1fEM34VJdyQ32S > .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); }#k9bDbkdWA59SWzCc9O1fEM34VJdyQ32S > .row .container { border-width: 0; border-radius: 0; }#k9bDbkdWA59SWzCc9O1fEM34VJdyQ32S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k9bDbkdWA59SWzCc9O1fEM34VJdyQ32S > .row .container { width:20rem;height:41.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0RtkXMGg7D2CfTNSt5Tw3SPGWtyatZF { width:15.4375rem;height:1.625rem;top:11.0625rem;left:2.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tRE5guZU98Dw5TU9P2BZLT9IhZfGp00P { width:16.1875rem;height:5.2rem;top:1.7749977111816rem;left:1.5979166030884rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.3;font-family:roboto;color:#0c71a3;display:block; }
 }@media only screen and (max-width: 763px) { #Qn7qcT9CofUehkeM12CiwwJD40LHW4a4 { width:18.75rem;height:12.5rem;top:24.8125rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #z1GhXkMDd1T57aHlDwTfU3k2ob8IbMSG { width:16.5625rem;height:4.5rem;top:26.5625rem;left:1.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OiTWRT8LkbGpmNkEeoXNM16VxVTfyoUN { width:18.75rem;height:6.25rem;top:16.6875rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #aED51FqNouCNRpeN264bd4hUpzmw6Cd9 { width:16.5625rem;height:1.625rem;top:19rem;left:1.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xctKqbWiTvfdreUy4q94bIy5OBgiQEiD { width:18.75rem;height:6.25rem;top:8.5625rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #MaBpfLk0SMGHbncrHMKTbLTklQgsV0bp { background-color:#f9f9f9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MaBpfLk0SMGHbncrHMKTbLTklQgsV0bp > .row .container { background-color: transparent; background-image: none; }#MaBpfLk0SMGHbncrHMKTbLTklQgsV0bp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MaBpfLk0SMGHbncrHMKTbLTklQgsV0bp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MaBpfLk0SMGHbncrHMKTbLTklQgsV0bp > .row .container > .video-iframe-container { display: none; }#MaBpfLk0SMGHbncrHMKTbLTklQgsV0bp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MaBpfLk0SMGHbncrHMKTbLTklQgsV0bp > .row > .video-iframe-container { display: none; }#MaBpfLk0SMGHbncrHMKTbLTklQgsV0bp > .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); }#MaBpfLk0SMGHbncrHMKTbLTklQgsV0bp > .row .container { border-width: 0; border-radius: 0; }#MaBpfLk0SMGHbncrHMKTbLTklQgsV0bp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MaBpfLk0SMGHbncrHMKTbLTklQgsV0bp > .row .container { width:20rem;height:37.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kVgXJ1lSa24wSLyfEQUTwSb90ZEERTDJ { width:15.4375rem;height:1.625rem;top:8.4375rem;left:2.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gft91W8fJkSZDOW2GabH205ud1ruahi5 { width:16.1875rem;height:2.6rem;top:1.7749977111816rem;left:1.5979166030884rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.3;font-family:roboto;color:#0c71a3;display:block; }
 }@media only screen and (max-width: 763px) { #EtPFbqH0spOhuRQzWS9D04K5v0EHQEbm { width:18.75rem;height:12.5rem;top:22.187503814698rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #GCf5LaGIyuSM77Fa9aOOsA8GrD2ZOxfq { width:16.5625rem;height:6.75rem;top:23.937503814698rem;left:1.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ciF08hpS2J4cUhqThs8EVGbwzzyOnzvC { width:18.75rem;height:6.25rem;top:14.0625rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #mhr08yniDxqI8cv107mN6d3cMpdl1pyp { width:16.5625rem;height:1.625rem;top:16.375003814698rem;left:1.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fxeHipQMmKwUGNNABof7OVqHCEbLlwbA { width:18.75rem;height:6.25rem;top:5.9375rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #lba2qk2RUB0ZBoOwdZgF7quaM6c3Wr3z { background-color:#f9f9f9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lba2qk2RUB0ZBoOwdZgF7quaM6c3Wr3z > .row .container { background-color: transparent; background-image: none; }#lba2qk2RUB0ZBoOwdZgF7quaM6c3Wr3z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lba2qk2RUB0ZBoOwdZgF7quaM6c3Wr3z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lba2qk2RUB0ZBoOwdZgF7quaM6c3Wr3z > .row .container > .video-iframe-container { display: none; }#lba2qk2RUB0ZBoOwdZgF7quaM6c3Wr3z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lba2qk2RUB0ZBoOwdZgF7quaM6c3Wr3z > .row > .video-iframe-container { display: none; }#lba2qk2RUB0ZBoOwdZgF7quaM6c3Wr3z > .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); }#lba2qk2RUB0ZBoOwdZgF7quaM6c3Wr3z > .row .container { border-width: 0; border-radius: 0; }#lba2qk2RUB0ZBoOwdZgF7quaM6c3Wr3z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lba2qk2RUB0ZBoOwdZgF7quaM6c3Wr3z > .row .container { width:20rem;height:31.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MBo3DQwWo9TFrANhWlLSsOoJvQ8TdV2O { width:18.5rem;height:2.6rem;top:3.5249938964844rem;left:0.75rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.3;font-family:roboto;color:#0c71a3;display:block; }
 }@media only screen and (max-width: 763px) { #dZTF5KcFP2I6sxXcBdiF8b53FxVg5gcn { width:18.75rem;height:12.5rem;top:15.3125rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #GIRipkc88838N1ZTZzkgfkFsS0vFkQ2e { width:16.5625rem;height:6.75rem;top:17.0625rem;left:1.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #goVIy2Vf0fdIl1IPBfvvwrvkH8Ur9ID2 { width:18.75rem;height:6.25rem;top:7.1875rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #nJNAgQxSvdJGMI9tWt30GAcIRCQiAbmL { width:16.5625rem;height:1.625rem;top:9.5rem;left:1.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LSrJ9qOcVutl1xOylMGehlTaF2zADJEr { background-color:#f9f9f9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LSrJ9qOcVutl1xOylMGehlTaF2zADJEr > .row .container { background-color: transparent; background-image: none; }#LSrJ9qOcVutl1xOylMGehlTaF2zADJEr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LSrJ9qOcVutl1xOylMGehlTaF2zADJEr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LSrJ9qOcVutl1xOylMGehlTaF2zADJEr > .row .container > .video-iframe-container { display: none; }#LSrJ9qOcVutl1xOylMGehlTaF2zADJEr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LSrJ9qOcVutl1xOylMGehlTaF2zADJEr > .row > .video-iframe-container { display: none; }#LSrJ9qOcVutl1xOylMGehlTaF2zADJEr > .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); }#LSrJ9qOcVutl1xOylMGehlTaF2zADJEr > .row .container { border-width: 0; border-radius: 0; }#LSrJ9qOcVutl1xOylMGehlTaF2zADJEr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LSrJ9qOcVutl1xOylMGehlTaF2zADJEr > .row .container { width:20rem;height:40.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D8S2slxzzU6ED86TcRT2y01SRgQutcgA { width:15.4375rem;height:3.25rem;top:10.625rem;left:2.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eealRNHRGoMx94ykv74CCJaxxA0nZy3Q { width:18.5rem;height:5.2rem;top:2.3375015258789rem;left:0.75rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.3;font-family:roboto;color:#0c71a3;display:block; }
 }@media only screen and (max-width: 763px) { #tDr7SeUNi5wbRTCzKFr0Sl5VgN8aqH7n { width:18.75rem;height:12.5rem;top:25.1875rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #enmtXbqndDRGntnn709dNUxEPeIMFFVo { width:16.5625rem;height:9rem;top:26.9375rem;left:1.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dLFfcAStchLUxD0MLFhCuUSbHRcMS4oF { width:18.75rem;height:6.25rem;top:17.0625rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #uwX6JEekb2JyTCuKDF76mlc3uaJnTCkH { width:16.5625rem;height:1.625rem;top:19.375rem;left:1.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fuKMo8dvt9lOHhOOZ37hg45tZrfmoo4P { width:18.75rem;height:6.25rem;top:8.9375rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #aXw96eLAZEcbkx9uRTCTV2mPTbnmws0w { background-color:#f9f9f9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aXw96eLAZEcbkx9uRTCTV2mPTbnmws0w > .row .container { background-color: transparent; background-image: none; }#aXw96eLAZEcbkx9uRTCTV2mPTbnmws0w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aXw96eLAZEcbkx9uRTCTV2mPTbnmws0w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aXw96eLAZEcbkx9uRTCTV2mPTbnmws0w > .row .container > .video-iframe-container { display: none; }#aXw96eLAZEcbkx9uRTCTV2mPTbnmws0w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aXw96eLAZEcbkx9uRTCTV2mPTbnmws0w > .row > .video-iframe-container { display: none; }#aXw96eLAZEcbkx9uRTCTV2mPTbnmws0w > .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); }#aXw96eLAZEcbkx9uRTCTV2mPTbnmws0w > .row .container { border-width: 0; border-radius: 0; }#aXw96eLAZEcbkx9uRTCTV2mPTbnmws0w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aXw96eLAZEcbkx9uRTCTV2mPTbnmws0w > .row .container { width:20rem;height:41.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i99bDWIdGtAAdrkDOhMfxNCfs3VWHgEE { width:15.4375rem;height:3.25rem;top:10.75rem;left:2.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H9uykTfZxJCTizl0z2I4iO8mnTIydye7 { width:18.375rem;height:5.2rem;top:2.3562622070312rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.3;font-family:roboto;color:#0c71a3;display:block; }
 }@media only screen and (max-width: 763px) { #h3pgrl2T1iWMZGMyXoBQ2GqptQZtaCy6 { width:18.75rem;height:12.5rem;top:25.349998474121rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #UFRw6Vft9LPeks9EDcKoxFdB8GQPTz3q { width:16.5625rem;height:4.5rem;top:28.224998474121rem;left:1.78125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hcv8TNwlomzbXp6mhwAGVGIyKbeNW0yc { width:18.75rem;height:6.25rem;top:17.1875rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #CAlIeRL8126nyAcxQA8HeS47q8VQeh1w { width:16.5625rem;height:1.625rem;top:19.5rem;left:1.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FK3tWxK6uAVC5d82dl4L4I357WRcwR3K { width:18.75rem;height:6.25rem;top:9.0625rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #SwqCszTfxCAfSyz6KXc5q7alDBcTJU3T { background-color:#f9f9f9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SwqCszTfxCAfSyz6KXc5q7alDBcTJU3T > .row .container { background-color: transparent; background-image: none; }#SwqCszTfxCAfSyz6KXc5q7alDBcTJU3T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SwqCszTfxCAfSyz6KXc5q7alDBcTJU3T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SwqCszTfxCAfSyz6KXc5q7alDBcTJU3T > .row .container > .video-iframe-container { display: none; }#SwqCszTfxCAfSyz6KXc5q7alDBcTJU3T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SwqCszTfxCAfSyz6KXc5q7alDBcTJU3T > .row > .video-iframe-container { display: none; }#SwqCszTfxCAfSyz6KXc5q7alDBcTJU3T > .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); }#SwqCszTfxCAfSyz6KXc5q7alDBcTJU3T > .row .container { border-width: 0; border-radius: 0; }#SwqCszTfxCAfSyz6KXc5q7alDBcTJU3T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SwqCszTfxCAfSyz6KXc5q7alDBcTJU3T > .row .container { width:20rem;height:38.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gBZcLTBzkzc2i6KDz5ccTtEQGeC7AN7e { width:15.4375rem;height:3.25rem;top:8.8125038146975rem;left:2.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OvLZi2XwlRZoT5kkDqNt0XDnCksrTu97 { width:18.5rem;height:2.6rem;top:2.3375015258789rem;left:0.75rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.3;font-family:roboto;color:#0c71a3;display:block; }
 }@media only screen and (max-width: 763px) { #vazHc3H3qnJE1I1wZ2vHCswoD48c3D14 { width:18.75rem;height:12.5rem;top:22.6875rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #JnfWOXT9m7SIvf8cHZA1pgJVuBR8qf9R { width:16.5625rem;height:9rem;top:24.4375rem;left:1.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IbGTVHirkgc2407FKJqS4WT0riZNeIlP { width:18.75rem;height:6.25rem;top:14.5625rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #e9ZKtkqpzesQTulUKMlEuUXk5gspXiSE { width:16.5625rem;height:1.625rem;top:16.875rem;left:1.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eiyNTTsO5hx0GiwUBTmDX4OCoWiDPqe0 { width:18.75rem;height:6.25rem;top:6.4375rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #snrvOXJSqsHi725T9bEmQ8SbOIXcPIle { background-color:#f9f9f9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#snrvOXJSqsHi725T9bEmQ8SbOIXcPIle > .row .container { background-color: transparent; background-image: none; }#snrvOXJSqsHi725T9bEmQ8SbOIXcPIle::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snrvOXJSqsHi725T9bEmQ8SbOIXcPIle > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snrvOXJSqsHi725T9bEmQ8SbOIXcPIle > .row .container > .video-iframe-container { display: none; }#snrvOXJSqsHi725T9bEmQ8SbOIXcPIle > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snrvOXJSqsHi725T9bEmQ8SbOIXcPIle > .row > .video-iframe-container { display: none; }#snrvOXJSqsHi725T9bEmQ8SbOIXcPIle > .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); }#snrvOXJSqsHi725T9bEmQ8SbOIXcPIle > .row .container { border-width: 0; border-radius: 0; }#snrvOXJSqsHi725T9bEmQ8SbOIXcPIle > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#snrvOXJSqsHi725T9bEmQ8SbOIXcPIle > .row .container { width:20rem;height:41rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oa0BUkTuO4cN3K7feun4W7V4IKU6wkAQ { width:15.4375rem;height:4.875rem;top:10.472896575927rem;left:2.28125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MyuiZdcJtMeumNpeIrsygEoRWSJAQwri { width:18.0625rem;height:5.2rem;top:2.2937469482422rem;left:0.96875rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.3;font-family:roboto;color:#0c71a3;display:block; }
 }@media only screen and (max-width: 763px) { #yMZeLotq1BLPPoXti6kd01O7TGEaZDr8 { width:18.75rem;height:12.5rem;top:25.349998474121rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #RqEcmgNQpe9O59ifreZdSFRD1I6ANtis { width:16.5625rem;height:4.5rem;top:27.100001335144rem;left:1.71875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X4cF4fCzT0WAmXCJZGVDCGp95XzaIWlU { width:18.75rem;height:6.25rem;top:17.1875rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #NwUhsM7aZ034IxEEWvtG72d3ybkW6lPt { width:16.5625rem;height:1.625rem;top:19.5rem;left:1.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JVtqhW142zkOFZQrZ1vv1VlCS5ikZfgc { width:18.75rem;height:6.25rem;top:9.0625rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #K80CFiaCE0XGnbkUlgRodTzZc7ZE6feH { background-color:#f9f9f9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#K80CFiaCE0XGnbkUlgRodTzZc7ZE6feH > .row .container { background-color: transparent; background-image: none; }#K80CFiaCE0XGnbkUlgRodTzZc7ZE6feH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K80CFiaCE0XGnbkUlgRodTzZc7ZE6feH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K80CFiaCE0XGnbkUlgRodTzZc7ZE6feH > .row .container > .video-iframe-container { display: none; }#K80CFiaCE0XGnbkUlgRodTzZc7ZE6feH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K80CFiaCE0XGnbkUlgRodTzZc7ZE6feH > .row > .video-iframe-container { display: none; }#K80CFiaCE0XGnbkUlgRodTzZc7ZE6feH > .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); }#K80CFiaCE0XGnbkUlgRodTzZc7ZE6feH > .row .container { border-width: 0; border-radius: 0; }#K80CFiaCE0XGnbkUlgRodTzZc7ZE6feH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K80CFiaCE0XGnbkUlgRodTzZc7ZE6feH > .row .container { width:20rem;height:40.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ovZf9ggJfdGinqU2pmhuEyfnpxWzyUMT { width:15.4375rem;height:3.25rem;top:10.625rem;left:2.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #INBPzcmc6S1SwXSCDhoI6OfsrCGuDEeH { width:14.25rem;height:5.2rem;top:2.337516784668rem;left:2.875rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.3;font-family:roboto;color:#0c71a3;display:block; }
 }@media only screen and (max-width: 763px) { #xStnOWaJe2r2yJQM2bsBoNKt65p6duRN { width:18.75rem;height:12.5rem;top:25.1875rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #sObPU7EnpoPNTXU8eB9scg8Jo7pm9eGh { width:16.5625rem;height:5.875rem;top:28.3125rem;left:1.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m6AtDiydxodgncp3SSmaPGoPtNEXxCu9 { width:18.75rem;height:6.25rem;top:17.0625rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #ikpVx86qa076PMcwC94NdgxsZHpEQ3QL { width:16.5625rem;height:1.625rem;top:19.375rem;left:1.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cmqf0z3upBhEy9qVV5mcGvuQHto3CEWR { width:18.75rem;height:6.25rem;top:8.9375rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #Z3LJL6xPIN95qdy7b9eeqEgqVify7N2U { background-color:#f9f9f9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Z3LJL6xPIN95qdy7b9eeqEgqVify7N2U > .row .container { background-color: transparent; background-image: none; }#Z3LJL6xPIN95qdy7b9eeqEgqVify7N2U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3LJL6xPIN95qdy7b9eeqEgqVify7N2U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3LJL6xPIN95qdy7b9eeqEgqVify7N2U > .row .container > .video-iframe-container { display: none; }#Z3LJL6xPIN95qdy7b9eeqEgqVify7N2U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3LJL6xPIN95qdy7b9eeqEgqVify7N2U > .row > .video-iframe-container { display: none; }#Z3LJL6xPIN95qdy7b9eeqEgqVify7N2U > .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); }#Z3LJL6xPIN95qdy7b9eeqEgqVify7N2U > .row .container { border-width: 0; border-radius: 0; }#Z3LJL6xPIN95qdy7b9eeqEgqVify7N2U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z3LJL6xPIN95qdy7b9eeqEgqVify7N2U > .row .container { width:20rem;height:40.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #phrTMCmw8Ct8xSCwnZF1L4AR2ZtfIeah { width:15.4375rem;height:1.625rem;top:10.4375rem;left:2.28125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DRAlQLtmNTDE5eHy9BlTnDvieQTZEmgd { width:14.25rem;height:5.2rem;top:2.337516784668rem;left:2.875rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.3;font-family:roboto;color:#0c71a3;display:block; }
 }@media only screen and (max-width: 763px) { #JQe1x7ptmn5BNTLGgb5O5o0WGW6t6C7H { width:18.75rem;height:12.5rem;top:24.375007629394rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #dBg7qc8AQ0KDZHWQAP2QQZoBG6q41Lpf { width:16.5625rem;height:6.75rem;top:26.562507629394rem;left:1.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VOpPgOaHFZhBPRCnZf8o4ESLK0mHyzm4 { width:18.75rem;height:6.25rem;top:16.250007629394rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #znAygrc05CofyR3622GmUwDbkFQt2lWo { width:16.5625rem;height:1.625rem;top:18.562507629394rem;left:1.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dTIdCOlSHciyvscsCXIGTZL84HxSwwlK { width:18.75rem;height:6.25rem;top:8.125rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #IUCsUWNpm3A0WbOPcqrDiJ37A6wRuMpI { background-color:#f9f9f9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IUCsUWNpm3A0WbOPcqrDiJ37A6wRuMpI > .row .container { background-color: transparent; background-image: none; }#IUCsUWNpm3A0WbOPcqrDiJ37A6wRuMpI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUCsUWNpm3A0WbOPcqrDiJ37A6wRuMpI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUCsUWNpm3A0WbOPcqrDiJ37A6wRuMpI > .row .container > .video-iframe-container { display: none; }#IUCsUWNpm3A0WbOPcqrDiJ37A6wRuMpI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUCsUWNpm3A0WbOPcqrDiJ37A6wRuMpI > .row > .video-iframe-container { display: none; }#IUCsUWNpm3A0WbOPcqrDiJ37A6wRuMpI > .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); }#IUCsUWNpm3A0WbOPcqrDiJ37A6wRuMpI > .row .container { border-width: 0; border-radius: 0; }#IUCsUWNpm3A0WbOPcqrDiJ37A6wRuMpI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IUCsUWNpm3A0WbOPcqrDiJ37A6wRuMpI > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #auZ1kNwQEIPvfSKPyXBoUvfo8RIyRHs6 { width:15.4375rem;height:3.25rem;top:10.75rem;left:2.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IZTFqpINqPkTPHZFMt6CqyBSxtfoUAeL { width:18.4375rem;height:5.2rem;top:2.3562431335449rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.3;font-family:roboto;color:#0c71a3;display:block; }
 }@media only screen and (max-width: 763px) { #eLsBi3fxwopsd6yTTsXBVeN8eOJufvhO { width:18.75rem;height:12.5rem;top:25.349998474121rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #caeHhfuuV2RsvKPdN72GaTshEM1t0Xd1 { width:16.5625rem;height:9rem;top:27.100001335144rem;left:1.71875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rswOA0QgeQ2TXdiJyEbKlUKHW4yiFFMu { width:18.75rem;height:6.25rem;top:17.1875rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #n3UElcwpV6MUEEdbD5mIoFR6Mz4XhRbz { width:16.5625rem;height:1.625rem;top:19.5rem;left:1.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n6aHqBOH5yPIDutUorz127HhZGmernmZ { width:18.75rem;height:6.25rem;top:9.0625rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #NJdhP2xTh9TAGTpnuCcyCkUhu25W1FRZ { background-color:#f9f9f9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NJdhP2xTh9TAGTpnuCcyCkUhu25W1FRZ > .row .container { background-color: transparent; background-image: none; }#NJdhP2xTh9TAGTpnuCcyCkUhu25W1FRZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJdhP2xTh9TAGTpnuCcyCkUhu25W1FRZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJdhP2xTh9TAGTpnuCcyCkUhu25W1FRZ > .row .container > .video-iframe-container { display: none; }#NJdhP2xTh9TAGTpnuCcyCkUhu25W1FRZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJdhP2xTh9TAGTpnuCcyCkUhu25W1FRZ > .row > .video-iframe-container { display: none; }#NJdhP2xTh9TAGTpnuCcyCkUhu25W1FRZ > .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); }#NJdhP2xTh9TAGTpnuCcyCkUhu25W1FRZ > .row .container { border-width: 0; border-radius: 0; }#NJdhP2xTh9TAGTpnuCcyCkUhu25W1FRZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NJdhP2xTh9TAGTpnuCcyCkUhu25W1FRZ > .row .container { width:20rem;height:40.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cKEgBaD2nN5PziFlbmQKSkktzaNq1ngw { width:15.4375rem;height:3.25rem;top:10.625rem;left:2.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QDJURZndxG5pAeZ2NthtsN1bxoZGg1aV { width:16.0625rem;height:5.2rem;top:1.8375015258789rem;left:1.96875rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.3;font-family:roboto;color:#0c71a3;display:block; }
 }@media only screen and (max-width: 763px) { #OWvLkwixgoEFN7k0I2q28JcNt6o29TXb { width:18.75rem;height:12.5rem;top:25.1875rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #sd9Lc1WvfbBwbhvrfGHHOhoBymOSkBzJ { width:16.5625rem;height:6.75rem;top:26.9375rem;left:1.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ttsDsbRkT5rxxrhtEXH0FCaTqXS61bCB { width:18.75rem;height:6.25rem;top:17.0625rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #dikcgcWZvlKr0LxZLVW78IpH7kwrJTgf { width:16.5625rem;height:1.625rem;top:19.375rem;left:1.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ILPtKwRWXrEQZwanGlKRKwvnO3f9iFVR { width:18.75rem;height:6.25rem;top:8.9375rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #UOWUe2pivkbpGyNxQqbsOToz5PpOUJLx { background-color:#f9f9f9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UOWUe2pivkbpGyNxQqbsOToz5PpOUJLx > .row .container { background-color: transparent; background-image: none; }#UOWUe2pivkbpGyNxQqbsOToz5PpOUJLx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UOWUe2pivkbpGyNxQqbsOToz5PpOUJLx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UOWUe2pivkbpGyNxQqbsOToz5PpOUJLx > .row .container > .video-iframe-container { display: none; }#UOWUe2pivkbpGyNxQqbsOToz5PpOUJLx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UOWUe2pivkbpGyNxQqbsOToz5PpOUJLx > .row > .video-iframe-container { display: none; }#UOWUe2pivkbpGyNxQqbsOToz5PpOUJLx > .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); }#UOWUe2pivkbpGyNxQqbsOToz5PpOUJLx > .row .container { border-width: 0; border-radius: 0; }#UOWUe2pivkbpGyNxQqbsOToz5PpOUJLx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UOWUe2pivkbpGyNxQqbsOToz5PpOUJLx > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qAXPuIOzA3M4fQCgW5cccCPTDwdURX7v { width:15.4375rem;height:3.25rem;top:10.75rem;left:2.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IiXzuodC4Bso1M6JhvpESGziELpA1knz { width:18.4375rem;height:5.2rem;top:2.0437507629394rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.3;font-family:roboto;color:#0c71a3;display:block; }
 }@media only screen and (max-width: 763px) { #atiyan8pmr3REhLaO6KXsgItad2eXOIV { width:18.75rem;height:12.5rem;top:16.625rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #XqrSfabzwCFAKRbtlEIkMwfD3tRtQcpO { width:16.5625rem;height:4.5rem;top:18.375rem;left:1.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L3Cp1u50Gnqiq6EJuVQc2a2Gyf1TtkIv { width:18.75rem;height:6.25rem;top:9.0625rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #cRzTHBzx2cTI88o26I5syQb5AWTCtUaE { background-color:#f9f9f9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cRzTHBzx2cTI88o26I5syQb5AWTCtUaE > .row .container { background-color: transparent; background-image: none; }#cRzTHBzx2cTI88o26I5syQb5AWTCtUaE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRzTHBzx2cTI88o26I5syQb5AWTCtUaE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRzTHBzx2cTI88o26I5syQb5AWTCtUaE > .row .container > .video-iframe-container { display: none; }#cRzTHBzx2cTI88o26I5syQb5AWTCtUaE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRzTHBzx2cTI88o26I5syQb5AWTCtUaE > .row > .video-iframe-container { display: none; }#cRzTHBzx2cTI88o26I5syQb5AWTCtUaE > .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); }#cRzTHBzx2cTI88o26I5syQb5AWTCtUaE > .row .container { border-width: 0; border-radius: 0; }#cRzTHBzx2cTI88o26I5syQb5AWTCtUaE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cRzTHBzx2cTI88o26I5syQb5AWTCtUaE > .row .container { width:20rem;height:42.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DRxJQI699kKL8IiXeT5FOgo0wEkK4AsP { width:15.4375rem;height:3.25rem;top:10.625rem;left:2.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LE4hk1cxIVxCAFlCxnuERpqHbVmwVucP { width:17.625rem;height:5.2rem;top:1.9624786376953rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.3;font-family:roboto;color:#0c71a3;display:block; }
 }@media only screen and (max-width: 763px) { #BlqhU2LDT5WCkSTDqCPMqzIkqSTZ5mK5 { width:18.75rem;height:12.5rem;top:25.1875rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #DIEEy9K6to1iked8diMXnvAzRhLT7szQ { width:16.5625rem;height:6.75rem;top:28.0625rem;left:1.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JzOGUuJbcBJZgcwn9rcwEOioc2bvnukR { width:18.75rem;height:6.25rem;top:17.0625rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #HMnhPxnUzKyUL9AWErzVzJs2HbsI1dVy { width:18.75rem;height:6.25rem;top:8.9375rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #wEtqfyTq7E7zffe8k0TKA53dQ8vGmVQs { width:16.5625rem;height:1.625rem;top:19.375rem;left:1.71875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fSTZwzVozHDmfMB1hUbgHJG2KTIsklvq { background-color:#f9f9f9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fSTZwzVozHDmfMB1hUbgHJG2KTIsklvq > .row .container { background-color: transparent; background-image: none; }#fSTZwzVozHDmfMB1hUbgHJG2KTIsklvq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSTZwzVozHDmfMB1hUbgHJG2KTIsklvq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSTZwzVozHDmfMB1hUbgHJG2KTIsklvq > .row .container > .video-iframe-container { display: none; }#fSTZwzVozHDmfMB1hUbgHJG2KTIsklvq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSTZwzVozHDmfMB1hUbgHJG2KTIsklvq > .row > .video-iframe-container { display: none; }#fSTZwzVozHDmfMB1hUbgHJG2KTIsklvq > .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); }#fSTZwzVozHDmfMB1hUbgHJG2KTIsklvq > .row .container { border-width: 0; border-radius: 0; }#fSTZwzVozHDmfMB1hUbgHJG2KTIsklvq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fSTZwzVozHDmfMB1hUbgHJG2KTIsklvq > .row .container { width:20rem;height:44.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hL66HuAqO20sLKMxg6CzJCInF3sSBzR5 { width:15.4375rem;height:3.25rem;top:28.375rem;left:2.28125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vMGTL4r4xit0qwxgefVJsLkvcHFN2e3l { width:17.625rem;height:7.3125rem;top:2.7125091552734rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.3;font-family:roboto;color:#0c71a3;display:block; }
 }@media only screen and (max-width: 763px) { #qvlJJ1SuDyntl06I6PvTlFvMGl6ZldiU { width:18.75rem;height:12.5rem;top:11.6875rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #w4FvJWtboNnFQDZrNkGe6l80Suh9zOug { width:16.5625rem;height:4.5rem;top:13.875rem;left:1.71875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uHVIU89K3T6mhD4ISehVgk1MuhAcLLxK { width:18.75rem;height:6.25rem;top:34.1875rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #RNTWVwdUyoTpwVSnwWVE5BeHwP91rW9d { width:16.5625rem;height:1.625rem;top:36.5rem;left:1.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rSdH97JPR4GL4xZgbTnCpBkeOHXUDzQk { width:18.75rem;height:6.25rem;top:26.0625rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #FaPN7VWBFZyQcD47mFNiB4vUFDlE73mO { background-color:#f9f9f9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FaPN7VWBFZyQcD47mFNiB4vUFDlE73mO > .row .container { background-color: transparent; background-image: none; }#FaPN7VWBFZyQcD47mFNiB4vUFDlE73mO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FaPN7VWBFZyQcD47mFNiB4vUFDlE73mO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FaPN7VWBFZyQcD47mFNiB4vUFDlE73mO > .row .container > .video-iframe-container { display: none; }#FaPN7VWBFZyQcD47mFNiB4vUFDlE73mO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FaPN7VWBFZyQcD47mFNiB4vUFDlE73mO > .row > .video-iframe-container { display: none; }#FaPN7VWBFZyQcD47mFNiB4vUFDlE73mO > .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); }#FaPN7VWBFZyQcD47mFNiB4vUFDlE73mO > .row .container { border-width: 0; border-radius: 0; }#FaPN7VWBFZyQcD47mFNiB4vUFDlE73mO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FaPN7VWBFZyQcD47mFNiB4vUFDlE73mO > .row .container { width:20rem;height:34.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #srfW90fFoIB8A9E9urT3QwFQBJ8o8Xce { width:18.75rem;height:5.2rem;top:2.2312545776367rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.3;font-family:roboto;color:#0c71a3;display:block; }
 }@media only screen and (max-width: 763px) { #eKirLAw26hkVL8bhozLRLOPGtLlL7fwD { width:18.75rem;height:12.5rem;top:17.25rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #qkkPTISdB95yfTxTL67v4pKb7yWfmc2m { width:16.5625rem;height:6.75rem;top:19rem;left:1.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QzzbGZ9b7Hz4KpmHlKwcko7Fws1URBI8 { width:18.75rem;height:6.25rem;top:9.0625rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.4375rem #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #sT32Winvak8aigOiMv5orchkxqs8iqfT { width:16.5625rem;height:1.625rem;top:11.375rem;left:1.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HAWkTnMRVu0bmZaaJvfTF9UJM3rWloeb { width:10.875rem;height:17.3125rem;top:2.875rem;left:4.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FoSLF6gFxd13G8TKmd4XFxqf1TlvIrK5 { background-color:#ffffff;background-image:none;display:block; }#FoSLF6gFxd13G8TKmd4XFxqf1TlvIrK5 > .row .container { background-color: transparent; background-image: none; }#FoSLF6gFxd13G8TKmd4XFxqf1TlvIrK5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FoSLF6gFxd13G8TKmd4XFxqf1TlvIrK5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FoSLF6gFxd13G8TKmd4XFxqf1TlvIrK5 > .row .container > .video-iframe-container { display: none; }#FoSLF6gFxd13G8TKmd4XFxqf1TlvIrK5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FoSLF6gFxd13G8TKmd4XFxqf1TlvIrK5 > .row > .video-iframe-container { display: none; }#FoSLF6gFxd13G8TKmd4XFxqf1TlvIrK5 > .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); }#FoSLF6gFxd13G8TKmd4XFxqf1TlvIrK5 > .row .container { width:20rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I8araD1p2HiTxmeTFBnJ7ZQT69PnCvyT { display:block; }#I8araD1p2HiTxmeTFBnJ7ZQT69PnCvyT > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L08HqrtpkSJEyVAqTyuMdntGRVKLApDp { width:19.625rem;height:8.925rem;top:1.4781227111816rem;left:0.1875rem;font-size:1.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qEogCeMchGuRLx5MB2Czz98Xm1qxHKdb { position:relative;z-index:auto;display:block; } #auhDZaCJxXozXqGV8eRMMfJLIJe7TXyB.widget-smartsection *:focus-visible, #auhDZaCJxXozXqGV8eRMMfJLIJe7TXyB.widget-smartsection input[type="text"]:focus-visible, #auhDZaCJxXozXqGV8eRMMfJLIJe7TXyB.widget-smartsection input[type="email"]:focus-visible, #auhDZaCJxXozXqGV8eRMMfJLIJe7TXyB.widget-smartsection input[type="tel"]:focus-visible, #auhDZaCJxXozXqGV8eRMMfJLIJe7TXyB.widget-smartsection textarea:focus-visible { outline: none; } #qEogCeMchGuRLx5MB2Czz98Xm1qxHKdb > .row .container { position:relative;display:block; } }