.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:247,218,219;--color-primary-1:232,145,146;--color-primary-2:217,71,74;--color-primary-3:207,25,29;--color-primary-4:180,34,42;--color-secondary-0:252,244,232;--color-secondary-1:255,227,164;--color-secondary-2:240,202,141;--color-secondary-3:239,168,107;--color-secondary-4:214,123,54;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Delicious Handrawn";--paragraphs-font-family:"Futura-Medium-01"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a4fd8261-f68a-43ac-aa93-03dface19f59/bg5_redstars.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection { position:relative;display:none; } #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection *:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="text"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="email"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="tel"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection textarea:focus-visible { outline: none; } #vpz2AFrIBmumOVCLn8UA8PVzzEl0dVsL { border-width: 0; border-radius: 0; }#vpz2AFrIBmumOVCLn8UA8PVzzEl0dVsL > .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; }#vpz2AFrIBmumOVCLn8UA8PVzzEl0dVsL > .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; }#Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#666666;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; } #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection *:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="text"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="email"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="tel"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection textarea:focus-visible { outline: none; } #JHHCi6yHgaiqlsx9X5uZKNzGS4RoLLC3 > .row .container { border-width: 0; border-radius: 0; }#JHHCi6yHgaiqlsx9X5uZKNzGS4RoLLC3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JHHCi6yHgaiqlsx9X5uZKNzGS4RoLLC3 > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:none; }#lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#666666;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; } #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection *:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="text"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="email"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="tel"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection textarea:focus-visible { outline: none; } #vwcwoDEWCRJHzvWZpwnrTbWXNrX9yqTT > .row .container { border-width: 0; border-radius: 0; }#vwcwoDEWCRJHzvWZpwnrTbWXNrX9yqTT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vwcwoDEWCRJHzvWZpwnrTbWXNrX9yqTT > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:none; }#LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#666666;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; } #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection *:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="text"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="email"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="tel"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection textarea:focus-visible { outline: none; } #C6IkSuN3rNAmXHPHHfvAFgDcu1tlbAeV > .row .container { border-width: 0; border-radius: 0; }#C6IkSuN3rNAmXHPHHfvAFgDcu1tlbAeV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C6IkSuN3rNAmXHPHHfvAFgDcu1tlbAeV > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:none; }#eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfaf9;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; } #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection *:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="text"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="email"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="tel"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection textarea:focus-visible { outline: none; } #MDhStMcldA3DTQXlAmw0G6C3cZaMiCvv > .row .container { background-color: transparent; background-image: none; }#MDhStMcldA3DTQXlAmw0G6C3cZaMiCvv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDhStMcldA3DTQXlAmw0G6C3cZaMiCvv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDhStMcldA3DTQXlAmw0G6C3cZaMiCvv > .row .container > .video-iframe-container { display: none; }#MDhStMcldA3DTQXlAmw0G6C3cZaMiCvv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDhStMcldA3DTQXlAmw0G6C3cZaMiCvv > .row > .video-iframe-container { display: none; }#MDhStMcldA3DTQXlAmw0G6C3cZaMiCvv > .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); }#MDhStMcldA3DTQXlAmw0G6C3cZaMiCvv > .row .container { border-width: 0; border-radius: 0; }#MDhStMcldA3DTQXlAmw0G6C3cZaMiCvv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MDhStMcldA3DTQXlAmw0G6C3cZaMiCvv > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:block; }#VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfaf9;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; } #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection *:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="text"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="email"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="tel"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection textarea:focus-visible { outline: none; } #fVA6K2CqFWTTyP1BpmWVQ7m6bXei78JE > .row .container { background-color: transparent; background-image: none; }#fVA6K2CqFWTTyP1BpmWVQ7m6bXei78JE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVA6K2CqFWTTyP1BpmWVQ7m6bXei78JE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVA6K2CqFWTTyP1BpmWVQ7m6bXei78JE > .row .container > .video-iframe-container { display: none; }#fVA6K2CqFWTTyP1BpmWVQ7m6bXei78JE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVA6K2CqFWTTyP1BpmWVQ7m6bXei78JE > .row > .video-iframe-container { display: none; }#fVA6K2CqFWTTyP1BpmWVQ7m6bXei78JE > .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); }#fVA6K2CqFWTTyP1BpmWVQ7m6bXei78JE > .row .container { border-width: 0; border-radius: 0; }#fVA6K2CqFWTTyP1BpmWVQ7m6bXei78JE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fVA6K2CqFWTTyP1BpmWVQ7m6bXei78JE > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:75rem;position:relative;display:block; }#hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection { position:relative;display:block; } #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection *:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="text"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="email"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="tel"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection textarea:focus-visible { outline: none; } #QJAeX5dAORMbfLFH1U3rwIdw898aZ7nI { background-color: transparent; background-image: none; }#QJAeX5dAORMbfLFH1U3rwIdw898aZ7nI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJAeX5dAORMbfLFH1U3rwIdw898aZ7nI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJAeX5dAORMbfLFH1U3rwIdw898aZ7nI > .row .container > .video-iframe-container { display: none; }#QJAeX5dAORMbfLFH1U3rwIdw898aZ7nI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJAeX5dAORMbfLFH1U3rwIdw898aZ7nI > .row > .video-iframe-container { display: none; }#QJAeX5dAORMbfLFH1U3rwIdw898aZ7nI > .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); }#QJAeX5dAORMbfLFH1U3rwIdw898aZ7nI { border-width: 0; border-radius: 0; }#QJAeX5dAORMbfLFH1U3rwIdw898aZ7nI > .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; }#QJAeX5dAORMbfLFH1U3rwIdw898aZ7nI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection { position:relative;display:block; } #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection *:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="text"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="email"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="tel"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection textarea:focus-visible { outline: none; } #daTxoJhkfdLnVKXlTsW4HpxON88HCepQ { background-color: transparent; background-image: none; }#daTxoJhkfdLnVKXlTsW4HpxON88HCepQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#daTxoJhkfdLnVKXlTsW4HpxON88HCepQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#daTxoJhkfdLnVKXlTsW4HpxON88HCepQ > .row .container > .video-iframe-container { display: none; }#daTxoJhkfdLnVKXlTsW4HpxON88HCepQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#daTxoJhkfdLnVKXlTsW4HpxON88HCepQ > .row > .video-iframe-container { display: none; }#daTxoJhkfdLnVKXlTsW4HpxON88HCepQ > .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); }#daTxoJhkfdLnVKXlTsW4HpxON88HCepQ { border-width: 0; border-radius: 0; }#daTxoJhkfdLnVKXlTsW4HpxON88HCepQ > .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; }#daTxoJhkfdLnVKXlTsW4HpxON88HCepQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:64.1875rem;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; }#QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection { position:relative;display:block; } #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection *:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="text"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="email"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="tel"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection textarea:focus-visible { outline: none; } #doMittaBQiNloxhC2uAvdPMcud16ZNWI { background-color: transparent; background-image: none; }#doMittaBQiNloxhC2uAvdPMcud16ZNWI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doMittaBQiNloxhC2uAvdPMcud16ZNWI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doMittaBQiNloxhC2uAvdPMcud16ZNWI > .row .container > .video-iframe-container { display: none; }#doMittaBQiNloxhC2uAvdPMcud16ZNWI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doMittaBQiNloxhC2uAvdPMcud16ZNWI > .row > .video-iframe-container { display: none; }#doMittaBQiNloxhC2uAvdPMcud16ZNWI > .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); }#doMittaBQiNloxhC2uAvdPMcud16ZNWI { border-width: 0; border-radius: 0; }#doMittaBQiNloxhC2uAvdPMcud16ZNWI > .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; }#doMittaBQiNloxhC2uAvdPMcud16ZNWI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:16.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; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6121890b-7c3d-43d3-9188-6627dfdf3f96/bg_b3.jpg");background-position:bottom 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; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc.adaptive-delivery-prevent-bg, #bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc.lazyload, #bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc.lazyloading { background-image: none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container { background-color: transparent; background-image: none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container > .video-iframe-container { display: none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row > .video-iframe-container { display: none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .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); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container { border-width: 0; border-radius: 0; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container { font-size:0.875rem;font-family:arial;height:48.1875rem;width:75rem;position:relative;display:block; }#TbBTsnVERc2dkNAFtTWSttSHTd3uloGN { color:rgba(var(--color-tertiary-0),1);display:block;width:32.9375rem;position:absolute;font-family:"cera pro medium";font-size:1.75rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.5);top:12.75rem;left:0.75rem;height:2.0996125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GRzAocXMeIq51TvAmoo03y5hUg2fSFKL { 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:3.3125rem;width:34.6875rem;top:12.125rem;left:0rem;overflow:hidden;display:block; }
#rZ2KFq97EJXghfCAlCnecVg9ThLk2zHw { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.1875rem;font-weight:normal;z-index:15018;line-height:.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.6875rem rgba(var(--color-tertiary-4),0.5);top:17.4375rem;left:0rem;height:4.94921875rem;text-align:left;text-align-last:left;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; }
#hKhpcWL7ZnTx8d98WEBbOVp02Gs8e9bQ { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 2.25rem #ffc85b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"cera pro";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.3125rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:27.1875rem;left:0rem;display:block; }
#lS1pignCORwU80ftav24MmlStZzNXKCu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TyZQflE91NFyQSUPTcrTd0ANDDp7be53 { background-color:rgba(var(--color-tertiary-0),0.22);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"cera pro";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.4375rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:27.1875rem;left:15.125rem;display:block; }
#l2LlCVsf73kuxFrR9huTzpTTDbcr5TqE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uu0mm6gM7J8hMXAQ1cMwcN2bUNzMAPm1 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.9375rem;top:2.25rem;left:38.6875rem;overflow:hidden;display:block; }
#vb0SuHES3JPXHIAIyRt2c1MXLAzs7S0v { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:6.125rem;top:0.8125rem;left:22.9375rem;overflow:hidden;display:block; }
#Fbb1horhli4Xi4KkRwLttzui5tzk4pDW { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:3.25rem;top:6.1875rem;left:32.6875rem;overflow:hidden;display:block; }
#pKPrcPxs1lU361HJmw71As1lO5FHDJp7 { 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:3.3125rem;width:7.6875rem;top:8.75rem;left:0rem;overflow:hidden;display:none; }
#ta3yX3vMy3pBeb9TgiDQcdhlTmUlaqVz { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:2rem;top:5.412109375rem;left:43.4375rem;overflow:hidden;display:block; }
#xwIdnW63wCncC9IKBSyTtaMD60arToK5 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.625rem;top:25.75rem;left:31.5rem;overflow:hidden;display:block; }
#FJL2T8pSA3b2QxCcyBtmV8rICP6hR5rM { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:8.375rem;top:12.0625rem;left:29.75rem;overflow:hidden;display:none; }
#VShokSGPGgmlxdTtc7bxMzbR7NrfTv37 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-3),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-3),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-3),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-3),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-3),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-3),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-3),0));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VShokSGPGgmlxdTtc7bxMzbR7NrfTv37 > .row .container { background-color: transparent; background-image: none; }#VShokSGPGgmlxdTtc7bxMzbR7NrfTv37::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VShokSGPGgmlxdTtc7bxMzbR7NrfTv37 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VShokSGPGgmlxdTtc7bxMzbR7NrfTv37 > .row .container > .video-iframe-container { display: none; }#VShokSGPGgmlxdTtc7bxMzbR7NrfTv37 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VShokSGPGgmlxdTtc7bxMzbR7NrfTv37 > .row > .video-iframe-container { display: none; }#VShokSGPGgmlxdTtc7bxMzbR7NrfTv37 > .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); }#VShokSGPGgmlxdTtc7bxMzbR7NrfTv37 > .row .container { border-width: 0; border-radius: 0; }#VShokSGPGgmlxdTtc7bxMzbR7NrfTv37 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VShokSGPGgmlxdTtc7bxMzbR7NrfTv37 > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#Wb40E21W4hAH96koyWvEa1BfCabo7C0N { color:rgba(var(--color-tertiary-4),1);display:block;width:13.375rem;position:absolute;font-family:"cera pro";font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.1;letter-spacing:0;top:18.5rem;left:41.875rem;height:1.6494125rem;font-style:normal;display:block; }
#hzL88IMAhzXstCi9xpTTLiJO53m0lNG0 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.2;letter-spacing:0;top:20.75rem;left:41.875rem;height:1.3496125rem;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;display:block; }
#LDTNNLXA3g6ZTp0lcOqd9VsCDAddbzpz { position:absolute;display:block;z-index:14994;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:20.375rem;width:26.5625rem;top:14rem;left:33.25rem;overflow:hidden;display:block; }
#lw4o4t2rE7R6vxeNnTtvG8G0DUkFSTaL { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:5.875rem;top:9.5625rem;left:65.9375rem;overflow:hidden;display:block; }
#buPLe6hoyLOAIsGUfe1TTmPnAbALAknL { position:absolute;display:block;z-index:15017;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:4rem;width:4.5625rem;top:24.375rem;left:0rem;overflow:hidden;display:block; }
#rsFxcTM4wK58tkvTrw5IMNxr8kTgDUQ3 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:6.6875rem;top:3.8125rem;left:1rem;overflow:hidden;display:block; }
#iw0EvparCsTRUHzPTTGTz8P6RqJImuKA { position:absolute;display:block;z-index:14995;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:18rem;width:23.625rem;top:14rem;left:16.9375rem;overflow:hidden;display:block; }
#TlafPXb2R51z8SIvRlvUPBl2eQhqW7DH { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:6rem;top:25.3125rem;left:64.25rem;overflow:hidden;display:block; }
#W7T23QXSHMiUIyz2gv0TOKWfXy9EJ3xB { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:3.25rem;top:14rem;left:71.75rem;overflow:hidden;display:block; }
#sZmtHtXazZnARwq9rT6607gwocSegvr2 { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:11.1875rem;top:4.625rem;left:40.5rem;overflow:hidden;display:block; }
#tL7yagTUlJVJ6Sofn5PaTvcH2mLKv4el { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5625rem;position:absolute;font-family:"cera pro";font-size:5.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:7rem;left:42.5rem;height:6.82425rem;font-style:normal;display:block; }
#isrfCTrm9Q2XiKtLHNAGgR4DdMMGUG6n { color:#050b1a;display:block;width:6.5625rem;position:absolute;font-family:"cera pro";font-size:3.25rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:7.5625rem;left:49.4375rem;height:4.2246125rem;font-style:normal;display:block; }
#mzHddC54vN2O6kThrEoEnMFTh4asMntF { color:#050b1a;display:block;width:5.5625rem;position:absolute;font-family:"cera pro";font-size:1.3125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:10.875rem;left:49.3125rem;height:1.70605625rem;font-style:normal;display:block; }
#kwsZ6rBprfTIZ9WfV1TVOI5h1bZMTWzn { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9375rem;position:absolute;font-family:"cera pro";font-size:1.4375rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:13.4375rem;left:44.1875rem;height:1.8681625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nNF7bghg7TOb5H16sm7857Q1Izpxhndz { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem -0.1875rem 0.625rem rgba(59,31,24,0.2) ;height:5.625rem;width:12.75rem;top:7.5625rem;left:41.75rem;display:block; }
#sI02qpgormSTeCkXsqArz2UASVsdx1HN { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.625rem;width:12.6875rem;top:12.875rem;left:41.75rem;display:block; }
#VcyELTBLEFV8IhIXgOSDUpo2vNkzB0if { position:absolute;display:block;z-index:15058;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:30.3125rem;width:30.9375rem;top:3.40625rem;left:6.84530237581rem;overflow:hidden;display:block; }
#a4u2VwacmKHCTu0he7mcVxIlAGGhPZhC { position:absolute;display:block;z-index:14998;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:5.125rem;width:19.6875rem;top:26.0234375rem;left:18.25rem;overflow:hidden;display:none; }
#ISPiGT083Zqle0bT09McQqMbPOg9WUHL { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.0625rem;width:19.5rem;display:none; }
#coaKsSCKS65s4NnXlCcarmTXzDi4tagl { position:absolute;display:block;z-index:14995;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:19.5625rem;width:25.6875rem;top:15.375rem;left:14.15625rem;overflow:hidden;display:none; }
#CsVcbeBPKUTr5PL3TRWlIo5a3FTZFgHK { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:15038;line-height:1.2;letter-spacing:0;top:22.5625rem;left:41.875rem;height:7.9980625rem;font-style:normal;display:block; }#CsVcbeBPKUTr5PL3TRWlIo5a3FTZFgHK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CsVcbeBPKUTr5PL3TRWlIo5a3FTZFgHK li:before{  }
#sqn0O31TAdmPueGAHWATOXeb4oGu6Lmd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-3),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-3),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-3),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-3),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-3),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-3),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-3),0));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sqn0O31TAdmPueGAHWATOXeb4oGu6Lmd > .row .container { background-color: transparent; background-image: none; }#sqn0O31TAdmPueGAHWATOXeb4oGu6Lmd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sqn0O31TAdmPueGAHWATOXeb4oGu6Lmd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sqn0O31TAdmPueGAHWATOXeb4oGu6Lmd > .row .container > .video-iframe-container { display: none; }#sqn0O31TAdmPueGAHWATOXeb4oGu6Lmd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sqn0O31TAdmPueGAHWATOXeb4oGu6Lmd > .row > .video-iframe-container { display: none; }#sqn0O31TAdmPueGAHWATOXeb4oGu6Lmd > .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); }#sqn0O31TAdmPueGAHWATOXeb4oGu6Lmd > .row .container { border-width: 0; border-radius: 0; }#sqn0O31TAdmPueGAHWATOXeb4oGu6Lmd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sqn0O31TAdmPueGAHWATOXeb4oGu6Lmd > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#T7I3qIDEeP2N5lRCFCPFyvVfNVXUxRDM { color:rgba(var(--color-tertiary-4),1);display:block;width:13.375rem;position:absolute;font-family:"cera pro";font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.1;letter-spacing:0;top:19.375rem;left:43.625rem;height:4.94824375rem;font-style:normal;display:block; }
#uu5UE9TVSBnfOqt2DSXr2wS3mG485T7f { color:rgba(var(--color-tertiary-4),1);display:block;width:10.0625rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.2;letter-spacing:0;top:25.3125rem;left:43.625rem;height:2.69921875rem;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;display:block; }
#uutQcBR2Wn8UDdDSgneiZEun5B0EruiT { position:absolute;display:block;z-index:14994;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:21.4375rem;width:28.1875rem;top:12.9580078125rem;left:32rem;overflow:hidden;display:block; }
#nAM0JwyvaFAGHNv2IgimONTAlGZCyl9o { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:5.875rem;top:9.5625rem;left:65.9375rem;overflow:hidden;display:block; }
#pXTCmJT4Ld3B1TETOL97mHLPOROSuM8v { position:absolute;display:block;z-index:15017;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:4rem;width:4.5625rem;top:24.375rem;left:0rem;overflow:hidden;display:block; }
#gcZm7OX3ymBGPKclEcTx255Rp3iuM23O { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:6.6875rem;top:2.375rem;left:3.625rem;overflow:hidden;display:block; }
#OZLhST0gFl7UzRRuqLFO0QQ1qxU96Cu3 { position:absolute;display:block;z-index:14995;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:18rem;width:23.625rem;top:14rem;left:16.9375rem;overflow:hidden;display:block; }
#hy0q8sZD83FK94GGKDchEbZ6xBAtVKE5 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:6rem;top:25.3125rem;left:64.25rem;overflow:hidden;display:block; }
#K7XcU7doXgohsb4hqyb3KmrTsEtyIUeO { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:3.25rem;top:14rem;left:71.75rem;overflow:hidden;display:block; }
#MJzWTfDeDmeXxhrUyaBhZKfzBEdgls14 { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:11.1875rem;top:4.625rem;left:40.5rem;overflow:hidden;display:block; }
#VDRTI6CTDv8uq1qPUtn3hvUry0OowNp0 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5625rem;position:absolute;font-family:"cera pro";font-size:5.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:7rem;left:42.5rem;height:6.82425rem;font-style:normal;display:block; }
#awfZkJHTOGE1EzfEBckhHh7eNET62zcy { color:#050b1a;display:block;width:6.5625rem;position:absolute;font-family:"cera pro";font-size:3.25rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:7.5625rem;left:49.4375rem;height:4.2246125rem;font-style:normal;display:block; }
#IUleyNWVdRWKtaTFRByry2c47ASxi3C2 { color:#050b1a;display:block;width:5.5625rem;position:absolute;font-family:"cera pro";font-size:1.3125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:10.875rem;left:49.3125rem;height:1.70605625rem;font-style:normal;display:block; }
#JcbvdanSLxfUEtR454aH0v2gq6l0T4fA { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9375rem;position:absolute;font-family:"cera pro";font-size:1.4375rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:13.4375rem;left:44.1875rem;height:1.8681625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uJxxgm2AFJZQupTJKTPTbmwHO9c2p8zf { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem -0.1875rem 0.625rem rgba(59,31,24,0.2) ;height:5.625rem;width:12.75rem;top:7.5625rem;left:41.75rem;display:block; }
#azNgWrcICFdZgWe6RrlS7T4v9ri2wFJ9 { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.625rem;width:12.6875rem;top:12.875rem;left:41.75rem;display:block; }
#XlO4THLyq5n58xDnduacGgJ2Vvp9aMiw { position:absolute;display:block;z-index:15058;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:24.375rem;width:30.625rem;top:3.25rem;left:8.6875rem;overflow:hidden;display:block; }
#QfWQNkKcPyTCO9uDqsrIpzCxTg4CNXFO { position:absolute;display:block;z-index:14998;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:5.125rem;width:19.6875rem;top:26.0234375rem;left:18.25rem;overflow:hidden;display:none; }
#AsHQqXXJ5pD20dEcnSs6dAu7D7iTE0CU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.0625rem;width:19.5rem;display:none; }
#Se2AFLbGTLEBBnZVgfza7WFzcfDfmHX8 { position:absolute;display:block;z-index:14995;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:19.5625rem;width:25.6875rem;top:15.375rem;left:14.15625rem;overflow:hidden;display:none; }
#dEAFTQGeus8FVkib11e7QaG1iKss4OpB { position:absolute;display:block;z-index:15059;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:9.125rem;width:12.5625rem;top:22.099609375rem;left:28.6875rem;overflow:hidden;display:block; }
#pgHru0FpK8Dawz3lUSohNeKCGGNdDF2X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-3),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-3),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-3),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-3),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-3),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-3),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-3),0));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pgHru0FpK8Dawz3lUSohNeKCGGNdDF2X > .row .container { background-color: transparent; background-image: none; }#pgHru0FpK8Dawz3lUSohNeKCGGNdDF2X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgHru0FpK8Dawz3lUSohNeKCGGNdDF2X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgHru0FpK8Dawz3lUSohNeKCGGNdDF2X > .row .container > .video-iframe-container { display: none; }#pgHru0FpK8Dawz3lUSohNeKCGGNdDF2X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgHru0FpK8Dawz3lUSohNeKCGGNdDF2X > .row > .video-iframe-container { display: none; }#pgHru0FpK8Dawz3lUSohNeKCGGNdDF2X > .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); }#pgHru0FpK8Dawz3lUSohNeKCGGNdDF2X > .row .container { border-width: 0; border-radius: 0; }#pgHru0FpK8Dawz3lUSohNeKCGGNdDF2X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pgHru0FpK8Dawz3lUSohNeKCGGNdDF2X > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#p6eEEMGEoLfcQLisoU9kSk85CCeSi55l { color:rgba(var(--color-tertiary-4),1);display:block;width:10.375rem;position:absolute;font-family:"cera pro";font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.1;letter-spacing:0;top:13.25rem;left:43.875rem;height:3.298825rem;font-style:normal;display:block; }
#xa7owT751Qq6l3P5nyeS1TBkUqdmCsEz { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.2;letter-spacing:0;top:17.3125rem;left:43.875rem;height:12.359375rem;font-style:normal;display:block; }#xa7owT751Qq6l3P5nyeS1TBkUqdmCsEz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xa7owT751Qq6l3P5nyeS1TBkUqdmCsEz li:before{  }
#OakQtEKZrgZPTnuex78FWqHyiXtgJJ6M { position:absolute;display:block;z-index:14994;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:26.5625rem;width:34.6875rem;top:8.6875rem;left:30.3125rem;overflow:hidden;display:block; }
#GQTk9a2VxqUitGPdipsn8r0btDOhTczV { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:5.875rem;top:9.5625rem;left:65.9375rem;overflow:hidden;display:block; }
#yfTPRu3bOwa7CFZgdzhvLUyqr3L1HEgK { position:absolute;display:block;z-index:15017;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:4rem;width:4.5625rem;top:24.375rem;left:0rem;overflow:hidden;display:block; }
#fVAr1fBvAMVbvIhwyMTQird9AIoK1Ddz { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:6.6875rem;top:2.375rem;left:3.625rem;overflow:hidden;display:block; }
#d0I2nkxznlkJIAgmmFkzdNOHXHgHWGaB { position:absolute;display:block;z-index:14995;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:18.0625rem;width:27.5rem;top:18.3125rem;left:14.6875rem;overflow:hidden;display:block; }
#ZfNqySUf7sTkg6paycM6n2z8V9tmg7yF { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:6rem;top:25.3125rem;left:64.25rem;overflow:hidden;display:block; }
#z4q7b5DO5Jeir2CyxsJeFdyhlPzIM5sF { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:3.25rem;top:14rem;left:71.75rem;overflow:hidden;display:block; }
#PCftCNO54POlk87BOKcUHEMAm0MgyVTZ { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:11.1875rem;top:1.1875rem;left:39.25rem;overflow:hidden;display:block; }
#aB5kJA0tTVNKkAdvsQcGMurrN18idakQ { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5625rem;position:absolute;font-family:"cera pro";font-size:5.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:3.5625rem;left:41.25rem;height:6.8246875rem;font-style:normal;display:block; }
#aZTJaD3a0EqmKwxEZpMiEcCaeQXUqxyp { color:#050b1a;display:block;width:5.5625rem;position:absolute;font-family:"cera pro";font-size:1.3125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:7.375rem;left:48.75rem;height:1.70605625rem;font-style:normal;display:block; }
#zLvTUW20QZBW78kDGN8nB0tDoxmmdvC6 { color:#050b1a;display:block;width:3.625rem;position:absolute;font-family:"cera pro";font-size:3.25rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:15rem;left:51.375rem;height:0;font-style:normal;display:none; }
#pUeEbBUNlGURVtqfJLTyNNQE2xK77R5l { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9375rem;position:absolute;font-family:"cera pro";font-size:1.4375rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:10rem;left:42.9375rem;height:1.86865rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sU2I32XA5HTmbLfsXlHKa9kLTpmuMMuQ { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem -0.1875rem 0.625rem rgba(59,31,24,0.2) ;height:5.625rem;width:12.75rem;top:4.125rem;left:40.5rem;display:block; }
#VIWTMbAGXd6ynD7E2RVqnr95c1uo74rs { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.625rem;width:12.6875rem;top:9.4375rem;left:40.5rem;display:block; }
#L5f0BntW4N47DsoKvOzhTkArVQD12TDL { position:absolute;display:block;z-index:15058;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:33.5625rem;width:30.625rem;top:0rem;left:11.625rem;overflow:hidden;display:block; }
#DJ1GGFFwfwk1Rul0AL1NN8xDxxk86rb3 { position:absolute;display:block;z-index:14998;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:5.125rem;width:19.6875rem;top:26.0234375rem;left:18.25rem;overflow:hidden;display:none; }
#N5BwVZyZpVHiwXToLI14ReTzv3i7ItPt { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.0625rem;width:19.5rem;display:none; }
#xXRTFulHxayCwh5zpkiq3nsiFr69lqqf { position:absolute;display:block;z-index:14995;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:19.5625rem;width:25.6875rem;top:15.375rem;left:14.15625rem;overflow:hidden;display:none; }
#A2plAe0DlZzEIDLAM4tmDucsdKDP42Ho { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-3),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-3),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-3),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-3),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-3),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-3),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-3),0));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#A2plAe0DlZzEIDLAM4tmDucsdKDP42Ho > .row .container { background-color: transparent; background-image: none; }#A2plAe0DlZzEIDLAM4tmDucsdKDP42Ho::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A2plAe0DlZzEIDLAM4tmDucsdKDP42Ho > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A2plAe0DlZzEIDLAM4tmDucsdKDP42Ho > .row .container > .video-iframe-container { display: none; }#A2plAe0DlZzEIDLAM4tmDucsdKDP42Ho > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A2plAe0DlZzEIDLAM4tmDucsdKDP42Ho > .row > .video-iframe-container { display: none; }#A2plAe0DlZzEIDLAM4tmDucsdKDP42Ho > .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); }#A2plAe0DlZzEIDLAM4tmDucsdKDP42Ho > .row .container { border-width: 0; border-radius: 0; }#A2plAe0DlZzEIDLAM4tmDucsdKDP42Ho > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A2plAe0DlZzEIDLAM4tmDucsdKDP42Ho > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#plPEq6gw0xFLOru1pWWX1AxF2DmsoRDD { color:rgba(var(--color-tertiary-4),1);display:block;width:10.375rem;position:absolute;font-family:"cera pro";font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.2;letter-spacing:0;top:15.8271484375rem;left:45.3125rem;height:3.5996125rem;font-style:normal;display:block; }
#OlnW2oP5PH014bwnI7rmky0scZMe16Pp { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.2;letter-spacing:0;top:20.25rem;left:45.3125rem;height:6.0234375rem;font-style:normal;display:block; }#OlnW2oP5PH014bwnI7rmky0scZMe16Pp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OlnW2oP5PH014bwnI7rmky0scZMe16Pp li:before{  }
#LKctSpW1pwRSZaPVUeE2kDehTaKIoeNG { position:absolute;display:block;z-index:14994;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:21.0625rem;width:26.875rem;top:10.4375rem;left:37.0625rem;overflow:hidden;display:block; }
#BGEOI9K9tLU5sX39nefqfb1aL9s9ESNy { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:5.875rem;top:3.224609375rem;left:61.5rem;overflow:hidden;display:block; }
#f1hc0mQy3D6MFbO4Z3Wcz7P5zQH1OPWn { position:absolute;display:block;z-index:15017;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:4rem;width:4.5625rem;top:24.375rem;left:0rem;overflow:hidden;display:block; }
#Nw7KR2pviKcmxBLlwAFiIUTUA88LcQCx { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:4rem;top:3.375rem;left:12.8125rem;overflow:hidden;display:block; }
#rMRKCkZt1vmWfZ0mcJRL9LWyMbAa5PyT { position:absolute;display:block;z-index:14995;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:19.5625rem;width:25.6875rem;top:15.3125rem;left:16.8125rem;overflow:hidden;display:block; }
#QoZOL4AFoTzOwycTE9OTIS3Z7uPFNHl4 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:6rem;top:13.625rem;left:62.75rem;overflow:hidden;display:block; }
#MeGs17ZMWiZZOBWLaHmS1v3NSARGgkpF { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:3.25rem;top:14rem;left:71.75rem;overflow:hidden;display:block; }
#fcqmL2XszlJfMuGNZilLNMyTiCswUdLG { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:11.1875rem;top:2.6875rem;left:42.875rem;overflow:hidden;display:block; }
#JJ64iJoumZdNdUN55pA5EkH288440xeh { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5625rem;position:absolute;font-family:"cera pro";font-size:5.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:5.0625rem;left:44.875rem;height:6.8246875rem;font-style:normal;display:block; }
#HKxiWd53QiHyFedU6FD41JTUrcRHwca0 { color:#050b1a;display:block;width:5.625rem;position:absolute;font-family:"cera pro";font-size:3.25rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:5.75rem;left:51.0625rem;height:4.2246125rem;font-style:normal;display:block; }
#EnJeIn51AVKcJ9h76PIOkcByxUIR9JDr { color:#050b1a;display:block;width:5.5625rem;position:absolute;font-family:"cera pro";font-size:1.3125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:9.25rem;left:50.5rem;height:1.70605625rem;font-style:normal;display:block; }
#ZPrHBGsXy1lPsvp71XWZfuDbTdCSQaTw { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9375rem;position:absolute;font-family:"cera pro";font-size:1.4375rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:11.5rem;left:46.5625rem;height:1.86865rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fXp908dK6dkTFqWUsKkGriw5bJwWeuyF { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem -0.1875rem 0.625rem rgba(59,31,24,0.2) ;height:5.625rem;width:12.75rem;top:5.625rem;left:44.125rem;display:block; }
#X7X4pnlONQ80RqTfJldIFFE8TlvDypcn { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.625rem;width:12.6875rem;top:10.9375rem;left:44.125rem;display:block; }
#hMPr4x6KQNgFvdM5gFHx9ryFfTHkt9zB { position:absolute;display:block;z-index:15058;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:28.125rem;width:31.25rem;top:3.4375rem;left:12.8125rem;overflow:hidden;display:block; }
#AS55P3ZieHLRS7dmJsav034ODQQHXMqg { position:absolute;display:block;z-index:14998;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:5.125rem;width:19.6875rem;top:26.0234375rem;left:18.25rem;overflow:hidden;display:none; }
#xZq9TCLGyRyDGKl3za8lhO6TTKDpSDPu { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.0625rem;width:19.5rem;display:none; }
#bNTbgy1g1NBuSsNygEhitrTOohvAA8Xr { position:absolute;display:block;z-index:14995;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:19.5625rem;width:25.6875rem;top:15.375rem;left:14.15625rem;overflow:hidden;display:none; }
#fUeBgLXOctExBqaFT50bOHX2J6Gndc2O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-3),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-3),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-3),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-3),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-3),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-3),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-3),0));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fUeBgLXOctExBqaFT50bOHX2J6Gndc2O > .row .container { background-color: transparent; background-image: none; }#fUeBgLXOctExBqaFT50bOHX2J6Gndc2O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUeBgLXOctExBqaFT50bOHX2J6Gndc2O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUeBgLXOctExBqaFT50bOHX2J6Gndc2O > .row .container > .video-iframe-container { display: none; }#fUeBgLXOctExBqaFT50bOHX2J6Gndc2O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUeBgLXOctExBqaFT50bOHX2J6Gndc2O > .row > .video-iframe-container { display: none; }#fUeBgLXOctExBqaFT50bOHX2J6Gndc2O > .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); }#fUeBgLXOctExBqaFT50bOHX2J6Gndc2O > .row .container { border-width: 0; border-radius: 0; }#fUeBgLXOctExBqaFT50bOHX2J6Gndc2O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fUeBgLXOctExBqaFT50bOHX2J6Gndc2O > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#BvP34bUtKftNS1GeABQ6ToFdQWpTaJUM { position:absolute;display:block;z-index:14998;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:25.25rem;width:32.75rem;top:3.0625rem;left:29.5625rem;overflow:hidden;display:block; }
#xVfkEBtDebGZwlLSnVqALEVch9mf9CQi { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:5.875rem;top:3.0625rem;left:64.6875rem;overflow:hidden;display:block; }
#TyOpxfU85oN96AvT9HvGwvsIMKvARkL5 { position:absolute;display:block;z-index:15017;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:4rem;width:4.5625rem;top:24.375rem;left:3.125rem;overflow:hidden;display:block; }
#SAAs91GEI3WHbSNI4wz3tMOoDyrw2tW1 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:4rem;top:0rem;left:38.25rem;overflow:hidden;display:block; }
#gDoTl3oezRehDTyTuiUZnVtt4TMbiSPz { position:absolute;display:block;z-index:14999;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:18.875rem;width:28.5625rem;top:16.9375rem;left:10.771484375rem;overflow:hidden;display:block; }
#Kmgdwmz4dHvKqCvTAGJowoXU3Mi8Xfig { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:6rem;top:23.9375rem;left:69rem;overflow:hidden;display:block; }
#H4G7QfhgKmIDBXArXWbU9Ay8FNFTz23m { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:3.25rem;top:14rem;left:70.5rem;overflow:hidden;display:block; }
#PmbZyaEt2Tm4qlTTeypZNL2s0Toyy0Hb { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34rem;width:26rem;top:0rem;left:13.271622734761rem;overflow:hidden;display:block; }
#cqcHhqgZh44pzzt5D62hNxtUZcLxntL9 { position:absolute;display:block;z-index:15026;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:9.4375rem;width:9.4375rem;top:0.8125rem;left:53.4375rem;overflow:hidden;display:block; }
#puNDo1OhH9mZseob97rOfgybIti3GbgK { position:absolute;display:block;z-index:15028;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:9.375rem;width:9.375rem;top:23.3125rem;left:45.09375rem;overflow:hidden;display:block; }
#Ub8KaIS88sFr6fp8uL5mwJ5sQ4AsTOtz { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:9.5625rem;top:19.6875rem;left:55.875rem;overflow:hidden;display:block; }
#fiwD7daKsErWmNpsWON7vq8yTytE1dZF { color:#005d27;display:block;width:7.25rem;position:absolute;font-family:"cera pro";font-size:1rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:20.625rem;left:39.84375rem;height:2.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }#fiwD7daKsErWmNpsWON7vq8yTytE1dZF li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#fiwD7daKsErWmNpsWON7vq8yTytE1dZF li:before{  }
#B0c7X5X0467fmt3vXA0pu68CAKudmBU9 { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:11.1875rem;top:1.8125rem;left:3.125rem;overflow:hidden;display:block; }
#SMudaaWV0aTWb4myUWNEIx2ownFwkdbz { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5625rem;position:absolute;font-family:"cera pro";font-size:5.25rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:4.5625rem;left:5.125rem;height:6.8246875rem;font-style:normal;display:block; }
#W7rG9OBS8hUpWonaxaB75pVEkKTtkHwo { color:#050b1a;display:block;width:5.5625rem;position:absolute;font-family:"cera pro";font-size:1.3125rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:8.375rem;left:12.4375rem;height:1.70605625rem;font-style:normal;display:block; }
#DTT6OZn5KwkseiZZmh3J9lsKVbL5ebiK { position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.625rem;width:13.0625rem;top:10.1875rem;left:4.375rem;display:block; }
#oiWWFT4MkNSR2WSv7OunX3iPctybn0lm { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9375rem;position:absolute;font-family:"cera pro";font-size:1.4375rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:10.75rem;left:7.4375rem;height:1.86865rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VVnDyhDnIvOTS99HGPrR2XJiTx5y7ixx { color:rgba(var(--color-tertiary-4),1);display:block;width:18.4375rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:12.8134765625rem;left:40.5625rem;height:7.6855625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#VVnDyhDnIvOTS99HGPrR2XJiTx5y7ixx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VVnDyhDnIvOTS99HGPrR2XJiTx5y7ixx li:before{  }
#cuWsh3pLGbMUep5nwbefw462entlspzU { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:5.8125rem;top:14.6875rem;left:6.4375rem;overflow:hidden;display:block; }
#uTOiIKghD2T8VcrebZrEL8bX4CuBxtBc { position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5.625rem;width:13rem;top:4.875rem;left:4.375rem;display:block; }
#DOIgiW0OQ0kxiX0XzeL8WN3yBfm95ElS { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9375rem;position:absolute;font-family:"cera pro";font-size:1.5rem;font-weight:700;z-index:15037;line-height:1.1;letter-spacing:0;top:9.8125rem;left:40.5625rem;height:1.6499rem;font-style:normal;display:block; }
#tSf55EDKo97FkylN9PGtwoHxT4Q4TQLi { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:9.6875rem;top:7.9990234375rem;left:60.9375rem;overflow:hidden;display:block; }
#Pa6fCsJnnhCu4xvayxoynKkD0HOmlUan { position:absolute;display:block;z-index:14998;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:25.25rem;width:32.25rem;top:3.0625rem;left:29.5625rem;overflow:hidden;display:none; }
#kHofOxTHp4GgxLM40gvHpyRxBIItCbDS { position:relative;display:block; }#kHofOxTHp4GgxLM40gvHpyRxBIItCbDS { background-color: transparent; background-image: none; }#kHofOxTHp4GgxLM40gvHpyRxBIItCbDS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHofOxTHp4GgxLM40gvHpyRxBIItCbDS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHofOxTHp4GgxLM40gvHpyRxBIItCbDS > .row .container > .video-iframe-container { display: none; }#kHofOxTHp4GgxLM40gvHpyRxBIItCbDS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHofOxTHp4GgxLM40gvHpyRxBIItCbDS > .row > .video-iframe-container { display: none; }#kHofOxTHp4GgxLM40gvHpyRxBIItCbDS > .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); }#kHofOxTHp4GgxLM40gvHpyRxBIItCbDS { border-width: 0; border-radius: 0; }#kHofOxTHp4GgxLM40gvHpyRxBIItCbDS > .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; }#kHofOxTHp4GgxLM40gvHpyRxBIItCbDS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:6.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; }#bn77aUeA3aAxqVapnx0x6wNqM8WFo2P6 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:1.875rem;left:28.6875rem;overflow:hidden;display:block; }
#UBdrIi0KCISyMELQ4gxA5izKZHfnId2s { box-sizing:content-box;height:0.75rem;width:0.75rem;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-secondary-3),1);background-image:none;top:2.875rem;left:33.5rem;display:block; }
#EnqRN72AtsgfdZ9Tk90pKHpRPqyT1OzG { box-sizing:content-box;height:0.75rem;width:0.75rem;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-secondary-3),1);background-image:none;top:2.9375rem;left:35.375rem;display:block; }
#JuxMDol48b1nDPQ3RogSUrLb5w9iD1nT { box-sizing:content-box;height:0.75rem;width:0.75rem;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-secondary-3),1);background-image:none;top:2.9375rem;left:37.25rem;display:block; }
#gPFPrfMtuP1BoyZJywdpMgb9Bddu27fL { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:1.875rem;left:43.4375rem;overflow:hidden;display:block; }
#Bum4AlQnsy6xcEr5NZo7TEpHNJbImIAz { box-sizing:content-box;height:0.75rem;width:0.75rem;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:15006;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:2.9375rem;left:39.0625rem;display:block; }
#Nfp9RMVCvvCfI0pe3OOO4K5dPmcJqUHV { box-sizing:content-box;height:0.75rem;width:0.75rem;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:15007;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:2.9375rem;left:40.9375rem;display:block; }
#hQngrMxdSmviwHUInG3hPlxvyfwOAeOb { position:relative;display:block; }#hQngrMxdSmviwHUInG3hPlxvyfwOAeOb { background-color: transparent; background-image: none; }#hQngrMxdSmviwHUInG3hPlxvyfwOAeOb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQngrMxdSmviwHUInG3hPlxvyfwOAeOb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQngrMxdSmviwHUInG3hPlxvyfwOAeOb > .row .container > .video-iframe-container { display: none; }#hQngrMxdSmviwHUInG3hPlxvyfwOAeOb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQngrMxdSmviwHUInG3hPlxvyfwOAeOb > .row > .video-iframe-container { display: none; }#hQngrMxdSmviwHUInG3hPlxvyfwOAeOb > .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); }#hQngrMxdSmviwHUInG3hPlxvyfwOAeOb { border-width: 0; border-radius: 0; }#hQngrMxdSmviwHUInG3hPlxvyfwOAeOb > .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; }#hQngrMxdSmviwHUInG3hPlxvyfwOAeOb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height: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:block; }#WNQ9HXiVgvoSBAQHZNouyDza71xJuyJe { color:rgba(var(--color-tertiary-0),1);display:block;width:53.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.8125rem;font-weight:normal;z-index:15006;line-height:1;letter-spacing:0;top:2.25rem;left:10.875rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DpxicMZK7UhO7VwF9BLuaymFaR1Mir5W { color:rgba(var(--color-tertiary-0),1);display:block;width:45.375rem;position:absolute;font-family:"cera pro";font-size:1.5625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(76,0,0,0.94);top:11.875rem;left:14.8125rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yhKW9sk2wVzrW5zb28OGK2igmu5XBw1C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#yhKW9sk2wVzrW5zb28OGK2igmu5XBw1C > .row .container { background-color: transparent; background-image: none; }#yhKW9sk2wVzrW5zb28OGK2igmu5XBw1C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yhKW9sk2wVzrW5zb28OGK2igmu5XBw1C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yhKW9sk2wVzrW5zb28OGK2igmu5XBw1C > .row .container > .video-iframe-container { display: none; }#yhKW9sk2wVzrW5zb28OGK2igmu5XBw1C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yhKW9sk2wVzrW5zb28OGK2igmu5XBw1C > .row > .video-iframe-container { display: none; }#yhKW9sk2wVzrW5zb28OGK2igmu5XBw1C > .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); }#yhKW9sk2wVzrW5zb28OGK2igmu5XBw1C > .row .container { border-width: 0; border-radius: 0; }#yhKW9sk2wVzrW5zb28OGK2igmu5XBw1C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yhKW9sk2wVzrW5zb28OGK2igmu5XBw1C > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:75rem;position:relative;display:block; }#qi2Okvbi26QzQlCSFChzW3lsTPduxNhI { 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:14.3125rem;width:10.0625rem;top:0rem;left:2rem;overflow:hidden;display:block; }
#p4DIVAZIRFE6ks17uHaJ2aMgZJPOAJy8 { box-sizing:content-box;height:13.5rem;width:13.5rem;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(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/31f584bb-2ef7-4602-90ff-dc23bc1369d9/kolo1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.25rem;left:0rem;box-shadow: -0.0625rem 0.4375rem 0.9375rem rgba(var(--color-tertiary-4),0.3) ;display:block; }#p4DIVAZIRFE6ks17uHaJ2aMgZJPOAJy8.adaptive-delivery-prevent-bg, #p4DIVAZIRFE6ks17uHaJ2aMgZJPOAJy8.lazyload, #p4DIVAZIRFE6ks17uHaJ2aMgZJPOAJy8.lazyloading { background-image: none; }
#VO125hAxkao4lWWE2y1qHTVCpEDcVVfR { color:rgba(var(--color-secondary-1),1);display:block;width:5.5625rem;position:absolute;font-family:"cera pro";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:15.625rem;left:3.96875rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pcPWgEp8h2GPNCr4gt7UHsLkav43Pewt { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:18.375rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#aTZvVgVTRtHSqSmkI9zS2KGhwoEENCkt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fdwp51U4vw2T6UhKypNGd7QPDGwJXyAT { position:absolute;display:block;z-index:15007;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:9.375rem;width:12.6875rem;top:3.09375rem;left:15.53125rem;overflow:hidden;display:block; }
#W78s8tWu9P8gTzX8KsxFA3m0tt6qrTKQ { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0rem 0.4375rem 0.9375rem rgba(var(--color-tertiary-4),0.3) ;height:13.375rem;width:13.5rem;top:1.25rem;left:15.125rem;overflow:hidden;display:block; }
#ZalTTxD0TEmlLSslbAbXHoJDiNULsRgQ { color:rgba(var(--color-secondary-1),1);display:block;width:8.25rem;position:absolute;font-family:"cera pro";font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:15.75rem;left:17.75rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V1tT3dFDQTkpt96vhWIaLX376psaHTQt { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:18.375rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:0rem;left:15.4375rem;display:block; }
#CIxSg9WTeiWnFoltIQIr6dImRUfO5ai3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BQT5VMIQTElxEuLAk6vU6QKWDIq7CXqe { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: -0.0625rem 0.4375rem 0.9375rem rgba(var(--color-tertiary-4),0.3) ;height:13.375rem;width:13.5rem;top:1.25rem;left:30.5625rem;overflow:hidden;display:block; }
#HlH9B4hCwWUAanXOM8NSJOMNeUSdJ1FS { position:absolute;display:block;z-index:15009;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:10.1875rem;width:10.25rem;top:2.6875rem;left:32.1875rem;overflow:hidden;display:block; }
#fQwWVoV9krkJeI6dKdrqIsT1ecQTXwRF { color:rgba(var(--color-secondary-1),1);display:block;width:5.0625rem;position:absolute;font-family:"cera pro";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:15.625rem;left:34.96875rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wbcgo6qfZnH62CXTzIBxbV53luAgZz4w { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:18.375rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:0rem;left:31.0625rem;display:block; }
#BxmPk5KH5baoWiKzufFJcTzZ5MneaXHx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#icXu6fArTFS034KALOLHxOz24nl0tNH4 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: -0.0625rem 0.4375rem 0.9375rem rgba(var(--color-tertiary-4),0.3) ;height:13.375rem;width:13.5rem;top:1.25rem;left:45.71875rem;overflow:hidden;display:block; }
#VfwxFW4sdUg3UFxXPosLKUEpCKkKiyr2 { color:rgba(var(--color-secondary-1),1);display:block;width:3.8125rem;position:absolute;font-family:"cera pro";font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:15.625rem;left:50.5625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AM2hdfPry4omweOF6M5ZGNaO6vEJwPNO { position:absolute;display:block;z-index:15010;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:13.625rem;width:10.5rem;top:0rem;left:47.75rem;overflow:hidden;display:block; }
#nOENTu5iR74x9gTCp5MIRgDQxlHzXgy3 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:18.375rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:0rem;left:45.4375rem;display:block; }
#CJ0bhDuC8nEWwFFpAfwNs5DmiaSoouFm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QEHDuqxsDG9HW1ENEmK4NpkS1oNTXIf7 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:9.9375rem;top:0rem;left:63.3125rem;overflow:hidden;display:block; }
#QggqcJ6WaoTuwv4TgN6lLHmeKsf7ScBF { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0rem 0.4375rem 0.9375rem rgba(var(--color-tertiary-4),0.3) ;height:13.3125rem;width:13.5rem;top:1.125rem;left:61.5rem;overflow:hidden;display:block; }
#T6M9Dd6P3iP0OkO1abIOpdrATtxXTzGU { color:rgba(var(--color-secondary-1),1);display:block;width:6.75rem;position:absolute;font-family:"cera pro";font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:15.625rem;left:64.90625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AmKTh09Bch43WTet3qL2qBNg9ohl2Eur { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:18.375rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:0rem;left:61.84375rem;display:block; }
#PtIFyRTArHk6LAiZlo2XXVO5WQMeaJq9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p5Gw4QJHrkmBIQtcahtcDUQgwTx9HyLC { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:13.5625rem;top:22.125rem;left:0.5625rem;overflow:hidden;display:block; }
#C01AdB5rE75QbTm4xZm5H331mR8e2UPt { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: -0.0625rem 0.4375rem 0.9375rem rgba(var(--color-tertiary-4),0.3) ;height:13.375rem;width:13.5rem;top:19.125rem;left:0rem;overflow:hidden;display:block; }
#DTHlJBsuokLWVSCKQPDGqbT1pzC1cdof { color:rgba(var(--color-secondary-1),1);display:block;width:5.625rem;position:absolute;font-family:"cera pro";font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:33.5rem;left:3.75rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LUGp3wme3ppv9rnLwmBxIcBMQqNcrmkb { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:18.375rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:19.25rem;left:0.125rem;display:block; }
#BTPnxWQMoUdE4oZlNF9Umn2zPP9t9pdl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XbAT3Rum27xGpO1lONukX0JKchOdbdwT { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: -0.0625rem 0.4375rem 0.9375rem rgba(var(--color-tertiary-4),0.3) ;height:13.375rem;width:13.5rem;top:19.125rem;left:15.125rem;overflow:hidden;display:block; }
#g0eAAnult0rhUZ48Mn0ulpRsbxwdu1Kh { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:12.5rem;top:22.0625rem;left:15.9375rem;overflow:hidden;display:block; }
#MsuvGJWPQzoHpncmT9uH3ApEHTzCJf56 { color:rgba(var(--color-secondary-1),1);display:block;width:7.625rem;position:absolute;font-family:"cera pro";font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:33.5rem;left:18.375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XJlUkFIdsKvflNTlk9fQbyaZggxVksz9 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:18.375rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:19.25rem;left:15.75rem;display:block; }
#CvMywtHPP82EDTdZ93sPP8y7KQEZmuNt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TJCRBD0haQSnuItT0nBogzMcIEoIh5Wy { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0rem 0.4375rem 0.9375rem rgba(var(--color-tertiary-4),0.3) ;height:13.3125rem;width:13.5rem;top:19.125rem;left:30.9375rem;overflow:hidden;display:block; }
#bCdyqrPoWvSXHwo15a2LnZEE9P7cJmDW { color:rgba(var(--color-secondary-1),1);display:block;width:11.3125rem;position:absolute;font-family:"cera pro";font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:33.5rem;left:31.90625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BZvWF1hoVJHFTyIdh66aHnw0aoPBDSET { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.625rem;width:11.75rem;top:18.5625rem;left:31.28125rem;overflow:hidden;display:block; }
#o65kwT4MQcREFihxfOBlLS6TEBfKX0lq { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:18.375rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:19.0625rem;left:30.71875rem;display:block; }
#P9yfqJGIZdOBRv6UOvGH4wTNNiQ93xwT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rErO2w5tmKFfLQFPV0UMVBL88TGWAP7f { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0rem 0.4375rem 0.9375rem rgba(var(--color-tertiary-4),0.3) ;height:13.3125rem;width:13.5rem;top:19.0625rem;left:46.1875rem;overflow:hidden;display:block; }
#PfZJ4TtFKIsfPg5A8fNtU4tzRMnvr4V2 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:18.375rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:17.5rem;left:46.40625rem;display:block; }
#Oi0faPFmriNMTyvGi8TZ7rHM128UTkcw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#svWIEcS7sguD6ir6OmMP1rKp36zo3Lre { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:13rem;top:20.6875rem;left:46.53125rem;overflow:hidden;display:block; }
#sXdX5gh0vTqSamOxDxEP3PFAaMyVvTuQ { color:rgba(var(--color-secondary-1),1);display:block;width:11.3125rem;position:absolute;font-family:"cera pro";font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:33.4375rem;left:47.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X4JIsSON1IrFwbO5zJIBnhT4wsS1G8Xa { color:rgba(var(--color-secondary-1),1);display:block;width:11.3125rem;position:absolute;font-family:"cera pro";font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:33.5rem;left:40.34375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#xCUb7toBFMpcFtPXxyKyK1mNtBSTAaLI { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0rem 0.4375rem 0.9375rem rgba(var(--color-tertiary-4),0.3) ;height:13.3125rem;width:13.5rem;top:19.0625rem;left:61.4375rem;overflow:hidden;display:block; }
#TSoLx5mZqF8vi8KBDwtTfGfZa18p9nEO { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:18.375rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:17.5rem;left:61.6875rem;display:block; }
#sJVFQX70Id8rqRM7FHwyZtBJi8LmZ8AR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WaTvhNask5fkP9JMBk84OrQo1dUTWwVU { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:12.375rem;top:21.25rem;left:61.75rem;overflow:hidden;display:block; }
#RJFwFnOq94rdgAruhxGzIKATLvk5J2pI { color:rgba(var(--color-secondary-1),1);display:block;width:11.3125rem;position:absolute;font-family:"cera pro";font-size:1.25rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:33.4375rem;left:62.375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Lb99d6b1c140e22733964a738308614f.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; } #Lb99d6b1c140e22733964a738308614f.widget-smartsection *:focus-visible, #Lb99d6b1c140e22733964a738308614f.widget-smartsection input[type="text"]:focus-visible, #Lb99d6b1c140e22733964a738308614f.widget-smartsection input[type="email"]:focus-visible, #Lb99d6b1c140e22733964a738308614f.widget-smartsection input[type="tel"]:focus-visible, #Lb99d6b1c140e22733964a738308614f.widget-smartsection textarea:focus-visible { outline: none; } #TRmGPqblbE3lQZzywDRwRWSAnZnVhwcc > .row .container { background-color: transparent; background-image: none; }#TRmGPqblbE3lQZzywDRwRWSAnZnVhwcc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRmGPqblbE3lQZzywDRwRWSAnZnVhwcc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRmGPqblbE3lQZzywDRwRWSAnZnVhwcc > .row .container > .video-iframe-container { display: none; }#TRmGPqblbE3lQZzywDRwRWSAnZnVhwcc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRmGPqblbE3lQZzywDRwRWSAnZnVhwcc > .row > .video-iframe-container { display: none; }#TRmGPqblbE3lQZzywDRwRWSAnZnVhwcc > .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); }#TRmGPqblbE3lQZzywDRwRWSAnZnVhwcc > .row .container { border-width: 0; border-radius: 0; }#TRmGPqblbE3lQZzywDRwRWSAnZnVhwcc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TRmGPqblbE3lQZzywDRwRWSAnZnVhwcc > .row .container { font-size:0.875rem;font-family:arial;height:40.4375rem;width:75rem;position:relative;display:block; }#a1a135e5846f197401ff789326b888c9.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; } #a1a135e5846f197401ff789326b888c9.widget-smartsection *:focus-visible, #a1a135e5846f197401ff789326b888c9.widget-smartsection input[type="text"]:focus-visible, #a1a135e5846f197401ff789326b888c9.widget-smartsection input[type="email"]:focus-visible, #a1a135e5846f197401ff789326b888c9.widget-smartsection input[type="tel"]:focus-visible, #a1a135e5846f197401ff789326b888c9.widget-smartsection textarea:focus-visible { outline: none; } #i0zIUMcpLDWDWnFqtoh2syRoLtQ4H0Qz > .row .container { background-color: transparent; background-image: none; }#i0zIUMcpLDWDWnFqtoh2syRoLtQ4H0Qz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i0zIUMcpLDWDWnFqtoh2syRoLtQ4H0Qz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i0zIUMcpLDWDWnFqtoh2syRoLtQ4H0Qz > .row .container > .video-iframe-container { display: none; }#i0zIUMcpLDWDWnFqtoh2syRoLtQ4H0Qz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i0zIUMcpLDWDWnFqtoh2syRoLtQ4H0Qz > .row > .video-iframe-container { display: none; }#i0zIUMcpLDWDWnFqtoh2syRoLtQ4H0Qz > .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); }#i0zIUMcpLDWDWnFqtoh2syRoLtQ4H0Qz > .row .container { border-width: 0; border-radius: 0; }#i0zIUMcpLDWDWnFqtoh2syRoLtQ4H0Qz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i0zIUMcpLDWDWnFqtoh2syRoLtQ4H0Qz > .row .container { font-size:0.875rem;font-family:arial;height:40.4375rem;width:75rem;position:relative;display:block; }#Waef3be252ff3e72ffb23f0648e2d526.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #cf191d);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #cf191d);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #cf191d);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #cf191d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cf191d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cf191d' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #cf191d);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #Waef3be252ff3e72ffb23f0648e2d526.widget-smartsection *:focus-visible, #Waef3be252ff3e72ffb23f0648e2d526.widget-smartsection input[type="text"]:focus-visible, #Waef3be252ff3e72ffb23f0648e2d526.widget-smartsection input[type="email"]:focus-visible, #Waef3be252ff3e72ffb23f0648e2d526.widget-smartsection input[type="tel"]:focus-visible, #Waef3be252ff3e72ffb23f0648e2d526.widget-smartsection textarea:focus-visible { outline: none; } #v3d7ZprebW8z4aS1BZxvJmkXyTB2SXfM > .row .container { background-color: transparent; background-image: none; }#v3d7ZprebW8z4aS1BZxvJmkXyTB2SXfM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v3d7ZprebW8z4aS1BZxvJmkXyTB2SXfM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v3d7ZprebW8z4aS1BZxvJmkXyTB2SXfM > .row .container > .video-iframe-container { display: none; }#v3d7ZprebW8z4aS1BZxvJmkXyTB2SXfM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v3d7ZprebW8z4aS1BZxvJmkXyTB2SXfM > .row > .video-iframe-container { display: none; }#v3d7ZprebW8z4aS1BZxvJmkXyTB2SXfM > .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); }#v3d7ZprebW8z4aS1BZxvJmkXyTB2SXfM > .row .container { border-width: 0; border-radius: 0; }#v3d7ZprebW8z4aS1BZxvJmkXyTB2SXfM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v3d7ZprebW8z4aS1BZxvJmkXyTB2SXfM > .row .container { font-size:0.875rem;font-family:arial;height:43.0625rem;width:75rem;position:relative;display:block; }#c658aaa009fbb53e9c5a6a6fee359186.widget-smartsection { 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; } #c658aaa009fbb53e9c5a6a6fee359186.widget-smartsection *:focus-visible, #c658aaa009fbb53e9c5a6a6fee359186.widget-smartsection input[type="text"]:focus-visible, #c658aaa009fbb53e9c5a6a6fee359186.widget-smartsection input[type="email"]:focus-visible, #c658aaa009fbb53e9c5a6a6fee359186.widget-smartsection input[type="tel"]:focus-visible, #c658aaa009fbb53e9c5a6a6fee359186.widget-smartsection textarea:focus-visible { outline: none; } #f7AMoH6iXzHuq8ED9EHEUowXzuO1M0Oh > .row .container { background-color: transparent; background-image: none; }#f7AMoH6iXzHuq8ED9EHEUowXzuO1M0Oh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f7AMoH6iXzHuq8ED9EHEUowXzuO1M0Oh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f7AMoH6iXzHuq8ED9EHEUowXzuO1M0Oh > .row .container > .video-iframe-container { display: none; }#f7AMoH6iXzHuq8ED9EHEUowXzuO1M0Oh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f7AMoH6iXzHuq8ED9EHEUowXzuO1M0Oh > .row > .video-iframe-container { display: none; }#f7AMoH6iXzHuq8ED9EHEUowXzuO1M0Oh > .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); }#f7AMoH6iXzHuq8ED9EHEUowXzuO1M0Oh > .row .container { border-width: 0; border-radius: 0; }#f7AMoH6iXzHuq8ED9EHEUowXzuO1M0Oh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f7AMoH6iXzHuq8ED9EHEUowXzuO1M0Oh > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:75rem;position:relative;display:block; }#XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1b24;background-image:url("https://images.assets-landingi.com/uc/d8187315-5240-4f6d-a9f8-205a5015c365/logostopka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection.adaptive-delivery-prevent-bg, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection.lazyload, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection.lazyloading { background-image: none; } #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection *:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="text"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="email"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="tel"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection textarea:focus-visible { outline: none; } #sNSZ59LknHKLCEnTPuwicbOFIuz6B4VC > .row .container { background-color: transparent; background-image: none; }#sNSZ59LknHKLCEnTPuwicbOFIuz6B4VC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sNSZ59LknHKLCEnTPuwicbOFIuz6B4VC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sNSZ59LknHKLCEnTPuwicbOFIuz6B4VC > .row .container > .video-iframe-container { display: none; }#sNSZ59LknHKLCEnTPuwicbOFIuz6B4VC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sNSZ59LknHKLCEnTPuwicbOFIuz6B4VC > .row > .video-iframe-container { display: none; }#sNSZ59LknHKLCEnTPuwicbOFIuz6B4VC > .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); }#sNSZ59LknHKLCEnTPuwicbOFIuz6B4VC > .row .container { border-width: 0; border-radius: 0; }#sNSZ59LknHKLCEnTPuwicbOFIuz6B4VC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sNSZ59LknHKLCEnTPuwicbOFIuz6B4VC > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:75rem;position:relative;display:block; }#LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1b24;background-image:url("https://images.assets-landingi.com/uc/d8187315-5240-4f6d-a9f8-205a5015c365/logostopka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection.adaptive-delivery-prevent-bg, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection.lazyload, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection.lazyloading { background-image: none; } #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection *:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="text"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="email"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="tel"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection textarea:focus-visible { outline: none; } #HRUffSpd7oMzT98fbmyFaHvTiaiyhtPL > .row .container { border-width: 0; border-radius: 0; }#HRUffSpd7oMzT98fbmyFaHvTiaiyhtPL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HRUffSpd7oMzT98fbmyFaHvTiaiyhtPL > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:none; }#XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection { position:relative;display:none; } #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection *:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="text"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="email"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="tel"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection textarea:focus-visible { outline: none; } #CoiOIWLNuEpBgVLaMnB2QSsx1ATrqATw { border-width: 0; border-radius: 0; }#CoiOIWLNuEpBgVLaMnB2QSsx1ATrqATw > .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; }#CoiOIWLNuEpBgVLaMnB2QSsx1ATrqATw > .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:2.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection { position:relative;display:none; } #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection *:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="text"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="email"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="tel"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection textarea:focus-visible { outline: none; } #oGllmQVEAoXTtoDddTrMipfNasiWhCqC { border-width: 0; border-radius: 0; }#oGllmQVEAoXTtoDddTrMipfNasiWhCqC > .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; }#oGllmQVEAoXTtoDddTrMipfNasiWhCqC > .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:2.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1b24;background-image:url("https://images.assets-landingi.com/uc/d8187315-5240-4f6d-a9f8-205a5015c365/logostopka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection.adaptive-delivery-prevent-bg, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection.lazyload, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection.lazyloading { background-image: none; } #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection *:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="text"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="email"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="tel"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection textarea:focus-visible { outline: none; } #wa2KksXWvwzM6v0FgXMX5arULHVLy2m5 > .row .container { border-width: 0; border-radius: 0; }#wa2KksXWvwzM6v0FgXMX5arULHVLy2m5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wa2KksXWvwzM6v0FgXMX5arULHVLy2m5 > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:75rem;position:relative;display:none; }#wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection { position:relative;display:none; } #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection *:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="text"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="email"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="tel"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection textarea:focus-visible { outline: none; } #Qzx0mf3lTkV9tHziJuJSROWneW5aVsB5 { border-width: 0; border-radius: 0; }#Qzx0mf3lTkV9tHziJuJSROWneW5aVsB5 > .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; }#Qzx0mf3lTkV9tHziJuJSROWneW5aVsB5 > .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:2.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection { position:relative;display:none; } #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection *:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="text"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="email"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="tel"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection textarea:focus-visible { outline: none; } #xAcsEaIl2VdqlJZrya5VfSadvtHnHFel { border-width: 0; border-radius: 0; }#xAcsEaIl2VdqlJZrya5VfSadvtHnHFel > .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; }#xAcsEaIl2VdqlJZrya5VfSadvtHnHFel > .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:2.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1b24;background-image:url("https://images.assets-landingi.com/uc/d8187315-5240-4f6d-a9f8-205a5015c365/logostopka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection.adaptive-delivery-prevent-bg, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection.lazyload, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection.lazyloading { background-image: none; } #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection *:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="text"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="email"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="tel"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection textarea:focus-visible { outline: none; } #hRV6hdaoScpFZh7QPCvPmd3KylT3k5In > .row .container { border-width: 0; border-radius: 0; }#hRV6hdaoScpFZh7QPCvPmd3KylT3k5In > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hRV6hdaoScpFZh7QPCvPmd3KylT3k5In > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;position:relative;display:none; }#nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#282a3a;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; } #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection *:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="text"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="email"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="tel"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection textarea:focus-visible { outline: none; } #A6hRZw36T2TaugxGpyl1P7DDLK9Sd0tH > .row .container { background-color: transparent; background-image: none; }#A6hRZw36T2TaugxGpyl1P7DDLK9Sd0tH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6hRZw36T2TaugxGpyl1P7DDLK9Sd0tH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6hRZw36T2TaugxGpyl1P7DDLK9Sd0tH > .row .container > .video-iframe-container { display: none; }#A6hRZw36T2TaugxGpyl1P7DDLK9Sd0tH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6hRZw36T2TaugxGpyl1P7DDLK9Sd0tH > .row > .video-iframe-container { display: none; }#A6hRZw36T2TaugxGpyl1P7DDLK9Sd0tH > .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); }#A6hRZw36T2TaugxGpyl1P7DDLK9Sd0tH > .row .container { border-width: 0; border-radius: 0; }#A6hRZw36T2TaugxGpyl1P7DDLK9Sd0tH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A6hRZw36T2TaugxGpyl1P7DDLK9Sd0tH > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection { display:none; } #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection *:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="text"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="email"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="tel"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection textarea:focus-visible { outline: none; } #vpz2AFrIBmumOVCLn8UA8PVzzEl0dVsL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection { display:none; } #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection *:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="text"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="email"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="tel"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection textarea:focus-visible { outline: none; } #JHHCi6yHgaiqlsx9X5uZKNzGS4RoLLC3 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection { display:none; } #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection *:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="text"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="email"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="tel"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection textarea:focus-visible { outline: none; } #vwcwoDEWCRJHzvWZpwnrTbWXNrX9yqTT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection { display:none; } #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection *:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="text"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="email"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="tel"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection textarea:focus-visible { outline: none; } #C6IkSuN3rNAmXHPHHfvAFgDcu1tlbAeV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection { display:block; } #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection *:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="text"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="email"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="tel"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection textarea:focus-visible { outline: none; } #MDhStMcldA3DTQXlAmw0G6C3cZaMiCvv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection { display:block; } #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection *:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="text"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="email"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="tel"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection textarea:focus-visible { outline: none; } #fVA6K2CqFWTTyP1BpmWVQ7m6bXei78JE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection { display:block; } #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection *:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="text"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="email"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="tel"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection textarea:focus-visible { outline: none; } #QJAeX5dAORMbfLFH1U3rwIdw898aZ7nI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection { display:block; } #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection *:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="text"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="email"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="tel"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection textarea:focus-visible { outline: none; } #daTxoJhkfdLnVKXlTsW4HpxON88HCepQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection { display:block; } #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection *:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="text"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="email"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="tel"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection textarea:focus-visible { outline: none; } #doMittaBQiNloxhC2uAvdPMcud16ZNWI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc { display:block; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbBTsnVERc2dkNAFtTWSttSHTd3uloGN { top:12.75rem;left:0rem;width:32.9375rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRzAocXMeIq51TvAmoo03y5hUg2fSFKL { top:12.125rem;left:0rem;width:34.6875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZ2KFq97EJXghfCAlCnecVg9ThLk2zHw { top:17.4375rem;left:0rem;width:37.5625rem;height:4.9375rem;font-size:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKhpcWL7ZnTx8d98WEBbOVp02Gs8e9bQ { width:14.3125rem;height:3.4375rem;top:27.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lS1pignCORwU80ftav24MmlStZzNXKCu { display:block; }
 }@media only screen and (max-width: 763px) { #TyZQflE91NFyQSUPTcrTd0ANDDp7be53 { width:9.4375rem;height:3.4375rem;top:27.1875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2LlCVsf73kuxFrR9huTzpTTDbcr5TqE { display:block; }
 }@media only screen and (max-width: 763px) { #uu0mm6gM7J8hMXAQ1cMwcN2bUNzMAPm1 { top:2.25rem;left:25.0625rem;width:2.9375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vb0SuHES3JPXHIAIyRt2c1MXLAzs7S0v { top:0.8125rem;left:9.3125rem;width:6.125rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fbb1horhli4Xi4KkRwLttzui5tzk4pDW { top:6.1875rem;left:19.0625rem;width:3.25rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKPrcPxs1lU361HJmw71As1lO5FHDJp7 { top:8.75rem;left:0rem;width:7.6875rem;height:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ta3yX3vMy3pBeb9TgiDQcdhlTmUlaqVz { top:5.375rem;left:29.8125rem;width:2rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwIdnW63wCncC9IKBSyTtaMD60arToK5 { top:25.75rem;left:17.875rem;width:3.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJL2T8pSA3b2QxCcyBtmV8rICP6hR5rM { top:12.0625rem;left:16.125rem;width:8.375rem;height:11.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VShokSGPGgmlxdTtc7bxMzbR7NrfTv37 { display:block; }#VShokSGPGgmlxdTtc7bxMzbR7NrfTv37 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wb40E21W4hAH96koyWvEa1BfCabo7C0N { top:18.5rem;left:28.25rem;width:13.375rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzL88IMAhzXstCi9xpTTLiJO53m0lNG0 { top:20.75rem;left:28.25rem;width:15.8125rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDTNNLXA3g6ZTp0lcOqd9VsCDAddbzpz { top:14rem;left:19.625rem;width:26.5625rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lw4o4t2rE7R6vxeNnTtvG8G0DUkFSTaL { top:9.5625rem;left:41.875rem;width:5.875rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #buPLe6hoyLOAIsGUfe1TTmPnAbALAknL { top:24.375rem;left:0rem;width:4.5625rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsFxcTM4wK58tkvTrw5IMNxr8kTgDUQ3 { top:3.8125rem;left:0rem;width:6.6875rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iw0EvparCsTRUHzPTTGTz8P6RqJImuKA { top:14rem;left:3.3125rem;width:23.625rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlafPXb2R51z8SIvRlvUPBl2eQhqW7DH { top:25.3125rem;left:41.75rem;width:6rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7T23QXSHMiUIyz2gv0TOKWfXy9EJ3xB { top:14rem;left:44.5rem;width:3.25rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZmtHtXazZnARwq9rT6607gwocSegvr2 { top:4.625rem;left:26.875rem;width:11.1875rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tL7yagTUlJVJ6Sofn5PaTvcH2mLKv4el { top:7rem;left:28.875rem;width:7.5625rem;height:6.8125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #isrfCTrm9Q2XiKtLHNAGgR4DdMMGUG6n { top:7.5625rem;left:35.8125rem;width:6.5625rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzHddC54vN2O6kThrEoEnMFTh4asMntF { top:10.875rem;left:35.6875rem;width:5.5625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwsZ6rBprfTIZ9WfV1TVOI5h1bZMTWzn { top:13.4375rem;left:30.5625rem;width:7.9375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNF7bghg7TOb5H16sm7857Q1Izpxhndz { top:7.5625rem;left:28.125rem;width:12.75rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sI02qpgormSTeCkXsqArz2UASVsdx1HN { top:12.875rem;left:28.125rem;width:12.6875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcyELTBLEFV8IhIXgOSDUpo2vNkzB0if { top:3.375rem;left:0rem;width:30.9375rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4u2VwacmKHCTu0he7mcVxIlAGGhPZhC { top:26rem;left:4.625rem;width:19.6875rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISPiGT083Zqle0bT09McQqMbPOg9WUHL { width:19.5rem;height:18.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #coaKsSCKS65s4NnXlCcarmTXzDi4tagl { top:15.375rem;left:0.53125rem;width:25.6875rem;height:19.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CsVcbeBPKUTr5PL3TRWlIo5a3FTZFgHK { top:22.5625rem;left:28.25rem;width:15.8125rem;height:7.9375rem;font-size:0.9375rem;display:block; }#CsVcbeBPKUTr5PL3TRWlIo5a3FTZFgHK li:before{  }
 }@media only screen and (max-width: 763px) { #sqn0O31TAdmPueGAHWATOXeb4oGu6Lmd { display:block; }#sqn0O31TAdmPueGAHWATOXeb4oGu6Lmd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7I3qIDEeP2N5lRCFCPFyvVfNVXUxRDM { top:19.375rem;left:30rem;width:13.375rem;height:4.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uu5UE9TVSBnfOqt2DSXr2wS3mG485T7f { top:25.3125rem;left:30rem;width:10.0625rem;height:2.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uutQcBR2Wn8UDdDSgneiZEun5B0EruiT { top:12.9375rem;left:18.375rem;width:28.1875rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAM0JwyvaFAGHNv2IgimONTAlGZCyl9o { top:9.5625rem;left:41.875rem;width:5.875rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXTCmJT4Ld3B1TETOL97mHLPOROSuM8v { top:24.375rem;left:0rem;width:4.5625rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcZm7OX3ymBGPKclEcTx255Rp3iuM23O { top:2.375rem;left:0rem;width:6.6875rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZLhST0gFl7UzRRuqLFO0QQ1qxU96Cu3 { top:14rem;left:3.3125rem;width:23.625rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #hy0q8sZD83FK94GGKDchEbZ6xBAtVKE5 { top:25.3125rem;left:41.75rem;width:6rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7XcU7doXgohsb4hqyb3KmrTsEtyIUeO { top:14rem;left:44.5rem;width:3.25rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJzWTfDeDmeXxhrUyaBhZKfzBEdgls14 { top:4.625rem;left:26.875rem;width:11.1875rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDRTI6CTDv8uq1qPUtn3hvUry0OowNp0 { top:7rem;left:28.875rem;width:7.5625rem;height:6.8125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #awfZkJHTOGE1EzfEBckhHh7eNET62zcy { top:7.5625rem;left:35.8125rem;width:6.5625rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUleyNWVdRWKtaTFRByry2c47ASxi3C2 { top:10.875rem;left:35.6875rem;width:5.5625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcbvdanSLxfUEtR454aH0v2gq6l0T4fA { top:13.4375rem;left:30.5625rem;width:7.9375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJxxgm2AFJZQupTJKTPTbmwHO9c2p8zf { top:7.5625rem;left:28.125rem;width:12.75rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #azNgWrcICFdZgWe6RrlS7T4v9ri2wFJ9 { top:12.875rem;left:28.125rem;width:12.6875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlO4THLyq5n58xDnduacGgJ2Vvp9aMiw { top:3.25rem;left:0rem;width:30.625rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfWQNkKcPyTCO9uDqsrIpzCxTg4CNXFO { top:26rem;left:4.625rem;width:19.6875rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsHQqXXJ5pD20dEcnSs6dAu7D7iTE0CU { width:19.5rem;height:18.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Se2AFLbGTLEBBnZVgfza7WFzcfDfmHX8 { top:15.375rem;left:0.53125rem;width:25.6875rem;height:19.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dEAFTQGeus8FVkib11e7QaG1iKss4OpB { top:22.0625rem;left:15.0625rem;width:12.5625rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgHru0FpK8Dawz3lUSohNeKCGGNdDF2X { display:block; }#pgHru0FpK8Dawz3lUSohNeKCGGNdDF2X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p6eEEMGEoLfcQLisoU9kSk85CCeSi55l { top:13.25rem;left:30.25rem;width:10.375rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xa7owT751Qq6l3P5nyeS1TBkUqdmCsEz { top:17.3125rem;left:30.25rem;width:16.0625rem;height:12.3125rem;font-size:0.9375rem;display:block; }#xa7owT751Qq6l3P5nyeS1TBkUqdmCsEz li:before{  }
 }@media only screen and (max-width: 763px) { #OakQtEKZrgZPTnuex78FWqHyiXtgJJ6M { top:8.6875rem;left:13.0625rem;width:34.6875rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQTk9a2VxqUitGPdipsn8r0btDOhTczV { top:9.5625rem;left:41.875rem;width:5.875rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfTPRu3bOwa7CFZgdzhvLUyqr3L1HEgK { top:24.375rem;left:0rem;width:4.5625rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVAr1fBvAMVbvIhwyMTQird9AIoK1Ddz { top:2.375rem;left:0rem;width:6.6875rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0I2nkxznlkJIAgmmFkzdNOHXHgHWGaB { top:18.3125rem;left:1.0625rem;width:27.5rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfNqySUf7sTkg6paycM6n2z8V9tmg7yF { top:25.3125rem;left:41.75rem;width:6rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4q7b5DO5Jeir2CyxsJeFdyhlPzIM5sF { top:14rem;left:44.5rem;width:3.25rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCftCNO54POlk87BOKcUHEMAm0MgyVTZ { top:1.1875rem;left:25.625rem;width:11.1875rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aB5kJA0tTVNKkAdvsQcGMurrN18idakQ { top:3.5625rem;left:27.625rem;width:7.5625rem;height:6.8125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZTJaD3a0EqmKwxEZpMiEcCaeQXUqxyp { top:7.375rem;left:35.125rem;width:5.5625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLvTUW20QZBW78kDGN8nB0tDoxmmdvC6 { top:15rem;left:37.75rem;width:3.625rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUeEbBUNlGURVtqfJLTyNNQE2xK77R5l { top:10rem;left:29.3125rem;width:7.9375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sU2I32XA5HTmbLfsXlHKa9kLTpmuMMuQ { top:4.125rem;left:26.875rem;width:12.75rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIWTMbAGXd6ynD7E2RVqnr95c1uo74rs { top:9.4375rem;left:26.875rem;width:12.6875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5f0BntW4N47DsoKvOzhTkArVQD12TDL { top:0rem;left:0rem;width:30.625rem;height:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJ1GGFFwfwk1Rul0AL1NN8xDxxk86rb3 { top:26rem;left:4.625rem;width:19.6875rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5BwVZyZpVHiwXToLI14ReTzv3i7ItPt { width:19.5rem;height:18.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xXRTFulHxayCwh5zpkiq3nsiFr69lqqf { top:15.375rem;left:0.53125rem;width:25.6875rem;height:19.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #A2plAe0DlZzEIDLAM4tmDucsdKDP42Ho { display:block; }#A2plAe0DlZzEIDLAM4tmDucsdKDP42Ho > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #plPEq6gw0xFLOru1pWWX1AxF2DmsoRDD { top:15.8125rem;left:31.6875rem;width:10.375rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlnW2oP5PH014bwnI7rmky0scZMe16Pp { top:20.25rem;left:31.6875rem;width:16.0625rem;height:6rem;font-size:0.9375rem;display:block; }#OlnW2oP5PH014bwnI7rmky0scZMe16Pp li:before{  }
 }@media only screen and (max-width: 763px) { #LKctSpW1pwRSZaPVUeE2kDehTaKIoeNG { top:10.4375rem;left:20.875rem;width:26.875rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGEOI9K9tLU5sX39nefqfb1aL9s9ESNy { top:3.1875rem;left:41.875rem;width:5.875rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1hc0mQy3D6MFbO4Z3Wcz7P5zQH1OPWn { top:24.375rem;left:0rem;width:4.5625rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nw7KR2pviKcmxBLlwAFiIUTUA88LcQCx { top:3.375rem;left:0rem;width:4rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMRKCkZt1vmWfZ0mcJRL9LWyMbAa5PyT { top:15.3125rem;left:3.1875rem;width:25.6875rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoZOL4AFoTzOwycTE9OTIS3Z7uPFNHl4 { top:13.625rem;left:41.75rem;width:6rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeGs17ZMWiZZOBWLaHmS1v3NSARGgkpF { top:14rem;left:44.5rem;width:3.25rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcqmL2XszlJfMuGNZilLNMyTiCswUdLG { top:2.6875rem;left:29.25rem;width:11.1875rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJ64iJoumZdNdUN55pA5EkH288440xeh { top:5.0625rem;left:31.25rem;width:7.5625rem;height:6.8125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKxiWd53QiHyFedU6FD41JTUrcRHwca0 { top:5.75rem;left:37.4375rem;width:5.625rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnJeIn51AVKcJ9h76PIOkcByxUIR9JDr { top:9.25rem;left:36.875rem;width:5.5625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPrHBGsXy1lPsvp71XWZfuDbTdCSQaTw { top:11.5rem;left:32.9375rem;width:7.9375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXp908dK6dkTFqWUsKkGriw5bJwWeuyF { top:5.625rem;left:30.5rem;width:12.75rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7X4pnlONQ80RqTfJldIFFE8TlvDypcn { top:10.9375rem;left:30.5rem;width:12.6875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMPr4x6KQNgFvdM5gFHx9ryFfTHkt9zB { top:3.4375rem;left:0rem;width:31.25rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AS55P3ZieHLRS7dmJsav034ODQQHXMqg { top:26rem;left:4.625rem;width:19.6875rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZq9TCLGyRyDGKl3za8lhO6TTKDpSDPu { width:19.5rem;height:18.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bNTbgy1g1NBuSsNygEhitrTOohvAA8Xr { top:15.375rem;left:0.53125rem;width:25.6875rem;height:19.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fUeBgLXOctExBqaFT50bOHX2J6Gndc2O { display:block; }#fUeBgLXOctExBqaFT50bOHX2J6Gndc2O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BvP34bUtKftNS1GeABQ6ToFdQWpTaJUM { top:3.0625rem;left:15rem;width:32.75rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVfkEBtDebGZwlLSnVqALEVch9mf9CQi { top:3.0625rem;left:41.875rem;width:5.875rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyOpxfU85oN96AvT9HvGwvsIMKvARkL5 { top:24.375rem;left:0rem;width:4.5625rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAAs91GEI3WHbSNI4wz3tMOoDyrw2tW1 { top:0rem;left:24.625rem;width:4rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDoTl3oezRehDTyTuiUZnVtt4TMbiSPz { top:16.9375rem;left:0rem;width:28.5625rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kmgdwmz4dHvKqCvTAGJowoXU3Mi8Xfig { top:23.9375rem;left:41.75rem;width:6rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4G7QfhgKmIDBXArXWbU9Ay8FNFTz23m { top:14rem;left:44.5rem;width:3.25rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmbZyaEt2Tm4qlTTeypZNL2s0Toyy0Hb { top:0rem;left:0rem;width:26rem;height:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqcHhqgZh44pzzt5D62hNxtUZcLxntL9 { top:0.8125rem;left:38.3125rem;width:9.4375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #puNDo1OhH9mZseob97rOfgybIti3GbgK { top:23.3125rem;left:31.46875rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ub8KaIS88sFr6fp8uL5mwJ5sQ4AsTOtz { top:19.6875rem;left:38.1875rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiwD7daKsErWmNpsWON7vq8yTytE1dZF { top:22.1875rem;left:0rem;width:14.8125rem;height:;font-size:0.9375rem;display:none; }#fiwD7daKsErWmNpsWON7vq8yTytE1dZF li:before{  }
 }@media only screen and (max-width: 763px) { #B0c7X5X0467fmt3vXA0pu68CAKudmBU9 { top:1.8125rem;left:0rem;width:11.1875rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMudaaWV0aTWb4myUWNEIx2ownFwkdbz { top:4.5625rem;left:0rem;width:7.5625rem;height:6.8125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7rG9OBS8hUpWonaxaB75pVEkKTtkHwo { top:8.375rem;left:0rem;width:5.5625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTT6OZn5KwkseiZZmh3J9lsKVbL5ebiK { top:10.1875rem;left:0rem;width:13.0625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiWWFT4MkNSR2WSv7OunX3iPctybn0lm { top:10.75rem;left:0rem;width:7.9375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVnDyhDnIvOTS99HGPrR2XJiTx5y7ixx { top:12.8125rem;left:26.9375rem;width:18.4375rem;height:7.625rem;font-size:1.125rem;display:block; }#VVnDyhDnIvOTS99HGPrR2XJiTx5y7ixx li:before{  }
 }@media only screen and (max-width: 763px) { #cuWsh3pLGbMUep5nwbefw462entlspzU { top:14.6875rem;left:0rem;width:5.8125rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTOiIKghD2T8VcrebZrEL8bX4CuBxtBc { top:4.875rem;left:0rem;width:13rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOIgiW0OQ0kxiX0XzeL8WN3yBfm95ElS { top:9.8125rem;left:26.9375rem;width:13.9375rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSf55EDKo97FkylN9PGtwoHxT4Q4TQLi { top:7.9375rem;left:38.0625rem;width:9.6875rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa6fCsJnnhCu4xvayxoynKkD0HOmlUan { top:3.0625rem;left:15rem;width:32.25rem;height:25.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kHofOxTHp4GgxLM40gvHpyRxBIItCbDS { display:block; }#kHofOxTHp4GgxLM40gvHpyRxBIItCbDS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bn77aUeA3aAxqVapnx0x6wNqM8WFo2P6 { top:1.875rem;left:15.0625rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBdrIi0KCISyMELQ4gxA5izKZHfnId2s { top:2.875rem;left:19.875rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnqRN72AtsgfdZ9Tk90pKHpRPqyT1OzG { top:2.9375rem;left:21.75rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuxMDol48b1nDPQ3RogSUrLb5w9iD1nT { top:2.9375rem;left:23.625rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPFPrfMtuP1BoyZJywdpMgb9Bddu27fL { top:1.875rem;left:29.8125rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bum4AlQnsy6xcEr5NZo7TEpHNJbImIAz { top:2.9375rem;left:25.4375rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nfp9RMVCvvCfI0pe3OOO4K5dPmcJqUHV { top:2.9375rem;left:27.3125rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQngrMxdSmviwHUInG3hPlxvyfwOAeOb { display:block; }#hQngrMxdSmviwHUInG3hPlxvyfwOAeOb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WNQ9HXiVgvoSBAQHZNouyDza71xJuyJe { top:2.25rem;left:0rem;width:47.75rem;height:;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpxicMZK7UhO7VwF9BLuaymFaR1Mir5W { top:11.875rem;left:1.1875rem;width:45.375rem;height:4.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhKW9sk2wVzrW5zb28OGK2igmu5XBw1C { display:block; }#yhKW9sk2wVzrW5zb28OGK2igmu5XBw1C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qi2Okvbi26QzQlCSFChzW3lsTPduxNhI { top:0rem;left:0rem;width:10.0625rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4DIVAZIRFE6ks17uHaJ2aMgZJPOAJy8 { top:1.25rem;left:0rem;width:13.5rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO125hAxkao4lWWE2y1qHTVCpEDcVVfR { top:15.625rem;left:0rem;width:5.5625rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcPWgEp8h2GPNCr4gt7UHsLkav43Pewt { width:12.875rem;height:18.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTZvVgVTRtHSqSmkI9zS2KGhwoEENCkt { display:block; }
 }@media only screen and (max-width: 763px) { #fdwp51U4vw2T6UhKypNGd7QPDGwJXyAT { top:3.0625rem;left:1.90625rem;width:12.6875rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W78s8tWu9P8gTzX8KsxFA3m0tt6qrTKQ { top:1.25rem;left:1.5rem;width:13.5rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZalTTxD0TEmlLSslbAbXHoJDiNULsRgQ { top:15.75rem;left:4.125rem;width:8.25rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1tT3dFDQTkpt96vhWIaLX376psaHTQt { width:12.875rem;height:18.375rem;top:0rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIxSg9WTeiWnFoltIQIr6dImRUfO5ai3 { display:block; }
 }@media only screen and (max-width: 763px) { #BQT5VMIQTElxEuLAk6vU6QKWDIq7CXqe { top:1.25rem;left:16.9375rem;width:13.5rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlH9B4hCwWUAanXOM8NSJOMNeUSdJ1FS { top:2.6875rem;left:18.5625rem;width:10.25rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQwWVoV9krkJeI6dKdrqIsT1ecQTXwRF { top:15.625rem;left:21.34375rem;width:5.0625rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbcgo6qfZnH62CXTzIBxbV53luAgZz4w { width:12.875rem;height:18.375rem;top:0rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxmPk5KH5baoWiKzufFJcTzZ5MneaXHx { display:block; }
 }@media only screen and (max-width: 763px) { #icXu6fArTFS034KALOLHxOz24nl0tNH4 { top:1.25rem;left:32.09375rem;width:13.5rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfwxFW4sdUg3UFxXPosLKUEpCKkKiyr2 { top:15.625rem;left:36.9375rem;width:3.8125rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AM2hdfPry4omweOF6M5ZGNaO6vEJwPNO { top:0rem;left:34.125rem;width:10.5rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOENTu5iR74x9gTCp5MIRgDQxlHzXgy3 { width:12.875rem;height:18.375rem;top:0rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJ0bhDuC8nEWwFFpAfwNs5DmiaSoouFm { display:block; }
 }@media only screen and (max-width: 763px) { #QEHDuqxsDG9HW1ENEmK4NpkS1oNTXIf7 { top:0rem;left:37.8125rem;width:9.9375rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QggqcJ6WaoTuwv4TgN6lLHmeKsf7ScBF { top:1.125rem;left:34.25rem;width:13.5rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6M9Dd6P3iP0OkO1abIOpdrATtxXTzGU { top:15.625rem;left:41rem;width:6.75rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmKTh09Bch43WTet3qL2qBNg9ohl2Eur { width:12.875rem;height:18.375rem;top:0rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtIFyRTArHk6LAiZlo2XXVO5WQMeaJq9 { display:block; }
 }@media only screen and (max-width: 763px) { #p5Gw4QJHrkmBIQtcahtcDUQgwTx9HyLC { top:22.125rem;left:0rem;width:13.5625rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C01AdB5rE75QbTm4xZm5H331mR8e2UPt { top:19.125rem;left:0rem;width:13.5rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTHlJBsuokLWVSCKQPDGqbT1pzC1cdof { top:33.5rem;left:0rem;width:5.625rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUGp3wme3ppv9rnLwmBxIcBMQqNcrmkb { width:12.875rem;height:18.375rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTPnxWQMoUdE4oZlNF9Umn2zPP9t9pdl { display:block; }
 }@media only screen and (max-width: 763px) { #XbAT3Rum27xGpO1lONukX0JKchOdbdwT { top:19.125rem;left:1.5rem;width:13.5rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0eAAnult0rhUZ48Mn0ulpRsbxwdu1Kh { top:22.0625rem;left:2.3125rem;width:12.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsuvGJWPQzoHpncmT9uH3ApEHTzCJf56 { top:33.5rem;left:4.75rem;width:7.625rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJlUkFIdsKvflNTlk9fQbyaZggxVksz9 { width:12.875rem;height:18.375rem;top:19.25rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvMywtHPP82EDTdZ93sPP8y7KQEZmuNt { display:block; }
 }@media only screen and (max-width: 763px) { #TJCRBD0haQSnuItT0nBogzMcIEoIh5Wy { top:19.125rem;left:17.3125rem;width:13.5rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCdyqrPoWvSXHwo15a2LnZEE9P7cJmDW { top:33.5rem;left:18.28125rem;width:11.3125rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZvWF1hoVJHFTyIdh66aHnw0aoPBDSET { top:18.5625rem;left:17.65625rem;width:11.75rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o65kwT4MQcREFihxfOBlLS6TEBfKX0lq { width:12.875rem;height:18.375rem;top:19.0625rem;left:17.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9yfqJGIZdOBRv6UOvGH4wTNNiQ93xwT { display:block; }
 }@media only screen and (max-width: 763px) { #rErO2w5tmKFfLQFPV0UMVBL88TGWAP7f { top:19.0625rem;left:32.5625rem;width:13.5rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfZJ4TtFKIsfPg5A8fNtU4tzRMnvr4V2 { width:12.875rem;height:18.375rem;top:17.5rem;left:32.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oi0faPFmriNMTyvGi8TZ7rHM128UTkcw { display:block; }
 }@media only screen and (max-width: 763px) { #svWIEcS7sguD6ir6OmMP1rKp36zo3Lre { top:20.6875rem;left:32.90625rem;width:13rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXdX5gh0vTqSamOxDxEP3PFAaMyVvTuQ { top:33.4375rem;left:33.5rem;width:11.3125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4JIsSON1IrFwbO5zJIBnhT4wsS1G8Xa { top:24.9375rem;left:0rem;width:7.4375rem;height:3.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xCUb7toBFMpcFtPXxyKyK1mNtBSTAaLI { top:19.0625rem;left:34.25rem;width:13.5rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSoLx5mZqF8vi8KBDwtTfGfZa18p9nEO { width:12.875rem;height:18.375rem;top:17.5rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJVFQX70Id8rqRM7FHwyZtBJi8LmZ8AR { display:block; }
 }@media only screen and (max-width: 763px) { #WaTvhNask5fkP9JMBk84OrQo1dUTWwVU { top:21.25rem;left:35.375rem;width:12.375rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJFwFnOq94rdgAruhxGzIKATLvk5J2pI { top:33.4375rem;left:36.4375rem;width:11.3125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb99d6b1c140e22733964a738308614f.widget-smartsection { display:block; } #Lb99d6b1c140e22733964a738308614f.widget-smartsection *:focus-visible, #Lb99d6b1c140e22733964a738308614f.widget-smartsection input[type="text"]:focus-visible, #Lb99d6b1c140e22733964a738308614f.widget-smartsection input[type="email"]:focus-visible, #Lb99d6b1c140e22733964a738308614f.widget-smartsection input[type="tel"]:focus-visible, #Lb99d6b1c140e22733964a738308614f.widget-smartsection textarea:focus-visible { outline: none; } #TRmGPqblbE3lQZzywDRwRWSAnZnVhwcc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a1a135e5846f197401ff789326b888c9.widget-smartsection { display:block; } #a1a135e5846f197401ff789326b888c9.widget-smartsection *:focus-visible, #a1a135e5846f197401ff789326b888c9.widget-smartsection input[type="text"]:focus-visible, #a1a135e5846f197401ff789326b888c9.widget-smartsection input[type="email"]:focus-visible, #a1a135e5846f197401ff789326b888c9.widget-smartsection input[type="tel"]:focus-visible, #a1a135e5846f197401ff789326b888c9.widget-smartsection textarea:focus-visible { outline: none; } #i0zIUMcpLDWDWnFqtoh2syRoLtQ4H0Qz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Waef3be252ff3e72ffb23f0648e2d526.widget-smartsection { display:block; } #Waef3be252ff3e72ffb23f0648e2d526.widget-smartsection *:focus-visible, #Waef3be252ff3e72ffb23f0648e2d526.widget-smartsection input[type="text"]:focus-visible, #Waef3be252ff3e72ffb23f0648e2d526.widget-smartsection input[type="email"]:focus-visible, #Waef3be252ff3e72ffb23f0648e2d526.widget-smartsection input[type="tel"]:focus-visible, #Waef3be252ff3e72ffb23f0648e2d526.widget-smartsection textarea:focus-visible { outline: none; } #v3d7ZprebW8z4aS1BZxvJmkXyTB2SXfM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c658aaa009fbb53e9c5a6a6fee359186.widget-smartsection { display:block; } #c658aaa009fbb53e9c5a6a6fee359186.widget-smartsection *:focus-visible, #c658aaa009fbb53e9c5a6a6fee359186.widget-smartsection input[type="text"]:focus-visible, #c658aaa009fbb53e9c5a6a6fee359186.widget-smartsection input[type="email"]:focus-visible, #c658aaa009fbb53e9c5a6a6fee359186.widget-smartsection input[type="tel"]:focus-visible, #c658aaa009fbb53e9c5a6a6fee359186.widget-smartsection textarea:focus-visible { outline: none; } #f7AMoH6iXzHuq8ED9EHEUowXzuO1M0Oh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection { display:block; } #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection *:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="text"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="email"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="tel"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection textarea:focus-visible { outline: none; } #sNSZ59LknHKLCEnTPuwicbOFIuz6B4VC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection { display:none; } #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection *:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="text"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="email"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="tel"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection textarea:focus-visible { outline: none; } #HRUffSpd7oMzT98fbmyFaHvTiaiyhtPL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection { display:none; } #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection *:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="text"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="email"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="tel"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection textarea:focus-visible { outline: none; } #CoiOIWLNuEpBgVLaMnB2QSsx1ATrqATw > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection { display:none; } #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection *:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="text"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="email"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="tel"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection textarea:focus-visible { outline: none; } #oGllmQVEAoXTtoDddTrMipfNasiWhCqC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection { display:none; } #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection *:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="text"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="email"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="tel"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection textarea:focus-visible { outline: none; } #wa2KksXWvwzM6v0FgXMX5arULHVLy2m5 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection { display:none; } #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection *:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="text"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="email"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="tel"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection textarea:focus-visible { outline: none; } #Qzx0mf3lTkV9tHziJuJSROWneW5aVsB5 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection { display:none; } #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection *:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="text"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="email"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="tel"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection textarea:focus-visible { outline: none; } #xAcsEaIl2VdqlJZrya5VfSadvtHnHFel > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection { display:none; } #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection *:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="text"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="email"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="tel"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection textarea:focus-visible { outline: none; } #hRV6hdaoScpFZh7QPCvPmd3KylT3k5In > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection { display:block; } #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection *:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="text"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="email"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="tel"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection textarea:focus-visible { outline: none; } #A6hRZw36T2TaugxGpyl1P7DDLK9Sd0tH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a4fd8261-f68a-43ac-aa93-03dface19f59/bg5_redstars.webp");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:initial !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection { background-color:#fcfaf9;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; } #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection *:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="text"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="email"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="tel"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection textarea:focus-visible { outline: none; } #vpz2AFrIBmumOVCLn8UA8PVzzEl0dVsL > .row .container { background-color: transparent; background-image: none; }#vpz2AFrIBmumOVCLn8UA8PVzzEl0dVsL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vpz2AFrIBmumOVCLn8UA8PVzzEl0dVsL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vpz2AFrIBmumOVCLn8UA8PVzzEl0dVsL > .row .container > .video-iframe-container { display: none; }#vpz2AFrIBmumOVCLn8UA8PVzzEl0dVsL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vpz2AFrIBmumOVCLn8UA8PVzzEl0dVsL > .row > .video-iframe-container { display: none; }#vpz2AFrIBmumOVCLn8UA8PVzzEl0dVsL > .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); }#vpz2AFrIBmumOVCLn8UA8PVzzEl0dVsL > .row .container { border-width: 0; border-radius: 0; }#vpz2AFrIBmumOVCLn8UA8PVzzEl0dVsL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vpz2AFrIBmumOVCLn8UA8PVzzEl0dVsL > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection { background-color:#fcfaf9;background-image:none;display:block; } #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection *:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="text"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="email"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="tel"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection textarea:focus-visible { outline: none; } #JHHCi6yHgaiqlsx9X5uZKNzGS4RoLLC3 > .row .container { background-color: transparent; background-image: none; }#JHHCi6yHgaiqlsx9X5uZKNzGS4RoLLC3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHHCi6yHgaiqlsx9X5uZKNzGS4RoLLC3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHHCi6yHgaiqlsx9X5uZKNzGS4RoLLC3 > .row .container > .video-iframe-container { display: none; }#JHHCi6yHgaiqlsx9X5uZKNzGS4RoLLC3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHHCi6yHgaiqlsx9X5uZKNzGS4RoLLC3 > .row > .video-iframe-container { display: none; }#JHHCi6yHgaiqlsx9X5uZKNzGS4RoLLC3 > .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); }#JHHCi6yHgaiqlsx9X5uZKNzGS4RoLLC3 > .row .container { width:20rem;height:32.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection { background-color:#fcfaf9;background-image:none;display:block; } #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection *:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="text"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="email"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="tel"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection textarea:focus-visible { outline: none; } #vwcwoDEWCRJHzvWZpwnrTbWXNrX9yqTT > .row .container { background-color: transparent; background-image: none; }#vwcwoDEWCRJHzvWZpwnrTbWXNrX9yqTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vwcwoDEWCRJHzvWZpwnrTbWXNrX9yqTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vwcwoDEWCRJHzvWZpwnrTbWXNrX9yqTT > .row .container > .video-iframe-container { display: none; }#vwcwoDEWCRJHzvWZpwnrTbWXNrX9yqTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vwcwoDEWCRJHzvWZpwnrTbWXNrX9yqTT > .row > .video-iframe-container { display: none; }#vwcwoDEWCRJHzvWZpwnrTbWXNrX9yqTT > .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); }#vwcwoDEWCRJHzvWZpwnrTbWXNrX9yqTT > .row .container { width:20rem;height:63.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection { background-color:#fcfaf9;background-image:none;display:block; } #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection *:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="text"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="email"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="tel"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection textarea:focus-visible { outline: none; } #C6IkSuN3rNAmXHPHHfvAFgDcu1tlbAeV > .row .container { background-color: transparent; background-image: none; }#C6IkSuN3rNAmXHPHHfvAFgDcu1tlbAeV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C6IkSuN3rNAmXHPHHfvAFgDcu1tlbAeV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C6IkSuN3rNAmXHPHHfvAFgDcu1tlbAeV > .row .container > .video-iframe-container { display: none; }#C6IkSuN3rNAmXHPHHfvAFgDcu1tlbAeV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C6IkSuN3rNAmXHPHHfvAFgDcu1tlbAeV > .row > .video-iframe-container { display: none; }#C6IkSuN3rNAmXHPHHfvAFgDcu1tlbAeV > .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); }#C6IkSuN3rNAmXHPHHfvAFgDcu1tlbAeV > .row .container { width:20rem;height:11.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection { display:none; } #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection *:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="text"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="email"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="tel"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection textarea:focus-visible { outline: none; } #MDhStMcldA3DTQXlAmw0G6C3cZaMiCvv > .row .container { width:20rem;height:64.431245422363rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection { display:none; } #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection *:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="text"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="email"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="tel"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection textarea:focus-visible { outline: none; } #fVA6K2CqFWTTyP1BpmWVQ7m6bXei78JE > .row .container { width:20rem;height:12.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection { display:block; } #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection *:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="text"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="email"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="tel"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection textarea:focus-visible { outline: none; } #QJAeX5dAORMbfLFH1U3rwIdw898aZ7nI > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection { display:none; } #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection *:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="text"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="email"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="tel"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection textarea:focus-visible { outline: none; } #daTxoJhkfdLnVKXlTsW4HpxON88HCepQ > .row .container { width:20rem;height:103.85rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection { display:none; } #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection *:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="text"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="email"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="tel"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection textarea:focus-visible { outline: none; } #doMittaBQiNloxhC2uAvdPMcud16ZNWI > .row .container { width:20rem;height:7.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/35c4636c-4113-45bd-9405-5e5bb96ff2f7/mob_hero4.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc.adaptive-delivery-prevent-bg, #bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc.lazyload, #bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc.lazyloading { background-image: none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container { background-color: transparent; background-image: none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container > .video-iframe-container { display: none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row > .video-iframe-container { display: none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .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); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container { width:20rem;height:60.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbBTsnVERc2dkNAFtTWSttSHTd3uloGN { width:16rem;height:4.7431625rem;top:3.8125rem;left:2rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:15021;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #GRzAocXMeIq51TvAmoo03y5hUg2fSFKL { width:20rem;height:1.875rem;top:4.6435546875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rZ2KFq97EJXghfCAlCnecVg9ThLk2zHw { width:20rem;height:8.662125rem;top:10.8125rem;left:0rem;font-size:4.8125rem;text-align:center;text-align-last:center;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #hKhpcWL7ZnTx8d98WEBbOVp02Gs8e9bQ { width:14.3125rem;height:3.4375rem;top:21.5625rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lS1pignCORwU80ftav24MmlStZzNXKCu { display:block; }
 }@media only screen and (max-width: 763px) { #TyZQflE91NFyQSUPTcrTd0ANDDp7be53 { width:9.4375rem;height:3.4375rem;top:25.875rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2LlCVsf73kuxFrR9huTzpTTDbcr5TqE { display:block; }
 }@media only screen and (max-width: 763px) { #uu0mm6gM7J8hMXAQ1cMwcN2bUNzMAPm1 { width:4.125rem;height:3.625rem;top:31.25rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vb0SuHES3JPXHIAIyRt2c1MXLAzs7S0v { width:2.3125rem;height:2rem;top:32.0625rem;left:17.578703703704rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fbb1horhli4Xi4KkRwLttzui5tzk4pDW { width:3.5rem;height:3.0625rem;top:10.125rem;left:15.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKPrcPxs1lU361HJmw71As1lO5FHDJp7 { width:16.125rem;height:6.8125rem;top:2.75rem;left:1.9375rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ta3yX3vMy3pBeb9TgiDQcdhlTmUlaqVz { width:2rem;height:1.6875rem;top:27.6875rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwIdnW63wCncC9IKBSyTtaMD60arToK5 { width:3.625rem;height:3.125rem;top:26.25rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJL2T8pSA3b2QxCcyBtmV8rICP6hR5rM { width:5.1875rem;height:7.0625rem;top:30rem;left:11rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #VShokSGPGgmlxdTtc7bxMzbR7NrfTv37 { display:block; }#VShokSGPGgmlxdTtc7bxMzbR7NrfTv37 > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wb40E21W4hAH96koyWvEa1BfCabo7C0N { width:16.75rem;height:1.79980625rem;top:22.75rem;left:1.625rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hzL88IMAhzXstCi9xpTTLiJO53m0lNG0 { width:16.625rem;height:1.125rem;top:24.75rem;left:1.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LDTNNLXA3g6ZTp0lcOqd9VsCDAddbzpz { width:13.8125rem;height:10.625rem;top:23.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lw4o4t2rE7R6vxeNnTtvG8G0DUkFSTaL { width:4.9375rem;height:4.875rem;top:19.0498046875rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #buPLe6hoyLOAIsGUfe1TTmPnAbALAknL { width:3.9375rem;height:3.4375rem;top:0rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsFxcTM4wK58tkvTrw5IMNxr8kTgDUQ3 { width:2.5625rem;height:2.25rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iw0EvparCsTRUHzPTTGTz8P6RqJImuKA { width:10.25rem;height:7.8125rem;top:14.412109375rem;left:2.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TlafPXb2R51z8SIvRlvUPBl2eQhqW7DH { width:6.3125rem;height:5.5625rem;top:12.96875rem;left:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #W7T23QXSHMiUIyz2gv0TOKWfXy9EJ3xB { width:2.1875rem;height:1.9375rem;top:0rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZmtHtXazZnARwq9rT6607gwocSegvr2 { width:9.375rem;height:3.875rem;top:34.1875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tL7yagTUlJVJ6Sofn5PaTvcH2mLKv4el { width:5.375rem;height:3.5rem;top:37.3125rem;left:3.375rem;font-size:4.375rem;z-index:15048;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #isrfCTrm9Q2XiKtLHNAGgR4DdMMGUG6n { width:3.625rem;height:2.5996125rem;top:36.875rem;left:9.1875rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mzHddC54vN2O6kThrEoEnMFTh4asMntF { width:3.3125rem;height:1.70605625rem;top:39.1875rem;left:8.875rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kwsZ6rBprfTIZ9WfV1TVOI5h1bZMTWzn { width:7.9375rem;height:1.8681625rem;top:41.8125rem;left:4.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNF7bghg7TOb5H16sm7857Q1Izpxhndz { width:11.25rem;height:5.1875rem;top:36.375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sI02qpgormSTeCkXsqArz2UASVsdx1HN { width:11.3125rem;height:2.625rem;top:41.3125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcyELTBLEFV8IhIXgOSDUpo2vNkzB0if { width:18.75rem;height:18.375rem;top:1.625rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4u2VwacmKHCTu0he7mcVxIlAGGhPZhC { width:18rem;height:4.1875rem;top:9.6875rem;left:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ISPiGT083Zqle0bT09McQqMbPOg9WUHL { top:18.6875rem;left:0rem;width:20rem;height:18.5rem;z-index:14993;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #coaKsSCKS65s4NnXlCcarmTXzDi4tagl { width:19.3125rem;height:14.5rem;top:7.625rem;left:0rem;z-index:14996;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CsVcbeBPKUTr5PL3TRWlIo5a3FTZFgHK { width:15.8125rem;height:6.875rem;top:26.5625rem;left:2.09375rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }#CsVcbeBPKUTr5PL3TRWlIo5a3FTZFgHK li:before{  }
 }@media only screen and (max-width: 763px) { #sqn0O31TAdmPueGAHWATOXeb4oGu6Lmd { display:block; }#sqn0O31TAdmPueGAHWATOXeb4oGu6Lmd > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7I3qIDEeP2N5lRCFCPFyvVfNVXUxRDM { width:13.25rem;height:5.3994125rem;top:24.3125rem;left:1.6875rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uu5UE9TVSBnfOqt2DSXr2wS3mG485T7f { width:16.625rem;height:1.125rem;top:30.3125rem;left:1.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uutQcBR2Wn8UDdDSgneiZEun5B0EruiT { width:19rem;height:14.5rem;top:23.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nAM0JwyvaFAGHNv2IgimONTAlGZCyl9o { width:3.875rem;height:3.8125rem;top:17.09375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXTCmJT4Ld3B1TETOL97mHLPOROSuM8v { width:3.9375rem;height:3.4375rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcZm7OX3ymBGPKclEcTx255Rp3iuM23O { width:2.5625rem;height:2.25rem;top:17.875rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZLhST0gFl7UzRRuqLFO0QQ1qxU96Cu3 { width:10.25rem;height:7.8125rem;top:14.412109375rem;left:2.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hy0q8sZD83FK94GGKDchEbZ6xBAtVKE5 { width:6.3125rem;height:5.5625rem;top:12.96875rem;left:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #K7XcU7doXgohsb4hqyb3KmrTsEtyIUeO { width:2.1875rem;height:1.9375rem;top:0rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJzWTfDeDmeXxhrUyaBhZKfzBEdgls14 { width:9.375rem;height:3.875rem;top:32.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDRTI6CTDv8uq1qPUtn3hvUry0OowNp0 { width:5.375rem;height:3.5rem;top:36rem;left:2.8125rem;font-size:4.375rem;z-index:15048;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #awfZkJHTOGE1EzfEBckhHh7eNET62zcy { width:3.625rem;height:2.5996125rem;top:35.5625rem;left:8.75rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IUleyNWVdRWKtaTFRByry2c47ASxi3C2 { width:3.3125rem;height:1.70605625rem;top:37.75rem;left:8.375rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JcbvdanSLxfUEtR454aH0v2gq6l0T4fA { width:7.9375rem;height:1.8681625rem;top:40.5rem;left:4.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJxxgm2AFJZQupTJKTPTbmwHO9c2p8zf { width:11.25rem;height:5.1875rem;top:35.0625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #azNgWrcICFdZgWe6RrlS7T4v9ri2wFJ9 { width:11.3125rem;height:2.625rem;top:40rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlO4THLyq5n58xDnduacGgJ2Vvp9aMiw { width:18.9375rem;height:15rem;top:2.125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfWQNkKcPyTCO9uDqsrIpzCxTg4CNXFO { width:18rem;height:4.1875rem;top:9.6875rem;left:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #AsHQqXXJ5pD20dEcnSs6dAu7D7iTE0CU { top:20.125rem;left:0rem;width:20rem;height:18.5rem;z-index:14993;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Se2AFLbGTLEBBnZVgfza7WFzcfDfmHX8 { width:16.9375rem;height:12.6875rem;top:7.5rem;left:0rem;z-index:14996;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dEAFTQGeus8FVkib11e7QaG1iKss4OpB { width:13.3125rem;height:9.5625rem;top:16.5rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgHru0FpK8Dawz3lUSohNeKCGGNdDF2X { display:block; }#pgHru0FpK8Dawz3lUSohNeKCGGNdDF2X > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p6eEEMGEoLfcQLisoU9kSk85CCeSi55l { width:16.75rem;height:1.79980625rem;top:22.0625rem;left:1.625rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xa7owT751Qq6l3P5nyeS1TBkUqdmCsEz { width:16.625rem;height:10.5625rem;top:24.5rem;left:1.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }#xa7owT751Qq6l3P5nyeS1TBkUqdmCsEz li:before{  }
 }@media only screen and (max-width: 763px) { #OakQtEKZrgZPTnuex78FWqHyiXtgJJ6M { width:19rem;height:14.5rem;top:23.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GQTk9a2VxqUitGPdipsn8r0btDOhTczV { width:4.9375rem;height:4.875rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfTPRu3bOwa7CFZgdzhvLUyqr3L1HEgK { width:3.9375rem;height:3.4375rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVAr1fBvAMVbvIhwyMTQird9AIoK1Ddz { width:2.5625rem;height:2.25rem;top:11.5625rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0I2nkxznlkJIAgmmFkzdNOHXHgHWGaB { width:11.75rem;height:7.8125rem;top:14.412109375rem;left:2.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZfNqySUf7sTkg6paycM6n2z8V9tmg7yF { width:6.3125rem;height:5.5625rem;top:12.96875rem;left:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #z4q7b5DO5Jeir2CyxsJeFdyhlPzIM5sF { width:2.1875rem;height:1.9375rem;top:0rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCftCNO54POlk87BOKcUHEMAm0MgyVTZ { width:9.375rem;height:3.875rem;top:35.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aB5kJA0tTVNKkAdvsQcGMurrN18idakQ { width:5.375rem;height:3.5rem;top:38.5rem;left:3.625rem;font-size:4.375rem;z-index:15048;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #aZTJaD3a0EqmKwxEZpMiEcCaeQXUqxyp { width:3.3125rem;height:1.70605625rem;top:40.3564453125rem;left:9.6875rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zLvTUW20QZBW78kDGN8nB0tDoxmmdvC6 { width:3.625rem;height:2.5996125rem;top:15.875rem;left:6.6875rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #pUeEbBUNlGURVtqfJLTyNNQE2xK77R5l { width:7.9375rem;height:1.86865rem;top:43rem;left:5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sU2I32XA5HTmbLfsXlHKa9kLTpmuMMuQ { width:11.25rem;height:5.1875rem;top:37.5625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIWTMbAGXd6ynD7E2RVqnr95c1uo74rs { width:11.3125rem;height:2.625rem;top:42.5rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5f0BntW4N47DsoKvOzhTkArVQD12TDL { width:17.3125rem;height:19.0625rem;top:0.75rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJ1GGFFwfwk1Rul0AL1NN8xDxxk86rb3 { width:18rem;height:4.1875rem;top:9.6875rem;left:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #N5BwVZyZpVHiwXToLI14ReTzv3i7ItPt { top:18.6875rem;left:0rem;width:20rem;height:18.5rem;z-index:14993;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xXRTFulHxayCwh5zpkiq3nsiFr69lqqf { width:10.125rem;height:7.625rem;top:14.5rem;left:4.9375rem;z-index:14996;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #A2plAe0DlZzEIDLAM4tmDucsdKDP42Ho { display:block; }#A2plAe0DlZzEIDLAM4tmDucsdKDP42Ho > .row .container { width:20rem;height:45.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #plPEq6gw0xFLOru1pWWX1AxF2DmsoRDD { width:16.75rem;height:3.5996125rem;top:22.0625rem;left:1.625rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OlnW2oP5PH014bwnI7rmky0scZMe16Pp { width:14.4375rem;height:5.125rem;top:26.224609375rem;left:1.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }#OlnW2oP5PH014bwnI7rmky0scZMe16Pp li:before{  }
 }@media only screen and (max-width: 763px) { #LKctSpW1pwRSZaPVUeE2kDehTaKIoeNG { width:18.5rem;height:14.5rem;top:23.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BGEOI9K9tLU5sX39nefqfb1aL9s9ESNy { width:4.9375rem;height:4.875rem;top:18.6875rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1hc0mQy3D6MFbO4Z3Wcz7P5zQH1OPWn { width:3.9375rem;height:3.4375rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nw7KR2pviKcmxBLlwAFiIUTUA88LcQCx { width:2.5625rem;height:2.25rem;top:11.5625rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMRKCkZt1vmWfZ0mcJRL9LWyMbAa5PyT { width:10.25rem;height:7.8125rem;top:14.412109375rem;left:2.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QoZOL4AFoTzOwycTE9OTIS3Z7uPFNHl4 { width:6.3125rem;height:5.5625rem;top:12.96875rem;left:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MeGs17ZMWiZZOBWLaHmS1v3NSARGgkpF { width:2.1875rem;height:1.9375rem;top:0rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcqmL2XszlJfMuGNZilLNMyTiCswUdLG { width:9.375rem;height:3.875rem;top:33.1875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJ64iJoumZdNdUN55pA5EkH288440xeh { width:5.375rem;height:3.5rem;top:36.3125rem;left:3.375rem;font-size:4.375rem;z-index:15048;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #HKxiWd53QiHyFedU6FD41JTUrcRHwca0 { width:3.625rem;height:2.5996125rem;top:35.8125rem;left:8.75rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EnJeIn51AVKcJ9h76PIOkcByxUIR9JDr { width:3.3125rem;height:1.70605625rem;top:38.1875rem;left:8.3125rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZPrHBGsXy1lPsvp71XWZfuDbTdCSQaTw { width:7.9375rem;height:1.8681625rem;top:40.8125rem;left:4rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXp908dK6dkTFqWUsKkGriw5bJwWeuyF { width:10rem;height:5.1875rem;top:35.375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7X4pnlONQ80RqTfJldIFFE8TlvDypcn { width:10rem;height:2.625rem;top:40.3125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMPr4x6KQNgFvdM5gFHx9ryFfTHkt9zB { width:18.9375rem;height:16.875rem;top:2.6875rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AS55P3ZieHLRS7dmJsav034ODQQHXMqg { width:18rem;height:4.1875rem;top:9.6875rem;left:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #xZq9TCLGyRyDGKl3za8lhO6TTKDpSDPu { top:18.6875rem;left:0rem;width:20rem;height:18.5rem;z-index:14993;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bNTbgy1g1NBuSsNygEhitrTOohvAA8Xr { width:19.1875rem;height:14.375rem;top:7.75rem;left:0rem;z-index:14996;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fUeBgLXOctExBqaFT50bOHX2J6Gndc2O { display:block; }#fUeBgLXOctExBqaFT50bOHX2J6Gndc2O > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BvP34bUtKftNS1GeABQ6ToFdQWpTaJUM { width:20rem;height:15.3125rem;top:19.375rem;left:0.0625rem;z-index:14995;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #xVfkEBtDebGZwlLSnVqALEVch9mf9CQi { width:4.9375rem;height:4.875rem;top:33.125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyOpxfU85oN96AvT9HvGwvsIMKvARkL5 { width:3.9375rem;height:3.4375rem;top:4.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAAs91GEI3WHbSNI4wz3tMOoDyrw2tW1 { width:2.5625rem;height:2.25rem;top:8rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDoTl3oezRehDTyTuiUZnVtt4TMbiSPz { width:13.8125rem;height:9.125rem;top:12.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kmgdwmz4dHvKqCvTAGJowoXU3Mi8Xfig { width:6.3125rem;height:5.5625rem;top:12.96875rem;left:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #H4G7QfhgKmIDBXArXWbU9Ay8FNFTz23m { width:2.1875rem;height:1.9375rem;top:2rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmbZyaEt2Tm4qlTTeypZNL2s0Toyy0Hb { width:15.125rem;height:19.875rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqcHhqgZh44pzzt5D62hNxtUZcLxntL9 { width:4.25rem;height:4.25rem;top:0.84375rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #puNDo1OhH9mZseob97rOfgybIti3GbgK { width:4.5625rem;height:4.5625rem;top:5.09375rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ub8KaIS88sFr6fp8uL5mwJ5sQ4AsTOtz { width:4.8125rem;height:4.8125rem;top:10.25rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiwD7daKsErWmNpsWON7vq8yTytE1dZF { width:16.5625rem;height:6.5625rem;top:25.375rem;left:1.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15023;line-height:1.2;font-weight:400;font-style:normal;color:#000000;display:block; }#fiwD7daKsErWmNpsWON7vq8yTytE1dZF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fiwD7daKsErWmNpsWON7vq8yTytE1dZF li:before{  }
 }@media only screen and (max-width: 763px) { #B0c7X5X0467fmt3vXA0pu68CAKudmBU9 { width:11.1875rem;height:4.625rem;top:33.25rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMudaaWV0aTWb4myUWNEIx2ownFwkdbz { width:7.5625rem;height:3.5rem;top:37rem;left:5.1875rem;font-size:4.375rem;z-index:15048;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #W7rG9OBS8hUpWonaxaB75pVEkKTtkHwo { width:5.5625rem;height:1.70605625rem;top:38.9375rem;left:11.625rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DTT6OZn5KwkseiZZmh3J9lsKVbL5ebiK { width:12.1875rem;height:2.625rem;top:40.75rem;left:4.25rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #oiWWFT4MkNSR2WSv7OunX3iPctybn0lm { width:7.9375rem;height:1.8681625rem;top:41.3125rem;left:6.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVnDyhDnIvOTS99HGPrR2XJiTx5y7ixx { width:15.5625rem;height:0;top:25.0625rem;left:3.34375rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }#VVnDyhDnIvOTS99HGPrR2XJiTx5y7ixx li:before{  }
 }@media only screen and (max-width: 763px) { #cuWsh3pLGbMUep5nwbefw462entlspzU { width:6.8125rem;height:6.75rem;top:28.75rem;left:-4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTOiIKghD2T8VcrebZrEL8bX4CuBxtBc { width:12.1875rem;height:5.625rem;top:35.4375rem;left:4.25rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #DOIgiW0OQ0kxiX0XzeL8WN3yBfm95ElS { width:13.9375rem;height:1.79980625rem;top:22.875rem;left:3.3125rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tSf55EDKo97FkylN9PGtwoHxT4Q4TQLi { width:5rem;height:6.4375rem;top:15.125rem;left:14.46875rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #Pa6fCsJnnhCu4xvayxoynKkD0HOmlUan { width:20rem;height:15.625rem;top:18.997990353697rem;left:0rem;z-index:14996;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kHofOxTHp4GgxLM40gvHpyRxBIItCbDS { display:block; }#kHofOxTHp4GgxLM40gvHpyRxBIItCbDS > .row .container { width:20rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bn77aUeA3aAxqVapnx0x6wNqM8WFo2P6 { width:2.875rem;height:2.875rem;top:1.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBdrIi0KCISyMELQ4gxA5izKZHfnId2s { width:0.75rem;height:0.75rem;top:2.375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnqRN72AtsgfdZ9Tk90pKHpRPqyT1OzG { width:0.75rem;height:0.75rem;top:2.375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuxMDol48b1nDPQ3RogSUrLb5w9iD1nT { width:0.75rem;height:0.75rem;top:2.375rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPFPrfMtuP1BoyZJywdpMgb9Bddu27fL { width:2.875rem;height:2.875rem;top:1.3125rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bum4AlQnsy6xcEr5NZo7TEpHNJbImIAz { width:0.75rem;height:0.75rem;top:2.375rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nfp9RMVCvvCfI0pe3OOO4K5dPmcJqUHV { width:0.75rem;height:0.75rem;top:2.375rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQngrMxdSmviwHUInG3hPlxvyfwOAeOb { display:block; }#hQngrMxdSmviwHUInG3hPlxvyfwOAeOb > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WNQ9HXiVgvoSBAQHZNouyDza71xJuyJe { width:20rem;height:12.5rem;top:4.09375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpxicMZK7UhO7VwF9BLuaymFaR1Mir5W { width:20rem;height:7.796875rem;top:17.84375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yhKW9sk2wVzrW5zb28OGK2igmu5XBw1C { display:block; }#yhKW9sk2wVzrW5zb28OGK2igmu5XBw1C > .row .container { width:20rem;height:39.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qi2Okvbi26QzQlCSFChzW3lsTPduxNhI { width:4.3125rem;height:6.3125rem;top:0.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4DIVAZIRFE6ks17uHaJ2aMgZJPOAJy8 { width:6.25rem;height:6.25rem;top:0.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO125hAxkao4lWWE2y1qHTVCpEDcVVfR { width:4.375rem;height:1.0996125rem;top:7.634765625rem;left:0.90625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #pcPWgEp8h2GPNCr4gt7UHsLkav43Pewt { width:6.125rem;height:8.375rem;top:0.53125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTZvVgVTRtHSqSmkI9zS2KGhwoEENCkt { display:block; }
 }@media only screen and (max-width: 763px) { #fdwp51U4vw2T6UhKypNGd7QPDGwJXyAT { width:5.25rem;height:3.75rem;top:1.96875rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W78s8tWu9P8gTzX8KsxFA3m0tt6qrTKQ { width:6.25rem;height:6.125rem;top:0.71875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZalTTxD0TEmlLSslbAbXHoJDiNULsRgQ { width:7rem;height:1.0996125rem;top:7.6357421875rem;left:6.5rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #V1tT3dFDQTkpt96vhWIaLX376psaHTQt { width:5.8125rem;height:9.1875rem;top:0rem;left:7.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIxSg9WTeiWnFoltIQIr6dImRUfO5ai3 { display:block; }
 }@media only screen and (max-width: 763px) { #BQT5VMIQTElxEuLAk6vU6QKWDIq7CXqe { width:6.25rem;height:6.125rem;top:0.71875rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlH9B4hCwWUAanXOM8NSJOMNeUSdJ1FS { width:4.125rem;height:4.125rem;top:1.8125rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQwWVoV9krkJeI6dKdrqIsT1ecQTXwRF { width:4rem;height:1.0996125rem;top:7.6357421875rem;left:15.0625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #wbcgo6qfZnH62CXTzIBxbV53luAgZz4w { width:5.8125rem;height:8.8125rem;top:0rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxmPk5KH5baoWiKzufFJcTzZ5MneaXHx { display:block; }
 }@media only screen and (max-width: 763px) { #icXu6fArTFS034KALOLHxOz24nl0tNH4 { width:6.25rem;height:6.125rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfwxFW4sdUg3UFxXPosLKUEpCKkKiyr2 { width:3.125rem;height:1.0996125rem;top:16.25rem;left:1.375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #AM2hdfPry4omweOF6M5ZGNaO6vEJwPNO { width:3.75rem;height:4.9375rem;top:9.8125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOENTu5iR74x9gTCp5MIRgDQxlHzXgy3 { width:6.1875rem;height:7.6875rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJ0bhDuC8nEWwFFpAfwNs5DmiaSoouFm { display:block; }
 }@media only screen and (max-width: 763px) { #QEHDuqxsDG9HW1ENEmK4NpkS1oNTXIf7 { width:4.25rem;height:6.0625rem;top:9.5rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QggqcJ6WaoTuwv4TgN6lLHmeKsf7ScBF { width:6.25rem;height:6.0625rem;top:9.5rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6M9Dd6P3iP0OkO1abIOpdrATtxXTzGU { width:5.1875rem;height:1.0996125rem;top:16.25rem;left:7.25rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #AmKTh09Bch43WTet3qL2qBNg9ohl2Eur { width:5.8125rem;height:7.75rem;top:9.5rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtIFyRTArHk6LAiZlo2XXVO5WQMeaJq9 { display:block; }
 }@media only screen and (max-width: 763px) { #p5Gw4QJHrkmBIQtcahtcDUQgwTx9HyLC { width:5.75rem;height:2.75rem;top:11.1875rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C01AdB5rE75QbTm4xZm5H331mR8e2UPt { width:6.25rem;height:6.125rem;top:9.5rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTHlJBsuokLWVSCKQPDGqbT1pzC1cdof { width:4.625rem;height:1.0996125rem;top:16.1875rem;left:14.5rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #LUGp3wme3ppv9rnLwmBxIcBMQqNcrmkb { width:6.25rem;height:8.0625rem;top:9.25rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTPnxWQMoUdE4oZlNF9Umn2zPP9t9pdl { display:block; }
 }@media only screen and (max-width: 763px) { #XbAT3Rum27xGpO1lONukX0JKchOdbdwT { width:6.25rem;height:6.125rem;top:17.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0eAAnult0rhUZ48Mn0ulpRsbxwdu1Kh { width:5.875rem;height:3.5rem;top:19.25rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsuvGJWPQzoHpncmT9uH3ApEHTzCJf56 { width:6.125rem;height:2.19921875rem;top:24.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #XJlUkFIdsKvflNTlk9fQbyaZggxVksz9 { width:6.0625rem;height:9.1875rem;top:17.9375rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvMywtHPP82EDTdZ93sPP8y7KQEZmuNt { display:block; }
 }@media only screen and (max-width: 763px) { #TJCRBD0haQSnuItT0nBogzMcIEoIh5Wy { width:6.25rem;height:6.0625rem;top:17.9375rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCdyqrPoWvSXHwo15a2LnZEE9P7cJmDW { width:7.5625rem;height:0;top:24.9375rem;left:6.5625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #BZvWF1hoVJHFTyIdh66aHnw0aoPBDSET { width:4.875rem;height:5.25rem;top:18.75rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o65kwT4MQcREFihxfOBlLS6TEBfKX0lq { width:6.5625rem;height:10.625rem;top:17.9375rem;left:6.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9yfqJGIZdOBRv6UOvGH4wTNNiQ93xwT { display:block; }
 }@media only screen and (max-width: 763px) { #rErO2w5tmKFfLQFPV0UMVBL88TGWAP7f { width:6.25rem;height:6.125rem;top:17.9375rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfZJ4TtFKIsfPg5A8fNtU4tzRMnvr4V2 { width:6.5rem;height:8.4375rem;top:17.9375rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oi0faPFmriNMTyvGi8TZ7rHM128UTkcw { display:block; }
 }@media only screen and (max-width: 763px) { #svWIEcS7sguD6ir6OmMP1rKp36zo3Lre { width:5.8125rem;height:4.4375rem;top:18.5625rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXdX5gh0vTqSamOxDxEP3PFAaMyVvTuQ { width:5.75rem;height:1.0996125rem;top:24.9375rem;left:14.0625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #X4JIsSON1IrFwbO5zJIBnhT4wsS1G8Xa { width:7.4375rem;height:3.298825rem;top:24.9375rem;left:6.34375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #xCUb7toBFMpcFtPXxyKyK1mNtBSTAaLI { width:6.25rem;height:6.125rem;top:29.25rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSoLx5mZqF8vi8KBDwtTfGfZa18p9nEO { width:7.75rem;height:8.8125rem;top:28.8125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJVFQX70Id8rqRM7FHwyZtBJi8LmZ8AR { display:block; }
 }@media only screen and (max-width: 763px) { #WaTvhNask5fkP9JMBk84OrQo1dUTWwVU { width:6.375rem;height:4.5625rem;top:29.830078125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJFwFnOq94rdgAruhxGzIKATLvk5J2pI { width:11.3125rem;height:1.0996125rem;top:36.375rem;left:4.34375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Lb99d6b1c140e22733964a738308614f.widget-smartsection { display:block; } #Lb99d6b1c140e22733964a738308614f.widget-smartsection *:focus-visible, #Lb99d6b1c140e22733964a738308614f.widget-smartsection input[type="text"]:focus-visible, #Lb99d6b1c140e22733964a738308614f.widget-smartsection input[type="email"]:focus-visible, #Lb99d6b1c140e22733964a738308614f.widget-smartsection input[type="tel"]:focus-visible, #Lb99d6b1c140e22733964a738308614f.widget-smartsection textarea:focus-visible { outline: none; } #TRmGPqblbE3lQZzywDRwRWSAnZnVhwcc > .row .container { width:20rem;height:41.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a1a135e5846f197401ff789326b888c9.widget-smartsection { display:block; } #a1a135e5846f197401ff789326b888c9.widget-smartsection *:focus-visible, #a1a135e5846f197401ff789326b888c9.widget-smartsection input[type="text"]:focus-visible, #a1a135e5846f197401ff789326b888c9.widget-smartsection input[type="email"]:focus-visible, #a1a135e5846f197401ff789326b888c9.widget-smartsection input[type="tel"]:focus-visible, #a1a135e5846f197401ff789326b888c9.widget-smartsection textarea:focus-visible { outline: none; } #i0zIUMcpLDWDWnFqtoh2syRoLtQ4H0Qz > .row .container { width:20rem;height:42.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Waef3be252ff3e72ffb23f0648e2d526.widget-smartsection { display:block; } #Waef3be252ff3e72ffb23f0648e2d526.widget-smartsection *:focus-visible, #Waef3be252ff3e72ffb23f0648e2d526.widget-smartsection input[type="text"]:focus-visible, #Waef3be252ff3e72ffb23f0648e2d526.widget-smartsection input[type="email"]:focus-visible, #Waef3be252ff3e72ffb23f0648e2d526.widget-smartsection input[type="tel"]:focus-visible, #Waef3be252ff3e72ffb23f0648e2d526.widget-smartsection textarea:focus-visible { outline: none; } #v3d7ZprebW8z4aS1BZxvJmkXyTB2SXfM > .row .container { width:20rem;height:21.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c658aaa009fbb53e9c5a6a6fee359186.widget-smartsection { display:block; } #c658aaa009fbb53e9c5a6a6fee359186.widget-smartsection *:focus-visible, #c658aaa009fbb53e9c5a6a6fee359186.widget-smartsection input[type="text"]:focus-visible, #c658aaa009fbb53e9c5a6a6fee359186.widget-smartsection input[type="email"]:focus-visible, #c658aaa009fbb53e9c5a6a6fee359186.widget-smartsection input[type="tel"]:focus-visible, #c658aaa009fbb53e9c5a6a6fee359186.widget-smartsection textarea:focus-visible { outline: none; } #f7AMoH6iXzHuq8ED9EHEUowXzuO1M0Oh > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection { background-color:#1a1b24;background-image:none;display:none; } #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection *:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="text"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="email"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="tel"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection textarea:focus-visible { outline: none; } #sNSZ59LknHKLCEnTPuwicbOFIuz6B4VC > .row .container { width:20rem;height:43.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection { background-color:#1a1b24;background-image:none;display:block; } #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection *:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="text"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="email"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="tel"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection textarea:focus-visible { outline: none; } #HRUffSpd7oMzT98fbmyFaHvTiaiyhtPL > .row .container { background-color: transparent; background-image: none; }#HRUffSpd7oMzT98fbmyFaHvTiaiyhtPL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRUffSpd7oMzT98fbmyFaHvTiaiyhtPL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRUffSpd7oMzT98fbmyFaHvTiaiyhtPL > .row .container > .video-iframe-container { display: none; }#HRUffSpd7oMzT98fbmyFaHvTiaiyhtPL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRUffSpd7oMzT98fbmyFaHvTiaiyhtPL > .row > .video-iframe-container { display: none; }#HRUffSpd7oMzT98fbmyFaHvTiaiyhtPL > .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); }#HRUffSpd7oMzT98fbmyFaHvTiaiyhtPL > .row .container { width:20rem;height:12.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection { background-color:#1a1b24;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; } #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection *:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="text"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="email"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="tel"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection textarea:focus-visible { outline: none; } #CoiOIWLNuEpBgVLaMnB2QSsx1ATrqATw > .row .container { background-color: transparent; background-image: none; }#CoiOIWLNuEpBgVLaMnB2QSsx1ATrqATw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CoiOIWLNuEpBgVLaMnB2QSsx1ATrqATw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CoiOIWLNuEpBgVLaMnB2QSsx1ATrqATw > .row .container > .video-iframe-container { display: none; }#CoiOIWLNuEpBgVLaMnB2QSsx1ATrqATw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CoiOIWLNuEpBgVLaMnB2QSsx1ATrqATw > .row > .video-iframe-container { display: none; }#CoiOIWLNuEpBgVLaMnB2QSsx1ATrqATw > .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); }#CoiOIWLNuEpBgVLaMnB2QSsx1ATrqATw > .row .container { border-width: 0; border-radius: 0; }#CoiOIWLNuEpBgVLaMnB2QSsx1ATrqATw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CoiOIWLNuEpBgVLaMnB2QSsx1ATrqATw > .row .container { width:20rem;height:16rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection { background-color:#1a1b24;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; } #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection *:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="text"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="email"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="tel"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection textarea:focus-visible { outline: none; } #oGllmQVEAoXTtoDddTrMipfNasiWhCqC > .row .container { background-color: transparent; background-image: none; }#oGllmQVEAoXTtoDddTrMipfNasiWhCqC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oGllmQVEAoXTtoDddTrMipfNasiWhCqC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oGllmQVEAoXTtoDddTrMipfNasiWhCqC > .row .container > .video-iframe-container { display: none; }#oGllmQVEAoXTtoDddTrMipfNasiWhCqC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oGllmQVEAoXTtoDddTrMipfNasiWhCqC > .row > .video-iframe-container { display: none; }#oGllmQVEAoXTtoDddTrMipfNasiWhCqC > .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); }#oGllmQVEAoXTtoDddTrMipfNasiWhCqC > .row .container { border-width: 0; border-radius: 0; }#oGllmQVEAoXTtoDddTrMipfNasiWhCqC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oGllmQVEAoXTtoDddTrMipfNasiWhCqC > .row .container { width:20rem;height:13.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection { background-color:#1a1b24;background-image:none;display:block; } #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection *:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="text"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="email"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="tel"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection textarea:focus-visible { outline: none; } #wa2KksXWvwzM6v0FgXMX5arULHVLy2m5 > .row .container { background-color: transparent; background-image: none; }#wa2KksXWvwzM6v0FgXMX5arULHVLy2m5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wa2KksXWvwzM6v0FgXMX5arULHVLy2m5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wa2KksXWvwzM6v0FgXMX5arULHVLy2m5 > .row .container > .video-iframe-container { display: none; }#wa2KksXWvwzM6v0FgXMX5arULHVLy2m5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wa2KksXWvwzM6v0FgXMX5arULHVLy2m5 > .row > .video-iframe-container { display: none; }#wa2KksXWvwzM6v0FgXMX5arULHVLy2m5 > .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); }#wa2KksXWvwzM6v0FgXMX5arULHVLy2m5 > .row .container { width:20rem;height:11.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection { background-color:#1a1b24;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; } #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection *:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="text"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="email"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="tel"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection textarea:focus-visible { outline: none; } #Qzx0mf3lTkV9tHziJuJSROWneW5aVsB5 > .row .container { background-color: transparent; background-image: none; }#Qzx0mf3lTkV9tHziJuJSROWneW5aVsB5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qzx0mf3lTkV9tHziJuJSROWneW5aVsB5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qzx0mf3lTkV9tHziJuJSROWneW5aVsB5 > .row .container > .video-iframe-container { display: none; }#Qzx0mf3lTkV9tHziJuJSROWneW5aVsB5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qzx0mf3lTkV9tHziJuJSROWneW5aVsB5 > .row > .video-iframe-container { display: none; }#Qzx0mf3lTkV9tHziJuJSROWneW5aVsB5 > .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); }#Qzx0mf3lTkV9tHziJuJSROWneW5aVsB5 > .row .container { border-width: 0; border-radius: 0; }#Qzx0mf3lTkV9tHziJuJSROWneW5aVsB5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qzx0mf3lTkV9tHziJuJSROWneW5aVsB5 > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection { background-color:#1a1b24;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; } #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection *:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="text"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="email"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="tel"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection textarea:focus-visible { outline: none; } #xAcsEaIl2VdqlJZrya5VfSadvtHnHFel > .row .container { background-color: transparent; background-image: none; }#xAcsEaIl2VdqlJZrya5VfSadvtHnHFel::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xAcsEaIl2VdqlJZrya5VfSadvtHnHFel > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xAcsEaIl2VdqlJZrya5VfSadvtHnHFel > .row .container > .video-iframe-container { display: none; }#xAcsEaIl2VdqlJZrya5VfSadvtHnHFel > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xAcsEaIl2VdqlJZrya5VfSadvtHnHFel > .row > .video-iframe-container { display: none; }#xAcsEaIl2VdqlJZrya5VfSadvtHnHFel > .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); }#xAcsEaIl2VdqlJZrya5VfSadvtHnHFel > .row .container { border-width: 0; border-radius: 0; }#xAcsEaIl2VdqlJZrya5VfSadvtHnHFel > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xAcsEaIl2VdqlJZrya5VfSadvtHnHFel > .row .container { width:20rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection { background-color:#1a1b24;background-image:none;display:block; } #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection *:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="text"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="email"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="tel"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection textarea:focus-visible { outline: none; } #hRV6hdaoScpFZh7QPCvPmd3KylT3k5In > .row .container { background-color: transparent; background-image: none; }#hRV6hdaoScpFZh7QPCvPmd3KylT3k5In::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hRV6hdaoScpFZh7QPCvPmd3KylT3k5In > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hRV6hdaoScpFZh7QPCvPmd3KylT3k5In > .row .container > .video-iframe-container { display: none; }#hRV6hdaoScpFZh7QPCvPmd3KylT3k5In > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hRV6hdaoScpFZh7QPCvPmd3KylT3k5In > .row > .video-iframe-container { display: none; }#hRV6hdaoScpFZh7QPCvPmd3KylT3k5In > .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); }#hRV6hdaoScpFZh7QPCvPmd3KylT3k5In > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection { display:block; } #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection *:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="text"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="email"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="tel"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection textarea:focus-visible { outline: none; } #A6hRZw36T2TaugxGpyl1P7DDLK9Sd0tH > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }