.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:254,218,230;--color-primary-1:251,131,172;--color-primary-2:247,7,89;--color-primary-3:124,4,45;--color-primary-4:37,1,13;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:214,213,213;--color-tertiary-2:118,115,115;--color-tertiary-3:59,58,58;--color-tertiary-4:12,11,11;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zdzr4HESDbEz3tw51K8IEEq7zCoGK9O4 { position:relative;display:block; } #w8fcd30e6275b2a1a47a4916b8f08860.widget-smartsection *:focus-visible, #w8fcd30e6275b2a1a47a4916b8f08860.widget-smartsection input[type="text"]:focus-visible, #w8fcd30e6275b2a1a47a4916b8f08860.widget-smartsection input[type="email"]:focus-visible, #w8fcd30e6275b2a1a47a4916b8f08860.widget-smartsection input[type="tel"]:focus-visible, #w8fcd30e6275b2a1a47a4916b8f08860.widget-smartsection textarea:focus-visible { outline: none; } #Zdzr4HESDbEz3tw51K8IEEq7zCoGK9O4 > .row .container { position:relative;display:block; }#M3VrBGfAyRk4fq85tWEtxRKSZHsOrbSt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1c98ae64-3e5d-45cf-8822-5ac1e03b7b83/1920x4007.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#M3VrBGfAyRk4fq85tWEtxRKSZHsOrbSt.adaptive-delivery-prevent-bg, #M3VrBGfAyRk4fq85tWEtxRKSZHsOrbSt.lazyload, #M3VrBGfAyRk4fq85tWEtxRKSZHsOrbSt.lazyloading { background-image: none; }#M3VrBGfAyRk4fq85tWEtxRKSZHsOrbSt > .row .container { background-color: transparent; background-image: none; }#M3VrBGfAyRk4fq85tWEtxRKSZHsOrbSt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3VrBGfAyRk4fq85tWEtxRKSZHsOrbSt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3VrBGfAyRk4fq85tWEtxRKSZHsOrbSt > .row .container > .video-iframe-container { display: none; }#M3VrBGfAyRk4fq85tWEtxRKSZHsOrbSt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3VrBGfAyRk4fq85tWEtxRKSZHsOrbSt > .row > .video-iframe-container { display: none; }#M3VrBGfAyRk4fq85tWEtxRKSZHsOrbSt > .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); }#M3VrBGfAyRk4fq85tWEtxRKSZHsOrbSt > .row .container { border-width: 0; border-radius: 0; }#M3VrBGfAyRk4fq85tWEtxRKSZHsOrbSt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M3VrBGfAyRk4fq85tWEtxRKSZHsOrbSt > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:75rem;position:relative;display:block; }#RypxVIDTFdP79121iOWw1kaA8H8OdeXW { position:relative;display:none; } #sbbfd527fe01f5281cbbaafbd342f45b.widget-smartsection *:focus-visible, #sbbfd527fe01f5281cbbaafbd342f45b.widget-smartsection input[type="text"]:focus-visible, #sbbfd527fe01f5281cbbaafbd342f45b.widget-smartsection input[type="email"]:focus-visible, #sbbfd527fe01f5281cbbaafbd342f45b.widget-smartsection input[type="tel"]:focus-visible, #sbbfd527fe01f5281cbbaafbd342f45b.widget-smartsection textarea:focus-visible { outline: none; } #RypxVIDTFdP79121iOWw1kaA8H8OdeXW > .row .container { position:relative;display:none; }#rn6ITJxaU1eqmIepDfoTS4nnr3zoB9ZT { position:relative;display:none; }#rn6ITJxaU1eqmIepDfoTS4nnr3zoB9ZT { border-width: 0; border-radius: 0; }#rn6ITJxaU1eqmIepDfoTS4nnr3zoB9ZT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rn6ITJxaU1eqmIepDfoTS4nnr3zoB9ZT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ZqXl0VDVHvGxuINVSX7ToV2RgCn8yoT2 { position:relative;display:block; }#ZqXl0VDVHvGxuINVSX7ToV2RgCn8yoT2 { background-color: transparent; background-image: none; }#ZqXl0VDVHvGxuINVSX7ToV2RgCn8yoT2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqXl0VDVHvGxuINVSX7ToV2RgCn8yoT2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqXl0VDVHvGxuINVSX7ToV2RgCn8yoT2 > .row .container > .video-iframe-container { display: none; }#ZqXl0VDVHvGxuINVSX7ToV2RgCn8yoT2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqXl0VDVHvGxuINVSX7ToV2RgCn8yoT2 > .row > .video-iframe-container { display: none; }#ZqXl0VDVHvGxuINVSX7ToV2RgCn8yoT2 > .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); }#ZqXl0VDVHvGxuINVSX7ToV2RgCn8yoT2 { border-width: 0; border-radius: 0; }#ZqXl0VDVHvGxuINVSX7ToV2RgCn8yoT2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZqXl0VDVHvGxuINVSX7ToV2RgCn8yoT2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:11.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WriuNpAQOmpQin18va0XiyO7sDqFeO86 { color:rgba(var(--color-tertiary-4),1);display:block;width:73.186875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.25rem;left:0.875rem;height:3.4125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kvPbx1cmnXCPGqECqEa3XIrHx7xbt6hq { color:rgba(var(--color-tertiary-4),1);display:block;width:73.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.8125rem;left:0.875rem;height:3.25rem;display:block; }
#oeXRWfhVbgo9ycbhS9oJXxvgUKtPonVt { position:relative;display:block; }#oeXRWfhVbgo9ycbhS9oJXxvgUKtPonVt { background-color: transparent; background-image: none; }#oeXRWfhVbgo9ycbhS9oJXxvgUKtPonVt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oeXRWfhVbgo9ycbhS9oJXxvgUKtPonVt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oeXRWfhVbgo9ycbhS9oJXxvgUKtPonVt > .row .container > .video-iframe-container { display: none; }#oeXRWfhVbgo9ycbhS9oJXxvgUKtPonVt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oeXRWfhVbgo9ycbhS9oJXxvgUKtPonVt > .row > .video-iframe-container { display: none; }#oeXRWfhVbgo9ycbhS9oJXxvgUKtPonVt > .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); }#oeXRWfhVbgo9ycbhS9oJXxvgUKtPonVt { border-width: 0; border-radius: 0; }#oeXRWfhVbgo9ycbhS9oJXxvgUKtPonVt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#oeXRWfhVbgo9ycbhS9oJXxvgUKtPonVt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BDfGT62BFTL2QPwmcBf2rCpoELpc7JQF { box-sizing:content-box;height:0.24956625rem;width:62.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.9375rem;left:6.3125rem;display:block; }
#PoGLlZmtR95axapA0ZRHp1HDw2qXq6zs { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.3125rem;left:5.5rem;display:block; }
#dQK0uNsZPCln4GRXOiLtt9k78EE2M0nC { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.3125rem;left:68rem;display:block; }
#l4Nuts0zTRwuJ78ilIHGLvPCLxP5xqa4 { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.3125rem;left:18rem;display:block; }
#KBbMLClQvkVd2cSgTgwZTbqt7EFuIvVe { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.3125rem;left:43rem;display:block; }
#d7pxw6TO0k6xZDEKH5HroySuKB0OwrTp { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:2.625rem;left:5.8125rem; }
#yE6cdrRMCXT1XocTqRfXfwQKrsTIb5Nm { color:rgba(var(--color-tertiary-4),1);display:block;width:9.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:4.625rem;left:1.5rem;height:1.38139375rem;text-align:center;text-align-last:center;display:block; }
#zEk32FbfU6OMGaQqTgVlc59H1XQGiTEq { color:rgba(var(--color-tertiary-4),1);display:block;width:9.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:4.625rem;left:14.0625rem;height:1.38125rem;text-align:center;text-align-last:center;display:block; }
#sVtiK7adqZOTzfGICIlNuZOzBb62m3ux { color:rgba(var(--color-tertiary-4),1);display:block;width:9.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:4.625rem;left:26.5625rem;height:1.38125rem;text-align:center;text-align-last:center;display:block; }
#er1X0V1WS5cqVNnLaVVzQsD2MIdF7zqb { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.3125rem;left:30.5rem;display:block; }
#OP5gJmUMmJIiXWNMMGrI4owigTdrnuFa { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.3125rem;left:55.5rem;display:block; }
#yAscLgw24qrfBgBSdku3UVqHriSISFzn { color:rgba(var(--color-tertiary-4),1);display:block;width:9.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:4.625rem;left:39.0625rem;height:1.38125rem;text-align:center;text-align-last:center;display:block; }
#CQQVNsrAl0FAiCNJEHKd6y1FE9NRaGSH { color:rgba(var(--color-tertiary-4),1);display:block;width:9.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:4.625rem;left:51.5625rem;height:1.38139375rem;text-align:center;text-align-last:center;display:block; }
#EX3EEVq4HUiHXEPJH92tXTUEuxhFCOkD { color:rgba(var(--color-tertiary-4),1);display:block;width:9.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:4.625rem;left:64.0625rem;height:1.38139375rem;text-align:center;text-align-last:center;display:block; }
#H48ExVwwSMo9Tix6TdyXhNTrOvMvWbIz { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.3125rem;left:30.5rem;display:none; }
#UTaPQeVno082Hgsn7wPaSEgseSOBgWrg { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.3125rem;left:30.5rem;display:none; }
#PfSB9So3dIlxw66gQqchXngFCGM9O5OG { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.3125rem;left:30.5rem;display:none; }
#SpT6rVUKrZvcHC4Tqb3i9QBVy8y1t9fw { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.3125rem;left:30.5rem;display:none; }
#qpRTqE2sLQx1d5aQClcE3qtqcJd5xAzn { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.3125rem;left:30.5rem;display:none; }
#zqGxShTGnJVb8UiwbuimJe9n9D1gGXFf { position:relative;display:block; }#zqGxShTGnJVb8UiwbuimJe9n9D1gGXFf { background-color: transparent; background-image: none; }#zqGxShTGnJVb8UiwbuimJe9n9D1gGXFf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zqGxShTGnJVb8UiwbuimJe9n9D1gGXFf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zqGxShTGnJVb8UiwbuimJe9n9D1gGXFf > .row .container > .video-iframe-container { display: none; }#zqGxShTGnJVb8UiwbuimJe9n9D1gGXFf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zqGxShTGnJVb8UiwbuimJe9n9D1gGXFf > .row > .video-iframe-container { display: none; }#zqGxShTGnJVb8UiwbuimJe9n9D1gGXFf > .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); }#zqGxShTGnJVb8UiwbuimJe9n9D1gGXFf { border-width: 0; border-radius: 0; }#zqGxShTGnJVb8UiwbuimJe9n9D1gGXFf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zqGxShTGnJVb8UiwbuimJe9n9D1gGXFf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#R5TEqbtX280bykmVkCNEQRT5rQBaJvC9 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.625rem;left:1.125rem;height:2.4375rem;display:block; }
#EqTUP4Tpepuags5lBXgov9R28RgLIllo { color:rgba(var(--color-tertiary-4),1);display:block;width:25.686875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.0625rem;left:1.125rem;height:1.3rem;display:block; }
#uFTd4a2TuqsZtBwGdg7kInDo1hfVWvwu { position:relative;display:block; }#uFTd4a2TuqsZtBwGdg7kInDo1hfVWvwu { background-color: transparent; background-image: none; }#uFTd4a2TuqsZtBwGdg7kInDo1hfVWvwu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFTd4a2TuqsZtBwGdg7kInDo1hfVWvwu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFTd4a2TuqsZtBwGdg7kInDo1hfVWvwu > .row .container > .video-iframe-container { display: none; }#uFTd4a2TuqsZtBwGdg7kInDo1hfVWvwu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFTd4a2TuqsZtBwGdg7kInDo1hfVWvwu > .row > .video-iframe-container { display: none; }#uFTd4a2TuqsZtBwGdg7kInDo1hfVWvwu > .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); }#uFTd4a2TuqsZtBwGdg7kInDo1hfVWvwu { border-width: 0; border-radius: 0; }#uFTd4a2TuqsZtBwGdg7kInDo1hfVWvwu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uFTd4a2TuqsZtBwGdg7kInDo1hfVWvwu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:36.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Okx6TTvmcOOuCJLKxvfuDBmeKp3IdRES { position:absolute;display:block;z-index:15000;height:21.75rem;width:75rem;top:0rem;left:-0.03125rem;display:block; }
#stkwOsbN75loU4haZoWW2Sb0C7Kfl4ih { position:relative;display:block; }#stkwOsbN75loU4haZoWW2Sb0C7Kfl4ih { background-color: transparent; background-image: none; }#stkwOsbN75loU4haZoWW2Sb0C7Kfl4ih::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#stkwOsbN75loU4haZoWW2Sb0C7Kfl4ih > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#stkwOsbN75loU4haZoWW2Sb0C7Kfl4ih > .row .container > .video-iframe-container { display: none; }#stkwOsbN75loU4haZoWW2Sb0C7Kfl4ih > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#stkwOsbN75loU4haZoWW2Sb0C7Kfl4ih > .row > .video-iframe-container { display: none; }#stkwOsbN75loU4haZoWW2Sb0C7Kfl4ih > .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); }#stkwOsbN75loU4haZoWW2Sb0C7Kfl4ih { border-width: 0; border-radius: 0; }#stkwOsbN75loU4haZoWW2Sb0C7Kfl4ih > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#stkwOsbN75loU4haZoWW2Sb0C7Kfl4ih > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Q1Zgvtv0fVzG0u71FwU88aqG3KWqcv8v { color:rgba(var(--color-tertiary-4),1);display:block;width:37.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1rem;left:0.875rem;height:2.4375rem;display:block; }
#e95y0falHkaOq4TCAtsqvgt0MhtEWcbU { color:rgba(var(--color-tertiary-4),1);display:block;width:25.686875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0.875rem;height:1.3rem;display:block; }
#z3uqw1NTW0RzTau0gqEov8T8int6AVTz { position:relative;display:block; }#z3uqw1NTW0RzTau0gqEov8T8int6AVTz { background-color: transparent; background-image: none; }#z3uqw1NTW0RzTau0gqEov8T8int6AVTz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3uqw1NTW0RzTau0gqEov8T8int6AVTz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3uqw1NTW0RzTau0gqEov8T8int6AVTz > .row .container > .video-iframe-container { display: none; }#z3uqw1NTW0RzTau0gqEov8T8int6AVTz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3uqw1NTW0RzTau0gqEov8T8int6AVTz > .row > .video-iframe-container { display: none; }#z3uqw1NTW0RzTau0gqEov8T8int6AVTz > .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); }#z3uqw1NTW0RzTau0gqEov8T8int6AVTz { border-width: 0; border-radius: 0; }#z3uqw1NTW0RzTau0gqEov8T8int6AVTz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#z3uqw1NTW0RzTau0gqEov8T8int6AVTz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:36rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yFQruG1BRw6oFipRId04Dp2CuiRZTpXD { position:absolute;display:block;z-index:15000;height:21.75rem;width:75rem;top:0rem;left:-0.03125rem;display:block; }
#nUrl2w4i1PbtaX5HRMFxbQLcaTSOzn1R { position:relative;display:block; }#nUrl2w4i1PbtaX5HRMFxbQLcaTSOzn1R { background-color: transparent; background-image: none; }#nUrl2w4i1PbtaX5HRMFxbQLcaTSOzn1R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUrl2w4i1PbtaX5HRMFxbQLcaTSOzn1R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUrl2w4i1PbtaX5HRMFxbQLcaTSOzn1R > .row .container > .video-iframe-container { display: none; }#nUrl2w4i1PbtaX5HRMFxbQLcaTSOzn1R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUrl2w4i1PbtaX5HRMFxbQLcaTSOzn1R > .row > .video-iframe-container { display: none; }#nUrl2w4i1PbtaX5HRMFxbQLcaTSOzn1R > .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); }#nUrl2w4i1PbtaX5HRMFxbQLcaTSOzn1R { border-width: 0; border-radius: 0; }#nUrl2w4i1PbtaX5HRMFxbQLcaTSOzn1R > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nUrl2w4i1PbtaX5HRMFxbQLcaTSOzn1R > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GV6GGPfWGGZB1JCbgvxaWH4DieZLx430 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1rem;left:0.875rem;height:2.4375rem;display:block; }
#ucz5NVTHbKO3CTnZKUAgaOAMATXb4lHx { color:rgba(var(--color-tertiary-4),1);display:block;width:25.686875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0.875rem;height:1.3rem;display:block; }
#mosvtB5WM50y9icnW09Ei9eI2XW7wZAy { position:relative;display:block; }#mosvtB5WM50y9icnW09Ei9eI2XW7wZAy { background-color: transparent; background-image: none; }#mosvtB5WM50y9icnW09Ei9eI2XW7wZAy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mosvtB5WM50y9icnW09Ei9eI2XW7wZAy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mosvtB5WM50y9icnW09Ei9eI2XW7wZAy > .row .container > .video-iframe-container { display: none; }#mosvtB5WM50y9icnW09Ei9eI2XW7wZAy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mosvtB5WM50y9icnW09Ei9eI2XW7wZAy > .row > .video-iframe-container { display: none; }#mosvtB5WM50y9icnW09Ei9eI2XW7wZAy > .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); }#mosvtB5WM50y9icnW09Ei9eI2XW7wZAy { border-width: 0; border-radius: 0; }#mosvtB5WM50y9icnW09Ei9eI2XW7wZAy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mosvtB5WM50y9icnW09Ei9eI2XW7wZAy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:37.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Bu1Nx8lTnoRmJcwxK2uHAVTR7JmfpLRG { position:absolute;display:block;z-index:15000;height:21.75rem;width:75rem;top:0rem;left:-0.03125rem;display:block; }
#E3RRaPqGTG9iIv0vdMqxfSTZUbDk8gbd { position:relative;display:block; }#E3RRaPqGTG9iIv0vdMqxfSTZUbDk8gbd { background-color: transparent; background-image: none; }#E3RRaPqGTG9iIv0vdMqxfSTZUbDk8gbd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E3RRaPqGTG9iIv0vdMqxfSTZUbDk8gbd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E3RRaPqGTG9iIv0vdMqxfSTZUbDk8gbd > .row .container > .video-iframe-container { display: none; }#E3RRaPqGTG9iIv0vdMqxfSTZUbDk8gbd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E3RRaPqGTG9iIv0vdMqxfSTZUbDk8gbd > .row > .video-iframe-container { display: none; }#E3RRaPqGTG9iIv0vdMqxfSTZUbDk8gbd > .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); }#E3RRaPqGTG9iIv0vdMqxfSTZUbDk8gbd { border-width: 0; border-radius: 0; }#E3RRaPqGTG9iIv0vdMqxfSTZUbDk8gbd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#E3RRaPqGTG9iIv0vdMqxfSTZUbDk8gbd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LpdLpGOXdznpyTig5fwEEhUlClrFXuz5 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1rem;left:0.875rem;height:2.4375rem;display:block; }
#MtgKU6wHc1XyZ60M2gD8CETKZMuPONOP { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:9.6875rem;width:17.375rem;top:4.9045143127441rem;left:0.87456703186037rem;overflow:hidden;display:block; }
#UMTzhbX5N9HGPiqTpzVpC0SHyzqSwvrX { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:9.6875rem;width:17.5rem;top:4.9045143127441rem;left:19.499784469604rem;overflow:hidden;display:block; }
#VdCXEHW6v83m0kwmeeJIb150hXSE0CZE { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:9.625rem;width:17.5rem;top:4.9045143127441rem;left:38.062067031861rem;overflow:hidden;display:block; }
#s4TL05bsCr1sLIAvBrSVyg7cC5ZaeQML { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:9.6875rem;width:17.5rem;top:4.9045143127441rem;left:56.631944656372rem;overflow:hidden;display:block; }
#ApS2MPPC0ubWBALzihv5pT78p3yTWIAe { color:rgba(var(--color-secondary-2),1);display:block;width:12.061625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.368707656861rem;left:2.060546875rem;height:1.625rem;display:block; }
#iSkOHF2aDCQ0fCqVme5pSBGmABtHigBL { color:rgba(var(--color-secondary-2),1);display:block;width:12.0605625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:12.368707656861rem;left:20.498048782349rem;height:1.625rem;display:block; }
#zIgW8x0HQQ7gryCWDFEvqpHmeTTKU6Jd { color:rgba(var(--color-secondary-2),1);display:block;width:12.0605625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:12.368707656861rem;left:39.248048782349rem;height:;display:block; }
#TwygEo0MrkM6VFXQ5gwcH6Ju7suUb7as { color:rgba(var(--color-secondary-2),1);display:block;width:12.0605625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.368707656861rem;left:57.622613906861rem;height:1.625rem;display:block; }
#tSz9T5AzLcJExC8zKiVS1HSQxB3ERCHL { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:9.6875rem;width:17.5rem;top:15.714193344116rem;left:0.87456703186037rem;overflow:hidden;display:block; }
#AHoH0BC2GF1oyV9q3tQ7VXCmKTyE83Px { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:9.6875rem;width:17.5rem;top:15.713975906372rem;left:19.499784469604rem;overflow:hidden;display:block; }
#LreyMq80fzD4W9IWoZDeBeQZw6XeCP4G { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:9.6875rem;width:17.5rem;top:15.713975906372rem;left:38.062067031861rem;overflow:hidden;display:block; }
#veG8ZZWkqywg5FTTgynBTvFI0Rhe215A { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:9.6875rem;width:17.5rem;top:15.713975906372rem;left:56.631944656372rem;overflow:hidden;display:block; }
#aFWga9y3oTyB6wFhpRB4c3a59TqOqv8N { color:rgba(var(--color-secondary-2),1);display:block;width:12.0605625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:23.243272781372rem;left:2.060546875rem;height:1.625rem;display:block; }
#PORHNoMHX4h3qP0GsgtlgzCQpcgOixN4 { color:rgba(var(--color-secondary-2),1);display:block;width:12.0605625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:23.243272781372rem;left:20.498048782349rem;height:1.625rem;display:block; }
#tyQqTUJsgIvx9oPbAfZw3itJ8pKUc45a { color:rgba(var(--color-secondary-2),1);display:block;width:12.0605625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:23.243272781372rem;left:57.690973281861rem;height:1.625rem;display:block; }
#rxdOT67UO2z2mCIKWKoAzH50NNH0L5kf { color:rgba(var(--color-secondary-2),1);display:block;width:12.0605625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:23.243272781372rem;left:39.248048782349rem;height:1.625rem;display:block; }
#SEBlA44PlGT3xnG4JT12mTIeowV4ynfO { position:relative;display:block; } #Ha99e44bedf4c9fb893950256a75bde8.widget-smartsection *:focus-visible, #Ha99e44bedf4c9fb893950256a75bde8.widget-smartsection input[type="text"]:focus-visible, #Ha99e44bedf4c9fb893950256a75bde8.widget-smartsection input[type="email"]:focus-visible, #Ha99e44bedf4c9fb893950256a75bde8.widget-smartsection input[type="tel"]:focus-visible, #Ha99e44bedf4c9fb893950256a75bde8.widget-smartsection textarea:focus-visible { outline: none; } #SEBlA44PlGT3xnG4JT12mTIeowV4ynfO > .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) { #Zdzr4HESDbEz3tw51K8IEEq7zCoGK9O4 { display:block; } #w8fcd30e6275b2a1a47a4916b8f08860.widget-smartsection *:focus-visible, #w8fcd30e6275b2a1a47a4916b8f08860.widget-smartsection input[type="text"]:focus-visible, #w8fcd30e6275b2a1a47a4916b8f08860.widget-smartsection input[type="email"]:focus-visible, #w8fcd30e6275b2a1a47a4916b8f08860.widget-smartsection input[type="tel"]:focus-visible, #w8fcd30e6275b2a1a47a4916b8f08860.widget-smartsection textarea:focus-visible { outline: none; } #Zdzr4HESDbEz3tw51K8IEEq7zCoGK9O4 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #M3VrBGfAyRk4fq85tWEtxRKSZHsOrbSt { display:block; }#M3VrBGfAyRk4fq85tWEtxRKSZHsOrbSt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RypxVIDTFdP79121iOWw1kaA8H8OdeXW { display:none; } #sbbfd527fe01f5281cbbaafbd342f45b.widget-smartsection *:focus-visible, #sbbfd527fe01f5281cbbaafbd342f45b.widget-smartsection input[type="text"]:focus-visible, #sbbfd527fe01f5281cbbaafbd342f45b.widget-smartsection input[type="email"]:focus-visible, #sbbfd527fe01f5281cbbaafbd342f45b.widget-smartsection input[type="tel"]:focus-visible, #sbbfd527fe01f5281cbbaafbd342f45b.widget-smartsection textarea:focus-visible { outline: none; } #RypxVIDTFdP79121iOWw1kaA8H8OdeXW > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #rn6ITJxaU1eqmIepDfoTS4nnr3zoB9ZT { display:none; }#rn6ITJxaU1eqmIepDfoTS4nnr3zoB9ZT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZqXl0VDVHvGxuINVSX7ToV2RgCn8yoT2 { display:block; }#ZqXl0VDVHvGxuINVSX7ToV2RgCn8yoT2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WriuNpAQOmpQin18va0XiyO7sDqFeO86 { top:1.25rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvPbx1cmnXCPGqECqEa3XIrHx7xbt6hq { top:5.8125rem;left:0rem;width:47.75rem;height:4.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeXRWfhVbgo9ycbhS9oJXxvgUKtPonVt { display:block; }#oeXRWfhVbgo9ycbhS9oJXxvgUKtPonVt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BDfGT62BFTL2QPwmcBf2rCpoELpc7JQF { top:2.9375rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoGLlZmtR95axapA0ZRHp1HDw2qXq6zs { top:2.3125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQK0uNsZPCln4GRXOiLtt9k78EE2M0nC { top:2.3125rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4Nuts0zTRwuJ78ilIHGLvPCLxP5xqa4 { top:2.3125rem;left:4.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBbMLClQvkVd2cSgTgwZTbqt7EFuIvVe { top:2.3125rem;left:29.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7pxw6TO0k6xZDEKH5HroySuKB0OwrTp { top:2.625rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yE6cdrRMCXT1XocTqRfXfwQKrsTIb5Nm { top:4.625rem;left:0rem;width:9.375rem;height:1.375rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEk32FbfU6OMGaQqTgVlc59H1XQGiTEq { top:4.625rem;left:0.43749904632568rem;width:9.375rem;height:1.375rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVtiK7adqZOTzfGICIlNuZOzBb62m3ux { top:4.625rem;left:12.937500953674rem;width:9.375rem;height:1.375rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #er1X0V1WS5cqVNnLaVVzQsD2MIdF7zqb { top:2.3125rem;left:16.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OP5gJmUMmJIiXWNMMGrI4owigTdrnuFa { top:2.3125rem;left:41.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAscLgw24qrfBgBSdku3UVqHriSISFzn { top:4.625rem;left:25.437500953674rem;width:9.375rem;height:1.375rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQQVNsrAl0FAiCNJEHKd6y1FE9NRaGSH { top:4.625rem;left:37.9375rem;width:9.375rem;height:1.375rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EX3EEVq4HUiHXEPJH92tXTUEuxhFCOkD { top:4.625rem;left:38.375rem;width:9.375rem;height:1.375rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H48ExVwwSMo9Tix6TdyXhNTrOvMvWbIz { top:2.3125rem;left:16.875rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UTaPQeVno082Hgsn7wPaSEgseSOBgWrg { top:2.3125rem;left:16.875rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PfSB9So3dIlxw66gQqchXngFCGM9O5OG { top:2.3125rem;left:16.875rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SpT6rVUKrZvcHC4Tqb3i9QBVy8y1t9fw { top:2.3125rem;left:16.875rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qpRTqE2sLQx1d5aQClcE3qtqcJd5xAzn { top:2.3125rem;left:16.875rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zqGxShTGnJVb8UiwbuimJe9n9D1gGXFf { display:block; }#zqGxShTGnJVb8UiwbuimJe9n9D1gGXFf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R5TEqbtX280bykmVkCNEQRT5rQBaJvC9 { top:1.625rem;left:0rem;width:37.1875rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqTUP4Tpepuags5lBXgov9R28RgLIllo { top:4.0625rem;left:0rem;width:25.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFTd4a2TuqsZtBwGdg7kInDo1hfVWvwu { display:block; }#uFTd4a2TuqsZtBwGdg7kInDo1hfVWvwu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Okx6TTvmcOOuCJLKxvfuDBmeKp3IdRES { top:0rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #stkwOsbN75loU4haZoWW2Sb0C7Kfl4ih { display:block; }#stkwOsbN75loU4haZoWW2Sb0C7Kfl4ih > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q1Zgvtv0fVzG0u71FwU88aqG3KWqcv8v { top:1rem;left:0rem;width:37.1875rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e95y0falHkaOq4TCAtsqvgt0MhtEWcbU { top:3.4375rem;left:0rem;width:25.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3uqw1NTW0RzTau0gqEov8T8int6AVTz { display:block; }#z3uqw1NTW0RzTau0gqEov8T8int6AVTz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yFQruG1BRw6oFipRId04Dp2CuiRZTpXD { top:0rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUrl2w4i1PbtaX5HRMFxbQLcaTSOzn1R { display:block; }#nUrl2w4i1PbtaX5HRMFxbQLcaTSOzn1R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GV6GGPfWGGZB1JCbgvxaWH4DieZLx430 { top:1rem;left:0rem;width:37.1875rem;height:2.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucz5NVTHbKO3CTnZKUAgaOAMATXb4lHx { top:3.4375rem;left:0rem;width:25.625rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mosvtB5WM50y9icnW09Ei9eI2XW7wZAy { display:block; }#mosvtB5WM50y9icnW09Ei9eI2XW7wZAy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bu1Nx8lTnoRmJcwxK2uHAVTR7JmfpLRG { top:0rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3RRaPqGTG9iIv0vdMqxfSTZUbDk8gbd { display:block; }#E3RRaPqGTG9iIv0vdMqxfSTZUbDk8gbd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LpdLpGOXdznpyTig5fwEEhUlClrFXuz5 { top:1rem;left:0rem;width:37.1875rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtgKU6wHc1XyZ60M2gD8CETKZMuPONOP { top:4.875rem;left:0rem;width:17.375rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMTzhbX5N9HGPiqTpzVpC0SHyzqSwvrX { top:4.875rem;left:5.8747844696045rem;width:17.5rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdCXEHW6v83m0kwmeeJIb150hXSE0CZE { top:4.875rem;left:24.437067031861rem;width:17.5rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4TL05bsCr1sLIAvBrSVyg7cC5ZaeQML { top:4.875rem;left:30.25rem;width:17.5rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApS2MPPC0ubWBALzihv5pT78p3yTWIAe { top:12.3125rem;left:0rem;width:12rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSkOHF2aDCQ0fCqVme5pSBGmABtHigBL { top:12.3125rem;left:6.8730487823488rem;width:12rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIgW8x0HQQ7gryCWDFEvqpHmeTTKU6Jd { top:12.3125rem;left:25.622654914856rem;width:12rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwygEo0MrkM6VFXQ5gwcH6Ju7suUb7as { top:12.3125rem;left:35.75rem;width:12rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSz9T5AzLcJExC8zKiVS1HSQxB3ERCHL { top:15.6875rem;left:0rem;width:17.5rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHoH0BC2GF1oyV9q3tQ7VXCmKTyE83Px { top:15.6875rem;left:5.8747844696045rem;width:17.5rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LreyMq80fzD4W9IWoZDeBeQZw6XeCP4G { top:15.6875rem;left:24.437067031861rem;width:17.5rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #veG8ZZWkqywg5FTTgynBTvFI0Rhe215A { top:15.6875rem;left:30.25rem;width:17.5rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFWga9y3oTyB6wFhpRB4c3a59TqOqv8N { top:23.1875rem;left:0rem;width:12rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PORHNoMHX4h3qP0GsgtlgzCQpcgOixN4 { top:23.1875rem;left:6.8730487823488rem;width:12rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyQqTUJsgIvx9oPbAfZw3itJ8pKUc45a { top:23.1875rem;left:35.75rem;width:12rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxdOT67UO2z2mCIKWKoAzH50NNH0L5kf { top:23.1875rem;left:25.623048782349rem;width:12rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEBlA44PlGT3xnG4JT12mTIeowV4ynfO { display:block; } #Ha99e44bedf4c9fb893950256a75bde8.widget-smartsection *:focus-visible, #Ha99e44bedf4c9fb893950256a75bde8.widget-smartsection input[type="text"]:focus-visible, #Ha99e44bedf4c9fb893950256a75bde8.widget-smartsection input[type="email"]:focus-visible, #Ha99e44bedf4c9fb893950256a75bde8.widget-smartsection input[type="tel"]:focus-visible, #Ha99e44bedf4c9fb893950256a75bde8.widget-smartsection textarea:focus-visible { outline: none; } #SEBlA44PlGT3xnG4JT12mTIeowV4ynfO > .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) { #Zdzr4HESDbEz3tw51K8IEEq7zCoGK9O4 { display:none; } #w8fcd30e6275b2a1a47a4916b8f08860.widget-smartsection *:focus-visible, #w8fcd30e6275b2a1a47a4916b8f08860.widget-smartsection input[type="text"]:focus-visible, #w8fcd30e6275b2a1a47a4916b8f08860.widget-smartsection input[type="email"]:focus-visible, #w8fcd30e6275b2a1a47a4916b8f08860.widget-smartsection input[type="tel"]:focus-visible, #w8fcd30e6275b2a1a47a4916b8f08860.widget-smartsection textarea:focus-visible { outline: none; } #Zdzr4HESDbEz3tw51K8IEEq7zCoGK9O4 > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #M3VrBGfAyRk4fq85tWEtxRKSZHsOrbSt { display:none; }#M3VrBGfAyRk4fq85tWEtxRKSZHsOrbSt > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RypxVIDTFdP79121iOWw1kaA8H8OdeXW { display:block; } #sbbfd527fe01f5281cbbaafbd342f45b.widget-smartsection *:focus-visible, #sbbfd527fe01f5281cbbaafbd342f45b.widget-smartsection input[type="text"]:focus-visible, #sbbfd527fe01f5281cbbaafbd342f45b.widget-smartsection input[type="email"]:focus-visible, #sbbfd527fe01f5281cbbaafbd342f45b.widget-smartsection input[type="tel"]:focus-visible, #sbbfd527fe01f5281cbbaafbd342f45b.widget-smartsection textarea:focus-visible { outline: none; } #RypxVIDTFdP79121iOWw1kaA8H8OdeXW > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #rn6ITJxaU1eqmIepDfoTS4nnr3zoB9ZT { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/98386d24-f676-4b10-be01-4f49a5ef978c/320x5006.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rn6ITJxaU1eqmIepDfoTS4nnr3zoB9ZT.adaptive-delivery-prevent-bg, #rn6ITJxaU1eqmIepDfoTS4nnr3zoB9ZT.lazyload, #rn6ITJxaU1eqmIepDfoTS4nnr3zoB9ZT.lazyloading { background-image: none; }#rn6ITJxaU1eqmIepDfoTS4nnr3zoB9ZT > .row .container { background-color: transparent; background-image: none; }#rn6ITJxaU1eqmIepDfoTS4nnr3zoB9ZT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rn6ITJxaU1eqmIepDfoTS4nnr3zoB9ZT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rn6ITJxaU1eqmIepDfoTS4nnr3zoB9ZT > .row .container > .video-iframe-container { display: none; }#rn6ITJxaU1eqmIepDfoTS4nnr3zoB9ZT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rn6ITJxaU1eqmIepDfoTS4nnr3zoB9ZT > .row > .video-iframe-container { display: none; }#rn6ITJxaU1eqmIepDfoTS4nnr3zoB9ZT > .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); }#rn6ITJxaU1eqmIepDfoTS4nnr3zoB9ZT > .row .container { border-width: 0; border-radius: 0; }#rn6ITJxaU1eqmIepDfoTS4nnr3zoB9ZT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rn6ITJxaU1eqmIepDfoTS4nnr3zoB9ZT > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZqXl0VDVHvGxuINVSX7ToV2RgCn8yoT2 { display:block; }#ZqXl0VDVHvGxuINVSX7ToV2RgCn8yoT2 > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WriuNpAQOmpQin18va0XiyO7sDqFeO86 { width:20rem;height:3.575rem;top:0.62391471862793rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kvPbx1cmnXCPGqECqEa3XIrHx7xbt6hq { width:20rem;height:3.25rem;top:4.9815521240234rem;left:0rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oeXRWfhVbgo9ycbhS9oJXxvgUKtPonVt { display:block; }#oeXRWfhVbgo9ycbhS9oJXxvgUKtPonVt > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BDfGT62BFTL2QPwmcBf2rCpoELpc7JQF { width:17.5rem;height:0.0625rem;top:1.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoGLlZmtR95axapA0ZRHp1HDw2qXq6zs { width:0.9375rem;height:0.9375rem;top:0.875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQK0uNsZPCln4GRXOiLtt9k78EE2M0nC { width:1.5625rem;height:1.5625rem;top:14.003906965256rem;left:9.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #l4Nuts0zTRwuJ78ilIHGLvPCLxP5xqa4 { width:1.5625rem;height:1.5625rem;top:14.003906726837rem;left:9.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KBbMLClQvkVd2cSgTgwZTbqt7EFuIvVe { width:1.5625rem;height:1.5625rem;top:14.003907562256rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #d7pxw6TO0k6xZDEKH5HroySuKB0OwrTp { display:flex;width:0.625rem;height:0.625rem;top:1.0312504768372rem;left:0.96875rem; }
 }@media only screen and (max-width: 763px) { #yE6cdrRMCXT1XocTqRfXfwQKrsTIb5Nm { width:2.3125rem;height:1.1375rem;top:2.0944013595581rem;left:0rem;font-size:0.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zEk32FbfU6OMGaQqTgVlc59H1XQGiTEq { width:4.125rem;height:0.56875rem;top:2.3782558441162rem;left:2.7604167461395rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVtiK7adqZOTzfGICIlNuZOzBb62m3ux { width:2.9375rem;height:0.56875rem;top:2.37890625rem;left:6.84375rem;font-size:0.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #er1X0V1WS5cqVNnLaVVzQsD2MIdF7zqb { width:0.9375rem;height:0.9375rem;top:0.875rem;left:18.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OP5gJmUMmJIiXWNMMGrI4owigTdrnuFa { width:1.5625rem;height:1.5625rem;top:3.2311201095581rem;left:9.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yAscLgw24qrfBgBSdku3UVqHriSISFzn { width:2.5rem;height:0.56875rem;top:2.37890625rem;left:10.78125rem;font-size:0.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CQQVNsrAl0FAiCNJEHKd6y1FE9NRaGSH { width:2.6875rem;height:0.56875rem;top:2.37890625rem;left:13.9375rem;font-size:0.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EX3EEVq4HUiHXEPJH92tXTUEuxhFCOkD { width:3.0625rem;height:0.56875rem;top:2.37890625rem;left:16.9375rem;font-size:0.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H48ExVwwSMo9Tix6TdyXhNTrOvMvWbIz { width:0.9375rem;height:0.9375rem;top:0.875rem;left:4.3125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #UTaPQeVno082Hgsn7wPaSEgseSOBgWrg { width:0.9375rem;height:0.9375rem;top:0.875rem;left:7.8125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #PfSB9So3dIlxw66gQqchXngFCGM9O5OG { width:0.9375rem;height:0.9375rem;top:0.875rem;left:11.3125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #SpT6rVUKrZvcHC4Tqb3i9QBVy8y1t9fw { width:0.9375rem;height:0.9375rem;top:0.875rem;left:14.8125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #qpRTqE2sLQx1d5aQClcE3qtqcJd5xAzn { width:0.9375rem;height:0.9375rem;top:0.87269115448rem;left:18.311434149742rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #zqGxShTGnJVb8UiwbuimJe9n9D1gGXFf { display:block; }#zqGxShTGnJVb8UiwbuimJe9n9D1gGXFf > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R5TEqbtX280bykmVkCNEQRT5rQBaJvC9 { width:20rem;height:1.625rem;top:0.74929046630862rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EqTUP4Tpepuags5lBXgov9R28RgLIllo { width:18rem;height:0.8125rem;top:2.3726577758789rem;left:0rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uFTd4a2TuqsZtBwGdg7kInDo1hfVWvwu { display:block; }#uFTd4a2TuqsZtBwGdg7kInDo1hfVWvwu > .row .container { width:20rem;height:96.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Okx6TTvmcOOuCJLKxvfuDBmeKp3IdRES { width:20rem;height:21.7489375rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #stkwOsbN75loU4haZoWW2Sb0C7Kfl4ih { display:block; }#stkwOsbN75loU4haZoWW2Sb0C7Kfl4ih > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q1Zgvtv0fVzG0u71FwU88aqG3KWqcv8v { width:20rem;height:1.625rem;top:0.68714523315431rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e95y0falHkaOq4TCAtsqvgt0MhtEWcbU { width:20rem;height:0.8125rem;top:2.3100156784058rem;left:0rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z3uqw1NTW0RzTau0gqEov8T8int6AVTz { display:block; }#z3uqw1NTW0RzTau0gqEov8T8int6AVTz > .row .container { width:20rem;height:94.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yFQruG1BRw6oFipRId04Dp2CuiRZTpXD { width:20rem;height:21.7480625rem;top:0.0615234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUrl2w4i1PbtaX5HRMFxbQLcaTSOzn1R { display:block; }#nUrl2w4i1PbtaX5HRMFxbQLcaTSOzn1R > .row .container { width:20rem;height:2.98046875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GV6GGPfWGGZB1JCbgvxaWH4DieZLx430 { width:20rem;height:1.54375rem;top:0.625rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ucz5NVTHbKO3CTnZKUAgaOAMATXb4lHx { width:20rem;height:0.8125rem;top:2.16796875rem;left:0rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mosvtB5WM50y9icnW09Ei9eI2XW7wZAy { display:block; }#mosvtB5WM50y9icnW09Ei9eI2XW7wZAy > .row .container { width:20rem;height:102.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bu1Nx8lTnoRmJcwxK2uHAVTR7JmfpLRG { width:20rem;height:21.7480625rem;top:0.062255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3RRaPqGTG9iIv0vdMqxfSTZUbDk8gbd { display:block; }#E3RRaPqGTG9iIv0vdMqxfSTZUbDk8gbd > .row .container { width:20rem;height:26.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LpdLpGOXdznpyTig5fwEEhUlClrFXuz5 { width:20rem;height:1.625rem;top:1.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MtgKU6wHc1XyZ60M2gD8CETKZMuPONOP { width:8.625rem;height:4.8125rem;top:3.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMTzhbX5N9HGPiqTpzVpC0SHyzqSwvrX { width:8.75rem;height:4.8125rem;top:3.5rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdCXEHW6v83m0kwmeeJIb150hXSE0CZE { width:8.75rem;height:4.8125rem;top:9rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4TL05bsCr1sLIAvBrSVyg7cC5ZaeQML { width:8.75rem;height:4.8125rem;top:9.0000009536744rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApS2MPPC0ubWBALzihv5pT78p3yTWIAe { width:4.375rem;height:0.8125rem;top:7rem;left:1.9375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iSkOHF2aDCQ0fCqVme5pSBGmABtHigBL { width:3.25rem;height:0.8125rem;top:7.0000004768369rem;left:11.25rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zIgW8x0HQQ7gryCWDFEvqpHmeTTKU6Jd { width:3.25rem;height:0.8125rem;top:12.479167938233rem;left:1.9375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TwygEo0MrkM6VFXQ5gwcH6Ju7suUb7as { width:3.4375rem;height:0.8125rem;top:12.479167461395rem;left:11.25rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tSz9T5AzLcJExC8zKiVS1HSQxB3ERCHL { width:8.75rem;height:4.8125rem;top:14.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHoH0BC2GF1oyV9q3tQ7VXCmKTyE83Px { width:8.75rem;height:4.8125rem;top:14.562510967254rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LreyMq80fzD4W9IWoZDeBeQZw6XeCP4G { width:8.75rem;height:4.8125rem;top:20.187490463257rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #veG8ZZWkqywg5FTTgynBTvFI0Rhe215A { width:8.75rem;height:4.8125rem;top:20.186850309372rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFWga9y3oTyB6wFhpRB4c3a59TqOqv8N { width:6.0625rem;height:0.8125rem;top:18.0625rem;left:1.9375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PORHNoMHX4h3qP0GsgtlgzCQpcgOixN4 { width:3.75rem;height:0.8125rem;top:18.0625rem;left:11.25rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tyQqTUJsgIvx9oPbAfZw3itJ8pKUc45a { width:4.3125rem;height:0.8125rem;top:23.666026115417rem;left:11.25rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rxdOT67UO2z2mCIKWKoAzH50NNH0L5kf { width:2.75rem;height:0.8125rem;top:23.666016578674rem;left:1.9375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SEBlA44PlGT3xnG4JT12mTIeowV4ynfO { display:block; } #Ha99e44bedf4c9fb893950256a75bde8.widget-smartsection *:focus-visible, #Ha99e44bedf4c9fb893950256a75bde8.widget-smartsection input[type="text"]:focus-visible, #Ha99e44bedf4c9fb893950256a75bde8.widget-smartsection input[type="email"]:focus-visible, #Ha99e44bedf4c9fb893950256a75bde8.widget-smartsection input[type="tel"]:focus-visible, #Ha99e44bedf4c9fb893950256a75bde8.widget-smartsection textarea:focus-visible { outline: none; } #SEBlA44PlGT3xnG4JT12mTIeowV4ynfO > .row .container { position:relative;display:block; } }