.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#000000;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o49eFJErmepkehmazhCzZd342ZVPSgaG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#o49eFJErmepkehmazhCzZd342ZVPSgaG > .row .container { background-color: transparent; background-image: none; }#o49eFJErmepkehmazhCzZd342ZVPSgaG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o49eFJErmepkehmazhCzZd342ZVPSgaG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o49eFJErmepkehmazhCzZd342ZVPSgaG > .row .container > .video-iframe-container { display: none; }#o49eFJErmepkehmazhCzZd342ZVPSgaG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o49eFJErmepkehmazhCzZd342ZVPSgaG > .row > .video-iframe-container { display: none; }#o49eFJErmepkehmazhCzZd342ZVPSgaG > .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); }#o49eFJErmepkehmazhCzZd342ZVPSgaG > .row .container { border-width: 0; border-radius: 0; }#o49eFJErmepkehmazhCzZd342ZVPSgaG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o49eFJErmepkehmazhCzZd342ZVPSgaG > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#dsLfd0vdqLbbxIepLEZMWpJsLZnvhcac { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6870625rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.218533039093rem;left:18.936633110046rem;display:block; }
#EyEJMnemVbheIf9Gnc6tDtM0QDWoCuiP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SucXHWxZD9KwsDEk6HtBsa76MJvURHBB { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.499rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.218533039093rem;left:28.749457359314rem;display:block; }
#od9SEPp8KbJBALgG5VaK1NJOBUfagzSc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SRwUE2kqbKUgFFdEJ2mUsBldfUNhOebg { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.499rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.218533039093rem;left:36.124133110046rem;display:block; }
#UK453kJ9TfhyzpL25fSw0sJqLllUF1FO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JLpu4g1penZkgSChn95TWuwiDTiiIsdu { background-color:#da2128;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:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.874rem;height:2.87435rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.87510854005812rem;left:57.499457359314rem;display:block; }
#TottQbuowDhoX4G8MDCfQZOq7IHQpyHI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LUWeDG0LHGQBTCG62l5KHKFTKVo9QC0G { 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.3112rem;width:13.811875rem;top:1.1566840410232rem;left:3.4993486404419rem;overflow:hidden;display:block; }
#ZMEcC3GqezV1aLVI2qcTC7TBiT1QQCT5 { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.499rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.218533039093rem;left:42.445204734803rem;display:block; }
#DaX0Fwy0T0xO653o5zqbRbKqO6OBqdhf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v2uhldqUEX7Lzgq0mzTRdhNVvCXWo8qD { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4985rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.218533039093rem;left:48.221571922303rem;display:block; }
#RwEJyFzfP7Pd6NHauawbgrt3T28PpXiv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RxMHayBSPaxGvkxX5iIXnUX11xsduKSN { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/df2f6261-c6c4-4f0d-8c17-98c52ac35627/smokebgthin1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RxMHayBSPaxGvkxX5iIXnUX11xsduKSN.adaptive-delivery-prevent-bg, #RxMHayBSPaxGvkxX5iIXnUX11xsduKSN.lazyload, #RxMHayBSPaxGvkxX5iIXnUX11xsduKSN.lazyloading { background-image: none; }#RxMHayBSPaxGvkxX5iIXnUX11xsduKSN > .row .container { background-color: transparent; background-image: none; }#RxMHayBSPaxGvkxX5iIXnUX11xsduKSN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RxMHayBSPaxGvkxX5iIXnUX11xsduKSN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RxMHayBSPaxGvkxX5iIXnUX11xsduKSN > .row .container > .video-iframe-container { display: none; }#RxMHayBSPaxGvkxX5iIXnUX11xsduKSN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RxMHayBSPaxGvkxX5iIXnUX11xsduKSN > .row > .video-iframe-container { display: none; }#RxMHayBSPaxGvkxX5iIXnUX11xsduKSN > .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); }#RxMHayBSPaxGvkxX5iIXnUX11xsduKSN > .row .container { border-width: 0; border-radius: 0; }#RxMHayBSPaxGvkxX5iIXnUX11xsduKSN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RxMHayBSPaxGvkxX5iIXnUX11xsduKSN > .row .container { width:75rem;height:40rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#Nf6b75f03f9ed89b9a6650c11a1338e1 { display:block;width:31.749125rem;position:absolute;font-family:montserrat;font-size:3.75rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:5.6875rem;left:5rem;height:;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;color:#ffffff;display:block; }
#m08541ed637afdd326baf4147e7f57d8 { display:block;width:30.8115rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:16.0625rem;left:5rem;height:3.5996125rem;color:#ffffff;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; }
#a3d96d4c4cc07803a756d18aa74b8a6a { background-color:#da2128;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:3.625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:26.498046875rem;left:5rem;display:block; }
#X468cd17db6442ca866e2adc36ecb686 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l6fd36e33c6520e16947c3ba9a71e94b { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.625rem;width:36rem;top:7.1245660781863rem;left:38.937068939209rem;overflow:hidden;display:block; }
#ugc8vETMWyOWCBTld9eJTGHGtlRlJ9bz { display:block;width:30.8115rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:22.625rem;left:5rem;height:2.923825rem;color:#ffffff;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; }
#OZ3kUzfS9sUJBLe99iEHXr1eXQFJb8Ze { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#OZ3kUzfS9sUJBLe99iEHXr1eXQFJb8Ze > .row .container { background-color: transparent; background-image: none; }#OZ3kUzfS9sUJBLe99iEHXr1eXQFJb8Ze::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZ3kUzfS9sUJBLe99iEHXr1eXQFJb8Ze > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZ3kUzfS9sUJBLe99iEHXr1eXQFJb8Ze > .row .container > .video-iframe-container { display: none; }#OZ3kUzfS9sUJBLe99iEHXr1eXQFJb8Ze > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZ3kUzfS9sUJBLe99iEHXr1eXQFJb8Ze > .row > .video-iframe-container { display: none; }#OZ3kUzfS9sUJBLe99iEHXr1eXQFJb8Ze > .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); }#OZ3kUzfS9sUJBLe99iEHXr1eXQFJb8Ze > .row .container { border-width: 0; border-radius: 0; }#OZ3kUzfS9sUJBLe99iEHXr1eXQFJb8Ze > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OZ3kUzfS9sUJBLe99iEHXr1eXQFJb8Ze > .row .container { font-size:0.875rem;font-family:arial;height:53.875rem;width:75rem;position:relative;display:block; }#E8892709d8ea9c87f0e58bc3ce6dee05 { position:absolute;display:block;z-index:15008;background-color:#222222;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 4.125rem rgba(0,0,0,0.08) ;height:41.0625rem;width:22.125rem;top:8.687391757965rem;left:41.187174797058rem;display:block; }
#g03463f5c71cdc818c544dd62949021c { background-color:#da2128;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:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.874875rem;height:4.0625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:43.999352455139rem;left:43.415366172791rem;display:block; }
#e94cd66df1d313c06198a51af2563ccc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a1fafcfb577629085239bfcf412ba701 { color:#da2128;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:35.062175750733rem;left:42.978083610534rem;height:7.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#a1fafcfb577629085239bfcf412ba701 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#a1fafcfb577629085239bfcf412ba701 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6c9589ed1edb32663071b1cd12615583a35bbed.svg); }
#b09afb81618c0ec1502e62b558d3a200 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.8;letter-spacing:0;top:19.970595359802rem;left:42.978083610534rem;height:6.75rem;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; }
#b879719bfe4ca59d77dbe41cc98a7661 { color:#da2128;display:block;width:2.56239375rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:28.143989503384rem;left:50.477972984314rem;height:2.35625rem;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;font-style:normal;display:block; }
#d57d2e9f5b0b5e5fb45fa4784e77b001 { color:#da2128;display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:5.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:26.718208253384rem;left:42.977976799011rem;height:6.825rem;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; }
#M372a387d2887328ba35051333b45441 { position:absolute;display:block;z-index:15020;background-color:rgba(255,255,255,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:18.75rem;top:33.624459266662rem;left:42.978083610534rem;display:block; }
#Ab452a5d0fdfe347d10c952f85e16e82 { position:absolute;display:block;z-index:15010;background-color:#da2128;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(33,33,33,0.1) ;height:2.3125rem;width:22.25rem;top:8.6869575977325rem;left:41.249567985534rem;display:block; }
#f6231ea1c1a9ecb5c064bd80568a5afc { color:#ffffff;display:block;width:22.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:9.062391757965rem;left:41.312502861023rem;height:1.8rem;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;font-style:normal;display:block; }
#dd8404f160c1d60e65ec3c4f978f2c1d { color:#da2128;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:12.937175273895rem;left:42.978083610534rem;height:6.173825rem;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; }
#Cacc1c6879e5c5fbdad6430199cb5cf4 { color:#ffffff;display:block;width:71.311875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:3.4520397186279rem;left:1.9368486404419rem;height:2.25rem;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;font-style:normal;display:block; }
#c2b31475a57083b5212d70ab405eec75 { position:absolute;display:block;z-index:15018;background-color:#222222;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 4.125rem rgba(0,0,0,0.08) ;height:41.0625rem;width:22.125rem;top:8.6875rem;left:11.625rem;display:block; }
#Bed7c5883eeb14f95715248ec8bd34ba { position:absolute;display:block;z-index:15020;background-color:#da2128;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(33,33,33,0.1) ;height:2.3125rem;width:22.25rem;top:8.6875rem;left:11.6875rem;display:block; }
#B66727187ac9873aa91bd56683c82b81 { color:#ffffff;display:block;width:22.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15024;line-height:1.8;letter-spacing:0;top:9.0625rem;left:11.75rem;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;font-style:normal;display:block; }
#a52021a96bf605ceeed47ef78c4b01bc { color:#da2128;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:12.9375rem;left:13.4375rem;height:6.173825rem;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; }
#eb98bf7c12c5a466f5b836b3ee42b679 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15023;line-height:1.8;letter-spacing:0;top:20rem;left:13.4375rem;height:;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; }
#Afc0ccc47c3f4059a6222ec3432c73e7 { color:#da2128;display:block;width:2.56239375rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:27.486872732639rem;left:13.437500953674rem;height:4.7119125rem;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;font-style:normal;display:block; }
#A5b7fddc6646b517e591a994e7012d79 { color:#da2128;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:5.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:26.431099951267rem;left:16.597222328186rem;height:6.825rem;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; }
#b00b442086c7065dc507c3e2af7b59dd { color:#da2128;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15024;line-height:1.8;letter-spacing:0;top:35.0625rem;left:13.4375rem;height:7.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#b00b442086c7065dc507c3e2af7b59dd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#b00b442086c7065dc507c3e2af7b59dd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6c9589ed1edb32663071b1cd12615583a35bbed.svg); }
#a95e9c383c7d1c4539ba95d4d749d44f { position:absolute;display:block;z-index:15030;background-color:rgba(255,255,255,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:18.75rem;top:33.625rem;left:13.4375rem;display:block; }
#c229620b39c8e4f845e4e81bd90ce407 { background-color:#da2128;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:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.874875rem;height:4.0625rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:44rem;left:13.875rem;display:block; }
#c97808e695b8226399a9852240bbcb7a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vfOpdNtNkx5fZH1AQiKPCCATXtRFM3DM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/df2f6261-c6c4-4f0d-8c17-98c52ac35627/smokebgthin1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vfOpdNtNkx5fZH1AQiKPCCATXtRFM3DM.adaptive-delivery-prevent-bg, #vfOpdNtNkx5fZH1AQiKPCCATXtRFM3DM.lazyload, #vfOpdNtNkx5fZH1AQiKPCCATXtRFM3DM.lazyloading { background-image: none; }#vfOpdNtNkx5fZH1AQiKPCCATXtRFM3DM > .row .container { background-color: transparent; background-image: none; }#vfOpdNtNkx5fZH1AQiKPCCATXtRFM3DM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vfOpdNtNkx5fZH1AQiKPCCATXtRFM3DM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vfOpdNtNkx5fZH1AQiKPCCATXtRFM3DM > .row .container > .video-iframe-container { display: none; }#vfOpdNtNkx5fZH1AQiKPCCATXtRFM3DM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vfOpdNtNkx5fZH1AQiKPCCATXtRFM3DM > .row > .video-iframe-container { display: none; }#vfOpdNtNkx5fZH1AQiKPCCATXtRFM3DM > .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); }#vfOpdNtNkx5fZH1AQiKPCCATXtRFM3DM > .row .container { border-width: 0; border-radius: 0; }#vfOpdNtNkx5fZH1AQiKPCCATXtRFM3DM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vfOpdNtNkx5fZH1AQiKPCCATXtRFM3DM > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#nRNP5KommpWXR6suPapJDFTzO09RVOV5 { position:absolute;display:block;z-index:15000;background-color:#222222;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.875rem #222222 ;height:20rem;width:18.75rem;top:10.06184387207rem;left:3.125rem;display:block; }
#X7ScyXvi7AD4CuPc16bkcEFWZcTqE54N { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.125rem;top:12.75rem;left:10.9375rem;overflow:hidden;display:block; }
#yNVUc4F42xDunUdpVFGfLa4UhLGz4yQs { color:#000000;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:17.3125rem;left:3.125rem;height:1.625rem;text-align:center;text-align-last:center;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; }
#TRPJPWIbuC2aAaSz9K3VDS2Nup4TBgrg { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:19.6875rem;left:4.375rem;height:2.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lv1gHCswaPPOgOcTVEezmqznhg0iaQnC { position:absolute;display:block;z-index:15004;background-color:#222222;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.875rem #222222 ;height:20rem;width:18.75rem;top:10.06184387207rem;left:28.125rem;display:block; }
#i0xgkuPJG46N0VF2PDP639huq6qXz1bx { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:19.685546875rem;left:29.375rem;height:2.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eKDFU1qP51WpEJ14z2MgtRPwPeDBo9rR { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:17.3125rem;left:28.125rem;height:1.625rem;text-align:center;text-align-last:center;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; }
#XSDkzsUKiglle7bQ5Fc8zNZosW5FVKFR { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.125rem;top:12.75rem;left:35.9375rem;overflow:hidden;display:block; }
#iZVsgBZzVXhSLp7Fls1Sd6cHILlMIkEa { position:absolute;display:block;z-index:15008;background-color:#222222;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:20rem;width:18.75rem;top:10.061307072639rem;left:53.124457359314rem;display:block; }
#AOfKL0uDdygNSTOtkcAiK7KuxfvNwabX { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:19.6875rem;left:54.375rem;height:4.19824375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ytNuzDPe7aITH4UQkz6KXflTIA2ryg0Z { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:17.3125rem;left:53.125rem;height:1.625rem;text-align:center;text-align-last:center;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; }
#ZudiygxUeDRZTWQXmxVvix1lisxSQIaT { 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:3.0625rem;width:3.125rem;top:12.75rem;left:60.9375rem;overflow:hidden;display:block; }
#iKC3xMD7qb4OpnEXCIro2I2N3pXFHHJe { color:#ffffff;display:block;width:25.186625rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:5.1182727813721rem;left:24.906684875488rem;height:2.84375rem;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; }
#A09aff9b83b892736608695fe0269889.widget-smartsection { position:relative;display:block; } #A09aff9b83b892736608695fe0269889.widget-smartsection *:focus-visible, #A09aff9b83b892736608695fe0269889.widget-smartsection input[type="text"]:focus-visible, #A09aff9b83b892736608695fe0269889.widget-smartsection input[type="email"]:focus-visible, #A09aff9b83b892736608695fe0269889.widget-smartsection input[type="tel"]:focus-visible, #A09aff9b83b892736608695fe0269889.widget-smartsection textarea:focus-visible { outline: none; } #hTHeLNmTQqy46gwOQOzPbdAclDwbM2aI { background-color: transparent; background-image: none; }#hTHeLNmTQqy46gwOQOzPbdAclDwbM2aI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTHeLNmTQqy46gwOQOzPbdAclDwbM2aI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTHeLNmTQqy46gwOQOzPbdAclDwbM2aI > .row .container > .video-iframe-container { display: none; }#hTHeLNmTQqy46gwOQOzPbdAclDwbM2aI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTHeLNmTQqy46gwOQOzPbdAclDwbM2aI > .row > .video-iframe-container { display: none; }#hTHeLNmTQqy46gwOQOzPbdAclDwbM2aI > .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); }#hTHeLNmTQqy46gwOQOzPbdAclDwbM2aI { border-width: 0; border-radius: 0; }#hTHeLNmTQqy46gwOQOzPbdAclDwbM2aI > .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; }#hTHeLNmTQqy46gwOQOzPbdAclDwbM2aI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:29.125rem;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; }#fa11e86141e0fd1cc30e6b48d91b8f4d.widget-smartsection { position:relative;display:block; } #fa11e86141e0fd1cc30e6b48d91b8f4d.widget-smartsection *:focus-visible, #fa11e86141e0fd1cc30e6b48d91b8f4d.widget-smartsection input[type="text"]:focus-visible, #fa11e86141e0fd1cc30e6b48d91b8f4d.widget-smartsection input[type="email"]:focus-visible, #fa11e86141e0fd1cc30e6b48d91b8f4d.widget-smartsection input[type="tel"]:focus-visible, #fa11e86141e0fd1cc30e6b48d91b8f4d.widget-smartsection textarea:focus-visible { outline: none; } #I46KOPgapvDmZb9vK8BEwTbVdhuvuNF5 { background-color: transparent; background-image: none; }#I46KOPgapvDmZb9vK8BEwTbVdhuvuNF5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I46KOPgapvDmZb9vK8BEwTbVdhuvuNF5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I46KOPgapvDmZb9vK8BEwTbVdhuvuNF5 > .row .container > .video-iframe-container { display: none; }#I46KOPgapvDmZb9vK8BEwTbVdhuvuNF5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I46KOPgapvDmZb9vK8BEwTbVdhuvuNF5 > .row > .video-iframe-container { display: none; }#I46KOPgapvDmZb9vK8BEwTbVdhuvuNF5 > .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); }#I46KOPgapvDmZb9vK8BEwTbVdhuvuNF5 { border-width: 0; border-radius: 0; }#I46KOPgapvDmZb9vK8BEwTbVdhuvuNF5 > .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; }#I46KOPgapvDmZb9vK8BEwTbVdhuvuNF5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:32.125rem;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; }#baa8beef9e10590f15236104f0cf0e45.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/df2f6261-c6c4-4f0d-8c17-98c52ac35627/smokebgthin1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#baa8beef9e10590f15236104f0cf0e45.widget-smartsection.adaptive-delivery-prevent-bg, #baa8beef9e10590f15236104f0cf0e45.widget-smartsection.lazyload, #baa8beef9e10590f15236104f0cf0e45.widget-smartsection.lazyloading { background-image: none; } #baa8beef9e10590f15236104f0cf0e45.widget-smartsection *:focus-visible, #baa8beef9e10590f15236104f0cf0e45.widget-smartsection input[type="text"]:focus-visible, #baa8beef9e10590f15236104f0cf0e45.widget-smartsection input[type="email"]:focus-visible, #baa8beef9e10590f15236104f0cf0e45.widget-smartsection input[type="tel"]:focus-visible, #baa8beef9e10590f15236104f0cf0e45.widget-smartsection textarea:focus-visible { outline: none; } #MGKgpQsBo11BnGvRgETI594QmD3MTcMN > .row .container { background-color: transparent; background-image: none; }#MGKgpQsBo11BnGvRgETI594QmD3MTcMN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGKgpQsBo11BnGvRgETI594QmD3MTcMN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGKgpQsBo11BnGvRgETI594QmD3MTcMN > .row .container > .video-iframe-container { display: none; }#MGKgpQsBo11BnGvRgETI594QmD3MTcMN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGKgpQsBo11BnGvRgETI594QmD3MTcMN > .row > .video-iframe-container { display: none; }#MGKgpQsBo11BnGvRgETI594QmD3MTcMN > .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); }#MGKgpQsBo11BnGvRgETI594QmD3MTcMN > .row .container { border-width: 0; border-radius: 0; }#MGKgpQsBo11BnGvRgETI594QmD3MTcMN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MGKgpQsBo11BnGvRgETI594QmD3MTcMN > .row .container { font-size:0.875rem;font-family:arial;height:40.4375rem;width:75rem;position:relative;display:block; }#x80314b0c9a8a6c3ca74fd8cd9890ba2.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/df2f6261-c6c4-4f0d-8c17-98c52ac35627/smokebgthin1.png");background-position:center !important;background-repeat: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; }#x80314b0c9a8a6c3ca74fd8cd9890ba2.widget-smartsection.adaptive-delivery-prevent-bg, #x80314b0c9a8a6c3ca74fd8cd9890ba2.widget-smartsection.lazyload, #x80314b0c9a8a6c3ca74fd8cd9890ba2.widget-smartsection.lazyloading { background-image: none; } #x80314b0c9a8a6c3ca74fd8cd9890ba2.widget-smartsection *:focus-visible, #x80314b0c9a8a6c3ca74fd8cd9890ba2.widget-smartsection input[type="text"]:focus-visible, #x80314b0c9a8a6c3ca74fd8cd9890ba2.widget-smartsection input[type="email"]:focus-visible, #x80314b0c9a8a6c3ca74fd8cd9890ba2.widget-smartsection input[type="tel"]:focus-visible, #x80314b0c9a8a6c3ca74fd8cd9890ba2.widget-smartsection textarea:focus-visible { outline: none; } #hClH2ua7S5WRLGSTwuTZLDT48IHvmdUU > .row .container { background-color: transparent; background-image: none; }#hClH2ua7S5WRLGSTwuTZLDT48IHvmdUU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hClH2ua7S5WRLGSTwuTZLDT48IHvmdUU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hClH2ua7S5WRLGSTwuTZLDT48IHvmdUU > .row .container > .video-iframe-container { display: none; }#hClH2ua7S5WRLGSTwuTZLDT48IHvmdUU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hClH2ua7S5WRLGSTwuTZLDT48IHvmdUU > .row > .video-iframe-container { display: none; }#hClH2ua7S5WRLGSTwuTZLDT48IHvmdUU > .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); }#hClH2ua7S5WRLGSTwuTZLDT48IHvmdUU > .row .container { border-width: 0; border-radius: 0; }#hClH2ua7S5WRLGSTwuTZLDT48IHvmdUU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hClH2ua7S5WRLGSTwuTZLDT48IHvmdUU > .row .container { font-size:0.875rem;font-family:arial;height:33.4375rem;width:75rem;position:relative;display:block; }#sC4AUnrFfp9s3pvolS87aO6Fd5p0XaPd { border-top:0.1875rem solid #da2128;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#sC4AUnrFfp9s3pvolS87aO6Fd5p0XaPd > .row .container { background-color: transparent; background-image: none; }#sC4AUnrFfp9s3pvolS87aO6Fd5p0XaPd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sC4AUnrFfp9s3pvolS87aO6Fd5p0XaPd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sC4AUnrFfp9s3pvolS87aO6Fd5p0XaPd > .row .container > .video-iframe-container { display: none; }#sC4AUnrFfp9s3pvolS87aO6Fd5p0XaPd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sC4AUnrFfp9s3pvolS87aO6Fd5p0XaPd > .row > .video-iframe-container { display: none; }#sC4AUnrFfp9s3pvolS87aO6Fd5p0XaPd > .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); }#sC4AUnrFfp9s3pvolS87aO6Fd5p0XaPd > .row .container { border-width: 0; border-radius: 0; }#sC4AUnrFfp9s3pvolS87aO6Fd5p0XaPd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sC4AUnrFfp9s3pvolS87aO6Fd5p0XaPd > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:75rem;position:relative;display:block; }#M8tPtxy4580zKXmtTFQdK7FWXWOgeGEZ { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.125rem;left:21.875rem;height:1.7875rem;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; }
#DdBmOUuk3KeJ6LvfCdT8WQJ80TVRZAM1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:0.625rem;left:53.125rem; }
#oxFp5ZwOih99GS7eqeLROxXvrrwtyPy4 { border-top:0.1875rem solid #da2128;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#oxFp5ZwOih99GS7eqeLROxXvrrwtyPy4 > .row .container { background-color: transparent; background-image: none; }#oxFp5ZwOih99GS7eqeLROxXvrrwtyPy4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oxFp5ZwOih99GS7eqeLROxXvrrwtyPy4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oxFp5ZwOih99GS7eqeLROxXvrrwtyPy4 > .row .container > .video-iframe-container { display: none; }#oxFp5ZwOih99GS7eqeLROxXvrrwtyPy4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oxFp5ZwOih99GS7eqeLROxXvrrwtyPy4 > .row > .video-iframe-container { display: none; }#oxFp5ZwOih99GS7eqeLROxXvrrwtyPy4 > .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); }#oxFp5ZwOih99GS7eqeLROxXvrrwtyPy4 > .row .container { border-width: 0; border-radius: 0; }#oxFp5ZwOih99GS7eqeLROxXvrrwtyPy4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oxFp5ZwOih99GS7eqeLROxXvrrwtyPy4 > .row .container { font-size:0.875rem;font-family:arial;height:52.125rem;width:75rem;position:relative;display:block; }#KwtQ3I5p7fzGNLXvULurgXfWHOvpdyqu { color:#ffffff;display:block;width:56.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.6875rem;left:9.4375rem;height:;font-style:normal;display:block; }#KwtQ3I5p7fzGNLXvULurgXfWHOvpdyqu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KwtQ3I5p7fzGNLXvULurgXfWHOvpdyqu li:before{  }
#sbLTRNJWpPiG9z9PpbN468Tz3hUJ2uZS { border-top:0.1875rem solid #da2128;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#sbLTRNJWpPiG9z9PpbN468Tz3hUJ2uZS > .row .container { background-color: transparent; background-image: none; }#sbLTRNJWpPiG9z9PpbN468Tz3hUJ2uZS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sbLTRNJWpPiG9z9PpbN468Tz3hUJ2uZS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sbLTRNJWpPiG9z9PpbN468Tz3hUJ2uZS > .row .container > .video-iframe-container { display: none; }#sbLTRNJWpPiG9z9PpbN468Tz3hUJ2uZS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sbLTRNJWpPiG9z9PpbN468Tz3hUJ2uZS > .row > .video-iframe-container { display: none; }#sbLTRNJWpPiG9z9PpbN468Tz3hUJ2uZS > .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); }#sbLTRNJWpPiG9z9PpbN468Tz3hUJ2uZS > .row .container { border-width: 0; border-radius: 0; }#sbLTRNJWpPiG9z9PpbN468Tz3hUJ2uZS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sbLTRNJWpPiG9z9PpbN468Tz3hUJ2uZS > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:75rem;position:relative;display:block; }#PnNpZ8QzPK9ZvEnDUgfmTrETcLWApapc { color:#ffffff;display:block;width:28.5625rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.125rem;left:23.21875rem;height:1.7875rem;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; }
#k5w9ZZ68Udlmw27XvMSoXOQGuJJ0z1im { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:0.625rem;left:51.78125rem; }
#Ifm9Uw2t8cmfZddN6x8sOquPLEDx5aGb { border-top:0.1875rem solid #da2128;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#Ifm9Uw2t8cmfZddN6x8sOquPLEDx5aGb > .row .container { background-color: transparent; background-image: none; }#Ifm9Uw2t8cmfZddN6x8sOquPLEDx5aGb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ifm9Uw2t8cmfZddN6x8sOquPLEDx5aGb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ifm9Uw2t8cmfZddN6x8sOquPLEDx5aGb > .row .container > .video-iframe-container { display: none; }#Ifm9Uw2t8cmfZddN6x8sOquPLEDx5aGb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ifm9Uw2t8cmfZddN6x8sOquPLEDx5aGb > .row > .video-iframe-container { display: none; }#Ifm9Uw2t8cmfZddN6x8sOquPLEDx5aGb > .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); }#Ifm9Uw2t8cmfZddN6x8sOquPLEDx5aGb > .row .container { border-width: 0; border-radius: 0; }#Ifm9Uw2t8cmfZddN6x8sOquPLEDx5aGb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ifm9Uw2t8cmfZddN6x8sOquPLEDx5aGb > .row .container { font-size:0.875rem;font-family:arial;height:25.875rem;width:75rem;position:relative;display:block; }#aJMgnEeJf23qqutCeaWlaPtThtbsxByF { color:#ffffff;display:block;width:56.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.6875rem;left:9.4375rem;height:20.69725rem;font-style:normal;display:block; }#aJMgnEeJf23qqutCeaWlaPtThtbsxByF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aJMgnEeJf23qqutCeaWlaPtThtbsxByF li:before{  }
#Vabe1fa789995abf231581601cc907fe.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; } #Vabe1fa789995abf231581601cc907fe.widget-smartsection *:focus-visible, #Vabe1fa789995abf231581601cc907fe.widget-smartsection input[type="text"]:focus-visible, #Vabe1fa789995abf231581601cc907fe.widget-smartsection input[type="email"]:focus-visible, #Vabe1fa789995abf231581601cc907fe.widget-smartsection input[type="tel"]:focus-visible, #Vabe1fa789995abf231581601cc907fe.widget-smartsection textarea:focus-visible { outline: none; } #Pf2l2QluTir7f1ZgPHo4sSp8esa8DETH > .row .container { background-color: transparent; background-image: none; }#Pf2l2QluTir7f1ZgPHo4sSp8esa8DETH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pf2l2QluTir7f1ZgPHo4sSp8esa8DETH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pf2l2QluTir7f1ZgPHo4sSp8esa8DETH > .row .container > .video-iframe-container { display: none; }#Pf2l2QluTir7f1ZgPHo4sSp8esa8DETH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pf2l2QluTir7f1ZgPHo4sSp8esa8DETH > .row > .video-iframe-container { display: none; }#Pf2l2QluTir7f1ZgPHo4sSp8esa8DETH > .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); }#Pf2l2QluTir7f1ZgPHo4sSp8esa8DETH > .row .container { border-width: 0; border-radius: 0; }#Pf2l2QluTir7f1ZgPHo4sSp8esa8DETH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pf2l2QluTir7f1ZgPHo4sSp8esa8DETH > .row .container { font-size:0.875rem;font-family:arial;height:30.6875rem;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) { #o49eFJErmepkehmazhCzZd342ZVPSgaG { display:block; }#o49eFJErmepkehmazhCzZd342ZVPSgaG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dsLfd0vdqLbbxIepLEZMWpJsLZnvhcac { width:8.625rem;height:2.1875rem;top:1.1875rem;left:5.3116331100464rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyEJMnemVbheIf9Gnc6tDtM0QDWoCuiP { display:block; }
 }@media only screen and (max-width: 763px) { #SucXHWxZD9KwsDEk6HtBsa76MJvURHBB { width:6.4375rem;height:2.1875rem;top:1.1875rem;left:15.124457359314rem;display:block; }
 }@media only screen and (max-width: 763px) { #od9SEPp8KbJBALgG5VaK1NJOBUfagzSc { display:block; }
 }@media only screen and (max-width: 763px) { #SRwUE2kqbKUgFFdEJ2mUsBldfUNhOebg { width:6.4375rem;height:2.1875rem;top:1.1875rem;left:22.499133110046rem;display:block; }
 }@media only screen and (max-width: 763px) { #UK453kJ9TfhyzpL25fSw0sJqLllUF1FO { display:block; }
 }@media only screen and (max-width: 763px) { #JLpu4g1penZkgSChn95TWuwiDTiiIsdu { width:10.8125rem;height:2.8125rem;top:0.875rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TottQbuowDhoX4G8MDCfQZOq7IHQpyHI { display:block; }
 }@media only screen and (max-width: 763px) { #LUWeDG0LHGQBTCG62l5KHKFTKVo9QC0G { top:1.125rem;left:0rem;width:13.75rem;height:2.3008461921354rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMEcC3GqezV1aLVI2qcTC7TBiT1QQCT5 { width:6.4375rem;height:2.1875rem;top:1.1875rem;left:28.820204734802rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaX0Fwy0T0xO653o5zqbRbKqO6OBqdhf { display:block; }
 }@media only screen and (max-width: 763px) { #v2uhldqUEX7Lzgq0mzTRdhNVvCXWo8qD { width:6.4375rem;height:2.1875rem;top:1.1875rem;left:34.596571922303rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwEJyFzfP7Pd6NHauawbgrt3T28PpXiv { display:block; }
 }@media only screen and (max-width: 763px) { #RxMHayBSPaxGvkxX5iIXnUX11xsduKSN { display:block; }#RxMHayBSPaxGvkxX5iIXnUX11xsduKSN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nf6b75f03f9ed89b9a6650c11a1338e1 { width:31.6875rem;height:;top:5.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m08541ed637afdd326baf4147e7f57d8 { width:30.75rem;height:3.5625rem;top:16.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3d96d4c4cc07803a756d18aa74b8a6a { width:12.3125rem;height:3.625rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X468cd17db6442ca866e2adc36ecb686 { display:block; }
 }@media only screen and (max-width: 763px) { #l6fd36e33c6520e16947c3ba9a71e94b { top:7.0625rem;left:10.25rem;width:36rem;height:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugc8vETMWyOWCBTld9eJTGHGtlRlJ9bz { width:30.75rem;height:2.875rem;top:22.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZ3kUzfS9sUJBLe99iEHXr1eXQFJb8Ze { display:block; }#OZ3kUzfS9sUJBLe99iEHXr1eXQFJb8Ze > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E8892709d8ea9c87f0e58bc3ce6dee05 { top:8.625rem;left:23.875rem;width:22.125rem;height:41.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g03463f5c71cdc818c544dd62949021c { width:17.8125rem;height:4.0625rem;top:43.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e94cd66df1d313c06198a51af2563ccc { display:block; }
 }@media only screen and (max-width: 763px) { #a1fafcfb577629085239bfcf412ba701 { width:18.75rem;height:7.3125rem;top:35rem;left:23.875rem;font-size:0.9375rem;display:block; }#a1fafcfb577629085239bfcf412ba701 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6c9589ed1edb32663071b1cd12615583a35bbed.svg); }
 }@media only screen and (max-width: 763px) { #b09afb81618c0ec1502e62b558d3a200 { width:18.75rem;height:6.6875rem;top:19.9375rem;left:23.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b879719bfe4ca59d77dbe41cc98a7661 { width:2.5rem;height:2.3125rem;top:28.125rem;left:30.040472984314rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d57d2e9f5b0b5e5fb45fa4784e77b001 { width:7.5rem;height:6.8125rem;top:26.6875rem;left:23.875rem;font-size:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M372a387d2887328ba35051333b45441 { top:33.5625rem;left:23.875rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ab452a5d0fdfe347d10c952f85e16e82 { width:22.25rem;height:2.3125rem;top:8.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6231ea1c1a9ecb5c064bd80568a5afc { width:22.0625rem;height:;top:9rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd8404f160c1d60e65ec3c4f978f2c1d { width:18.75rem;height:6.125rem;top:12.875rem;left:23.875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cacc1c6879e5c5fbdad6430199cb5cf4 { top:3.4375rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2b31475a57083b5212d70ab405eec75 { top:8.6875rem;left:1.5625rem;width:22.0625rem;height:41rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bed7c5883eeb14f95715248ec8bd34ba { width:22.1875rem;height:2.25rem;top:8.6875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B66727187ac9873aa91bd56683c82b81 { width:22.125rem;height:;top:9.0625rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a52021a96bf605ceeed47ef78c4b01bc { width:18.75rem;height:;top:12.9375rem;left:5.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb98bf7c12c5a466f5b836b3ee42b679 { width:18.75rem;height:;top:20rem;left:5.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Afc0ccc47c3f4059a6222ec3432c73e7 { width:2.5rem;height:4.6875rem;top:27.4375rem;left:6.6250009536744rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5b7fddc6646b517e591a994e7012d79 { width:15.625rem;height:6.8125rem;top:26.375rem;left:8.25rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b00b442086c7065dc507c3e2af7b59dd { width:18.75rem;height:7.3125rem;top:35rem;left:5.125rem;font-size:0.9375rem;display:block; }#b00b442086c7065dc507c3e2af7b59dd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6c9589ed1edb32663071b1cd12615583a35bbed.svg); }
 }@media only screen and (max-width: 763px) { #a95e9c383c7d1c4539ba95d4d749d44f { top:33.625rem;left:5.125rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c229620b39c8e4f845e4e81bd90ce407 { width:17.8125rem;height:4.0625rem;top:44rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c97808e695b8226399a9852240bbcb7a { display:block; }
 }@media only screen and (max-width: 763px) { #vfOpdNtNkx5fZH1AQiKPCCATXtRFM3DM { display:block; }#vfOpdNtNkx5fZH1AQiKPCCATXtRFM3DM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nRNP5KommpWXR6suPapJDFTzO09RVOV5 { width:18.75rem;height:20rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7ScyXvi7AD4CuPc16bkcEFWZcTqE54N { width:3.125rem;height:3.0625rem;top:12.6875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNVUc4F42xDunUdpVFGfLa4UhLGz4yQs { width:18.75rem;height:;top:17.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRPJPWIbuC2aAaSz9K3VDS2Nup4TBgrg { width:16.25rem;height:2.75rem;top:19.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lv1gHCswaPPOgOcTVEezmqznhg0iaQnC { width:18.75rem;height:20rem;top:10rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0xgkuPJG46N0VF2PDP639huq6qXz1bx { width:16.25rem;height:2.75rem;top:19.625rem;left:15.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKDFU1qP51WpEJ14z2MgtRPwPeDBo9rR { width:18.75rem;height:;top:17.3125rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSDkzsUKiglle7bQ5Fc8zNZosW5FVKFR { width:3.125rem;height:3.0625rem;top:12.75rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZVsgBZzVXhSLp7Fls1Sd6cHILlMIkEa { width:18.75rem;height:20rem;top:10rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOfKL0uDdygNSTOtkcAiK7KuxfvNwabX { width:16.25rem;height:4.1875rem;top:19.6875rem;left:31.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytNuzDPe7aITH4UQkz6KXflTIA2ryg0Z { width:18.75rem;height:;top:17.3125rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZudiygxUeDRZTWQXmxVvix1lisxSQIaT { width:3.125rem;height:3.0625rem;top:12.75rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKC3xMD7qb4OpnEXCIro2I2N3pXFHHJe { top:5.0625rem;left:0rem;width:25.125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A09aff9b83b892736608695fe0269889.widget-smartsection { display:block; } #A09aff9b83b892736608695fe0269889.widget-smartsection *:focus-visible, #A09aff9b83b892736608695fe0269889.widget-smartsection input[type="text"]:focus-visible, #A09aff9b83b892736608695fe0269889.widget-smartsection input[type="email"]:focus-visible, #A09aff9b83b892736608695fe0269889.widget-smartsection input[type="tel"]:focus-visible, #A09aff9b83b892736608695fe0269889.widget-smartsection textarea:focus-visible { outline: none; } #hTHeLNmTQqy46gwOQOzPbdAclDwbM2aI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fa11e86141e0fd1cc30e6b48d91b8f4d.widget-smartsection { display:block; } #fa11e86141e0fd1cc30e6b48d91b8f4d.widget-smartsection *:focus-visible, #fa11e86141e0fd1cc30e6b48d91b8f4d.widget-smartsection input[type="text"]:focus-visible, #fa11e86141e0fd1cc30e6b48d91b8f4d.widget-smartsection input[type="email"]:focus-visible, #fa11e86141e0fd1cc30e6b48d91b8f4d.widget-smartsection input[type="tel"]:focus-visible, #fa11e86141e0fd1cc30e6b48d91b8f4d.widget-smartsection textarea:focus-visible { outline: none; } #I46KOPgapvDmZb9vK8BEwTbVdhuvuNF5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #baa8beef9e10590f15236104f0cf0e45.widget-smartsection { display:block; } #baa8beef9e10590f15236104f0cf0e45.widget-smartsection *:focus-visible, #baa8beef9e10590f15236104f0cf0e45.widget-smartsection input[type="text"]:focus-visible, #baa8beef9e10590f15236104f0cf0e45.widget-smartsection input[type="email"]:focus-visible, #baa8beef9e10590f15236104f0cf0e45.widget-smartsection input[type="tel"]:focus-visible, #baa8beef9e10590f15236104f0cf0e45.widget-smartsection textarea:focus-visible { outline: none; } #MGKgpQsBo11BnGvRgETI594QmD3MTcMN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x80314b0c9a8a6c3ca74fd8cd9890ba2.widget-smartsection { display:block; } #x80314b0c9a8a6c3ca74fd8cd9890ba2.widget-smartsection *:focus-visible, #x80314b0c9a8a6c3ca74fd8cd9890ba2.widget-smartsection input[type="text"]:focus-visible, #x80314b0c9a8a6c3ca74fd8cd9890ba2.widget-smartsection input[type="email"]:focus-visible, #x80314b0c9a8a6c3ca74fd8cd9890ba2.widget-smartsection input[type="tel"]:focus-visible, #x80314b0c9a8a6c3ca74fd8cd9890ba2.widget-smartsection textarea:focus-visible { outline: none; } #hClH2ua7S5WRLGSTwuTZLDT48IHvmdUU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sC4AUnrFfp9s3pvolS87aO6Fd5p0XaPd { display:block; }#sC4AUnrFfp9s3pvolS87aO6Fd5p0XaPd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M8tPtxy4580zKXmtTFQdK7FWXWOgeGEZ { top:1.125rem;left:8.25rem;width:31.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdBmOUuk3KeJ6LvfCdT8WQJ80TVRZAM1 { top:0.625rem;left:39.5rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxFp5ZwOih99GS7eqeLROxXvrrwtyPy4 { display:block; }#oxFp5ZwOih99GS7eqeLROxXvrrwtyPy4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KwtQ3I5p7fzGNLXvULurgXfWHOvpdyqu { top:2.6875rem;left:0rem;width:47.75rem;height:;font-size:0.75rem;display:block; }#KwtQ3I5p7fzGNLXvULurgXfWHOvpdyqu li:before{  }
 }@media only screen and (max-width: 763px) { #sbLTRNJWpPiG9z9PpbN468Tz3hUJ2uZS { display:block; }#sbLTRNJWpPiG9z9PpbN468Tz3hUJ2uZS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PnNpZ8QzPK9ZvEnDUgfmTrETcLWApapc { top:1.125rem;left:9.59375rem;width:28.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5w9ZZ68Udlmw27XvMSoXOQGuJJ0z1im { top:0.625rem;left:38.15625rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ifm9Uw2t8cmfZddN6x8sOquPLEDx5aGb { display:block; }#Ifm9Uw2t8cmfZddN6x8sOquPLEDx5aGb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aJMgnEeJf23qqutCeaWlaPtThtbsxByF { top:2.6875rem;left:0rem;width:47.75rem;height:;font-size:0.75rem;display:block; }#aJMgnEeJf23qqutCeaWlaPtThtbsxByF li:before{  }
 }@media only screen and (max-width: 763px) { #Vabe1fa789995abf231581601cc907fe.widget-smartsection { display:block; } #Vabe1fa789995abf231581601cc907fe.widget-smartsection *:focus-visible, #Vabe1fa789995abf231581601cc907fe.widget-smartsection input[type="text"]:focus-visible, #Vabe1fa789995abf231581601cc907fe.widget-smartsection input[type="email"]:focus-visible, #Vabe1fa789995abf231581601cc907fe.widget-smartsection input[type="tel"]:focus-visible, #Vabe1fa789995abf231581601cc907fe.widget-smartsection textarea:focus-visible { outline: none; } #Pf2l2QluTir7f1ZgPHo4sSp8esa8DETH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #o49eFJErmepkehmazhCzZd342ZVPSgaG { position:relative;z-index:auto;display:block; }#o49eFJErmepkehmazhCzZd342ZVPSgaG > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dsLfd0vdqLbbxIepLEZMWpJsLZnvhcac { width:8.625rem;height:2.1875rem;top:1.1875rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EyEJMnemVbheIf9Gnc6tDtM0QDWoCuiP { display:block; }
 }@media only screen and (max-width: 763px) { #SucXHWxZD9KwsDEk6HtBsa76MJvURHBB { width:6.4375rem;height:2.1875rem;top:1.1875rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #od9SEPp8KbJBALgG5VaK1NJOBUfagzSc { display:block; }
 }@media only screen and (max-width: 763px) { #SRwUE2kqbKUgFFdEJ2mUsBldfUNhOebg { width:6.4375rem;height:2.1875rem;top:1.1875rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UK453kJ9TfhyzpL25fSw0sJqLllUF1FO { display:block; }
 }@media only screen and (max-width: 763px) { #JLpu4g1penZkgSChn95TWuwiDTiiIsdu { width:10.8125rem;height:2.8125rem;top:0.875rem;left:4.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TottQbuowDhoX4G8MDCfQZOq7IHQpyHI { display:block; }
 }@media only screen and (max-width: 763px) { #LUWeDG0LHGQBTCG62l5KHKFTKVo9QC0G { width:9.936rem;height:1.5625rem;top:1.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMEcC3GqezV1aLVI2qcTC7TBiT1QQCT5 { width:6.4375rem;height:2.1875rem;top:1.1875rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DaX0Fwy0T0xO653o5zqbRbKqO6OBqdhf { display:block; }
 }@media only screen and (max-width: 763px) { #v2uhldqUEX7Lzgq0mzTRdhNVvCXWo8qD { width:6.4375rem;height:2.1875rem;top:1.1875rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RwEJyFzfP7Pd6NHauawbgrt3T28PpXiv { display:block; }
 }@media only screen and (max-width: 763px) { #RxMHayBSPaxGvkxX5iIXnUX11xsduKSN { display:block; }#RxMHayBSPaxGvkxX5iIXnUX11xsduKSN > .row .container { width:20rem;height:41rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nf6b75f03f9ed89b9a6650c11a1338e1 { width:18.75rem;height:4.875rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m08541ed637afdd326baf4147e7f57d8 { width:18.75rem;height:6.3984375rem;top:7.37305rem;left:0.625rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a3d96d4c4cc07803a756d18aa74b8a6a { width:16.0623125rem;height:3.62305rem;top:15.875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X468cd17db6442ca866e2adc36ecb686 { display:block; }
 }@media only screen and (max-width: 763px) { #l6fd36e33c6520e16947c3ba9a71e94b { width:20rem;height:13.6795rem;top:20.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugc8vETMWyOWCBTld9eJTGHGtlRlJ9bz { width:20rem;height:3.59911875rem;top:36.2900390625rem;left:0rem;font-size:0.75rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OZ3kUzfS9sUJBLe99iEHXr1eXQFJb8Ze { display:block; }#OZ3kUzfS9sUJBLe99iEHXr1eXQFJb8Ze > .row .container { width:20rem;height:95.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E8892709d8ea9c87f0e58bc3ce6dee05 { width:19.75rem;height:43.875rem;top:48.55847125rem;left:0.0625rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #g03463f5c71cdc818c544dd62949021c { width:15.625rem;height:4.0625rem;top:86.807186126706rem;left:2.1875002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #e94cd66df1d313c06198a51af2563ccc { display:block; }
 }@media only screen and (max-width: 763px) { #a1fafcfb577629085239bfcf412ba701 { width:17.1875rem;height:10.75rem;top:74.557296752931rem;left:1.3433160781861rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:14999;display:block; }#a1fafcfb577629085239bfcf412ba701 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6c9589ed1edb32663071b1cd12615583a35bbed.svg); }
 }@media only screen and (max-width: 763px) { #b09afb81618c0ec1502e62b558d3a200 { width:17.3123125rem;height:6.75rem;top:58.153768539429rem;left:1.4463977813721rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #b879719bfe4ca59d77dbe41cc98a7661 { width:2.56239375rem;height:2.35623125rem;top:67.139759063719rem;left:8.71853351593rem;text-align:center;text-align-last:center;font-size:1.8125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #d57d2e9f5b0b5e5fb45fa4784e77b001 { width:7.874875rem;height:6.90625rem;top:65.833879470825rem;left:1.3433160781861rem;text-align:left;text-align-last:left;font-size:5.3125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #M372a387d2887328ba35051333b45441 { width:15.625rem;height:0.124783125rem;top:73.4955387587rem;left:1.8534088134766rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ab452a5d0fdfe347d10c952f85e16e82 { width:20rem;height:2.31228125rem;top:48.557946205139rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6231ea1c1a9ecb5c064bd80568a5afc { width:20rem;height:1.79980625rem;top:48.813479423523rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #dd8404f160c1d60e65ec3c4f978f2c1d { width:14.5621875rem;height:5.19921875rem;top:52.057836532593rem;left:1.3433160781861rem;text-align:left;text-align-last:left;font-size:2rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Cacc1c6879e5c5fbdad6430199cb5cf4 { width:20rem;height:3.5996125rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c2b31475a57083b5212d70ab405eec75 { width:19.75rem;height:41rem;top:6.1002625rem;left:0.0625rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #Bed7c5883eeb14f95715248ec8bd34ba { width:20rem;height:2.25rem;top:6.1002625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B66727187ac9873aa91bd56683c82b81 { width:20rem;height:1.79980625rem;top:6.4752625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #a52021a96bf605ceeed47ef78c4b01bc { width:17.1875rem;height:5.19921875rem;top:10.349935173988rem;left:1.4062502384186rem;text-align:left;text-align-last:left;font-size:2rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #eb98bf7c12c5a466f5b836b3ee42b679 { width:17.1875rem;height:5.0625rem;top:16.099718689919rem;left:1.4062502384186rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Afc0ccc47c3f4059a6222ec3432c73e7 { width:2.5rem;height:4.7119125rem;top:22.938368439674rem;left:1.4062502384186rem;text-align:center;text-align-last:center;font-size:1.8125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #A5b7fddc6646b517e591a994e7012d79 { width:13.3745625rem;height:6.90625rem;top:21.840820908546rem;left:4.7637805938721rem;text-align:left;text-align-last:left;font-size:5.3125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #b00b442086c7065dc507c3e2af7b59dd { width:17.6248125rem;height:9.0625rem;top:31.474611878395rem;left:1.1870660781861rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:14999;display:block; }#b00b442086c7065dc507c3e2af7b59dd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6c9589ed1edb32663071b1cd12615583a35bbed.svg); }
 }@media only screen and (max-width: 763px) { #a95e9c383c7d1c4539ba95d4d749d44f { width:17.1875rem;height:0.0625rem;top:29.7252625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c229620b39c8e4f845e4e81bd90ce407 { width:17.8125rem;height:4.0625rem;top:41.475177288056rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c97808e695b8226399a9852240bbcb7a { display:block; }
 }@media only screen and (max-width: 763px) { #vfOpdNtNkx5fZH1AQiKPCCATXtRFM3DM { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/df2f6261-c6c4-4f0d-8c17-98c52ac35627/smokebgthin1.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vfOpdNtNkx5fZH1AQiKPCCATXtRFM3DM.adaptive-delivery-prevent-bg, #vfOpdNtNkx5fZH1AQiKPCCATXtRFM3DM.lazyload, #vfOpdNtNkx5fZH1AQiKPCCATXtRFM3DM.lazyloading { background-image: none; }#vfOpdNtNkx5fZH1AQiKPCCATXtRFM3DM > .row .container { background-color: transparent; background-image: none; }#vfOpdNtNkx5fZH1AQiKPCCATXtRFM3DM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vfOpdNtNkx5fZH1AQiKPCCATXtRFM3DM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vfOpdNtNkx5fZH1AQiKPCCATXtRFM3DM > .row .container > .video-iframe-container { display: none; }#vfOpdNtNkx5fZH1AQiKPCCATXtRFM3DM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vfOpdNtNkx5fZH1AQiKPCCATXtRFM3DM > .row > .video-iframe-container { display: none; }#vfOpdNtNkx5fZH1AQiKPCCATXtRFM3DM > .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); }#vfOpdNtNkx5fZH1AQiKPCCATXtRFM3DM > .row .container { border-width: 0; border-radius: 0; }#vfOpdNtNkx5fZH1AQiKPCCATXtRFM3DM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vfOpdNtNkx5fZH1AQiKPCCATXtRFM3DM > .row .container { width:20rem;height:62.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nRNP5KommpWXR6suPapJDFTzO09RVOV5 { width:18.75rem;height:16.9998125rem;top:4.4487875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7ScyXvi7AD4CuPc16bkcEFWZcTqE54N { width:3.125rem;height:3.0625rem;top:7.137592126465rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNVUc4F42xDunUdpVFGfLa4UhLGz4yQs { width:18.75rem;height:1.2999125rem;top:11.512592126465rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRPJPWIbuC2aAaSz9K3VDS2Nup4TBgrg { width:16.25rem;height:2.79980625rem;top:14.075523187256rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lv1gHCswaPPOgOcTVEezmqznhg0iaQnC { width:18.75rem;height:18rem;top:22.698570251465rem;left:0.62500011920931rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0xgkuPJG46N0VF2PDP639huq6qXz1bx { width:16.25rem;height:2.79980625rem;top:33.198787212372rem;left:1.8750002384186rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKDFU1qP51WpEJ14z2MgtRPwPeDBo9rR { width:13.2498125rem;height:1.29980625rem;top:29.899089336395rem;left:3.3745660781861rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSDkzsUKiglle7bQ5Fc8zNZosW5FVKFR { width:3.125rem;height:3.0625rem;top:25.575118249512rem;left:8.4375038146975rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZVsgBZzVXhSLp7Fls1Sd6cHILlMIkEa { width:18.75rem;height:16.9998125rem;top:42.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOfKL0uDdygNSTOtkcAiK7KuxfvNwabX { width:16.25rem;height:4.19970625rem;top:51.875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytNuzDPe7aITH4UQkz6KXflTIA2ryg0Z { width:18.75rem;height:1.2999125rem;top:49.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZudiygxUeDRZTWQXmxVvix1lisxSQIaT { width:3.125rem;height:3.0625rem;top:44.9375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKC3xMD7qb4OpnEXCIro2I2N3pXFHHJe { width:20rem;height:1.94986875rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A09aff9b83b892736608695fe0269889.widget-smartsection { display:block; } #A09aff9b83b892736608695fe0269889.widget-smartsection *:focus-visible, #A09aff9b83b892736608695fe0269889.widget-smartsection input[type="text"]:focus-visible, #A09aff9b83b892736608695fe0269889.widget-smartsection input[type="email"]:focus-visible, #A09aff9b83b892736608695fe0269889.widget-smartsection input[type="tel"]:focus-visible, #A09aff9b83b892736608695fe0269889.widget-smartsection textarea:focus-visible { outline: none; } #hTHeLNmTQqy46gwOQOzPbdAclDwbM2aI > .row .container { width:20rem;height:40.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fa11e86141e0fd1cc30e6b48d91b8f4d.widget-smartsection { display:block; } #fa11e86141e0fd1cc30e6b48d91b8f4d.widget-smartsection *:focus-visible, #fa11e86141e0fd1cc30e6b48d91b8f4d.widget-smartsection input[type="text"]:focus-visible, #fa11e86141e0fd1cc30e6b48d91b8f4d.widget-smartsection input[type="email"]:focus-visible, #fa11e86141e0fd1cc30e6b48d91b8f4d.widget-smartsection input[type="tel"]:focus-visible, #fa11e86141e0fd1cc30e6b48d91b8f4d.widget-smartsection textarea:focus-visible { outline: none; } #I46KOPgapvDmZb9vK8BEwTbVdhuvuNF5 > .row .container { width:20rem;height:58.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #baa8beef9e10590f15236104f0cf0e45.widget-smartsection { display:block; } #baa8beef9e10590f15236104f0cf0e45.widget-smartsection *:focus-visible, #baa8beef9e10590f15236104f0cf0e45.widget-smartsection input[type="text"]:focus-visible, #baa8beef9e10590f15236104f0cf0e45.widget-smartsection input[type="email"]:focus-visible, #baa8beef9e10590f15236104f0cf0e45.widget-smartsection input[type="tel"]:focus-visible, #baa8beef9e10590f15236104f0cf0e45.widget-smartsection textarea:focus-visible { outline: none; } #MGKgpQsBo11BnGvRgETI594QmD3MTcMN > .row .container { width:20rem;height:73.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x80314b0c9a8a6c3ca74fd8cd9890ba2.widget-smartsection { display:block; } #x80314b0c9a8a6c3ca74fd8cd9890ba2.widget-smartsection *:focus-visible, #x80314b0c9a8a6c3ca74fd8cd9890ba2.widget-smartsection input[type="text"]:focus-visible, #x80314b0c9a8a6c3ca74fd8cd9890ba2.widget-smartsection input[type="email"]:focus-visible, #x80314b0c9a8a6c3ca74fd8cd9890ba2.widget-smartsection input[type="tel"]:focus-visible, #x80314b0c9a8a6c3ca74fd8cd9890ba2.widget-smartsection textarea:focus-visible { outline: none; } #hClH2ua7S5WRLGSTwuTZLDT48IHvmdUU > .row .container { width:20rem;height:39rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sC4AUnrFfp9s3pvolS87aO6Fd5p0XaPd { display:block; }#sC4AUnrFfp9s3pvolS87aO6Fd5p0XaPd > .row .container { width:20rem;height:7.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M8tPtxy4580zKXmtTFQdK7FWXWOgeGEZ { width:12.5rem;height:4.875rem;top:0.625rem;left:3.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DdBmOUuk3KeJ6LvfCdT8WQJ80TVRZAM1 { display:flex;width:2.625rem;height:2.625rem;top:2.5625rem;left:16.375rem; }
 }@media only screen and (max-width: 763px) { #oxFp5ZwOih99GS7eqeLROxXvrrwtyPy4 { display:block; }#oxFp5ZwOih99GS7eqeLROxXvrrwtyPy4 > .row .container { width:20rem;height:75.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KwtQ3I5p7fzGNLXvULurgXfWHOvpdyqu { width:20rem;height:70.61125rem;top:1.42626953125rem;left:0rem;font-size:0.75rem;display:block; }#KwtQ3I5p7fzGNLXvULurgXfWHOvpdyqu li:before{  }
 }@media only screen and (max-width: 763px) { #sbLTRNJWpPiG9z9PpbN468Tz3hUJ2uZS { display:block; }#sbLTRNJWpPiG9z9PpbN468Tz3hUJ2uZS > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PnNpZ8QzPK9ZvEnDUgfmTrETcLWApapc { width:13.125rem;height:3.25rem;top:0.625rem;left:3.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k5w9ZZ68Udlmw27XvMSoXOQGuJJ0z1im { display:flex;width:2.625rem;height:2.625rem;top:1.75rem;left:16.5625rem; }
 }@media only screen and (max-width: 763px) { #Ifm9Uw2t8cmfZddN6x8sOquPLEDx5aGb { display:block; }#Ifm9Uw2t8cmfZddN6x8sOquPLEDx5aGb > .row .container { width:20rem;height:35.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aJMgnEeJf23qqutCeaWlaPtThtbsxByF { width:20rem;height:32.712875rem;top:1.42626953125rem;left:0rem;font-size:0.75rem;display:block; }#aJMgnEeJf23qqutCeaWlaPtThtbsxByF li:before{  }
 }@media only screen and (max-width: 763px) { #Vabe1fa789995abf231581601cc907fe.widget-smartsection { position:relative;z-index:auto;background-color:#000000;background-image:none;display:block; } #Vabe1fa789995abf231581601cc907fe.widget-smartsection *:focus-visible, #Vabe1fa789995abf231581601cc907fe.widget-smartsection input[type="text"]:focus-visible, #Vabe1fa789995abf231581601cc907fe.widget-smartsection input[type="email"]:focus-visible, #Vabe1fa789995abf231581601cc907fe.widget-smartsection input[type="tel"]:focus-visible, #Vabe1fa789995abf231581601cc907fe.widget-smartsection textarea:focus-visible { outline: none; } #Pf2l2QluTir7f1ZgPHo4sSp8esa8DETH > .row .container { background-color: transparent; background-image: none; }#Pf2l2QluTir7f1ZgPHo4sSp8esa8DETH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pf2l2QluTir7f1ZgPHo4sSp8esa8DETH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pf2l2QluTir7f1ZgPHo4sSp8esa8DETH > .row .container > .video-iframe-container { display: none; }#Pf2l2QluTir7f1ZgPHo4sSp8esa8DETH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pf2l2QluTir7f1ZgPHo4sSp8esa8DETH > .row > .video-iframe-container { display: none; }#Pf2l2QluTir7f1ZgPHo4sSp8esa8DETH > .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); }#Pf2l2QluTir7f1ZgPHo4sSp8esa8DETH > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }