.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:244,240,233;--color-primary-1:222,209,188;--color-primary-2:200,178,144;--color-primary-3:120,107,86;--color-primary-4:74,59,48;--color-secondary-0:255,255,255;--color-secondary-1:224,224,224;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:16,16,16;--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:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6cb85ff4-3cdd-4111-b794-4a3b6c4ede55/15.jpg");background-position:center !important;background-repeat: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; }
#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.74); }#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.74); }#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs > .row > .video-iframe-container { display: none; }#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs > .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); }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r { background-color:#242222;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .row .container { background-color: transparent; background-image: none; }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .row .container > .video-iframe-container { display: none; }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .row > .video-iframe-container { display: none; }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .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); }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .row .container { border-width: 0; border-radius: 0; }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .row .container { width:75rem;height:4.1875rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#FRdBGcsmotkJaOXkBpbX94XQZQND3qM6 { display:block;width:75rem;position:absolute;font-family:anton;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:1.625rem;color:#cf9a46;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pQNotKZMGIXPqcwPHBRc9RdC7T0mCnga { box-sizing:content-box;height:3.0625rem;width:75rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:0.5rem;left:0rem;display:block; }
#AWSUAJhAmNKP7pZLZRPec0pbhfKSdIzw { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:6.125rem;top:0.9375rem;left:8.625rem;overflow:hidden;display:block; }
#W7aJD2wREENObmAwS1Sg92iOBvVDa5K4 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:6.125rem;top:0.9375rem;left:60.0625rem;overflow:hidden;display:block; }
#Tmpkqm7sdbA9L4faQ4F6TmqeZAUhxPyF { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Tmpkqm7sdbA9L4faQ4F6TmqeZAUhxPyF > .row .container { background-color: transparent; background-image: none; }#Tmpkqm7sdbA9L4faQ4F6TmqeZAUhxPyF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tmpkqm7sdbA9L4faQ4F6TmqeZAUhxPyF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tmpkqm7sdbA9L4faQ4F6TmqeZAUhxPyF > .row .container > .video-iframe-container { display: none; }#Tmpkqm7sdbA9L4faQ4F6TmqeZAUhxPyF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tmpkqm7sdbA9L4faQ4F6TmqeZAUhxPyF > .row > .video-iframe-container { display: none; }#Tmpkqm7sdbA9L4faQ4F6TmqeZAUhxPyF > .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); }#Tmpkqm7sdbA9L4faQ4F6TmqeZAUhxPyF > .row .container { border-width: 0; border-radius: 0; }#Tmpkqm7sdbA9L4faQ4F6TmqeZAUhxPyF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tmpkqm7sdbA9L4faQ4F6TmqeZAUhxPyF > .row .container { width:75rem;height:23.0625rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#rsh4T6wpOylOey8qkSAXisJVLJZ0D8iI { 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:21.9375rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#JVTZ86GUi653iLKMPR1qMBogo2VvUFOi { display:block;width:75rem;position:absolute;font-family:cinzel;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:0.5625rem;left:0rem;height:;color:#cf9a46;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#FrkF3RtiSUJGeEwqEMyWghdIbyi7aI7p { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;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; }#FrkF3RtiSUJGeEwqEMyWghdIbyi7aI7p > .row .container { background-color: transparent; background-image: none; }#FrkF3RtiSUJGeEwqEMyWghdIbyi7aI7p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrkF3RtiSUJGeEwqEMyWghdIbyi7aI7p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrkF3RtiSUJGeEwqEMyWghdIbyi7aI7p > .row .container > .video-iframe-container { display: none; }#FrkF3RtiSUJGeEwqEMyWghdIbyi7aI7p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrkF3RtiSUJGeEwqEMyWghdIbyi7aI7p > .row > .video-iframe-container { display: none; }#FrkF3RtiSUJGeEwqEMyWghdIbyi7aI7p > .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); }#FrkF3RtiSUJGeEwqEMyWghdIbyi7aI7p > .row .container { border-width: 0; border-radius: 0; }#FrkF3RtiSUJGeEwqEMyWghdIbyi7aI7p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FrkF3RtiSUJGeEwqEMyWghdIbyi7aI7p > .row .container { font-size:0.875rem;font-family:"open sans";height:12.5rem;width:75rem;position:relative;display:block; }#LMXOsw9mxJwKwyVyOPiRaZKHN7dHBusf { display:block;width:34.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:0.8974609375rem;left:20.4375rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#sJmWVQSgif2kOuA5GixBdc1Aw7hzdlLT { display:block;width:75rem;position:absolute;font-family:anton;font-size:1.875rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:1.287109375rem;left:0rem;height:4.125rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rRTdl3GyUGbycF1NB7pA2hLFFPKHhRCh { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.6875rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:7.0625rem;left:27.15625rem;display:block; }
#kRIaqLlTCDm8efIoqJoTNrDJxVEUcG51 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g7OVpvKRRI22ZnLvTk93FM14nFXPtJ3T { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0.61);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; }#g7OVpvKRRI22ZnLvTk93FM14nFXPtJ3T > .row .container { background-color: transparent; background-image: none; }#g7OVpvKRRI22ZnLvTk93FM14nFXPtJ3T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7OVpvKRRI22ZnLvTk93FM14nFXPtJ3T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7OVpvKRRI22ZnLvTk93FM14nFXPtJ3T > .row .container > .video-iframe-container { display: none; }#g7OVpvKRRI22ZnLvTk93FM14nFXPtJ3T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7OVpvKRRI22ZnLvTk93FM14nFXPtJ3T > .row > .video-iframe-container { display: none; }#g7OVpvKRRI22ZnLvTk93FM14nFXPtJ3T > .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); }#g7OVpvKRRI22ZnLvTk93FM14nFXPtJ3T > .row .container { border-width: 0; border-radius: 0; }#g7OVpvKRRI22ZnLvTk93FM14nFXPtJ3T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g7OVpvKRRI22ZnLvTk93FM14nFXPtJ3T > .row .container { font-size:0.875rem;font-family:"open sans";height:9.4375rem;width:75rem;position:relative;display:block; }#bJLJTf8kn6pAZ3T3Jhv0PrDkxZAhldbp { display:block;width:34.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:0.8974609375rem;left:20.4375rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#WrcTwTI1MDFv1tBwrwwivX2XpAO2Wlk2 { display:block;width:75rem;position:absolute;font-family:anton;font-size:1.75rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.5807304382324rem;left:0rem;height:2.2744125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#aldG5Kv0cQ02t8ACTKB8wCL8xkLtJput { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aldG5Kv0cQ02t8ACTKB8wCL8xkLtJput > .row .container { background-color: transparent; background-image: none; }#aldG5Kv0cQ02t8ACTKB8wCL8xkLtJput::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aldG5Kv0cQ02t8ACTKB8wCL8xkLtJput > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aldG5Kv0cQ02t8ACTKB8wCL8xkLtJput > .row .container > .video-iframe-container { display: none; }#aldG5Kv0cQ02t8ACTKB8wCL8xkLtJput > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aldG5Kv0cQ02t8ACTKB8wCL8xkLtJput > .row > .video-iframe-container { display: none; }#aldG5Kv0cQ02t8ACTKB8wCL8xkLtJput > .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); }#aldG5Kv0cQ02t8ACTKB8wCL8xkLtJput > .row .container { border-width: 0; border-radius: 0; }#aldG5Kv0cQ02t8ACTKB8wCL8xkLtJput > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aldG5Kv0cQ02t8ACTKB8wCL8xkLtJput > .row .container { font-size:0.875rem;font-family:"open sans";height:3.5625rem;width:75rem;position:relative;display:block; }#DdgOJX6OWl6nRUXlJKTMfOmfOcE6rtdt { display:block;width:34.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:0.8974609375rem;left:20.4375rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Z2TpSuJDocpDf71gbOX8c2VrFaCrq4Ev { display:block;width:75rem;position:absolute;font-family:anton;font-size:1.75rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:0.56250047683716rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .row .container { background-color: transparent; background-image: none; }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .row .container > .video-iframe-container { display: none; }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .row > .video-iframe-container { display: none; }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .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); }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .row .container { border-width: 0; border-radius: 0; }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .row .container { font-size:0.875rem;font-family:"open sans";height:45.25rem;width:75rem;position:relative;display:block; }#JFAB0wRlNCczcrNlwERPvbGXhzDWX7t7 { display:block;width:26.3125rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:6.8125rem;left:6.875rem;height:2.193575rem;color:rgba(var(--color-tertiary-4),1);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;overflow:hidden;display:block; }
#hVr6ZkWe1oC8HXLFsdw9LGzdS1yNNxnx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:7.1875rem;left:4.3125rem; }
#knDGy1UVHdKxywriXBuAfQ1aVChzrpu3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:12.5rem;left:4.3125rem; }
#mn7gBOxeEB9oLNMaFVvQZBXZF02A9cbE { display:block;width:26.3125rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:12.125rem;left:6.875rem;height:2.193575rem;color:rgba(var(--color-tertiary-4),1);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;overflow:hidden;display:block; }
#UaTt4xpbSEfhrpiVzDcVR780WB1AA4B7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:17.9375rem;left:4.3125rem; }
#TfJd9zHxGnwn17ZbcBxReDW214zdaBi0 { display:block;width:26.3125rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:17.5625rem;left:6.875rem;height:2.193575rem;color:rgba(var(--color-tertiary-4),1);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;overflow:hidden;display:block; }
#LwEkWxE6Xgbo9NPk36AcMbPT3qfBNfxN { display:block;width:26.3125rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:24.625rem;left:6.875rem;height:2.193575rem;color:rgba(var(--color-tertiary-4),1);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;overflow:hidden;display:block; }
#T6xxLVrMrBSw9HhEsvlC3OS2m9qCr71o { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:25.1875rem;left:4.3125rem; }
#wTiqeSxVh5Xtqr5Td4TfHN2irCJOhnFy { display:block;width:26.3125rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:30.375rem;left:6.875rem;height:2.193575rem;color:rgba(var(--color-tertiary-4),1);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;overflow:hidden;display:block; }
#JKpdofGGcfrXzgn6xlTOyFuTUFKUvufS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:30.75rem;left:4.3125rem; }
#VmbKzBBeN1wGRkA0QtUFZdbf9dLPfJNG { display:block;width:34.5625rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:38.203125rem;left:1.46875rem;height:3.25rem;color:rgba(var(--color-secondary-4),1);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; }
#TO219MHZK9cCI4Lbc3vctL6g5ALCOHAT { position:absolute;display:block;z-index:15022;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:42.25rem;width:33.75rem;top:2.4296870231628rem;left:39.937501907349rem;overflow:hidden;display:block; }
#rgmxEF6Xd3zBbMzwgIBc4PnS7JyGhyz0 { display:block;width:26.3125rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.4991316795349rem;left:4.625rem;height:2.193575rem;color:rgba(var(--color-tertiary-4),1);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;overflow:hidden;display:block; }
#ZGipkq1FRTFJClaw9PaQrgN9VTBQHEqE { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZGipkq1FRTFJClaw9PaQrgN9VTBQHEqE > .row .container { background-color: transparent; background-image: none; }#ZGipkq1FRTFJClaw9PaQrgN9VTBQHEqE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZGipkq1FRTFJClaw9PaQrgN9VTBQHEqE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZGipkq1FRTFJClaw9PaQrgN9VTBQHEqE > .row .container > .video-iframe-container { display: none; }#ZGipkq1FRTFJClaw9PaQrgN9VTBQHEqE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZGipkq1FRTFJClaw9PaQrgN9VTBQHEqE > .row > .video-iframe-container { display: none; }#ZGipkq1FRTFJClaw9PaQrgN9VTBQHEqE > .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); }#ZGipkq1FRTFJClaw9PaQrgN9VTBQHEqE > .row .container { border-width: 0; border-radius: 0; }#ZGipkq1FRTFJClaw9PaQrgN9VTBQHEqE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZGipkq1FRTFJClaw9PaQrgN9VTBQHEqE > .row .container { font-size:0.875rem;font-family:"open sans";height:7.8125rem;width:75rem;position:relative;display:block; }#imPkucJsO1hOmN4J452PwuZD4bMm4rxJ { position:absolute;display:block;z-index:15001;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:37.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#C6LiP4kCJFaBof6SnlHB5wSKqrDZEG0f { display:block;width:37.5rem;position:absolute;font-family:anton;font-size:1.75rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.7682294845581rem;left:0rem;height:2.2744125rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TcxHLKnH7efkKrz9EXcD5prClJeQAlhQ { position:absolute;display:block;z-index:15000;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:22.3125rem;width:37.5rem;display:none; }
#rryUFCa5e7FaEdTO4UDBwUrQybOOkoSS { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.6875rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:2.1875rem;left:45.906251907349rem;display:block; }
#IcahrOvN4ln9frW9hcVJJ0Vz2nxSPnBO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mxBaqBiIeu8DHdZb0GENJARaNr1hwcSy { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#mxBaqBiIeu8DHdZb0GENJARaNr1hwcSy > .row .container { border-width: 0; border-radius: 0; }#mxBaqBiIeu8DHdZb0GENJARaNr1hwcSy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mxBaqBiIeu8DHdZb0GENJARaNr1hwcSy > .row .container { font-size:0.875rem;font-family:"open sans";height:4.375rem;width:75rem;position:relative;display:none; }#MORpEmeDnz2Hh55igf0BPGPd7Q3pZlnq { background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(360deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(360deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(360deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(360deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:2.875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.5625rem;left:53.625rem;display:block; }
#uKdb69XfKV7h45xNbCpeTO8M0WQLFitv { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#aIm0A3Shsh8VITH4b0OanpArVzNcymq7 { display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:0.724609375rem;left:31.5625rem;height:2.925rem;color:rgba(var(--color-tertiary-4),1);text-align:left;text-align-last:left;font-style:normal;display:block; }
#RytdTbXZoEPmab1pdebJ8DTNWDIKIRlF { display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:0.60234260559082rem;left:8.25rem;height:3.16699375rem;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;font-style:normal;display:block; }
#oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh .widget-text.counter-number { border-top:0.09rem solid #2a2d3d;border-left:0.08875rem solid #2a2d3d;border-right:0.08875rem solid #2a2d3d;border-bottom:0.09rem solid #2a2d3d;background-color:transparent;background-image:none;color:#2a2d3d;padding-top:0.315rem;padding-right:0.271875rem;padding-bottom:0.315rem;padding-left:0.271875rem;display:block;align-items:center;width:1.631875rem;min-width:1.631875rem;height:1.6925rem;position:relative;font-family:arial;font-size:1.26rem;font-weight:700;line-height:27.08px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh .widget-text.counter-label { background-color:;background-image:none;color:#2a2d3d;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.196875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.175rem;height:0.66875rem;position:relative;font-family:arial;font-size:0.471875rem;font-weight:700;line-height:10.7px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:13.4375rem;height:3.368125rem;padding-top:0.039375rem;padding-right:0.03875rem;padding-bottom:0.039375rem;padding-left:0.03875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.52187347412109rem;left:15.8125rem;z-index:15015; }
#oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #pZ8TP7wQrDud5lcxTTeATZGEazNuBdTJ { display:flex;position:relative;top:0rem;left:0rem; }
#oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #XBLRHJXA1umKcpf8SpZahBInds85uSTi { width:auto; }
#oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #fvmpE0k9IhrcHc83GPcXx7uzOTH6aonQ {  }
#oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #gD1LATMW0ANVm1t5QnJKAiq6y53gIUaV { display:flex;position:relative;top:0rem;left:0rem; }
#oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #ypPBSfiQ1ei3WwwtsgisVIktWaIRi55o {  }
#oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #OV9GzKVleRCwXACEoOTD9M4HsURaWZQV {  }
#oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #J7Rgtux7WTsUWU8lUEV8ph7ZUbzwKrsK { display:flex;position:relative;top:0rem;left:0rem; }
#oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #orCIsaP9ydoiAct3MElgxWtn92T5RvSp {  }
#oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #eICaJ7cURGaT2uqqwO7IsngByHeBfhnD {  }
#oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #ftVpaXe1KmOgfD51m6U9UKHVOweaO3io { display:flex;position:relative;top:0rem;left:0rem; }
#oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #vmstEUZTHM3P97JiRLupsK4q4mmfBLIU {  }
#oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #KtWRIbQFRa11qxnposTC9JxatoWNsal4 {  }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r { display:block; }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .row .container { width:47.75rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FRdBGcsmotkJaOXkBpbX94XQZQND3qM6 { width:47.75rem;height:1.75rem;top:7.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQNotKZMGIXPqcwPHBRc9RdC7T0mCnga { top:0.5rem;left:0rem;width:47.75rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWSUAJhAmNKP7pZLZRPec0pbhfKSdIzw { top:0.9375rem;left:0rem;width:6.125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7aJD2wREENObmAwS1Sg92iOBvVDa5K4 { top:0.9375rem;left:41.625rem;width:6.125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmpkqm7sdbA9L4faQ4F6TmqeZAUhxPyF { display:block; }#Tmpkqm7sdbA9L4faQ4F6TmqeZAUhxPyF > .row .container { width:47.75rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rsh4T6wpOylOey8qkSAXisJVLJZ0D8iI { top:0rem;left:0rem;width:47.75rem;height:13.966875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVTZ86GUi653iLKMPR1qMBogo2VvUFOi { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FrkF3RtiSUJGeEwqEMyWghdIbyi7aI7p { display:block; }#FrkF3RtiSUJGeEwqEMyWghdIbyi7aI7p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LMXOsw9mxJwKwyVyOPiRaZKHN7dHBusf { width:20rem;height:;top:0.875rem;left:6.8125rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sJmWVQSgif2kOuA5GixBdc1Aw7hzdlLT { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRTdl3GyUGbycF1NB7pA2hLFFPKHhRCh { width:20.6875rem;height:3.4375rem;top:7.0625rem;left:13.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRIaqLlTCDm8efIoqJoTNrDJxVEUcG51 { display:block; }
 }@media only screen and (max-width: 763px) { #g7OVpvKRRI22ZnLvTk93FM14nFXPtJ3T { display:block; }#g7OVpvKRRI22ZnLvTk93FM14nFXPtJ3T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bJLJTf8kn6pAZ3T3Jhv0PrDkxZAhldbp { width:20rem;height:;top:0.875rem;left:6.8125rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WrcTwTI1MDFv1tBwrwwivX2XpAO2Wlk2 { width:23.875rem;height:2.5625rem;top:5.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aldG5Kv0cQ02t8ACTKB8wCL8xkLtJput { display:block; }#aldG5Kv0cQ02t8ACTKB8wCL8xkLtJput > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DdgOJX6OWl6nRUXlJKTMfOmfOcE6rtdt { width:20rem;height:;top:0.875rem;left:6.8125rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z2TpSuJDocpDf71gbOX8c2VrFaCrq4Ev { width:23.875rem;height:2.5625rem;top:5.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiXsTiKn87fHwJT12PbJaufvGHXJQqeF { display:block; }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .row .container { width:47.75rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JFAB0wRlNCczcrNlwERPvbGXhzDWX7t7 { width:26.25rem;height:11.25rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVr6ZkWe1oC8HXLFsdw9LGzdS1yNNxnx { top:7.1875rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #knDGy1UVHdKxywriXBuAfQ1aVChzrpu3 { top:12.5rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mn7gBOxeEB9oLNMaFVvQZBXZF02A9cbE { width:26.25rem;height:11.25rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaTt4xpbSEfhrpiVzDcVR780WB1AA4B7 { top:17.9375rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfJd9zHxGnwn17ZbcBxReDW214zdaBi0 { width:26.25rem;height:11.25rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwEkWxE6Xgbo9NPk36AcMbPT3qfBNfxN { width:26.25rem;height:11.25rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6xxLVrMrBSw9HhEsvlC3OS2m9qCr71o { top:25.1875rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTiqeSxVh5Xtqr5Td4TfHN2irCJOhnFy { width:26.25rem;height:11.25rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKpdofGGcfrXzgn6xlTOyFuTUFKUvufS { top:30.75rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmbKzBBeN1wGRkA0QtUFZdbf9dLPfJNG { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO219MHZK9cCI4Lbc3vctL6g5ALCOHAT { top:2.375rem;left:14rem;width:33.75rem;height:42.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgmxEF6Xd3zBbMzwgIBc4PnS7JyGhyz0 { width:26.25rem;height:11.25rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGipkq1FRTFJClaw9PaQrgN9VTBQHEqE { display:block; }#ZGipkq1FRTFJClaw9PaQrgN9VTBQHEqE > .row .container { width:47.75rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #imPkucJsO1hOmN4J452PwuZD4bMm4rxJ { top:0rem;left:0rem;width:47.75rem;height:9.8683333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6LiP4kCJFaBof6SnlHB5wSKqrDZEG0f { width:47.75rem;height:1.75rem;top:7.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcxHLKnH7efkKrz9EXcD5prClJeQAlhQ { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rryUFCa5e7FaEdTO4UDBwUrQybOOkoSS { width:20.6875rem;height:3.4375rem;top:2.1875rem;left:25.468751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcahrOvN4ln9frW9hcVJJ0Vz2nxSPnBO { display:block; }
 }@media only screen and (max-width: 763px) { #mxBaqBiIeu8DHdZb0GENJARaNr1hwcSy { display:block; }#mxBaqBiIeu8DHdZb0GENJARaNr1hwcSy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MORpEmeDnz2Hh55igf0BPGPd7Q3pZlnq { width:11.25rem;height:2.5rem;top:0.9375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKdb69XfKV7h45xNbCpeTO8M0WQLFitv { display:block; }
 }@media only screen and (max-width: 763px) { #aIm0A3Shsh8VITH4b0OanpArVzNcymq7 { width:16.25rem;height:0.9375rem;top:1.625rem;left:19rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RytdTbXZoEPmab1pdebJ8DTNWDIKIRlF { width:7rem;height:3.125rem;top:0.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh { width:18.6875rem;height:5.2425rem;display:flex;top:0.1875rem;left:0rem;z-index:15015; }
 }@media only screen and (max-width: 763px) { #oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #pZ8TP7wQrDud5lcxTTeATZGEazNuBdTJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #XBLRHJXA1umKcpf8SpZahBInds85uSTi {  }
 }@media only screen and (max-width: 763px) { #oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #fvmpE0k9IhrcHc83GPcXx7uzOTH6aonQ {  }
 }@media only screen and (max-width: 763px) { #oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #gD1LATMW0ANVm1t5QnJKAiq6y53gIUaV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #ypPBSfiQ1ei3WwwtsgisVIktWaIRi55o {  }
 }@media only screen and (max-width: 763px) { #oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #OV9GzKVleRCwXACEoOTD9M4HsURaWZQV {  }
 }@media only screen and (max-width: 763px) { #oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #J7Rgtux7WTsUWU8lUEV8ph7ZUbzwKrsK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #orCIsaP9ydoiAct3MElgxWtn92T5RvSp {  }
 }@media only screen and (max-width: 763px) { #oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #eICaJ7cURGaT2uqqwO7IsngByHeBfhnD {  }
 }@media only screen and (max-width: 763px) { #oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #ftVpaXe1KmOgfD51m6U9UKHVOweaO3io { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #vmstEUZTHM3P97JiRLupsK4q4mmfBLIU {  }
 }@media only screen and (max-width: 763px) { #oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #KtWRIbQFRa11qxnposTC9JxatoWNsal4 {  }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6cb85ff4-3cdd-4111-b794-4a3b6c4ede55/15.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.74); }#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.74); }#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs > .row > .video-iframe-container { display: none; }#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d34285f8-497e-44c1-b5a2-2f67f0503075/15.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r.adaptive-delivery-prevent-bg, #ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r.lazyload, #ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r.lazyloading { background-image: none; }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .row .container { background-color: transparent; background-image: none; }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .row .container > .video-iframe-container { display: none; }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .row > .video-iframe-container { display: none; }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .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); }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .row .container { border-width: 0; border-radius: 0; }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r::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; }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FRdBGcsmotkJaOXkBpbX94XQZQND3qM6 { width:20rem;height:1.5434rem;top:3.290798664093rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQNotKZMGIXPqcwPHBRc9RdC7T0mCnga { width:20rem;height:5.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWSUAJhAmNKP7pZLZRPec0pbhfKSdIzw { width:3.375rem;height:1.25rem;top:1.6875rem;left:8.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #W7aJD2wREENObmAwS1Sg92iOBvVDa5K4 { width:6.125rem;height:2.25rem;top:0rem;left:6.9375001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmpkqm7sdbA9L4faQ4F6TmqeZAUhxPyF { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d34285f8-497e-44c1-b5a2-2f67f0503075/15.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Tmpkqm7sdbA9L4faQ4F6TmqeZAUhxPyF.adaptive-delivery-prevent-bg, #Tmpkqm7sdbA9L4faQ4F6TmqeZAUhxPyF.lazyload, #Tmpkqm7sdbA9L4faQ4F6TmqeZAUhxPyF.lazyloading { background-image: none; }#Tmpkqm7sdbA9L4faQ4F6TmqeZAUhxPyF > .row .container { background-color: transparent; background-image: none; }#Tmpkqm7sdbA9L4faQ4F6TmqeZAUhxPyF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#Tmpkqm7sdbA9L4faQ4F6TmqeZAUhxPyF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tmpkqm7sdbA9L4faQ4F6TmqeZAUhxPyF > .row .container > .video-iframe-container { display: none; }#Tmpkqm7sdbA9L4faQ4F6TmqeZAUhxPyF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#Tmpkqm7sdbA9L4faQ4F6TmqeZAUhxPyF > .row > .video-iframe-container { display: none; }#Tmpkqm7sdbA9L4faQ4F6TmqeZAUhxPyF > .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); }#Tmpkqm7sdbA9L4faQ4F6TmqeZAUhxPyF > .row .container { border-width: 0; border-radius: 0; }#Tmpkqm7sdbA9L4faQ4F6TmqeZAUhxPyF::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; }#Tmpkqm7sdbA9L4faQ4F6TmqeZAUhxPyF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tmpkqm7sdbA9L4faQ4F6TmqeZAUhxPyF > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rsh4T6wpOylOey8qkSAXisJVLJZ0D8iI { width:20rem;height:5.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVTZ86GUi653iLKMPR1qMBogo2VvUFOi { width:20rem;height:4.125rem;top:1.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15001;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FrkF3RtiSUJGeEwqEMyWghdIbyi7aI7p { background-color:#ffffff;background-image:none;display:block; }#FrkF3RtiSUJGeEwqEMyWghdIbyi7aI7p > .row .container { background-color: transparent; background-image: none; }#FrkF3RtiSUJGeEwqEMyWghdIbyi7aI7p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrkF3RtiSUJGeEwqEMyWghdIbyi7aI7p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrkF3RtiSUJGeEwqEMyWghdIbyi7aI7p > .row .container > .video-iframe-container { display: none; }#FrkF3RtiSUJGeEwqEMyWghdIbyi7aI7p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrkF3RtiSUJGeEwqEMyWghdIbyi7aI7p > .row > .video-iframe-container { display: none; }#FrkF3RtiSUJGeEwqEMyWghdIbyi7aI7p > .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); }#FrkF3RtiSUJGeEwqEMyWghdIbyi7aI7p > .row .container { width:20rem;height:10.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LMXOsw9mxJwKwyVyOPiRaZKHN7dHBusf { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.25rem;z-index:15011;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sJmWVQSgif2kOuA5GixBdc1Aw7hzdlLT { width:20rem;height:3.91666875rem;top:1.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rRTdl3GyUGbycF1NB7pA2hLFFPKHhRCh { width:19rem;height:3.4375rem;top:6.1032981872559rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRIaqLlTCDm8efIoqJoTNrDJxVEUcG51 { display:block; }
 }@media only screen and (max-width: 763px) { #g7OVpvKRRI22ZnLvTk93FM14nFXPtJ3T { background-color:rgba(255,255,255,0.61);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#g7OVpvKRRI22ZnLvTk93FM14nFXPtJ3T.adaptive-delivery-prevent-bg, #g7OVpvKRRI22ZnLvTk93FM14nFXPtJ3T.lazyload, #g7OVpvKRRI22ZnLvTk93FM14nFXPtJ3T.lazyloading { background-image: none; }#g7OVpvKRRI22ZnLvTk93FM14nFXPtJ3T > .row .container { background-color: transparent; background-image: none; }#g7OVpvKRRI22ZnLvTk93FM14nFXPtJ3T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7OVpvKRRI22ZnLvTk93FM14nFXPtJ3T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7OVpvKRRI22ZnLvTk93FM14nFXPtJ3T > .row .container > .video-iframe-container { display: none; }#g7OVpvKRRI22ZnLvTk93FM14nFXPtJ3T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7OVpvKRRI22ZnLvTk93FM14nFXPtJ3T > .row > .video-iframe-container { display: none; }#g7OVpvKRRI22ZnLvTk93FM14nFXPtJ3T > .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); }#g7OVpvKRRI22ZnLvTk93FM14nFXPtJ3T > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bJLJTf8kn6pAZ3T3Jhv0PrDkxZAhldbp { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.25rem;z-index:15011;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WrcTwTI1MDFv1tBwrwwivX2XpAO2Wlk2 { width:20rem;height:4.5486125rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aldG5Kv0cQ02t8ACTKB8wCL8xkLtJput { background-color:rgba(255,255,255,0.61);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#aldG5Kv0cQ02t8ACTKB8wCL8xkLtJput.adaptive-delivery-prevent-bg, #aldG5Kv0cQ02t8ACTKB8wCL8xkLtJput.lazyload, #aldG5Kv0cQ02t8ACTKB8wCL8xkLtJput.lazyloading { background-image: none; }#aldG5Kv0cQ02t8ACTKB8wCL8xkLtJput > .row .container { background-color: transparent; background-image: none; }#aldG5Kv0cQ02t8ACTKB8wCL8xkLtJput::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aldG5Kv0cQ02t8ACTKB8wCL8xkLtJput > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aldG5Kv0cQ02t8ACTKB8wCL8xkLtJput > .row .container > .video-iframe-container { display: none; }#aldG5Kv0cQ02t8ACTKB8wCL8xkLtJput > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aldG5Kv0cQ02t8ACTKB8wCL8xkLtJput > .row > .video-iframe-container { display: none; }#aldG5Kv0cQ02t8ACTKB8wCL8xkLtJput > .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); }#aldG5Kv0cQ02t8ACTKB8wCL8xkLtJput > .row .container { width:20rem;height:16rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DdgOJX6OWl6nRUXlJKTMfOmfOcE6rtdt { width:20rem;height:0;top:13.8706875rem;left:0rem;font-size:1.25rem;z-index:15011;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z2TpSuJDocpDf71gbOX8c2VrFaCrq4Ev { width:20rem;height:11.3715rem;top:2.3133678436279rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;color:#1e1e1e;display:block; }
 }@media only screen and (max-width: 763px) { #GiXsTiKn87fHwJT12PbJaufvGHXJQqeF { display:block; }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .row .container { width:20rem;height:66.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JFAB0wRlNCczcrNlwERPvbGXhzDWX7t7 { width:14.25rem;height:3.08680625rem;top:32.5625rem;left:2.875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hVr6ZkWe1oC8HXLFsdw9LGzdS1yNNxnx { display:flex;width:1.5rem;height:1.5rem;top:30.125rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #knDGy1UVHdKxywriXBuAfQ1aVChzrpu3 { display:flex;width:1.5rem;height:1.5rem;top:37rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #mn7gBOxeEB9oLNMaFVvQZBXZF02A9cbE { width:20rem;height:1.5434rem;top:40.5rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UaTt4xpbSEfhrpiVzDcVR780WB1AA4B7 { display:flex;width:1.4375rem;height:1.4375rem;top:43.3125rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #TfJd9zHxGnwn17ZbcBxReDW214zdaBi0 { width:20rem;height:1.5434rem;top:46rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LwEkWxE6Xgbo9NPk36AcMbPT3qfBNfxN { width:20rem;height:1.5434rem;top:51.5rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T6xxLVrMrBSw9HhEsvlC3OS2m9qCr71o { display:flex;width:1.4375rem;height:1.4375rem;top:48.8125rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #wTiqeSxVh5Xtqr5Td4TfHN2irCJOhnFy { width:20rem;height:1.5434rem;top:56.9375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JKpdofGGcfrXzgn6xlTOyFuTUFKUvufS { display:flex;width:1.4375rem;height:1.4375rem;top:54.25rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #VmbKzBBeN1wGRkA0QtUFZdbf9dLPfJNG { width:20rem;height:5.19965rem;top:59.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TO219MHZK9cCI4Lbc3vctL6g5ALCOHAT { width:20rem;height:25.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgmxEF6Xd3zBbMzwgIBc4PnS7JyGhyz0 { width:20rem;height:1.5434rem;top:26.3125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZGipkq1FRTFJClaw9PaQrgN9VTBQHEqE { background-color:rgba(var(--color-secondary-4),1);background-image:none;display:block; }#ZGipkq1FRTFJClaw9PaQrgN9VTBQHEqE > .row .container { background-color: transparent; background-image: none; }#ZGipkq1FRTFJClaw9PaQrgN9VTBQHEqE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZGipkq1FRTFJClaw9PaQrgN9VTBQHEqE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZGipkq1FRTFJClaw9PaQrgN9VTBQHEqE > .row .container > .video-iframe-container { display: none; }#ZGipkq1FRTFJClaw9PaQrgN9VTBQHEqE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZGipkq1FRTFJClaw9PaQrgN9VTBQHEqE > .row > .video-iframe-container { display: none; }#ZGipkq1FRTFJClaw9PaQrgN9VTBQHEqE > .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); }#ZGipkq1FRTFJClaw9PaQrgN9VTBQHEqE > .row .container { width:20rem;height:15.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #imPkucJsO1hOmN4J452PwuZD4bMm4rxJ { width:20rem;height:2.5824625rem;top:13.219615936279rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6LiP4kCJFaBof6SnlHB5wSKqrDZEG0f { width:20rem;height:5.19965rem;top:5.3055553436279rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TcxHLKnH7efkKrz9EXcD5prClJeQAlhQ { top:10.961805343628rem;left:6.7812501192094rem;width:6.4375rem;height:2.3125rem;z-index:15019;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rryUFCa5e7FaEdTO4UDBwUrQybOOkoSS { width:19rem;height:3.4375rem;top:1.1328125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcahrOvN4ln9frW9hcVJJ0Vz2nxSPnBO { display:block; }
 }@media only screen and (max-width: 763px) { #mxBaqBiIeu8DHdZb0GENJARaNr1hwcSy { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#mxBaqBiIeu8DHdZb0GENJARaNr1hwcSy > .row .container { width:20rem;height:10.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MORpEmeDnz2Hh55igf0BPGPd7Q3pZlnq { width:7.013888875rem;height:2.138888875rem;top:6.94125rem;left:6.4375rem;font-size:1rem;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #4a3b30, #c8b290);background-image: -moz-linear-gradient(360deg, #4a3b30, #c8b290);background-image: -ms-linear-gradient(360deg, #4a3b30, #c8b290);background-image: -o-linear-gradient(360deg, #4a3b30, #c8b290);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a3b30', endColorstr='#c8b290' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a3b30', endColorstr='#c8b290' );";background-image: linear-gradient(360deg, #4a3b30, #c8b290);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #uKdb69XfKV7h45xNbCpeTO8M0WQLFitv { display:block; }
 }@media only screen and (max-width: 763px) { #aIm0A3Shsh8VITH4b0OanpArVzNcymq7 { width:20rem;height:0.8125rem;top:4.87875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RytdTbXZoEPmab1pdebJ8DTNWDIKIRlF { width:2.25rem;height:2.4375rem;top:1.4091796875rem;left:0rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh .widget-text.counter-number { padding-top:0.219375rem;padding-right:0.216875rem;padding-bottom:0.219375rem;padding-left:0.216875rem;width:1.30375rem;min-width:1.30375rem;height:1.179375rem;font-size:0.876875rem;line-height:18.87px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #2a2d3d;border-right:0.0625rem solid #2a2d3d;border-bottom:0.0625rem solid #2a2d3d;border-left:0.0625rem solid #2a2d3d; }
#oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.136875rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.73875rem;height:0.46375rem;font-size:0.32875rem;line-height:7.42px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh { width:11.4375rem;height:2.34375rem;display:flex;top:1.25rem;left:10rem;z-index:15015;padding-top:0.0175rem;padding-right:0.019375rem;padding-bottom:0.0175rem;padding-left:0.019375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #pZ8TP7wQrDud5lcxTTeATZGEazNuBdTJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #XBLRHJXA1umKcpf8SpZahBInds85uSTi {  }
 }@media only screen and (max-width: 763px) { #oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #fvmpE0k9IhrcHc83GPcXx7uzOTH6aonQ {  }
 }@media only screen and (max-width: 763px) { #oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #gD1LATMW0ANVm1t5QnJKAiq6y53gIUaV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #ypPBSfiQ1ei3WwwtsgisVIktWaIRi55o {  }
 }@media only screen and (max-width: 763px) { #oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #OV9GzKVleRCwXACEoOTD9M4HsURaWZQV {  }
 }@media only screen and (max-width: 763px) { #oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #J7Rgtux7WTsUWU8lUEV8ph7ZUbzwKrsK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #orCIsaP9ydoiAct3MElgxWtn92T5RvSp {  }
 }@media only screen and (max-width: 763px) { #oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #eICaJ7cURGaT2uqqwO7IsngByHeBfhnD {  }
 }@media only screen and (max-width: 763px) { #oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #ftVpaXe1KmOgfD51m6U9UKHVOweaO3io { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #vmstEUZTHM3P97JiRLupsK4q4mmfBLIU {  }
 }@media only screen and (max-width: 763px) { #oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #KtWRIbQFRa11qxnposTC9JxatoWNsal4 {  }
 }