.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:252,217,217;--color-primary-1:246,128,128;--color-primary-2:236,0,0;--color-primary-3:118,0,0;--color-primary-4:35,0,0;--color-secondary-0:246,235,217;--color-secondary-1:253,244,133;--color-secondary-2:251,237,52;--color-secondary-3:250,232,1;--color-secondary-4:50,47,10;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"League Spartan";--paragraphs-font-family:"League Spartan"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c5d861df-8fad-4f94-a937-0591f100fb32/bg1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IR5feTi1a3nMnuxRzh5dwhKlHyWGUDWp { position:relative;display:none; } #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection *:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="text"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="email"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="tel"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection textarea:focus-visible { outline: none; } #IR5feTi1a3nMnuxRzh5dwhKlHyWGUDWp > .row .container { position:relative;display:none; }#RWv5FNKc1MpuzQbRQq1bDFQvbfB598Tm { position:relative;display:none; } #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection *:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="text"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="email"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="tel"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection textarea:focus-visible { outline: none; } #RWv5FNKc1MpuzQbRQq1bDFQvbfB598Tm > .row .container { position:relative;display:none; }#Uf5RQNhrT3Gzv40fAJWcbvwJfN9QunPI { position:relative;display:none; } #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection *:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="text"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="email"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="tel"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection textarea:focus-visible { outline: none; } #Uf5RQNhrT3Gzv40fAJWcbvwJfN9QunPI > .row .container { position:relative;display:none; }#UddOqzg6CbkOfG5yufMU6Jdrnde1cUei { position:relative;display:none; } #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection *:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="text"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="email"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="tel"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection textarea:focus-visible { outline: none; } #UddOqzg6CbkOfG5yufMU6Jdrnde1cUei > .row .container { position:relative;display:none; }#PhPld4JTEErJ3NdnZsJWUqQ2TsfNmyUx { position:relative;display:block; } #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection *:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="text"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="email"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="tel"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection textarea:focus-visible { outline: none; } #PhPld4JTEErJ3NdnZsJWUqQ2TsfNmyUx > .row .container { position:relative;display:block; }#fx2XBTEKoC7qhJQWu7wKnrEbQbxQkvCb { position:relative;display:block; } #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection *:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="text"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="email"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="tel"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection textarea:focus-visible { outline: none; } #fx2XBTEKoC7qhJQWu7wKnrEbQbxQkvCb > .row .container { position:relative;display:block; }#OpVmL29JNa8LmwKlJxHDP6AsfKNE8OAF { position:relative;display:block; } #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection *:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="text"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="email"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="tel"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection textarea:focus-visible { outline: none; } #OpVmL29JNa8LmwKlJxHDP6AsfKNE8OAF > .row .container { position:relative;display:block; }#c178ytQ5ulJSUX74A4TqAUmUTZyH3a54 { position:relative;display:block; } #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection *:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="text"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="email"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="tel"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection textarea:focus-visible { outline: none; } #c178ytQ5ulJSUX74A4TqAUmUTZyH3a54 > .row .container { position:relative;display:block; }#iSgxNSnVJ284wVZT4rbGqrRingNzLHNN { position:relative;display:block; } #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection *:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="text"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="email"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="tel"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection textarea:focus-visible { outline: none; } #iSgxNSnVJ284wVZT4rbGqrRingNzLHNN > .row .container { position:relative;display:block; }#qzvks12sknrfubUorKDzmhHT4MT5rdrT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qzvks12sknrfubUorKDzmhHT4MT5rdrT > .row .container { background-color: transparent; background-image: none; }#qzvks12sknrfubUorKDzmhHT4MT5rdrT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzvks12sknrfubUorKDzmhHT4MT5rdrT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzvks12sknrfubUorKDzmhHT4MT5rdrT > .row .container > .video-iframe-container { display: none; }#qzvks12sknrfubUorKDzmhHT4MT5rdrT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzvks12sknrfubUorKDzmhHT4MT5rdrT > .row > .video-iframe-container { display: none; }#qzvks12sknrfubUorKDzmhHT4MT5rdrT > .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); }#qzvks12sknrfubUorKDzmhHT4MT5rdrT > .row .container { border-width: 0; border-radius: 0; }#qzvks12sknrfubUorKDzmhHT4MT5rdrT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qzvks12sknrfubUorKDzmhHT4MT5rdrT > .row .container { font-size:0.875rem;font-family:arial;height:32.125rem;width:75rem;position:relative;display:block; }#bfxAfT12rtANW3reN0WrP0N2P6I6kPOR { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.6875rem;width:33.3125rem;top:5.21875rem;left:20.84375rem;overflow:hidden;display:block; }
#MTEOFdxt26ia5MqQ44yzVQh2V10oB5ln { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4375rem;width:9.4375rem;top:17.0625rem;left:7.875rem;overflow:hidden;display:block; }
#rqIHp5z7MkyF7FcrrHnsS8xZthoXnOtE { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:8.625rem;top:7.9375rem;left:0rem;overflow:hidden;display:block; }
#re0gI6sXu17PivK2dTGvCITWOiS08gdV { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:9.5rem;top:15.875rem;left:59.75rem;overflow:hidden;display:block; }
#x8VQlNtWVfMMHItmB1J1q6WH6TFaoZeM { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:6.9375rem;top:1rem;left:64.0625rem;overflow:hidden;display:block; }
#TB99wSbSwp1nLFsc8RfcgZ4oTVCbW0bX { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:14.3125rem;left:69.25rem;overflow:hidden;display:block; }
#IFhLdHV3aAIDUza9l1fmmebISJGuWFJD { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:4.9375rem;top:8.75rem;left:59.875rem;overflow:hidden;display:block; }
#TBC6MvDK0yChVRyKUr4I6u7MubFLTSfQ { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:2.03125rem;left:6.1875rem;overflow:hidden;display:block; }
#qHDke0dyFVK14RhpC7ASLHZtrUAXzgJE { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:6.5rem;top:7.71875rem;left:12.8125rem;overflow:hidden;display:block; }
#z56qOaMgT97x4T5TP87JnBJR76SlwTa3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b1cc2c7e-d4d7-4a3a-afeb-0ad6eb479b8b/Bg_napoje.webp");background-position:top 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; }#z56qOaMgT97x4T5TP87JnBJR76SlwTa3.adaptive-delivery-prevent-bg, #z56qOaMgT97x4T5TP87JnBJR76SlwTa3.lazyload, #z56qOaMgT97x4T5TP87JnBJR76SlwTa3.lazyloading { background-image: none; }#z56qOaMgT97x4T5TP87JnBJR76SlwTa3 > .row .container { background-color: transparent; background-image: none; }#z56qOaMgT97x4T5TP87JnBJR76SlwTa3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z56qOaMgT97x4T5TP87JnBJR76SlwTa3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z56qOaMgT97x4T5TP87JnBJR76SlwTa3 > .row .container > .video-iframe-container { display: none; }#z56qOaMgT97x4T5TP87JnBJR76SlwTa3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z56qOaMgT97x4T5TP87JnBJR76SlwTa3 > .row > .video-iframe-container { display: none; }#z56qOaMgT97x4T5TP87JnBJR76SlwTa3 > .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); }#z56qOaMgT97x4T5TP87JnBJR76SlwTa3 > .row .container { border-width: 0; border-radius: 0; }#z56qOaMgT97x4T5TP87JnBJR76SlwTa3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z56qOaMgT97x4T5TP87JnBJR76SlwTa3 > .row .container { font-size:0.875rem;font-family:arial;height:48.5625rem;width:75rem;position:relative;display:block; }#v0yaeGy7M0x71p99uNEOaUh8XPIqc7Es { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.6875rem;width:24.625rem;top:25.71875rem;left:22.25rem;overflow:hidden;display:none; }
#NQuvne5e83v4L8c0OsCsHzQveKN5UHSH { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.9375rem;width:30.75rem;top:4.4874963760376rem;left:44.25rem;overflow:hidden;display:block; }
#etnCwZOLRX2A5v1kewkTOLR2vAwRZG0v { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:"league spartan";font-size:2.25rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.75rem rgba(44,13,13,0.48);top:16.374991416931rem;left:60.0625rem;height:7.4238125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PUKagE8rZqT47PP5Jl3XHxF2krwz1MA8 { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:45.6875rem;width:62.25rem;top:2.6875rem;left:0rem;overflow:hidden;display:block; }
#muy63ua7bgt2HZaT6oblEuqG46W6VwCA { color:#ffffff;display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(44,30,14,0.2);top:23.674991607666rem;left:60.25rem;height:1.925rem;text-align:left;text-align-last:left;display:block; }
#ZO9kSOpEcZCzXNCdwqu3dGS1XfBIZBMK { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.8125rem 2.25rem rgba(var(--color-primary-4),0.74) ;height:12rem;width:12rem;top:4.375rem;left:0rem;overflow:hidden;display:block; }
#TKDrCsTAnw9F5r6Zmk7fIXriCTZDBApE { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:5.5625rem;top:3.75rem;left:9.5625rem;overflow:hidden;display:block; }
#CybUHPQFT3ngtJU4TRUd8GUOQOZTONcE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c395f35e-0244-4229-8583-7f8d4d042ed5/bg_green.webp");background-position:top 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; }#CybUHPQFT3ngtJU4TRUd8GUOQOZTONcE.adaptive-delivery-prevent-bg, #CybUHPQFT3ngtJU4TRUd8GUOQOZTONcE.lazyload, #CybUHPQFT3ngtJU4TRUd8GUOQOZTONcE.lazyloading { background-image: none; }#CybUHPQFT3ngtJU4TRUd8GUOQOZTONcE > .row .container { background-color: transparent; background-image: none; }#CybUHPQFT3ngtJU4TRUd8GUOQOZTONcE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CybUHPQFT3ngtJU4TRUd8GUOQOZTONcE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CybUHPQFT3ngtJU4TRUd8GUOQOZTONcE > .row .container > .video-iframe-container { display: none; }#CybUHPQFT3ngtJU4TRUd8GUOQOZTONcE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CybUHPQFT3ngtJU4TRUd8GUOQOZTONcE > .row > .video-iframe-container { display: none; }#CybUHPQFT3ngtJU4TRUd8GUOQOZTONcE > .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); }#CybUHPQFT3ngtJU4TRUd8GUOQOZTONcE > .row .container { border-width: 0; border-radius: 0; }#CybUHPQFT3ngtJU4TRUd8GUOQOZTONcE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CybUHPQFT3ngtJU4TRUd8GUOQOZTONcE > .row .container { font-size:0.875rem;font-family:arial;height:48.5625rem;width:75rem;position:relative;display:block; }#WDAnJLJV7oQuef2iU4TNuDLFo0aPTv5U { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:23.0625rem;top:25.71875rem;left:22.25rem;overflow:hidden;display:none; }
#Iw4hcWfgFId2msUwDBB71IOay4M1CyQ0 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:24.1875rem;top:6.6750097274781rem;left:50.8125rem;overflow:hidden;display:block; }
#SFJwmiikaJcrvTA7BprN6ndrfST5CSmH { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:"league spartan";font-size:2.25rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.75rem rgba(44,13,13,0.48);top:34.75rem;left:1rem;height:7.4238125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q15mqV4QADoR4f2w9uI0zMfwwpa8upmN { color:#ffffff;display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(44,30,14,0.2);top:42.8125rem;left:1rem;height:1.925rem;text-align:left;text-align-last:left;display:block; }
#RQ2LgXHx2emiGVBCHgs4C8J5O8BR1I8w { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.8125rem 2.25rem rgba(var(--color-primary-4),0.74) ;height:12rem;width:12rem;top:4.8125rem;left:0rem;overflow:hidden;display:block; }
#FEywxElMqGK17yZagsc6ndK5gItkCVqK { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:5.4375rem;top:14.662499427796rem;left:0rem;overflow:hidden;display:block; }
#iHsgFtIEv2H6lDxP7eBzeWZoWhBsx9IV { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:15.0625rem;top:17.631253242493rem;left:59.9375rem;overflow:hidden;display:block; }
#SktBJ0u33Z45JOCoytUTHTpZMoxDTxmA { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:13.6875rem;top:27.087502479553rem;left:50.8125rem;overflow:hidden;display:block; }
#FpLVPJ87CSLH9CyiB0rTVlwHXnyJsOzN { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:8.375rem;top:15.90625rem;left:12rem;overflow:hidden;display:block; }
#MllfG0MwTNzMQqLedWQexyFA9OcO0U0k { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8125rem;width:8.25rem;top:20.85000038147rem;left:14.9375rem;overflow:hidden;display:block; }
#MU5HS2bJodlUEhF5wxH0EV7GygST3lRz { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:47.5625rem;width:61rem;top:0.1875rem;left:5.4375rem;overflow:hidden;display:block; }
#rzeeQlNdSHTpr0FBAMFdkBJM2MSotCyQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d17477de-ad97-4a66-8010-1fd58583d825/BG.webp");background-position:top 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; }#rzeeQlNdSHTpr0FBAMFdkBJM2MSotCyQ.adaptive-delivery-prevent-bg, #rzeeQlNdSHTpr0FBAMFdkBJM2MSotCyQ.lazyload, #rzeeQlNdSHTpr0FBAMFdkBJM2MSotCyQ.lazyloading { background-image: none; }#rzeeQlNdSHTpr0FBAMFdkBJM2MSotCyQ > .row .container { background-color: transparent; background-image: none; }#rzeeQlNdSHTpr0FBAMFdkBJM2MSotCyQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(100,12,35,0.26); }#rzeeQlNdSHTpr0FBAMFdkBJM2MSotCyQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rzeeQlNdSHTpr0FBAMFdkBJM2MSotCyQ > .row .container > .video-iframe-container { display: none; }#rzeeQlNdSHTpr0FBAMFdkBJM2MSotCyQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(100,12,35,0.26); }#rzeeQlNdSHTpr0FBAMFdkBJM2MSotCyQ > .row > .video-iframe-container { display: none; }#rzeeQlNdSHTpr0FBAMFdkBJM2MSotCyQ > .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); }#rzeeQlNdSHTpr0FBAMFdkBJM2MSotCyQ > .row .container { border-width: 0; border-radius: 0; }#rzeeQlNdSHTpr0FBAMFdkBJM2MSotCyQ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rzeeQlNdSHTpr0FBAMFdkBJM2MSotCyQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rzeeQlNdSHTpr0FBAMFdkBJM2MSotCyQ > .row .container { font-size:0.875rem;font-family:arial;height:51.1875rem;width:75rem;position:relative;display:block; }#adCA9FTzsOym3Io903yNPhwi3brqVd3S { color:#ffffff;display:block;width:18.875rem;position:absolute;font-family:"league spartan";font-size:2.25rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:33.75rem;left:0rem;height:9.8984375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pFmI1m3PhtD2Fdqyq6ttrbIZHgWJOhyt { color:#ffffff;display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(44,30,14,0.2);top:44.375rem;left:0rem;height:1.925rem;text-align:left;text-align-last:left;display:block; }
#PHvn4nP9FSaNkrTnlyaq6LgcHC37FZ5C { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.875rem;width:34.6875rem;top:2.6249914169311rem;left:2.25rem;overflow:hidden;display:block; }
#uM3J5EIkPcSsL1BZOEuTazBxDhF3bUBk { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 1.4375rem 3.0625rem rgba(var(--color-primary-4),0.61) ;height:12rem;width:12rem;top:2.625rem;left:56.625rem;overflow:hidden;display:block; }
#gwMGfBOgUU8fOp3sHIOaCPpZuenINkWL { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:6.5625rem;top:10.1875rem;left:64.1875rem;overflow:hidden;display:block; }
#hQolbcxIybb4rszP7vkKL7W0xEuIViu9 { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.125rem;width:34.8125rem;top:20.525000572204rem;left:17.5625rem;overflow:hidden;display:block; }
#ZkbqFvJZsttyXAiQvuZXLniq2M7Rm9Qv { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.1875rem;width:35.4375rem;top:22rem;left:35.25rem;overflow:hidden;display:block; }
#nLE0Qq2PSmNVWxNodrJ9nf0icm3XrQKN { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:6.25rem;top:22.812491416931rem;left:2.25rem;overflow:hidden;display:block; }
#PMk6TWPNAXvbTSCBCbGTwkusAHCTIccu { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4375rem;width:10.875rem;top:41.750013351441rem;left:20.21875rem;overflow:hidden;display:block; }
#V3cZuMOCtwT1AX1TTkNaAtlmFutuTuig { color:#ffffff;display:block;width:21.8125rem;position:absolute;font-family:"league spartan";font-size:2.25rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:27.862497329712rem;left:52.375rem;height:4.94921875rem;text-align:right;text-align-last:right;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; }
#XFQk19e9hDlt2WdmDqttUBV9fA9h8pTE { position:absolute;display:block;z-index:14997;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16rem;width:38.125rem;top:12.425000190735rem;left:36.875rem;overflow:hidden;display:block; }
#TvH60Si2opHcrg13PtQSP3NWa5r16NKR { color:#ffffff;display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(44,30,14,0.2);top:32.937496185302rem;left:55.050003051757rem;height:1.925rem;text-align:right;text-align-last:right;display:block; }
#mxDIAP3pVZlefL6CMlvnn1L9gFn0NosR { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.5rem;top:16.0625rem;left:37.9375rem;overflow:hidden;display:block; }
#LN75yAePzkUKg8gLtyEaThoflNi1xZe9 { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.5rem;top:27.112501144409rem;left:16.9375rem;overflow:hidden;display:block; }
#AHeBak80Ny8oo82Gf40T113WzaCuwNR3 { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.8125rem;width:12.25rem;top:38.737494468689rem;left:62.75rem;overflow:hidden;display:block; }
#K2nk6Oi2HTJfiqbqtV3sT2Wovp99GRng { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0c552a70-193c-4782-b5cd-5a51d4a4faf9/bg_ramsey.webp");background-position:top 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; }#K2nk6Oi2HTJfiqbqtV3sT2Wovp99GRng.adaptive-delivery-prevent-bg, #K2nk6Oi2HTJfiqbqtV3sT2Wovp99GRng.lazyload, #K2nk6Oi2HTJfiqbqtV3sT2Wovp99GRng.lazyloading { background-image: none; }#K2nk6Oi2HTJfiqbqtV3sT2Wovp99GRng > .row .container { background-color: transparent; background-image: none; }#K2nk6Oi2HTJfiqbqtV3sT2Wovp99GRng::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(100,12,35,0.26); }#K2nk6Oi2HTJfiqbqtV3sT2Wovp99GRng > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K2nk6Oi2HTJfiqbqtV3sT2Wovp99GRng > .row .container > .video-iframe-container { display: none; }#K2nk6Oi2HTJfiqbqtV3sT2Wovp99GRng > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(100,12,35,0.26); }#K2nk6Oi2HTJfiqbqtV3sT2Wovp99GRng > .row > .video-iframe-container { display: none; }#K2nk6Oi2HTJfiqbqtV3sT2Wovp99GRng > .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); }#K2nk6Oi2HTJfiqbqtV3sT2Wovp99GRng > .row .container { border-width: 0; border-radius: 0; }#K2nk6Oi2HTJfiqbqtV3sT2Wovp99GRng::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K2nk6Oi2HTJfiqbqtV3sT2Wovp99GRng > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K2nk6Oi2HTJfiqbqtV3sT2Wovp99GRng > .row .container { font-size:0.875rem;font-family:arial;height:51.1875rem;width:75rem;position:relative;display:block; }#dMPfON3Db734zk5gg0cucTSxZzmWEONs { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.3125rem;width:28.25rem;top:25.71875rem;left:22.25rem;overflow:hidden;display:none; }
#sQBqTkw5zn7qkVL4XMZV5Cc78AcyqpXU { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.375rem;width:21.125rem;top:13.005859375rem;left:3.3369140625rem;overflow:hidden;display:block; }
#AP4FBPNRnrx2Dc1ek01qHZkcFUPN00JV { color:#ffffff;display:block;width:25.8125rem;position:absolute;font-family:"league spartan";font-size:2.25rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:21.48828125rem;left:46.6875rem;height:4.94921875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m2Mn7wEo7IVpuxyvvI76Hs6QMyTFTZui { color:#ffffff;display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(44,30,14,0.2);top:27.5rem;left:46.6875rem;height:1.92480625rem;text-align:left;text-align-last:left;display:block; }
#y2wllKJnQAzew2TXrgo8oZQLH15ITghF { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:8.3125rem;top:37.875rem;left:26.625rem;overflow:hidden;display:block; }
#f08aA59umtW9IKnoRJL9SbAslUidCFnI { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:48.5625rem;width:67.4375rem;top:2.5625rem;left:2.5625rem;overflow:hidden;display:block; }
#Ue5ulBukaWuEp1uKBc4rz3R96lPnHM6s { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 1.4375rem 3.0625rem rgba(var(--color-primary-4),0.61) ;height:12rem;width:12rem;top:7.5244140625rem;left:55.9375rem;overflow:hidden;display:block; }
#Dq80S6FdPyCTBtl9CDCPacGGx46owoSF { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6875rem;width:6.5625rem;top:5.630859375rem;left:50.5rem;overflow:hidden;display:block; }
#wbN9pxWZ7hBicViqMliyT6S21Dre4dwn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a5efbedc-ba76-4d67-916a-cc28aefcc9ef/bg_section2.webp");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; }#wbN9pxWZ7hBicViqMliyT6S21Dre4dwn.adaptive-delivery-prevent-bg, #wbN9pxWZ7hBicViqMliyT6S21Dre4dwn.lazyload, #wbN9pxWZ7hBicViqMliyT6S21Dre4dwn.lazyloading { background-image: none; }#wbN9pxWZ7hBicViqMliyT6S21Dre4dwn > .row .container { background-color: transparent; background-image: none; }#wbN9pxWZ7hBicViqMliyT6S21Dre4dwn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbN9pxWZ7hBicViqMliyT6S21Dre4dwn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbN9pxWZ7hBicViqMliyT6S21Dre4dwn > .row .container > .video-iframe-container { display: none; }#wbN9pxWZ7hBicViqMliyT6S21Dre4dwn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbN9pxWZ7hBicViqMliyT6S21Dre4dwn > .row > .video-iframe-container { display: none; }#wbN9pxWZ7hBicViqMliyT6S21Dre4dwn > .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); }#wbN9pxWZ7hBicViqMliyT6S21Dre4dwn > .row .container { border-width: 0; border-radius: 0; }#wbN9pxWZ7hBicViqMliyT6S21Dre4dwn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wbN9pxWZ7hBicViqMliyT6S21Dre4dwn > .row .container { font-size:0.875rem;font-family:arial;height:48.5625rem;width:75rem;position:relative;display:block; }#D77dfHqXbLm4TkktXsdFVbJ9CQBtXOHM { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.5rem;width:24.625rem;top:25.71875rem;left:22.25rem;overflow:hidden;display:none; }
#APaFfuXTPfFkV7sTR6mzX8i6m2zKxcgt { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:25.4375rem;top:4.6875rem;left:43.625rem;overflow:hidden;display:block; }
#PRHrTcEwnOkK1w189SCEPUcQKAbc3l48 { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"league spartan";font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.75rem rgba(44,13,13,0.48);top:32.9375rem;left:59rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Gb9NTxNtqlMLVfDvPyFqX747kLeRugsl { color:#ffffff;display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(44,30,14,0.2);top:27.4375rem;left:0rem;height:1.92480625rem;text-align:left;text-align-last:left;display:block; }
#PwFQrWhdIGIHSbeeFJf8OmbrqGe63k9k { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.5rem;width:52.375rem;top:4.0625rem;left:11.3125rem;overflow:hidden;display:block; }
#DG8taoozA4i2BtAgH2fb4d00hbRkyKmw { color:#ffffff;display:block;width:18rem;position:absolute;font-family:"league spartan";font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.75rem rgba(62,19,19,0.48);top:22.75rem;left:0rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l6BZN4CK5xeBvTIQ64GJP8vSEWoPOoAG { color:#ffffff;display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(44,30,14,0.2);top:38rem;left:59rem;height:1.92480625rem;text-align:left;text-align-last:left;display:block; }
#kDEMTlvCD3T9lpbdKJJNPuWMemkoSVKu { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.8125rem 2.25rem rgba(var(--color-primary-4),0.74) ;height:12rem;width:12rem;top:6.875rem;left:0.9375rem;overflow:hidden;display:block; }
#ACLl8MhE9f6xshiGhF7m9T8prWcikLXT { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:7.75rem;top:2.34375rem;left:7.3125rem;overflow:hidden;display:block; }
#afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx > .row .container { background-color: transparent; background-image: none; }#afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx > .row .container > .video-iframe-container { display: none; }#afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx > .row > .video-iframe-container { display: none; }#afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx > .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); }#afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx > .row .container { border-width: 0; border-radius: 0; }#afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#dUbnNwaSBQHeJULyAWN8gRmHNgehEVKg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dUbnNwaSBQHeJULyAWN8gRmHNgehEVKg > .row .container { background-color: transparent; background-image: none; }#dUbnNwaSBQHeJULyAWN8gRmHNgehEVKg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUbnNwaSBQHeJULyAWN8gRmHNgehEVKg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUbnNwaSBQHeJULyAWN8gRmHNgehEVKg > .row .container > .video-iframe-container { display: none; }#dUbnNwaSBQHeJULyAWN8gRmHNgehEVKg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUbnNwaSBQHeJULyAWN8gRmHNgehEVKg > .row > .video-iframe-container { display: none; }#dUbnNwaSBQHeJULyAWN8gRmHNgehEVKg > .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); }#dUbnNwaSBQHeJULyAWN8gRmHNgehEVKg > .row .container { border-width: 0; border-radius: 0; }#dUbnNwaSBQHeJULyAWN8gRmHNgehEVKg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dUbnNwaSBQHeJULyAWN8gRmHNgehEVKg > .row .container { font-size:0.875rem;font-family:arial;height:23rem;width:75rem;position:relative;display:block; }#lQppxCFRTuoTrknhvkTArdWqFGqWhbSB { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.375rem;width:36.25rem;top:0.0625rem;left:38.75rem;display:block; }
#B185aRmSZ348shxosxJHa39qo2sKzKf8 { box-sizing:content-box;height:20.375rem;width:36.25rem;position:absolute;display:block;z-index:14998;background-color:#5b5b5b;background-image:none;top:0.0625rem;left:38.75rem;display:block; }
#MNcKS3ghTWefkdPysSLzv2WbLbSZH36p { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.375rem;width:36.25rem;top:0.0625rem;left:0rem;display:block; }
#ZVsHADhK5b5XLZfiAZ4pAgpaew1Df362 { box-sizing:content-box;height:20.375rem;width:36.25rem;position:absolute;display:block;z-index:15000;background-color:#5b5b5b;background-image:none;top:0.0625rem;left:0rem;display:block; }
#aTbsu1XxoSzguILRIqd03e4nG7uOK4fl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aTbsu1XxoSzguILRIqd03e4nG7uOK4fl > .row .container { background-color: transparent; background-image: none; }#aTbsu1XxoSzguILRIqd03e4nG7uOK4fl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTbsu1XxoSzguILRIqd03e4nG7uOK4fl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTbsu1XxoSzguILRIqd03e4nG7uOK4fl > .row .container > .video-iframe-container { display: none; }#aTbsu1XxoSzguILRIqd03e4nG7uOK4fl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTbsu1XxoSzguILRIqd03e4nG7uOK4fl > .row > .video-iframe-container { display: none; }#aTbsu1XxoSzguILRIqd03e4nG7uOK4fl > .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); }#aTbsu1XxoSzguILRIqd03e4nG7uOK4fl > .row .container { border-width: 0; border-radius: 0; }#aTbsu1XxoSzguILRIqd03e4nG7uOK4fl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aTbsu1XxoSzguILRIqd03e4nG7uOK4fl > .row .container { font-size:0.875rem;font-family:arial;height:29.9375rem;width:75rem;position:relative;display:block; }#Hr2MAVQLNuTVU4xPRie75OViUJinwQ4H { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.375rem;width:36.25rem;top:0.0625rem;left:38.75rem;display:block; }
#Hhz2o7fhtRC67VIIPxkazWuly86DuweF { box-sizing:content-box;height:20.375rem;width:36.25rem;position:absolute;display:block;z-index:14998;background-color:#5b5b5b;background-image:none;top:0.0625rem;left:38.75rem;display:block; }
#TbFafqG1NoxpiHa5WITCugi1C3c5WLhL { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.375rem;width:36.25rem;top:0.0625rem;left:0rem;display:block; }
#bBdHdlc6RVlsKBSrD6mnHo54WArx3fJL { box-sizing:content-box;height:20.375rem;width:36.25rem;position:absolute;display:block;z-index:15000;background-color:#5b5b5b;background-image:none;top:0.0625rem;left:0rem;display:block; }
#XwQI0QQZT9vbIkazgMtemXnabVI4LIWK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XwQI0QQZT9vbIkazgMtemXnabVI4LIWK > .row .container { background-color: transparent; background-image: none; }#XwQI0QQZT9vbIkazgMtemXnabVI4LIWK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwQI0QQZT9vbIkazgMtemXnabVI4LIWK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwQI0QQZT9vbIkazgMtemXnabVI4LIWK > .row .container > .video-iframe-container { display: none; }#XwQI0QQZT9vbIkazgMtemXnabVI4LIWK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwQI0QQZT9vbIkazgMtemXnabVI4LIWK > .row > .video-iframe-container { display: none; }#XwQI0QQZT9vbIkazgMtemXnabVI4LIWK > .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); }#XwQI0QQZT9vbIkazgMtemXnabVI4LIWK > .row .container { border-width: 0; border-radius: 0; }#XwQI0QQZT9vbIkazgMtemXnabVI4LIWK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XwQI0QQZT9vbIkazgMtemXnabVI4LIWK > .row .container { font-size:0.875rem;font-family:arial;height:29.9375rem;width:75rem;position:relative;display:block; }#Czm792oodWtFz2I1V2i6phROTdbCGi5m { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.375rem;width:36.25rem;top:0.0625rem;left:38.75rem;display:block; }
#pNbyoZtAc6nH23bd6TsEens0tKqqzITl { box-sizing:content-box;height:20.375rem;width:36.25rem;position:absolute;display:block;z-index:14998;background-color:#5b5b5b;background-image:none;top:0.0625rem;left:38.75rem;display:block; }
#WMETpz43ppx7UdH6Glhr7BIhUTZq8g2k { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.375rem;width:36.25rem;top:0.0625rem;left:0rem;display:block; }
#fJHU77SkJT7X2XCGnV6pr8xsIkmTkwOe { box-sizing:content-box;height:20.375rem;width:36.25rem;position:absolute;display:block;z-index:15000;background-color:#5b5b5b;background-image:none;top:0.0625rem;left:0rem;display:block; }
#Mb2KD76TQHxAznVIC88l8IDKZ2z4x5Vm { position:relative;display:block; } #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection *:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="text"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="email"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="tel"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection textarea:focus-visible { outline: none; } #Mb2KD76TQHxAznVIC88l8IDKZ2z4x5Vm > .row .container { position:relative;display:block; }#whgu0goVHM4UTe33ApG6q1laC6BBhDw7 { position:relative;display:none; } #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection *:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="text"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="email"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="tel"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection textarea:focus-visible { outline: none; } #whgu0goVHM4UTe33ApG6q1laC6BBhDw7 > .row .container { position:relative;display:none; }#JPnKkr7JeBkcRFS1VgLZNMLaLKxcq9r3 { position:relative;display:none; } #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection *:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="text"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="email"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="tel"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection textarea:focus-visible { outline: none; } #JPnKkr7JeBkcRFS1VgLZNMLaLKxcq9r3 > .row .container { position:relative;display:none; }#Cvx0zT5VsLyocwX5woDoQl8TCM77rGaw { position:relative;display:none; } #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection *:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="text"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="email"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="tel"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection textarea:focus-visible { outline: none; } #Cvx0zT5VsLyocwX5woDoQl8TCM77rGaw > .row .container { position:relative;display:none; }#Es0gwnQR5VSR9zfPKHiHLzh9ZlJcM0uw { position:relative;display:none; } #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection *:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="text"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="email"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="tel"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection textarea:focus-visible { outline: none; } #Es0gwnQR5VSR9zfPKHiHLzh9ZlJcM0uw > .row .container { position:relative;display:none; }#uvnaSZzkEoTnhElqwuLaduclHOMflrD6 { position:relative;display:none; } #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection *:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="text"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="email"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="tel"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection textarea:focus-visible { outline: none; } #uvnaSZzkEoTnhElqwuLaduclHOMflrD6 > .row .container { position:relative;display:none; }#fSTngBEzoV2Coqh9HEfMIIA6r0BcNT8P { position:relative;display:none; } #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection *:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="text"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="email"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="tel"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection textarea:focus-visible { outline: none; } #fSTngBEzoV2Coqh9HEfMIIA6r0BcNT8P > .row .container { position:relative;display:none; }#SarsObW35BfWJFh4dMkZJzUwevuZrC0u { position:relative;display:none; } #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection *:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="text"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="email"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="tel"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection textarea:focus-visible { outline: none; } #SarsObW35BfWJFh4dMkZJzUwevuZrC0u > .row .container { position:relative;display:none; }#LlHdWJsIlMkUctaii8KVTOBzTNZK8AWL { position:relative;display:block; } #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection *:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="text"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="email"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="tel"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection textarea:focus-visible { outline: none; } #LlHdWJsIlMkUctaii8KVTOBzTNZK8AWL > .row .container { position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IR5feTi1a3nMnuxRzh5dwhKlHyWGUDWp { display:none; } #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection *:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="text"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="email"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="tel"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection textarea:focus-visible { outline: none; } #IR5feTi1a3nMnuxRzh5dwhKlHyWGUDWp > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #RWv5FNKc1MpuzQbRQq1bDFQvbfB598Tm { display:none; } #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection *:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="text"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="email"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="tel"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection textarea:focus-visible { outline: none; } #RWv5FNKc1MpuzQbRQq1bDFQvbfB598Tm > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #Uf5RQNhrT3Gzv40fAJWcbvwJfN9QunPI { display:none; } #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection *:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="text"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="email"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="tel"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection textarea:focus-visible { outline: none; } #Uf5RQNhrT3Gzv40fAJWcbvwJfN9QunPI > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #UddOqzg6CbkOfG5yufMU6Jdrnde1cUei { display:none; } #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection *:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="text"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="email"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="tel"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection textarea:focus-visible { outline: none; } #UddOqzg6CbkOfG5yufMU6Jdrnde1cUei > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #PhPld4JTEErJ3NdnZsJWUqQ2TsfNmyUx { display:block; } #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection *:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="text"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="email"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="tel"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection textarea:focus-visible { outline: none; } #PhPld4JTEErJ3NdnZsJWUqQ2TsfNmyUx > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #fx2XBTEKoC7qhJQWu7wKnrEbQbxQkvCb { display:block; } #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection *:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="text"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="email"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="tel"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection textarea:focus-visible { outline: none; } #fx2XBTEKoC7qhJQWu7wKnrEbQbxQkvCb > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #OpVmL29JNa8LmwKlJxHDP6AsfKNE8OAF { display:block; } #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection *:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="text"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="email"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="tel"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection textarea:focus-visible { outline: none; } #OpVmL29JNa8LmwKlJxHDP6AsfKNE8OAF > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #c178ytQ5ulJSUX74A4TqAUmUTZyH3a54 { display:block; } #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection *:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="text"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="email"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="tel"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection textarea:focus-visible { outline: none; } #c178ytQ5ulJSUX74A4TqAUmUTZyH3a54 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #iSgxNSnVJ284wVZT4rbGqrRingNzLHNN { display:block; } #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection *:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="text"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="email"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="tel"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection textarea:focus-visible { outline: none; } #iSgxNSnVJ284wVZT4rbGqrRingNzLHNN > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #qzvks12sknrfubUorKDzmhHT4MT5rdrT { display:block; }#qzvks12sknrfubUorKDzmhHT4MT5rdrT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bfxAfT12rtANW3reN0WrP0N2P6I6kPOR { top:5.1875rem;left:7.21875rem;width:33.3125rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTEOFdxt26ia5MqQ44yzVQh2V10oB5ln { top:17.0625rem;left:0rem;width:9.4375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqIHp5z7MkyF7FcrrHnsS8xZthoXnOtE { top:7.9375rem;left:0rem;width:8.625rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #re0gI6sXu17PivK2dTGvCITWOiS08gdV { top:15.875rem;left:38.25rem;width:9.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8VQlNtWVfMMHItmB1J1q6WH6TFaoZeM { top:1rem;left:40.8125rem;width:6.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB99wSbSwp1nLFsc8RfcgZ4oTVCbW0bX { top:14.3125rem;left:43.9375rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFhLdHV3aAIDUza9l1fmmebISJGuWFJD { top:8.75rem;left:42.8125rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBC6MvDK0yChVRyKUr4I6u7MubFLTSfQ { top:2rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHDke0dyFVK14RhpC7ASLHZtrUAXzgJE { top:7.6875rem;left:0rem;width:6.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z56qOaMgT97x4T5TP87JnBJR76SlwTa3 { display:block; }#z56qOaMgT97x4T5TP87JnBJR76SlwTa3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v0yaeGy7M0x71p99uNEOaUh8XPIqc7Es { top:25.6875rem;left:8.625rem;width:24.625rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQuvne5e83v4L8c0OsCsHzQveKN5UHSH { top:4.4375rem;left:17rem;width:30.75rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #etnCwZOLRX2A5v1kewkTOLR2vAwRZG0v { top:16.3125rem;left:32.8125rem;width:14.9375rem;height:7.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUKagE8rZqT47PP5Jl3XHxF2krwz1MA8 { top:2.6875rem;left:0rem;width:47.75rem;height:35.045431726908rem;display:block; }
 }@media only screen and (max-width: 763px) { #muy63ua7bgt2HZaT6oblEuqG46W6VwCA { top:23.625rem;left:36.25rem;width:11.5rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZO9kSOpEcZCzXNCdwqu3dGS1XfBIZBMK { top:4.375rem;left:0rem;width:12rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKDrCsTAnw9F5r6Zmk7fIXriCTZDBApE { top:3.75rem;left:0rem;width:5.5625rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CybUHPQFT3ngtJU4TRUd8GUOQOZTONcE { display:block; }#CybUHPQFT3ngtJU4TRUd8GUOQOZTONcE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WDAnJLJV7oQuef2iU4TNuDLFo0aPTv5U { top:25.6875rem;left:8.625rem;width:23.0625rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iw4hcWfgFId2msUwDBB71IOay4M1CyQ0 { top:6.625rem;left:23.5625rem;width:24.1875rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFJwmiikaJcrvTA7BprN6ndrfST5CSmH { top:34.75rem;left:0rem;width:14.9375rem;height:7.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q15mqV4QADoR4f2w9uI0zMfwwpa8upmN { top:42.8125rem;left:0rem;width:11.5rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQ2LgXHx2emiGVBCHgs4C8J5O8BR1I8w { top:4.8125rem;left:0rem;width:12rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEywxElMqGK17yZagsc6ndK5gItkCVqK { top:14.625rem;left:0rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHsgFtIEv2H6lDxP7eBzeWZoWhBsx9IV { top:17.625rem;left:32.6875rem;width:15.0625rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SktBJ0u33Z45JOCoytUTHTpZMoxDTxmA { top:27.0625rem;left:34.0625rem;width:13.6875rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpLVPJ87CSLH9CyiB0rTVlwHXnyJsOzN { top:15.875rem;left:0rem;width:8.375rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MllfG0MwTNzMQqLedWQexyFA9OcO0U0k { top:20.8125rem;left:1.3125rem;width:8.25rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MU5HS2bJodlUEhF5wxH0EV7GygST3lRz { top:0.1875rem;left:0rem;width:47.75rem;height:37.231301229508rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzeeQlNdSHTpr0FBAMFdkBJM2MSotCyQ { display:block; }#rzeeQlNdSHTpr0FBAMFdkBJM2MSotCyQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #adCA9FTzsOym3Io903yNPhwi3brqVd3S { top:33.75rem;left:0rem;width:18.875rem;height:9.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFmI1m3PhtD2Fdqyq6ttrbIZHgWJOhyt { top:44.375rem;left:0rem;width:19.1875rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHvn4nP9FSaNkrTnlyaq6LgcHC37FZ5C { top:2.5625rem;left:0rem;width:34.6875rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uM3J5EIkPcSsL1BZOEuTazBxDhF3bUBk { top:2.625rem;left:35.75rem;width:12rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwMGfBOgUU8fOp3sHIOaCPpZuenINkWL { top:10.1875rem;left:41.1875rem;width:6.5625rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQolbcxIybb4rszP7vkKL7W0xEuIViu9 { top:20.5rem;left:3.9375rem;width:34.8125rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkbqFvJZsttyXAiQvuZXLniq2M7Rm9Qv { top:22rem;left:12.3125rem;width:35.4375rem;height:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLE0Qq2PSmNVWxNodrJ9nf0icm3XrQKN { top:22.75rem;left:0rem;width:6.25rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMk6TWPNAXvbTSCBCbGTwkusAHCTIccu { top:41.75rem;left:6.59375rem;width:10.875rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3cZuMOCtwT1AX1TTkNaAtlmFutuTuig { top:27.8125rem;left:25.9375rem;width:21.8125rem;height:4.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFQk19e9hDlt2WdmDqttUBV9fA9h8pTE { top:12.375rem;left:9.625rem;width:38.125rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvH60Si2opHcrg13PtQSP3NWa5r16NKR { top:32.875rem;left:28.5625rem;width:19.1875rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxDIAP3pVZlefL6CMlvnn1L9gFn0NosR { top:16.0625rem;left:24.3125rem;width:4.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LN75yAePzkUKg8gLtyEaThoflNi1xZe9 { top:27.0625rem;left:3.3125rem;width:4.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHeBak80Ny8oo82Gf40T113WzaCuwNR3 { top:38.6875rem;left:35.5rem;width:12.25rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2nk6Oi2HTJfiqbqtV3sT2Wovp99GRng { display:block; }#K2nk6Oi2HTJfiqbqtV3sT2Wovp99GRng > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dMPfON3Db734zk5gg0cucTSxZzmWEONs { top:25.6875rem;left:8.625rem;width:28.25rem;height:46.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQBqTkw5zn7qkVL4XMZV5Cc78AcyqpXU { top:13rem;left:0rem;width:21.125rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AP4FBPNRnrx2Dc1ek01qHZkcFUPN00JV { top:21.4375rem;left:21.9375rem;width:25.8125rem;height:4.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2Mn7wEo7IVpuxyvvI76Hs6QMyTFTZui { top:27.5rem;left:28.5625rem;width:19.1875rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2wllKJnQAzew2TXrgo8oZQLH15ITghF { top:37.875rem;left:13rem;width:8.3125rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f08aA59umtW9IKnoRJL9SbAslUidCFnI { top:2.5625rem;left:0rem;width:47.75rem;height:34.38531047266rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ue5ulBukaWuEp1uKBc4rz3R96lPnHM6s { top:7.5rem;left:35.75rem;width:12rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dq80S6FdPyCTBtl9CDCPacGGx46owoSF { top:5.625rem;left:36.875rem;width:6.5625rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbN9pxWZ7hBicViqMliyT6S21Dre4dwn { display:block; }#wbN9pxWZ7hBicViqMliyT6S21Dre4dwn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D77dfHqXbLm4TkktXsdFVbJ9CQBtXOHM { top:25.6875rem;left:8.625rem;width:24.625rem;height:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #APaFfuXTPfFkV7sTR6mzX8i6m2zKxcgt { top:4.6875rem;left:22.3125rem;width:25.4375rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRHrTcEwnOkK1w189SCEPUcQKAbc3l48 { top:32.9375rem;left:31.75rem;width:16rem;height:4.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gb9NTxNtqlMLVfDvPyFqX747kLeRugsl { top:27.4375rem;left:0rem;width:7.3125rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwFQrWhdIGIHSbeeFJf8OmbrqGe63k9k { top:4.0625rem;left:0rem;width:47.75rem;height:40.570405727924rem;display:block; }
 }@media only screen and (max-width: 763px) { #DG8taoozA4i2BtAgH2fb4d00hbRkyKmw { top:22.75rem;left:0rem;width:18rem;height:4.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6BZN4CK5xeBvTIQ64GJP8vSEWoPOoAG { top:38rem;left:36.25rem;width:11.5rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDEMTlvCD3T9lpbdKJJNPuWMemkoSVKu { top:6.875rem;left:0rem;width:12rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACLl8MhE9f6xshiGhF7m9T8prWcikLXT { top:2.3125rem;left:0rem;width:7.75rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx { display:block; }#afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dUbnNwaSBQHeJULyAWN8gRmHNgehEVKg { display:block; }#dUbnNwaSBQHeJULyAWN8gRmHNgehEVKg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lQppxCFRTuoTrknhvkTArdWqFGqWhbSB { top:0.0625rem;left:11.5rem;width:36.25rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B185aRmSZ348shxosxJHa39qo2sKzKf8 { top:0.0625rem;left:11.5rem;width:36.25rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNcKS3ghTWefkdPysSLzv2WbLbSZH36p { top:0.0625rem;left:0rem;width:36.25rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVsHADhK5b5XLZfiAZ4pAgpaew1Df362 { top:0.0625rem;left:0rem;width:36.25rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTbsu1XxoSzguILRIqd03e4nG7uOK4fl { display:block; }#aTbsu1XxoSzguILRIqd03e4nG7uOK4fl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hr2MAVQLNuTVU4xPRie75OViUJinwQ4H { top:0.0625rem;left:11.5rem;width:36.25rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hhz2o7fhtRC67VIIPxkazWuly86DuweF { top:0.0625rem;left:11.5rem;width:36.25rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbFafqG1NoxpiHa5WITCugi1C3c5WLhL { top:0.0625rem;left:0rem;width:36.25rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBdHdlc6RVlsKBSrD6mnHo54WArx3fJL { top:0.0625rem;left:0rem;width:36.25rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwQI0QQZT9vbIkazgMtemXnabVI4LIWK { display:block; }#XwQI0QQZT9vbIkazgMtemXnabVI4LIWK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Czm792oodWtFz2I1V2i6phROTdbCGi5m { top:0.0625rem;left:11.5rem;width:36.25rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNbyoZtAc6nH23bd6TsEens0tKqqzITl { top:0.0625rem;left:11.5rem;width:36.25rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMETpz43ppx7UdH6Glhr7BIhUTZq8g2k { top:0.0625rem;left:0rem;width:36.25rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJHU77SkJT7X2XCGnV6pr8xsIkmTkwOe { top:0.0625rem;left:0rem;width:36.25rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb2KD76TQHxAznVIC88l8IDKZ2z4x5Vm { display:block; } #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection *:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="text"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="email"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="tel"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection textarea:focus-visible { outline: none; } #Mb2KD76TQHxAznVIC88l8IDKZ2z4x5Vm > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #whgu0goVHM4UTe33ApG6q1laC6BBhDw7 { display:none; } #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection *:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="text"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="email"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="tel"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection textarea:focus-visible { outline: none; } #whgu0goVHM4UTe33ApG6q1laC6BBhDw7 > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #JPnKkr7JeBkcRFS1VgLZNMLaLKxcq9r3 { display:none; } #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection *:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="text"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="email"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="tel"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection textarea:focus-visible { outline: none; } #JPnKkr7JeBkcRFS1VgLZNMLaLKxcq9r3 > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #Cvx0zT5VsLyocwX5woDoQl8TCM77rGaw { display:none; } #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection *:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="text"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="email"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="tel"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection textarea:focus-visible { outline: none; } #Cvx0zT5VsLyocwX5woDoQl8TCM77rGaw > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #Es0gwnQR5VSR9zfPKHiHLzh9ZlJcM0uw { display:none; } #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection *:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="text"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="email"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="tel"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection textarea:focus-visible { outline: none; } #Es0gwnQR5VSR9zfPKHiHLzh9ZlJcM0uw > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #uvnaSZzkEoTnhElqwuLaduclHOMflrD6 { display:none; } #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection *:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="text"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="email"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="tel"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection textarea:focus-visible { outline: none; } #uvnaSZzkEoTnhElqwuLaduclHOMflrD6 > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #fSTngBEzoV2Coqh9HEfMIIA6r0BcNT8P { display:none; } #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection *:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="text"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="email"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="tel"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection textarea:focus-visible { outline: none; } #fSTngBEzoV2Coqh9HEfMIIA6r0BcNT8P > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #SarsObW35BfWJFh4dMkZJzUwevuZrC0u { display:none; } #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection *:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="text"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="email"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="tel"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection textarea:focus-visible { outline: none; } #SarsObW35BfWJFh4dMkZJzUwevuZrC0u > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #LlHdWJsIlMkUctaii8KVTOBzTNZK8AWL { display:block; } #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection *:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="text"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="email"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="tel"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection textarea:focus-visible { outline: none; } #LlHdWJsIlMkUctaii8KVTOBzTNZK8AWL > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IR5feTi1a3nMnuxRzh5dwhKlHyWGUDWp { display:block; } #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection *:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="text"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="email"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="tel"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection textarea:focus-visible { outline: none; } #IR5feTi1a3nMnuxRzh5dwhKlHyWGUDWp > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #RWv5FNKc1MpuzQbRQq1bDFQvbfB598Tm { display:block; } #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection *:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="text"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="email"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="tel"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection textarea:focus-visible { outline: none; } #RWv5FNKc1MpuzQbRQq1bDFQvbfB598Tm > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uf5RQNhrT3Gzv40fAJWcbvwJfN9QunPI { display:block; } #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection *:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="text"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="email"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="tel"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection textarea:focus-visible { outline: none; } #Uf5RQNhrT3Gzv40fAJWcbvwJfN9QunPI > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #UddOqzg6CbkOfG5yufMU6Jdrnde1cUei { display:block; } #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection *:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="text"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="email"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="tel"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection textarea:focus-visible { outline: none; } #UddOqzg6CbkOfG5yufMU6Jdrnde1cUei > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #PhPld4JTEErJ3NdnZsJWUqQ2TsfNmyUx { display:none; } #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection *:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="text"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="email"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="tel"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection textarea:focus-visible { outline: none; } #PhPld4JTEErJ3NdnZsJWUqQ2TsfNmyUx > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #fx2XBTEKoC7qhJQWu7wKnrEbQbxQkvCb { display:none; } #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection *:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="text"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="email"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="tel"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection textarea:focus-visible { outline: none; } #fx2XBTEKoC7qhJQWu7wKnrEbQbxQkvCb > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #OpVmL29JNa8LmwKlJxHDP6AsfKNE8OAF { display:block; } #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection *:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="text"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="email"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="tel"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection textarea:focus-visible { outline: none; } #OpVmL29JNa8LmwKlJxHDP6AsfKNE8OAF > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #c178ytQ5ulJSUX74A4TqAUmUTZyH3a54 { display:none; } #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection *:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="text"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="email"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="tel"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection textarea:focus-visible { outline: none; } #c178ytQ5ulJSUX74A4TqAUmUTZyH3a54 > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #iSgxNSnVJ284wVZT4rbGqrRingNzLHNN { display:none; } #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection *:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="text"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="email"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="tel"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection textarea:focus-visible { outline: none; } #iSgxNSnVJ284wVZT4rbGqrRingNzLHNN > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #qzvks12sknrfubUorKDzmhHT4MT5rdrT { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c5d861df-8fad-4f94-a937-0591f100fb32/bg1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#qzvks12sknrfubUorKDzmhHT4MT5rdrT.adaptive-delivery-prevent-bg, #qzvks12sknrfubUorKDzmhHT4MT5rdrT.lazyload, #qzvks12sknrfubUorKDzmhHT4MT5rdrT.lazyloading { background-image: none; }#qzvks12sknrfubUorKDzmhHT4MT5rdrT > .row .container { background-color: transparent; background-image: none; }#qzvks12sknrfubUorKDzmhHT4MT5rdrT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzvks12sknrfubUorKDzmhHT4MT5rdrT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzvks12sknrfubUorKDzmhHT4MT5rdrT > .row .container > .video-iframe-container { display: none; }#qzvks12sknrfubUorKDzmhHT4MT5rdrT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzvks12sknrfubUorKDzmhHT4MT5rdrT > .row > .video-iframe-container { display: none; }#qzvks12sknrfubUorKDzmhHT4MT5rdrT > .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); }#qzvks12sknrfubUorKDzmhHT4MT5rdrT > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bfxAfT12rtANW3reN0WrP0N2P6I6kPOR { width:20rem;height:13rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTEOFdxt26ia5MqQ44yzVQh2V10oB5ln { width:4.4375rem;height:4.4375rem;top:21.21875rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqIHp5z7MkyF7FcrrHnsS8xZthoXnOtE { width:4.875rem;height:6.5rem;top:25.65625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #re0gI6sXu17PivK2dTGvCITWOiS08gdV { width:7.625rem;height:7.625rem;top:21.21875rem;left:7.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8VQlNtWVfMMHItmB1J1q6WH6TFaoZeM { width:5.0625rem;height:5.0625rem;top:1.21875rem;left:5.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB99wSbSwp1nLFsc8RfcgZ4oTVCbW0bX { width:3.9375rem;height:3.9375rem;top:25.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFhLdHV3aAIDUza9l1fmmebISJGuWFJD { width:4.25rem;height:4.25rem;top:27rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBC6MvDK0yChVRyKUr4I6u7MubFLTSfQ { width:3.625rem;height:3.625rem;top:3.5625rem;left:12.09375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qHDke0dyFVK14RhpC7ASLHZtrUAXzgJE { width:3.1875rem;height:3.1875rem;top:21.84375rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z56qOaMgT97x4T5TP87JnBJR76SlwTa3 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b1cc2c7e-d4d7-4a3a-afeb-0ad6eb479b8b/Bg_napoje.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#z56qOaMgT97x4T5TP87JnBJR76SlwTa3.adaptive-delivery-prevent-bg, #z56qOaMgT97x4T5TP87JnBJR76SlwTa3.lazyload, #z56qOaMgT97x4T5TP87JnBJR76SlwTa3.lazyloading { background-image: none; }#z56qOaMgT97x4T5TP87JnBJR76SlwTa3 > .row .container { background-color: transparent; background-image: none; }#z56qOaMgT97x4T5TP87JnBJR76SlwTa3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(199,114,25,0.28); }#z56qOaMgT97x4T5TP87JnBJR76SlwTa3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z56qOaMgT97x4T5TP87JnBJR76SlwTa3 > .row .container > .video-iframe-container { display: none; }#z56qOaMgT97x4T5TP87JnBJR76SlwTa3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(199,114,25,0.28); }#z56qOaMgT97x4T5TP87JnBJR76SlwTa3 > .row > .video-iframe-container { display: none; }#z56qOaMgT97x4T5TP87JnBJR76SlwTa3 > .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); }#z56qOaMgT97x4T5TP87JnBJR76SlwTa3 > .row .container { width:20rem;height:47.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v0yaeGy7M0x71p99uNEOaUh8XPIqc7Es { width:20rem;height:15.1875rem;top:18.0625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NQuvne5e83v4L8c0OsCsHzQveKN5UHSH { width:19.1875rem;height:7.3125rem;top:9.4375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #etnCwZOLRX2A5v1kewkTOLR2vAwRZG0v { width:19rem;height:6.599125rem;top:32.624987602234rem;left:0.5rem;font-size:2rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 3.5625rem rgba(0,0,0,0.5);color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PUKagE8rZqT47PP5Jl3XHxF2krwz1MA8 { width:15.3125rem;height:11.25rem;top:48.1357421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #muy63ua7bgt2HZaT6oblEuqG46W6VwCA { width:11.5rem;height:1.575rem;top:39.225011825561rem;left:4.25rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZO9kSOpEcZCzXNCdwqu3dGS1XfBIZBMK { width:6.75rem;height:6.75rem;top:1.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKDrCsTAnw9F5r6Zmk7fIXriCTZDBApE { width:4.6875rem;height:4.5625rem;top:5.4375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CybUHPQFT3ngtJU4TRUd8GUOQOZTONcE { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c395f35e-0244-4229-8583-7f8d4d042ed5/bg_green.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#CybUHPQFT3ngtJU4TRUd8GUOQOZTONcE.adaptive-delivery-prevent-bg, #CybUHPQFT3ngtJU4TRUd8GUOQOZTONcE.lazyload, #CybUHPQFT3ngtJU4TRUd8GUOQOZTONcE.lazyloading { background-image: none; }#CybUHPQFT3ngtJU4TRUd8GUOQOZTONcE > .row .container { background-color: transparent; background-image: none; }#CybUHPQFT3ngtJU4TRUd8GUOQOZTONcE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CybUHPQFT3ngtJU4TRUd8GUOQOZTONcE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CybUHPQFT3ngtJU4TRUd8GUOQOZTONcE > .row .container > .video-iframe-container { display: none; }#CybUHPQFT3ngtJU4TRUd8GUOQOZTONcE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CybUHPQFT3ngtJU4TRUd8GUOQOZTONcE > .row > .video-iframe-container { display: none; }#CybUHPQFT3ngtJU4TRUd8GUOQOZTONcE > .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); }#CybUHPQFT3ngtJU4TRUd8GUOQOZTONcE > .row .container { width:20rem;height:47.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WDAnJLJV7oQuef2iU4TNuDLFo0aPTv5U { width:20rem;height:16.1875rem;top:16.40625rem;left:-0.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Iw4hcWfgFId2msUwDBB71IOay4M1CyQ0 { width:20rem;height:8.4375rem;top:9.487500190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFJwmiikaJcrvTA7BprN6ndrfST5CSmH { width:19rem;height:6.599125rem;top:34.8125rem;left:0.5rem;font-size:2rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 3.5625rem rgba(0,0,0,0.5);color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Q15mqV4QADoR4f2w9uI0zMfwwpa8upmN { width:11.5rem;height:1.575rem;top:42.5625rem;left:4.25rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RQ2LgXHx2emiGVBCHgs4C8J5O8BR1I8w { width:6.75rem;height:6.75rem;top:1.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEywxElMqGK17yZagsc6ndK5gItkCVqK { width:4.5625rem;height:4.5625rem;top:5.4375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHsgFtIEv2H6lDxP7eBzeWZoWhBsx9IV { width:5.25rem;height:5.3125rem;top:4.1750383377075rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SktBJ0u33Z45JOCoytUTHTpZMoxDTxmA { width:4.3125rem;height:4.8125rem;top:16.487494468689rem;left:15.237499237061rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpLVPJ87CSLH9CyiB0rTVlwHXnyJsOzN { width:3.6875rem;height:4.625rem;top:20.549999237061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MllfG0MwTNzMQqLedWQexyFA9OcO0U0k { width:4.5625rem;height:4.875rem;top:25.924999237061rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MU5HS2bJodlUEhF5wxH0EV7GygST3lRz { width:13.875rem;height:10.8125rem;top:48.1357421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rzeeQlNdSHTpr0FBAMFdkBJM2MSotCyQ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d17477de-ad97-4a66-8010-1fd58583d825/BG.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#rzeeQlNdSHTpr0FBAMFdkBJM2MSotCyQ.adaptive-delivery-prevent-bg, #rzeeQlNdSHTpr0FBAMFdkBJM2MSotCyQ.lazyload, #rzeeQlNdSHTpr0FBAMFdkBJM2MSotCyQ.lazyloading { background-image: none; }#rzeeQlNdSHTpr0FBAMFdkBJM2MSotCyQ > .row .container { background-color: transparent; background-image: none; }#rzeeQlNdSHTpr0FBAMFdkBJM2MSotCyQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(91,9,32,0.15); }#rzeeQlNdSHTpr0FBAMFdkBJM2MSotCyQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rzeeQlNdSHTpr0FBAMFdkBJM2MSotCyQ > .row .container > .video-iframe-container { display: none; }#rzeeQlNdSHTpr0FBAMFdkBJM2MSotCyQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(91,9,32,0.15); }#rzeeQlNdSHTpr0FBAMFdkBJM2MSotCyQ > .row > .video-iframe-container { display: none; }#rzeeQlNdSHTpr0FBAMFdkBJM2MSotCyQ > .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); }#rzeeQlNdSHTpr0FBAMFdkBJM2MSotCyQ > .row .container { width:20rem;height:74.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #adCA9FTzsOym3Io903yNPhwi3brqVd3S { width:19rem;height:8.7988125rem;top:43.5rem;left:0.3125rem;font-size:2rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 3.5625rem rgba(0,0,0,0.5);color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pFmI1m3PhtD2Fdqyq6ttrbIZHgWJOhyt { width:19.1875rem;height:1.575rem;top:52.875rem;left:0.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PHvn4nP9FSaNkrTnlyaq6LgcHC37FZ5C { width:19.125rem;height:14.3125rem;top:27.322897911072rem;left:0.875rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #uM3J5EIkPcSsL1BZOEuTazBxDhF3bUBk { width:6.75rem;height:6.75rem;top:2.8124933242798rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwMGfBOgUU8fOp3sHIOaCPpZuenINkWL { width:3.6875rem;height:3.625rem;top:8.25rem;left:15.924999237061rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQolbcxIybb4rszP7vkKL7W0xEuIViu9 { width:17.75rem;height:13.3125rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkbqFvJZsttyXAiQvuZXLniq2M7Rm9Qv { width:16rem;height:13.1875rem;top:15.375rem;left:3.8716452835663rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLE0Qq2PSmNVWxNodrJ9nf0icm3XrQKN { width:3rem;height:2.6875rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMk6TWPNAXvbTSCBCbGTwkusAHCTIccu { width:10.875rem;height:9.4375rem;top:22.647916793823rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3cZuMOCtwT1AX1TTkNaAtlmFutuTuig { width:20rem;height:4.3994125rem;top:65rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 3.5625rem rgba(0,0,0,0.5);color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XFQk19e9hDlt2WdmDqttUBV9fA9h8pTE { width:20rem;height:8.39375rem;top:56.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvH60Si2opHcrg13PtQSP3NWa5r16NKR { width:19.1875rem;height:1.575rem;top:70.6875rem;left:0.375rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mxDIAP3pVZlefL6CMlvnn1L9gFn0NosR { width:4.5rem;height:4.4375rem;top:57.3125rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LN75yAePzkUKg8gLtyEaThoflNi1xZe9 { width:4.5rem;height:4.4375rem;top:15.375rem;left:-1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHeBak80Ny8oo82Gf40T113WzaCuwNR3 { width:12.25rem;height:10.8125rem;top:4.6562252044678rem;left:0.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #K2nk6Oi2HTJfiqbqtV3sT2Wovp99GRng { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0c552a70-193c-4782-b5cd-5a51d4a4faf9/bg_ramsey.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#K2nk6Oi2HTJfiqbqtV3sT2Wovp99GRng.adaptive-delivery-prevent-bg, #K2nk6Oi2HTJfiqbqtV3sT2Wovp99GRng.lazyload, #K2nk6Oi2HTJfiqbqtV3sT2Wovp99GRng.lazyloading { background-image: none; }#K2nk6Oi2HTJfiqbqtV3sT2Wovp99GRng > .row .container { background-color: transparent; background-image: none; }#K2nk6Oi2HTJfiqbqtV3sT2Wovp99GRng::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(91,9,32,0.15); }#K2nk6Oi2HTJfiqbqtV3sT2Wovp99GRng > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K2nk6Oi2HTJfiqbqtV3sT2Wovp99GRng > .row .container > .video-iframe-container { display: none; }#K2nk6Oi2HTJfiqbqtV3sT2Wovp99GRng > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(91,9,32,0.15); }#K2nk6Oi2HTJfiqbqtV3sT2Wovp99GRng > .row > .video-iframe-container { display: none; }#K2nk6Oi2HTJfiqbqtV3sT2Wovp99GRng > .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); }#K2nk6Oi2HTJfiqbqtV3sT2Wovp99GRng > .row .container { width:20rem;height:48.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dMPfON3Db734zk5gg0cucTSxZzmWEONs { width:17.8125rem;height:30.25rem;top:5.3125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sQBqTkw5zn7qkVL4XMZV5Cc78AcyqpXU { width:7.1875rem;height:5.875rem;top:13.25rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AP4FBPNRnrx2Dc1ek01qHZkcFUPN00JV { width:19rem;height:6.599125rem;top:36.3125rem;left:0.5625rem;font-size:2rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 3.5625rem rgba(0,0,0,0.5);color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #m2Mn7wEo7IVpuxyvvI76Hs6QMyTFTZui { width:19.1875rem;height:1.575rem;top:43.75rem;left:0.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #y2wllKJnQAzew2TXrgo8oZQLH15ITghF { width:3.4375rem;height:3.125rem;top:26.5625rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f08aA59umtW9IKnoRJL9SbAslUidCFnI { width:20rem;height:14.39453125rem;top:48.1357421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ue5ulBukaWuEp1uKBc4rz3R96lPnHM6s { width:6.75rem;height:6.75rem;top:1.0625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dq80S6FdPyCTBtl9CDCPacGGx46owoSF { width:3.6875rem;height:4.9375rem;top:1.0625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbN9pxWZ7hBicViqMliyT6S21Dre4dwn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a5efbedc-ba76-4d67-916a-cc28aefcc9ef/bg_section2.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#wbN9pxWZ7hBicViqMliyT6S21Dre4dwn.adaptive-delivery-prevent-bg, #wbN9pxWZ7hBicViqMliyT6S21Dre4dwn.lazyload, #wbN9pxWZ7hBicViqMliyT6S21Dre4dwn.lazyloading { background-image: none; }#wbN9pxWZ7hBicViqMliyT6S21Dre4dwn > .row .container { background-color: transparent; background-image: none; }#wbN9pxWZ7hBicViqMliyT6S21Dre4dwn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(83,35,35,0.39); }#wbN9pxWZ7hBicViqMliyT6S21Dre4dwn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbN9pxWZ7hBicViqMliyT6S21Dre4dwn > .row .container > .video-iframe-container { display: none; }#wbN9pxWZ7hBicViqMliyT6S21Dre4dwn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(83,35,35,0.39); }#wbN9pxWZ7hBicViqMliyT6S21Dre4dwn > .row > .video-iframe-container { display: none; }#wbN9pxWZ7hBicViqMliyT6S21Dre4dwn > .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); }#wbN9pxWZ7hBicViqMliyT6S21Dre4dwn > .row .container { width:20rem;height:47.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D77dfHqXbLm4TkktXsdFVbJ9CQBtXOHM { width:20rem;height:21.5625rem;top:9.4375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #APaFfuXTPfFkV7sTR6mzX8i6m2zKxcgt { width:8.9375rem;height:4.75rem;top:10.75rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRHrTcEwnOkK1w189SCEPUcQKAbc3l48 { width:19rem;height:4.3994125rem;top:28.25rem;left:0.125rem;font-size:2rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 3.5625rem rgba(0,0,0,0.5);color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Gb9NTxNtqlMLVfDvPyFqX747kLeRugsl { width:19.1875rem;height:1.575rem;top:33.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PwFQrWhdIGIHSbeeFJf8OmbrqGe63k9k { width:15.3125rem;height:13rem;top:48.1357421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DG8taoozA4i2BtAgH2fb4d00hbRkyKmw { width:18rem;height:4.3994125rem;top:36.875rem;left:1rem;font-size:2rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 3.5625rem rgba(0,0,0,0.5);color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #l6BZN4CK5xeBvTIQ64GJP8vSEWoPOoAG { width:11.5rem;height:1.575rem;top:41.875rem;left:4.25rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kDEMTlvCD3T9lpbdKJJNPuWMemkoSVKu { width:6.75rem;height:6.75rem;top:1.5rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACLl8MhE9f6xshiGhF7m9T8prWcikLXT { width:4.6875rem;height:4.6875rem;top:5.375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx { background-color:#ff741d;background-image:none;display:block; }#afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx > .row .container { background-color: transparent; background-image: none; }#afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx > .row .container > .video-iframe-container { display: none; }#afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx > .row > .video-iframe-container { display: none; }#afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx > .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); }#afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dUbnNwaSBQHeJULyAWN8gRmHNgehEVKg { background-color:#ff741d;background-image:none;display:block; }#dUbnNwaSBQHeJULyAWN8gRmHNgehEVKg > .row .container { background-color: transparent; background-image: none; }#dUbnNwaSBQHeJULyAWN8gRmHNgehEVKg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUbnNwaSBQHeJULyAWN8gRmHNgehEVKg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUbnNwaSBQHeJULyAWN8gRmHNgehEVKg > .row .container > .video-iframe-container { display: none; }#dUbnNwaSBQHeJULyAWN8gRmHNgehEVKg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUbnNwaSBQHeJULyAWN8gRmHNgehEVKg > .row > .video-iframe-container { display: none; }#dUbnNwaSBQHeJULyAWN8gRmHNgehEVKg > .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); }#dUbnNwaSBQHeJULyAWN8gRmHNgehEVKg > .row .container { width:20rem;height:26.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lQppxCFRTuoTrknhvkTArdWqFGqWhbSB { height:11.25rem;width:20rem;top:2.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B185aRmSZ348shxosxJHa39qo2sKzKf8 { width:20rem;height:11.25rem;top:2.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNcKS3ghTWefkdPysSLzv2WbLbSZH36p { height:11.241379310345rem;width:20rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVsHADhK5b5XLZfiAZ4pAgpaew1Df362 { width:20rem;height:11.25rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTbsu1XxoSzguILRIqd03e4nG7uOK4fl { background-color:#ff741d;background-image:none;display:block; }#aTbsu1XxoSzguILRIqd03e4nG7uOK4fl > .row .container { background-color: transparent; background-image: none; }#aTbsu1XxoSzguILRIqd03e4nG7uOK4fl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTbsu1XxoSzguILRIqd03e4nG7uOK4fl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTbsu1XxoSzguILRIqd03e4nG7uOK4fl > .row .container > .video-iframe-container { display: none; }#aTbsu1XxoSzguILRIqd03e4nG7uOK4fl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTbsu1XxoSzguILRIqd03e4nG7uOK4fl > .row > .video-iframe-container { display: none; }#aTbsu1XxoSzguILRIqd03e4nG7uOK4fl > .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); }#aTbsu1XxoSzguILRIqd03e4nG7uOK4fl > .row .container { width:20rem;height:29.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hr2MAVQLNuTVU4xPRie75OViUJinwQ4H { height:11.25rem;width:20rem;top:2.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hhz2o7fhtRC67VIIPxkazWuly86DuweF { width:20rem;height:11.25rem;top:2.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbFafqG1NoxpiHa5WITCugi1C3c5WLhL { height:11.241379310345rem;width:20rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBdHdlc6RVlsKBSrD6mnHo54WArx3fJL { width:20rem;height:11.25rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwQI0QQZT9vbIkazgMtemXnabVI4LIWK { background-color:#ff741d;background-image:none;display:block; }#XwQI0QQZT9vbIkazgMtemXnabVI4LIWK > .row .container { background-color: transparent; background-image: none; }#XwQI0QQZT9vbIkazgMtemXnabVI4LIWK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwQI0QQZT9vbIkazgMtemXnabVI4LIWK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwQI0QQZT9vbIkazgMtemXnabVI4LIWK > .row .container > .video-iframe-container { display: none; }#XwQI0QQZT9vbIkazgMtemXnabVI4LIWK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwQI0QQZT9vbIkazgMtemXnabVI4LIWK > .row > .video-iframe-container { display: none; }#XwQI0QQZT9vbIkazgMtemXnabVI4LIWK > .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); }#XwQI0QQZT9vbIkazgMtemXnabVI4LIWK > .row .container { width:20rem;height:29.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Czm792oodWtFz2I1V2i6phROTdbCGi5m { height:11.25rem;width:20rem;top:2.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNbyoZtAc6nH23bd6TsEens0tKqqzITl { width:20rem;height:11.25rem;top:2.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMETpz43ppx7UdH6Glhr7BIhUTZq8g2k { height:11.241379310345rem;width:20rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJHU77SkJT7X2XCGnV6pr8xsIkmTkwOe { width:20rem;height:11.25rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb2KD76TQHxAznVIC88l8IDKZ2z4x5Vm { display:none; } #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection *:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="text"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="email"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="tel"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection textarea:focus-visible { outline: none; } #Mb2KD76TQHxAznVIC88l8IDKZ2z4x5Vm > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #whgu0goVHM4UTe33ApG6q1laC6BBhDw7 { display:block; } #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection *:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="text"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="email"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="tel"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection textarea:focus-visible { outline: none; } #whgu0goVHM4UTe33ApG6q1laC6BBhDw7 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #JPnKkr7JeBkcRFS1VgLZNMLaLKxcq9r3 { display:block; } #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection *:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="text"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="email"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="tel"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection textarea:focus-visible { outline: none; } #JPnKkr7JeBkcRFS1VgLZNMLaLKxcq9r3 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cvx0zT5VsLyocwX5woDoQl8TCM77rGaw { display:block; } #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection *:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="text"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="email"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="tel"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection textarea:focus-visible { outline: none; } #Cvx0zT5VsLyocwX5woDoQl8TCM77rGaw > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #Es0gwnQR5VSR9zfPKHiHLzh9ZlJcM0uw { display:block; } #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection *:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="text"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="email"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="tel"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection textarea:focus-visible { outline: none; } #Es0gwnQR5VSR9zfPKHiHLzh9ZlJcM0uw > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #uvnaSZzkEoTnhElqwuLaduclHOMflrD6 { display:block; } #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection *:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="text"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="email"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="tel"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection textarea:focus-visible { outline: none; } #uvnaSZzkEoTnhElqwuLaduclHOMflrD6 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #fSTngBEzoV2Coqh9HEfMIIA6r0BcNT8P { display:block; } #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection *:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="text"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="email"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="tel"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection textarea:focus-visible { outline: none; } #fSTngBEzoV2Coqh9HEfMIIA6r0BcNT8P > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #SarsObW35BfWJFh4dMkZJzUwevuZrC0u { display:block; } #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection *:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="text"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="email"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="tel"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection textarea:focus-visible { outline: none; } #SarsObW35BfWJFh4dMkZJzUwevuZrC0u > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #LlHdWJsIlMkUctaii8KVTOBzTNZK8AWL { display:block; } #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection *:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="text"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="email"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="tel"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection textarea:focus-visible { outline: none; } #LlHdWJsIlMkUctaii8KVTOBzTNZK8AWL > .row .container { position:relative;display:block; } }