.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:251,228,214;--color-primary-1:244,173,133;--color-primary-2:237,118,51;--color-primary-3:232,84,0;--color-primary-4:51,0,0;--color-secondary-0:247,235,217;--color-secondary-1:228,188,129;--color-secondary-2:200,120,3;--color-secondary-3:100,60,2;--color-secondary-4:30,18,0;--color-tertiary-0:255,255,255;--color-tertiary-1:202,169,176;--color-tertiary-2:167,112,123;--color-tertiary-3:100,67,74;--color-tertiary-4:108,16,35;--headlines-font-family:"lato";--paragraphs-font-family:"lato"; }@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:transparent;background-image:url("https://images.assets-landingi.com/uc/10752ecf-e94e-4d4a-a7e9-cd762a64b1b5/image00001.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fafafa; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fafafa; }#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); }#Mtg38qpJ2g32rALHEtDmo6DZVzZDv1RM { position:relative;display:none; }#Mtg38qpJ2g32rALHEtDmo6DZVzZDv1RM { border-width: 0; border-radius: 0; }#Mtg38qpJ2g32rALHEtDmo6DZVzZDv1RM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Mtg38qpJ2g32rALHEtDmo6DZVzZDv1RM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:1rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#kzqJ0nOEtolWkEO08gi9JzLy39aqpgqR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#pMHfcSTy1TaA4OSCTaloAtwaFKmz9CtH { 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:9rem;width:9rem;top:0.84375rem;left:25.5rem;overflow:hidden;display:none; }
#vwHcR43JpuAyAH1TfFsFgGB9JzE9Lq3D { position:relative;display:none; }#vwHcR43JpuAyAH1TfFsFgGB9JzE9Lq3D { border-width: 0; border-radius: 0; }#vwHcR43JpuAyAH1TfFsFgGB9JzE9Lq3D > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vwHcR43JpuAyAH1TfFsFgGB9JzE9Lq3D > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:1rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#FpFKsp77sDST8AHBxfQOFg88CQCtkXxe { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#TLFL1cuX8NmqpAwfuantdb40m1llx1Bv { background-color:transparent;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;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:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:1.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.96875rem;left:0rem;display:none; }
#zDAx2GorEEnb5t4yR9tDTpp1Wt996AlZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SupnlrlwqTV3yO4ODVn040OpnEszTubZ { background-color:transparent;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;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:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.125rem;height:1.875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.96875rem;left:10.96875rem;display:none; }
#QdTm60N14T7rMBhBcIMcduzywpayIyTz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oQlV4aAJN497WVKBahbrkHP5aHqT3FAO { background-color:transparent;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;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:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.375rem;height:1.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.96875rem;left:44.96875rem;display:none; }
#zfyMsWm9J7Owh5e5WzViFeXtLnb8x3O3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:url("https://images.assets-landingi.com/uc/0f602db0-f222-4130-a47a-5ec3272b9f33/image00001.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.adaptive-delivery-prevent-bg, #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.lazyload, #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.lazyloading { background-image: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { background-color: transparent; background-image: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container > .video-iframe-container { display: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container { display: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .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); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { border-width: 0; border-radius: 0; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { font-size:0.875rem;font-family:arial;height:49.75rem;width:60rem;position:relative;display:block; }#mNTW6fGzWBFXMBZk6KJQ41FnUKiLIN4Z { 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:9rem;width:9rem;top:0.6875rem;left:25.5rem;overflow:hidden;display:block; }
#CpLi9ok8TqOJVSaSa1fRRT8im7TgU4n5 { background-color:transparent;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;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:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:1.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.96875rem;left:0rem;display:block; }
#MqeQnhPoznSkwlau5iTmFfoa6tPlbwi1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bKy0ryrs8TDcnrziA0BouaTZm3bgBtxV { background-color:transparent;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;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:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.125rem;height:1.875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.96875rem;left:10.96875rem;display:block; }
#F4Bc6uKJfqSFodX1rsUW4O7UJCfQDcxt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bIT7vlp8qMbrl7fW5hxELGcMkibMrD8o { background-color:transparent;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;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:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.375rem;height:1.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.96875rem;left:44.96875rem;display:block; }
#QqdfFgyqyocnEkvFwVdMAEwQ6lTU7GkN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gk7oKPNCTde6q3fNuZqRoMz58JRmPcP9 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #660000, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(90deg, #660000, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(90deg, #660000, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(90deg, #660000, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#660000', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#660000', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(90deg, #660000, rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.53125rem;left:52.5rem;display:block; }
#c3IEyl259IVsoRzXS2ixR0fE00zGRnEf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CvlhsNI7sPIB9JyGQqF1TP7hAb5b2ZZK { color:#cc2f00;display:block;width:36.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:14.40625rem;left:0rem;height:1.62475625rem;display:block; }
#ocHeqUeOnPbrWf3BS3bchagGIifMfoHI { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:17.34375rem;left:0rem;height:3.65625rem;display:block; }
#rdNFsZSH7qnWI5NOvg3LAda0SaN2iUGD { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.6875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.2);top:20.5rem;left:0.9375rem;height:6.09375rem;font-style:normal;display:block; }
#XBQNSgvJMdDm60LE4qqKxX3VyH2VpGRV { color:#cc2f00;display:block;width:29.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:29.0625rem;left:0rem;height:5.625rem;display:block; }
#FTh1pq65J8003f9fRtBQGT1BHwFNvFeT { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #660000, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(90deg, #660000, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(90deg, #660000, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(90deg, #660000, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#660000', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#660000', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(90deg, #660000, rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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: 0rem 0.5625rem 0.625rem rgba(var(--color-primary-4),1) ;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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13rem;height:4.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:37rem;left:14.5rem;display:block; }
#oZCkCP6pSlzAmLzg2HIRmqNqKFRDEwA0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e2t2TqWSGPZRoTM9surFepwi4COVUBRR { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), #660000);background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), #660000);background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), #660000);background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), #660000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#660000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#660000' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), #660000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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: -0.125rem 0.5625rem 0.625rem #ff7200 ;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:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13rem;height:4.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:37rem;left:0rem;display:block; }
#TwHcgBEDEa0g4IOaTgHLTgSTUQ1VcScw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JgvxtpdWv9n066T5OcPOEqh13O8SHd7e { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #660000, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(90deg, #660000, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(90deg, #660000, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(90deg, #660000, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#660000', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#660000', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(90deg, #660000, rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.53125rem;left:52.5rem;display:none; }
#fqxAcJCciwaau11UfuWv6bn2In6kQrIr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M3GD2EaZrrB3TMtpLC3zQWU6MH0DPl72 { 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:79.75rem;width:60rem;display:none; }
#dlJRmw20Op5XVywnTBopdqiRZKn6biJr { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #660000, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(90deg, #660000, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(90deg, #660000, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(90deg, #660000, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#660000', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#660000', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(90deg, #660000, rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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: -0.5625rem 0.5625rem 0.625rem rgba(var(--color-primary-4),1) ;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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13rem;height:4.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:37rem;left:14.5rem;display:none; }
#g9yUBP9FOuB5nG3bmDyU07adtLT5a5TV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NczvK9rTPcfJlp4ghuiIngqLnqk6scZf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.81176875rem;width:5.81176875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:12.999267578125rem;left:27.094116210938rem;display:none; }
#yEEzSUIgA3vaJe29FVoKmHm1ptM8vubw { color:#000000;display:block;width:50.1245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:11.163330078125rem;left:4.9365234375rem;height:1.875rem;text-align:center;text-align-last:center;display:none; }
#mnXapGDUWCeOeXmTCAmdXLpCAfPzrLkP { color:#00071e;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.6875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem #ff9900;top:4.5147705078125rem;left:-0.094482421875rem;height:7.3931875rem;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:none; }
#FdAKf0qekKVlcRohvG9nZEChTCSZ9TmZ { color:#cc2f00;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.2);top:2.7716064453125rem;left:0rem;height:1.78161875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#mxiSTosb5aZrKWCILTHvUuPiZ1Ls7dsu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.81176875rem;width:5.81176875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:49.187622070312rem;left:27.094116210938rem; }
#KT3oWu7SLIRfGpQQnzCuE6ycEFLwQwt0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/bQlom59H/bg2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#KT3oWu7SLIRfGpQQnzCuE6ycEFLwQwt0.adaptive-delivery-prevent-bg, #KT3oWu7SLIRfGpQQnzCuE6ycEFLwQwt0.lazyload, #KT3oWu7SLIRfGpQQnzCuE6ycEFLwQwt0.lazyloading { background-image: none; }#KT3oWu7SLIRfGpQQnzCuE6ycEFLwQwt0 > .row .container { border-width: 0; border-radius: 0; }#KT3oWu7SLIRfGpQQnzCuE6ycEFLwQwt0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KT3oWu7SLIRfGpQQnzCuE6ycEFLwQwt0 > .row .container { font-size:0.875rem;font-family:arial;height:18.8125rem;width:60rem;position:relative;display:none; }#z6LZdrHCvx9T7KBueiDqWlSDaIJUBtVJ { color:#00071e;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.6875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem #ff9900;top:7.437255859375rem;left:0rem;height:7.3931875rem;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; }
#zm2XX9WWfX2lmCxkCwnbOZZkqKcazw3R { color:#cc2f00;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.2);top:5.8125rem;left:0.125rem;height:1.78161875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#THMt40ap6foe79peELl8cLAsJn3OgrIA { color:#000000;display:block;width:50.1245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:14.1875rem;left:5rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/bQlom59H/bg2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti.adaptive-delivery-prevent-bg, #xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti.lazyload, #xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti.lazyloading { background-image: none; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { background-color: transparent; background-image: none; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container > .video-iframe-container { display: none; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row > .video-iframe-container { display: none; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .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); }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { border-width: 0; border-radius: 0; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { font-size:0.875rem;font-family:arial;height:65.0625rem;width:60rem;position:relative;display:block; }#dJy1P35pr3ApafLs3ouor4NIh8Ugc4mq { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15007;line-height:1.9;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2);top:2.875rem;left:0rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#fWvwxryxLMrDLFAW1a6kC7UaHRw3MNva { color:#cc2f00;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.2);top:6.97500038147rem;left:0rem;height:4.874875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fgmwtGyK4NpJhfZAmfTHqTzJlngyuFod { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.6875rem;width:28.6875rem;top:15.6875rem;left:14.15625rem;overflow:hidden;display:block; }
#sg9uqq9no7WgGhkkTcus51twSpU6cPXL { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.3125rem;top:17.1875rem;left:1.46875rem;overflow:hidden;display:block; }
#apcOawkGcmT2OI4ltUh5lbJhxOZwVV3G { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:17.3125rem;left:6.96875rem;height:1.7858875rem;font-style:normal;display:block; }
#Z7BziWQM8JgZ18uH9DuMtzDpoMRFXTab { color:rgba(var(--color-tertiary-4),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:19.599609375rem;left:6.96875rem;height:2.79785rem;font-style:normal;display:block; }
#pKS4Xub4cpzXs2BzTceUBAQb6GoMhE2C { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.0625rem;top:30.9375rem;left:0rem;overflow:hidden;display:block; }
#SZkHcKMROVeOBgIJSRxOh8hGXuRO15HW { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:30.4375rem;left:5.5rem;height:1.7858875rem;font-style:normal;display:block; }
#cHmA3JkroG9tMElVMnRI2q3z11TlMmV4 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:32.75rem;left:5.5rem;height:3.93676875rem;font-style:normal;display:block; }
#O5aE3krxHOPTSDicDo7WbGRoOcWkU7rU { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.25rem;top:42.5625rem;left:8.90625rem;overflow:hidden;display:block; }
#C4wcqPBEvEu4pubLMdZVJn7PBcr7eHpz { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:42rem;left:14.75rem;height:1.7858875rem;font-style:normal;display:block; }
#kDZppDnNxU95PFRi3BLKW39NBCc2vB7V { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:44.3125rem;left:14.75rem;height:4.196775rem;font-style:normal;display:block; }
#CkllFhT7TObmvQ0c4xolk3u2s3iloaMG { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.3125rem;top:17.4375rem;left:41.3125rem;overflow:hidden;display:block; }
#uvlOQTXAn8WitMATt8t4Xze2HcbWZamT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:17.3125rem;left:46.9375rem;height:1.7858875rem;font-style:normal;display:block; }
#i3ZH20mTTWIpwJJVoRIk34Tk3ME6zZ6P { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:19.625rem;left:46.9375rem;height:;font-style:normal;display:block; }
#nxMdT8r43Va2CsJRc9yvDi6prBxW2EZ5 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:29.75rem;left:42.4375rem;overflow:hidden;display:block; }
#T34rFaKkLQOAMWPLireKXBJMHlEVrBLp { color:rgba(var(--color-tertiary-4),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:29.8125rem;left:48.3125rem;height:1.7858875rem;font-style:normal;display:block; }
#sNsHOgoBXsu4W6q2TUll6tmPUCqvOTJq { color:rgba(var(--color-tertiary-4),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:32.0625rem;left:48.3125rem;height:2.79785rem;font-style:normal;display:block; }
#pQ2TRo6GLyHDAaotNcSTq2PpVLuzCXFu { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:42.375rem;left:34.3125rem;overflow:hidden;display:block; }
#uLrA6zobWxMqdbqQh9KulTQkxGZa2WhE { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:42rem;left:39.9375rem;height:1.7858875rem;font-style:normal;display:block; }
#E6NoOZKbsA1zW6habFebEufUwCqlEqnm { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:44.3125rem;left:39.9375rem;height:4.196775rem;font-style:normal;display:block; }
#EQTqtAee5QUhFSzDe6ob2ne4UQunA3Cs { color:rgba(var(--color-tertiary-4),1);display:block;width:42.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:53.75rem;left:8.8125rem;height:5.5957rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bTsKU2Opu3TWMDRUfaVVg28NxSf6tsf5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/bQlom59H/bg2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bTsKU2Opu3TWMDRUfaVVg28NxSf6tsf5.adaptive-delivery-prevent-bg, #bTsKU2Opu3TWMDRUfaVVg28NxSf6tsf5.lazyload, #bTsKU2Opu3TWMDRUfaVVg28NxSf6tsf5.lazyloading { background-image: none; }#bTsKU2Opu3TWMDRUfaVVg28NxSf6tsf5 > .row .container { background-color: transparent; background-image: none; }#bTsKU2Opu3TWMDRUfaVVg28NxSf6tsf5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTsKU2Opu3TWMDRUfaVVg28NxSf6tsf5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTsKU2Opu3TWMDRUfaVVg28NxSf6tsf5 > .row .container > .video-iframe-container { display: none; }#bTsKU2Opu3TWMDRUfaVVg28NxSf6tsf5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTsKU2Opu3TWMDRUfaVVg28NxSf6tsf5 > .row > .video-iframe-container { display: none; }#bTsKU2Opu3TWMDRUfaVVg28NxSf6tsf5 > .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); }#bTsKU2Opu3TWMDRUfaVVg28NxSf6tsf5 > .row .container { border-width: 0; border-radius: 0; }#bTsKU2Opu3TWMDRUfaVVg28NxSf6tsf5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bTsKU2Opu3TWMDRUfaVVg28NxSf6tsf5 > .row .container { font-size:0.875rem;font-family:arial;height:18.8125rem;width:60rem;position:relative;display:block; }#l2xfFhKkbCCLTmpQau7vpk2nvEXSGmZB { color:#cc2f00;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.2);top:0rem;left:0rem;height:4.874875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V17mrXei37mRfNGRtAqbTPNINA9rzzIT { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:7.1875rem;left:0rem;overflow:hidden;display:block; }
#UnxthuXrGObpAohGXsibcNcozVVJaMHi { color:rgba(var(--color-tertiary-4),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:7.3125rem;left:5.25rem;height:1.7858875rem;font-style:normal;display:block; }
#E1it7wWdLlDfffId1VnJ7yq0Z5OqeDaw { color:rgba(var(--color-tertiary-4),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:9.625rem;left:5.25rem;height:4.196775rem;font-style:normal;display:block; }
#XB62tKU4Kkx5KZNiQDuVkbtkawcbHUc1 { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;border-top:0.0625rem dashed #f5be2c;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:3.4375rem;top:9rem;left:16rem;display:block; }
#bnSIrGxT7Im4MEQycaPvHGeu98r9fFfG { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:7.25rem;left:22.5625rem;overflow:hidden;display:block; }
#vBJTchl9gBaGRdsNtPTlaXh5vSOll9em { color:rgba(var(--color-tertiary-4),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:7.375rem;left:27.8125rem;height:1.7858875rem;font-style:normal;display:block; }
#WTgtDkpnbcbEtWNlTavyd9fA3rp0Na2v { color:rgba(var(--color-tertiary-4),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:9.6875rem;left:27.8125rem;height:4.196775rem;font-style:normal;display:block; }
#U3pohgDvWZXL6du0nlsLfvknrMuQvPwt { color:rgba(var(--color-tertiary-4),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:9.6875rem;left:50.3125rem;height:4.196775rem;font-style:normal;display:block; }
#sgTxNITbHelXvVwqkyW7VXt4OmoEqMfB { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:6.90625rem;left:44.375rem;overflow:hidden;display:block; }
#BOxKvZm0iXyMsbxTcbt01Fb2w6BigLnJ { position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;border-top:0.0625rem dashed #f5be2c;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:3.4375rem;top:9rem;left:38.625rem;display:block; }
#TqZnc1GU72aaMT7PIHq5DMQ4mMR9UMl2 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:7.375rem;left:50.3125rem;height:1.7858875rem;font-style:normal;display:block; }
#DneQK7k0sqpeegQhECmKevbxeSsGsrFT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/bQlom59H/bg2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#DneQK7k0sqpeegQhECmKevbxeSsGsrFT.adaptive-delivery-prevent-bg, #DneQK7k0sqpeegQhECmKevbxeSsGsrFT.lazyload, #DneQK7k0sqpeegQhECmKevbxeSsGsrFT.lazyloading { background-image: none; }#DneQK7k0sqpeegQhECmKevbxeSsGsrFT > .row .container { border-width: 0; border-radius: 0; }#DneQK7k0sqpeegQhECmKevbxeSsGsrFT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DneQK7k0sqpeegQhECmKevbxeSsGsrFT > .row .container { font-size:0.875rem;font-family:arial;height:44.5rem;width:60rem;position:relative;display:none; }#dGE0Q1gsyEeOM98ZJwae1XUBaKDRA2yb { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2);top:3.25rem;left:0rem;height:2.598875rem;text-align:center;text-align-last:center;display:block; }
#ekyrI17MW7GMsRD6XPlvnTiTBF792ABg { color:#cc2f00;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.2);top:5.1875rem;left:0rem;height:4.87426875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DpmSTw6PxpBxxp42y4qChcTpRvTJmJKy { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.375rem;width:35.3125rem;top:15.624877929688rem;left:24.6875rem;overflow:hidden;display:block; }
#tCM9v1kSm0zJU60msSZS3kAAnS49DCAh { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-3),1), #660000);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-3),1), #660000);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-3),1), #660000);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-3),1), #660000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#660000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#660000' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-3),1), #660000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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: 0.5625rem 0.5625rem 0.625rem rgba(0,0,0,0.2) ;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:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:2.8125rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:40.56201171875rem;left:35.968017578125rem;display:block; }
#cQbgTx664u9KsvXCuoSbuCZ0Hq05PXOt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yd7R41TfsmfJfgVZJtzi8um8AD2zhTMU { color:#70182b;display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15036;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-0),1);top:25.312377929688rem;left:31.499633789062rem;height:10.4858125rem;font-style:normal;display:block; }
#yBJsdbKzwXaTMeIcrGh413rbPbgNeNiS { color:#70182b;display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15042;line-height:1.4;letter-spacing:0;top:34.4990234375rem;left:45.9375rem;height:2.09716875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#O3IqXnPsC1iHD40OxA73iqGo38dwLOqh { color:#70182b;display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15042;line-height:1.4;letter-spacing:0;top:30.687133789062rem;left:48.56201171875rem;height:3.1494125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#a0eOiwaVaLJ1tpyiTcsZNkFPiRsy4eeT { box-sizing:content-box;height:0.124511875rem;width:6.25rem;position:absolute;display:block;z-index:15052;background-color:#660000;background-image:none;top:32.999755859375rem;left:47.811889648438rem;display:none; }
#Di5043WFxU4n6KhTcZFct3LsdVPd8WnE { position:absolute;display:block;z-index:15049;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:23.6875rem;width:24.375rem;top:15.35107421875rem;left:1.3116455078125rem;overflow:hidden;display:block; }
#KLa8u9dAmPpDRL48yUhgmfqB1bQ6iHC0 { color:#70182b;display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:41.4375rem;left:5.125rem;height:2.09716875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xef1vlBeau84WhT21gOv0XeGaKEQGp8q { color:#70182b;display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15035;line-height:1.4;letter-spacing:0;top:23.37451171875rem;left:31.437377929688rem;height:1.3995375rem;font-style:normal;display:block; }
#X4W2f3nAVFynIPBMLfFPuNPbcSTTJwz2 { color:#cc2f00;display:block;width:21.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2);top:13.81201171875rem;left:28.56201171875rem;height:2.34375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J9JtsrDJL7iIx4FA8MT0TrAvxefPnKMI { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-3),1), #660000);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-3),1), #660000);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-3),1), #660000);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-3),1), #660000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#660000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#660000' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-3),1), #660000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: 0.5625rem 0.5625rem 0.625rem rgba(0,0,0,0.2) ;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:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:2.8125rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:15.187377929688rem;left:0rem;display:block; }
#TODmpqNhR2uiBqWS3WnNdNBKhxmu9Tn1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZHTN0OqZHHudvxy63qvizPcR1XQBhpAG { color:#70182b;display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15042;line-height:1.4;letter-spacing:0;top:30.687133789062rem;left:48.56201171875rem;height:3.1494125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#I6eXBwHX5NFBlRpldsKhOOAV4OH4Szah { color:#70182b;display:block;width:30.812375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15053;line-height:1.4;letter-spacing:0;top:15.905395507812rem;left:28.56201171875rem;height:1.31225625rem;font-style:normal;display:block; }
#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:url("https://images.assets-landingi.com/GROhdeak/bg3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4.adaptive-delivery-prevent-bg, #MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4.lazyload, #MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4.lazyloading { background-image: none; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row .container { background-color: transparent; background-image: none; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row .container > .video-iframe-container { display: none; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row > .video-iframe-container { display: none; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .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); }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row .container { border-width: 0; border-radius: 0; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row .container { font-size:0.875rem;font-family:arial;height:82.125rem;width:60rem;position:relative;display:block; }#sIN3yxqdT7pJmGb55VxwQVCo8iADbLDF { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.1875rem;width:28.1875rem;top:13.25rem;left:31.875rem;overflow:hidden;display:block; }
#zuU5MvhaXPxm4zw1oHRXyTb5OGKaxUUG { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.9375rem;width:25.9375rem;top:51.1875rem;left:1.25rem;overflow:hidden;display:block; }
#fie9R6MiQrCD4CBVxh7lCl8sWa0KFdmy { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.375rem;width:35.3125rem;top:15.3125rem;left:2.5625rem;overflow:hidden;display:block; }
#ia046G7bzNLMfLTBSkenL2mdkne9MrDq { color:#cc2f00;display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2);top:12.6875rem;left:5.125rem;height:2.34375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EuCq81ELlcTDDZomRi0p59aq4RSH7fAd { color:#70182b;display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:14.9375rem;left:5.125rem;height:1.31225625rem;font-style:normal;display:block; }
#RmWsP3Hh7aCiCBATmCCzo3NOhK1LXQNk { color:#70182b;display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:42.1875rem;left:39.3125rem;height:1.04858125rem;font-style:normal;display:block; }
#dyKIzyOib6s1tgCFxMrdzaf16T5SbeTU { color:#70182b;display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:22.6875rem;left:8.5rem;height:1.398925rem;font-style:normal;display:block; }
#DDSWGhsTJl8Tw2Wy4O11BPFObIhkw3Uk { color:#70182b;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:30.4375rem;left:25rem;height:3.1494125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TS6U6bk3BSJ3492Be08xrUyOEhyo4mSD { color:#70182b;display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-0),1);top:24.75rem;left:8.625rem;height:11.5344125rem;font-style:normal;display:block; }
#m4DywM1hsAm8xpd6x3pahTSlL1cPQJTV { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.375rem;width:35.3125rem;top:50rem;left:24.625rem;overflow:hidden;display:block; }
#c798ebwUFqi2TRU3Qvl2TOQ2sWkQMfaw { color:#70182b;display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:57.875rem;left:31.4375rem;height:1.398925rem;font-style:normal;display:block; }
#a9EsnPBWL8sMeRW0Tqf4qacAQNDln7WD { color:#70182b;display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-0),1);top:60rem;left:31.5rem;height:10.4858125rem;font-style:normal;display:block; }
#hA8zoCfKb0uTOLTayZcoK98TQXcbUssL { color:#70182b;display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.4;letter-spacing:0;top:65.1875rem;left:48.5625rem;height:3.1494125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#VyttwIMGVFMA6RbeaQDEIZLf43zL8Bov { color:#70182b;display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:68.9375rem;left:45.9375rem;height:2.09716875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#QnxH7CbdU0W3mwfQHgF9i019bJRDXhsp { color:#cc2f00;display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2);top:50.0625rem;left:28.5625rem;height:2.34375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MlZxnMBbgxNLw98f5JTrMEAICQVdHvrK { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #660000, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, #660000, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, #660000, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, #660000, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#660000', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#660000', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, #660000, rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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: 0.5625rem 0.5625rem 0.625rem rgba(0,0,0,0.2) ;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:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:2.8125rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:39.8125rem;left:13.125rem;display:block; }
#c2ywUO4pgNxwTr2QikTxQghFftIrJwnk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yqSTABomFemFgDCGc4tXh2HpNoC5E95M { color:#70182b;display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:34.3125rem;left:23.625rem;height:2.09716875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#D4Z1rtxW7pUtsDyfzSKWMLtn4gZ0lc9z { color:#70182b;display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:52.375rem;left:28.5625rem;height:1.2243625rem;font-style:normal;display:block; }
#kemL20CUblzEdTAnJ0txMTpKtUrX6WoG { color:#70182b;display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15038;line-height:1.4;letter-spacing:0;top:76.375rem;left:5.125rem;height:2.09716875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vVbyg89nr2F0bmFtGmSyS46GuozOASzS { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-3),1), #660000);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-3),1), #660000);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-3),1), #660000);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-3),1), #660000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#660000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#660000' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-3),1), #660000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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: 0.5625rem 0.5625rem 0.625rem rgba(0,0,0,0.2) ;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:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:2.8125rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:75rem;left:36rem;display:block; }
#iCt9AzDz4oVUoRFVeEbJhkfkqoR3PyRi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OyZ3PUKZKGlnkxZHKJOm83Kl7ossEF5G { color:#70182b;display:block;width:4.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.4;letter-spacing:0;top:65.3125rem;left:49.4375rem;height:3.1484375rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#UdIibytiXXwIEtAb1XGWoq9gkks0I0pU { color:#70182b;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:30.5625rem;left:25rem;height:3.1484375rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#hr6wH25X18CrSGwOBwXe9lvMO5MIZlTw { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-3),1), #660000);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-3),1), #660000);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-3),1), #660000);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-3),1), #660000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#660000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#660000' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-3),1), #660000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: 0.5625rem 0.5625rem 0.625rem rgba(0,0,0,0.2) ;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:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:2.8125rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:49.75rem;left:0rem;display:block; }
#geEaabqE61buw0HaITdeRf9UyDfbZAaW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zhuyXNIBvycTwlmq7R8n5xGK7FTKqG4d { box-sizing:content-box;height:0.125rem;width:6.25rem;position:absolute;display:block;z-index:15040;background-color:#660000;background-image:none;top:59.125rem;left:47.875rem;display:none; }
#CorLABCR9SZ6ygn6f6fARMfqiFocIFmu { box-sizing:content-box;height:0.124511875rem;width:6.25rem;position:absolute;display:block;z-index:15041;background-color:#660000;background-image:none;top:24.4375rem;left:25.25rem;display:none; }
#QQTXohnpXDpMXMIpOu5D2M2XWogClInH { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2);top:2.5rem;left:0rem;height:2.598875rem;text-align:center;text-align-last:center;display:block; }
#lH3uQq44WWWdVSxnf4DUhV4zh7dJkbnq { color:#cc2f00;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.2);top:4.5rem;left:0rem;height:4.87426875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#max2XZZw4dpdetmZTIL9hQArLB7BhQbG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/bQlom59H/bg2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#max2XZZw4dpdetmZTIL9hQArLB7BhQbG.adaptive-delivery-prevent-bg, #max2XZZw4dpdetmZTIL9hQArLB7BhQbG.lazyload, #max2XZZw4dpdetmZTIL9hQArLB7BhQbG.lazyloading { background-image: none; }#max2XZZw4dpdetmZTIL9hQArLB7BhQbG > .row .container { background-color: transparent; background-image: none; }#max2XZZw4dpdetmZTIL9hQArLB7BhQbG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#max2XZZw4dpdetmZTIL9hQArLB7BhQbG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#max2XZZw4dpdetmZTIL9hQArLB7BhQbG > .row .container > .video-iframe-container { display: none; }#max2XZZw4dpdetmZTIL9hQArLB7BhQbG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#max2XZZw4dpdetmZTIL9hQArLB7BhQbG > .row > .video-iframe-container { display: none; }#max2XZZw4dpdetmZTIL9hQArLB7BhQbG > .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); }#max2XZZw4dpdetmZTIL9hQArLB7BhQbG > .row .container { border-width: 0; border-radius: 0; }#max2XZZw4dpdetmZTIL9hQArLB7BhQbG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#max2XZZw4dpdetmZTIL9hQArLB7BhQbG > .row .container { font-size:0.875rem;font-family:arial;height:72.5rem;width:60rem;position:relative;display:block; }#rDydRdOWvHKVsfOuLIUPPdTX9MCktBsq { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.375rem;width:35.3125rem;top:3.9375rem;left:1.375rem;overflow:hidden;display:block; }
#GGdhF5szFcHf2oH7FZ7fbRIMPXgqm5VU { color:#cc2f00;display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2);top:3.9375rem;left:4.8125rem;height:2.34375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Q278GHEki5LN8ZxrtECVVLnZvcKy5ZbP { color:#70182b;display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:6.25rem;left:4.75rem;height:1.31225625rem;font-style:normal;display:block; }
#AgTIa6lD8LDaNnARRTAGXbqbGnSRfkUm { color:#70182b;display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:10.1875rem;left:8.125rem;height:1.3995375rem;font-style:normal;display:block; }
#CIXpHtZAuWmuVqBaLSGspdPpo1iQ4swi { color:#70182b;display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-0),1);top:12.0625rem;left:8.25rem;height:12.6635625rem;font-style:normal;display:block; }
#Vdual3u75vKRKoR8oxpLOJtuDhhUDquo { color:#70182b;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:19.0625rem;left:24.5625rem;height:3.1494125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#y9cOLyvwkh93g382AJst5sXBqi63P7FI { color:#70182b;display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:22.875rem;left:23.125rem;height:2.09716875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#RwdxSJB7DCkWC0Ok8MfbJmBiWEqWnWUH { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #660000, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, #660000, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, #660000, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, #660000, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#660000', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#660000', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, #660000, rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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: 0.5625rem 0.5625rem 0.625rem rgba(0,0,0,0.2) ;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:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:2.8125rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:28.375rem;left:12.75rem;display:block; }
#RxJcUHvdcl5KmRhIAn0KLcbzlhLSTpSZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rt8ICs9dZhC7CQTwINRlHRB6PKzNSfwc { color:#70182b;display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:31.25rem;left:38.125rem;height:2.09716875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CDRTDxxJKmp6l3ZKZQtdly31LZK1JiFt { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.25rem;width:26.25rem;top:38.5rem;left:0rem;overflow:hidden;display:block; }
#dZZv9IfuptsB2osuVHFhXOn9pI90kDDZ { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.4375rem;width:35.3125rem;top:38.5rem;left:24.4375rem;overflow:hidden;display:block; }
#DGH45NlnbvbmRtbHBOI7BgWkGgmV1ze9 { color:#cc2f00;display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2);top:39.1875rem;left:28.1875rem;height:2.34375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N1MFLazOFsVqT2k7O7dQ8oMGuZOCFzRy { color:#70182b;display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:41.5rem;left:28.1875rem;height:1.224975rem;font-style:normal;display:block; }
#d6XkuJuJWquUCPbQR4b1Uot4wCIrhFC9 { color:#70182b;display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:46.4375rem;left:31.0625rem;height:1.3995375rem;font-style:normal;display:block; }
#ugXZLVsqx5AKS1m6eM3OvHCUTqXPOm7O { color:#70182b;display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-0),1);top:48.5625rem;left:31.125rem;height:10.4858125rem;font-style:normal;display:block; }
#le44iOWncelG1Bcm0R7EGulyTEaC8wZZ { color:#70182b;display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:57.4375rem;left:45.75rem;height:2.09716875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#UszeyEZLRrBwsdRx8zbXRTym4bOQ3QZK { color:#70182b;display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15038;line-height:1.4;letter-spacing:0;top:65.9375rem;left:4.8125rem;height:2.09716875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UGcxXTSlKuTU4JxCbt7Cd0T3EkGBZVS7 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-3),1), #660000);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-3),1), #660000);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-3),1), #660000);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-3),1), #660000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#660000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#660000' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-3),1), #660000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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: 0.5625rem 0.5625rem 0.625rem rgba(0,0,0,0.2) ;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:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:2.8125rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:63.5625rem;left:35.625rem;display:block; }
#rcIG3Lp3WSEP7cON2c9vPGaMxZ2JAJuJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xB0ILTQF0UkVA8lqqI4TQbH8wqwApEgT { color:#70182b;display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.4;letter-spacing:0;top:53.75rem;left:46.436767578125rem;height:3.1494125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#OcWmgsrctRyZpfvJRcXNkt7gs4rD4IJM { position:absolute;display:block;z-index:15040;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:27.75rem;width:27.75rem;top:3.5rem;left:31.5625rem;overflow:hidden;display:block; }
#eH3ETB0I1PvkZhi5yCTUNl6GNu0Wd0Zw { color:#70182b;display:block;width:4.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.4;letter-spacing:0;top:53.75rem;left:48.625rem;height:3.1484375rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#TdeGGVO0FHZBbJkM2XCc5GkckNeTMafo { box-sizing:content-box;height:0.125rem;width:6.25rem;position:absolute;display:block;z-index:15041;background-color:#660000;background-image:none;top:21.415649414062rem;left:24.749877929688rem;display:none; }
#JeDVvebd8r7qMDFvGpiPVTJb49i2O5TU { box-sizing:content-box;height:0.125rem;width:6.25rem;position:absolute;display:block;z-index:15042;background-color:#660000;background-image:none;top:56.110473632812rem;left:47.4951171875rem;display:none; }
#TRtqTmAMXIoTTwrNVrG9rUaxK4E2lgXN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:url("https://images.assets-landingi.com/GROhdeak/bg3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TRtqTmAMXIoTTwrNVrG9rUaxK4E2lgXN.adaptive-delivery-prevent-bg, #TRtqTmAMXIoTTwrNVrG9rUaxK4E2lgXN.lazyload, #TRtqTmAMXIoTTwrNVrG9rUaxK4E2lgXN.lazyloading { background-image: none; }#TRtqTmAMXIoTTwrNVrG9rUaxK4E2lgXN > .row .container { background-color: transparent; background-image: none; }#TRtqTmAMXIoTTwrNVrG9rUaxK4E2lgXN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRtqTmAMXIoTTwrNVrG9rUaxK4E2lgXN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRtqTmAMXIoTTwrNVrG9rUaxK4E2lgXN > .row .container > .video-iframe-container { display: none; }#TRtqTmAMXIoTTwrNVrG9rUaxK4E2lgXN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRtqTmAMXIoTTwrNVrG9rUaxK4E2lgXN > .row > .video-iframe-container { display: none; }#TRtqTmAMXIoTTwrNVrG9rUaxK4E2lgXN > .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); }#TRtqTmAMXIoTTwrNVrG9rUaxK4E2lgXN > .row .container { border-width: 0; border-radius: 0; }#TRtqTmAMXIoTTwrNVrG9rUaxK4E2lgXN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TRtqTmAMXIoTTwrNVrG9rUaxK4E2lgXN > .row .container { font-size:0.875rem;font-family:arial;height:69.25rem;width:60rem;position:relative;display:block; }#H0fIh049ZmvTkyDnzpZwqc1Tc5tGI8e7 { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:28.125rem;top:35.3369140625rem;left:0rem;overflow:hidden;display:block; }
#i9qmSkppoTJf1TfL3r0nIoDvtzVreBVz { color:#cc2f00;display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2);top:2.5rem;left:4.749755859375rem;height:2.34375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NHGX4QfIJal9Um6v60NHAGOMuc4KkIMO { color:#70182b;display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:4.8125rem;left:4.75rem;height:1.3125rem;font-style:normal;display:block; }
#ebFclqAZdskseWSLfFmEyLJ0CfXduOhE { color:#70182b;display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:27.7119140625rem;left:38.3125rem;height:2.09716875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C6r9IzKdiEuX0Beza3QiyO3ryGz4DXfE { color:#70182b;display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:8.875rem;left:8.125rem;height:1.3995375rem;font-style:normal;display:block; }
#eUWQhr9XQaG7dLBx3s4FoZn4UWZ2nebR { color:#70182b;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:17.4375rem;left:24.6875rem;height:3.1494125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TKpiETdXaqnm8TuRdronQBMT98a4sVIP { color:#70182b;display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-0),1);top:10.5625rem;left:8.25rem;height:12.6635625rem;font-style:normal;display:block; }
#DMIM6m4ZFOL3Mset1LMSi4exQZITgmnt { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.375rem;width:35.3125rem;top:37.1875rem;left:24.625rem;overflow:hidden;display:block; }
#b0FBgLrmgXITASII9Pd9Ez1ULMlByMf5 { color:#70182b;display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:43.4375rem;left:31.0625rem;height:1.3995375rem;font-style:normal;display:block; }
#yH8xuXIvlxGHhFMVguNSUWl7mPt8ZLhv { color:#70182b;display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-0),1);top:45.5625rem;left:31.125rem;height:12.6635625rem;font-style:normal;display:block; }
#dyM12e1ZQhpT9XtPGBOzpLoXMwQi2e51 { color:#70182b;display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.4;letter-spacing:0;top:52.375rem;left:48.4375rem;height:3.1494125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qsDaiEcgqTmJwTm49ygn7FryIVDBs17T { color:#70182b;display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:56.125rem;left:45.8125rem;height:2.09716875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#fERgODsn57ecT3KRlgBu5o0yRNBL6EFS { color:#cc2f00;display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2);top:37.75rem;left:28.1875rem;height:2.34375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HANB7w4mfKcB63ucygDsPTiMRTepLiQC { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #660000, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, #660000, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, #660000, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, #660000, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#660000', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#660000', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, #660000, rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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: 0.5625rem 0.5625rem 0.625rem rgba(0,0,0,0.2) ;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:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:2.8125rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:26.9375rem;left:12.75rem;display:block; }
#fAmZFQUKFdaWCrINsMKAuZu1E0936ean { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ka2vE0rJaShU6vX07uPUVqkUpeQOPCN3 { color:#70182b;display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:21.25rem;left:23.125rem;height:2.09716875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#GGTTAoUK6qQ274A47VlHmuivTO6obk3h { color:#70182b;display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:40.0625rem;left:28.1875rem;height:1.224975rem;font-style:normal;display:block; }
#eToFsw5SlF2mTBd6HxsmLRVOt66W2oXB { color:#70182b;display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15038;line-height:1.4;letter-spacing:0;top:63.4619140625rem;left:6.4375rem;height:2.09716875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wyPyz4QNtXP2tN00BPbiXE7cinQBCPQn { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-3),1), #660000);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-3),1), #660000);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-3),1), #660000);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-3),1), #660000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#660000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#660000' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-3),1), #660000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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: 0.5625rem 0.5625rem 0.625rem rgba(0,0,0,0.2) ;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:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:2.8125rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:62.125rem;left:35.625rem;display:block; }
#coLu0M0lGJ0wE1NhaQbd2g2NBHBauBv6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UaNXfTvKwOt1GG5qQEH8o2TrwhSNFDmf { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.4375rem;width:35.3125rem;top:2.21875rem;left:1.625rem;overflow:hidden;display:block; }
#NNqua64brRi5ZtbgITRLFkL8ENw4DcCI { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.25rem;width:26.25rem;top:2.5rem;left:31.5625rem;overflow:hidden;display:block; }
#ox2QzJCkMrA0ydupBFCPLJ2s8IFKNKhn { color:#70182b;display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.4;letter-spacing:0;top:52.375rem;left:48.4375rem;height:3.1484375rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#r2euqu4v8dnDkES1t2dVm6o513NINA9q { box-sizing:content-box;height:0.125rem;width:6.25rem;position:absolute;display:block;z-index:15043;background-color:#660000;background-image:none;top:19.821411132812rem;left:24.913696289062rem;display:none; }
#u5Be8Fq3SaSlL9Cs6SCUAidqAk5gRweN { box-sizing:content-box;height:0.125rem;width:6.25rem;position:absolute;display:block;z-index:15044;background-color:#660000;background-image:none;top:54.735717773438rem;left:47.812377929688rem;display:none; }
#JR3TwU75ptMr7kTWFyTmxI7JrUr3XrN7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/bQlom59H/bg2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JR3TwU75ptMr7kTWFyTmxI7JrUr3XrN7.adaptive-delivery-prevent-bg, #JR3TwU75ptMr7kTWFyTmxI7JrUr3XrN7.lazyload, #JR3TwU75ptMr7kTWFyTmxI7JrUr3XrN7.lazyloading { background-image: none; }#JR3TwU75ptMr7kTWFyTmxI7JrUr3XrN7 > .row .container { background-color: transparent; background-image: none; }#JR3TwU75ptMr7kTWFyTmxI7JrUr3XrN7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JR3TwU75ptMr7kTWFyTmxI7JrUr3XrN7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JR3TwU75ptMr7kTWFyTmxI7JrUr3XrN7 > .row .container > .video-iframe-container { display: none; }#JR3TwU75ptMr7kTWFyTmxI7JrUr3XrN7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JR3TwU75ptMr7kTWFyTmxI7JrUr3XrN7 > .row > .video-iframe-container { display: none; }#JR3TwU75ptMr7kTWFyTmxI7JrUr3XrN7 > .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); }#JR3TwU75ptMr7kTWFyTmxI7JrUr3XrN7 > .row .container { border-width: 0; border-radius: 0; }#JR3TwU75ptMr7kTWFyTmxI7JrUr3XrN7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JR3TwU75ptMr7kTWFyTmxI7JrUr3XrN7 > .row .container { font-size:0.875rem;font-family:arial;height:40.375rem;width:60rem;position:relative;display:block; }#JqlbuL20oWxI6ScGMcfMoleETgqD5aNz { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.375rem;width:35.3125rem;top:3.9375rem;left:1.375rem;overflow:hidden;display:block; }
#rp77t1TsMkFWTDo0vi8VPlXymRDWfmpv { color:#cc2f00;display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2);top:3.936767578125rem;left:4.81201171875rem;height:2.34375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EZ8q3rxkNXlyaTTm8N09PGE74HswpybP { color:#70182b;display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:6.25rem;left:4.75rem;height:1.31225625rem;font-style:normal;display:block; }
#eUE6HmqlS3q24OsdHIhxwTRuGwZMgMae { color:#70182b;display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:10.1875rem;left:8.125rem;height:1.3995375rem;font-style:normal;display:block; }
#PLz4PZTcuzyIuqTpDhgC0UaLLuNcl9vd { color:#70182b;display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-0),1);top:12.0625rem;left:8.25rem;height:13.63768125rem;font-style:normal;display:block; }
#upqcdESgKe4EHQAmdxS3JCOlTN3OZ1bJ { color:#70182b;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:19.0625rem;left:24.5625rem;height:3.1494125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#BmeTInaUpqgpK2xwq5XH7TMAsIR5ByMl { color:#70182b;display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:22.875rem;left:23.125rem;height:2.09716875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#LAAlMVrATyxXxSGczVRQHKnRU5FsTeDi { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #660000, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, #660000, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, #660000, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, #660000, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#660000', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#660000', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, #660000, rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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: 0.5625rem 0.5625rem 0.625rem rgba(0,0,0,0.2) ;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:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:2.8125rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:28.375rem;left:12.75rem;display:block; }
#ZqAEXROv3URzRFLe9LH4pqdBhVA6WZAP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E7iEhzyq7KREvxsrypRPsWVdQmD83A9S { color:#70182b;display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:31.25rem;left:38.125rem;height:3.14575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DZem0Ec07XDeF7D6EXMTlMNU1o4toJ4H { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:28.125rem;top:3.9375rem;left:31.875rem;overflow:hidden;display:block; }
#VRO68U3wAvSJcCKzprepZ8ZElJZCJPPg { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-3),1), #660000);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-3),1), #660000);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-3),1), #660000);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-3),1), #660000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#660000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#660000' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-3),1), #660000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: 0.5625rem 0.5625rem 0.625rem rgba(0,0,0,0.2) ;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:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:2.8125rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:2.3125rem;left:51.5625rem;display:none; }
#ZT37dp0tOeDOTuGcCVVRODQeTtgBRKMW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eDvQNlMuHm5kwU3owFQi18IA9yhZFh8b { box-sizing:content-box;height:0.125rem;width:6.25rem;position:absolute;display:block;z-index:15045;background-color:#660000;background-image:none;top:21.431274414062rem;left:24.663940429688rem;display:none; }
#UXDfoW9a9recHWSTMToUSd4zRldTtCEs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/D4J4CeE9/bg4.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs.adaptive-delivery-prevent-bg, #UXDfoW9a9recHWSTMToUSd4zRldTtCEs.lazyload, #UXDfoW9a9recHWSTMToUSd4zRldTtCEs.lazyloading { background-image: none; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row .container { background-color: transparent; background-image: none; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row .container > .video-iframe-container { display: none; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row > .video-iframe-container { display: none; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .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); }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row .container { border-width: 0; border-radius: 0; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row .container { font-size:0.875rem;font-family:arial;height:41.8125rem;width:60rem;position:relative;display:block; }#X2dTpiLKytFu1XQLtnDgfqxHRiLdGsSS { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:4.9375rem;left:0rem;height:2.598875rem;text-align:center;text-align-last:center;display:block; }
#Z8PiOgOosG1KwAWwmXhL3kV6TN5JfTrZ { color:#cc2f00;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.2);top:15.9375rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EQs8OnHPq11TC6cktZniyfq0MOrhrMGe { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:23.3125rem;left:0rem;overflow:hidden;display:block; }
#eeaTK0m30Ge5JTCXTOTZCEB8tDq3OkLR { color:rgba(var(--color-tertiary-4),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:25.4375rem;left:5.625rem;height:11.8103125rem;font-style:normal;display:block; }
#irzVki48nN7u2mKz49zGVULCNDU1Wi8O { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:23.125rem;left:5.625rem;height:1.7858875rem;font-style:normal;display:block; }
#fHFgiLaWAxAGsw9ROOnTyXgLPuEqqivp { color:rgba(var(--color-tertiary-4),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:25.4375rem;left:26.6875rem;height:11.8103125rem;font-style:normal;display:block; }
#LTecbrW32J5S4vpHc09MdQpwcRN5Lq6N { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:23.3125rem;left:21.0625rem;overflow:hidden;display:block; }
#AneVA9OhbvNoPt4sV8lRLBNCDsEp5P61 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:23.125rem;left:26.6875rem;height:1.7858875rem;font-style:normal;display:block; }
#NB4TqoVqqQc1z4tJKKrxqnJn5QukdEIV { color:rgba(var(--color-tertiary-4),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:25.4375rem;left:47.5625rem;height:13.468rem;font-style:normal;display:block; }
#U6mbQPZpoNZ3EMn5Fvmgf0NgkywZ4CQw { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:23.125rem;left:47.5625rem;height:1.7858875rem;font-style:normal;display:block; }
#nK8vttURhs0mTgSdobcyPkhuiQS7NQ5l { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:23.3125rem;left:41.9375rem;overflow:hidden;display:block; }
#xIC5wuA080GHCyIryEdR25MIPA40wi5G { color:rgba(var(--color-tertiary-4),1);display:block;width:43.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:8.1875rem;left:8.4375rem;height:5.249025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#svo3RW4pQdKd3qAiaVLTaEoemJ86Ecke { color:rgba(var(--color-tertiary-4),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:38.9072265625rem;left:47.5rem;height:1.04858125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#C85hi6LtZTun3lxTDDEulfZXTRgWgryi { color:rgba(var(--color-tertiary-4),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:37.25rem;left:5.625rem;height:1.04858125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#NDrFgrVQeJprQwni4JmB9UUXimVwGJAL { color:rgba(var(--color-tertiary-4),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:37.25rem;left:26.6875rem;height:1.04858125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hI7T3LWehbmqPUA2CrSl4sNtGSFhDbpP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/D4J4CeE9/bg4.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hI7T3LWehbmqPUA2CrSl4sNtGSFhDbpP.adaptive-delivery-prevent-bg, #hI7T3LWehbmqPUA2CrSl4sNtGSFhDbpP.lazyload, #hI7T3LWehbmqPUA2CrSl4sNtGSFhDbpP.lazyloading { background-image: none; }#hI7T3LWehbmqPUA2CrSl4sNtGSFhDbpP > .row .container { background-color: transparent; background-image: none; }#hI7T3LWehbmqPUA2CrSl4sNtGSFhDbpP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hI7T3LWehbmqPUA2CrSl4sNtGSFhDbpP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hI7T3LWehbmqPUA2CrSl4sNtGSFhDbpP > .row .container > .video-iframe-container { display: none; }#hI7T3LWehbmqPUA2CrSl4sNtGSFhDbpP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hI7T3LWehbmqPUA2CrSl4sNtGSFhDbpP > .row > .video-iframe-container { display: none; }#hI7T3LWehbmqPUA2CrSl4sNtGSFhDbpP > .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); }#hI7T3LWehbmqPUA2CrSl4sNtGSFhDbpP > .row .container { border-width: 0; border-radius: 0; }#hI7T3LWehbmqPUA2CrSl4sNtGSFhDbpP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hI7T3LWehbmqPUA2CrSl4sNtGSFhDbpP > .row .container { font-size:0.875rem;font-family:arial;height:32.5625rem;width:60rem;position:relative;display:block; }#TsRMJpseWCsGJPO10MkeUQJrkApUOREn { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.5625rem 0.5625rem 0.625rem rgba(0,0,0,0.2) ;height:28.125rem;width:28.125rem;top:2.25rem;left:15.9375rem;overflow:hidden;display:block; }
#RVTXCvb41ocvdkXIrDgSq69Tiz4a8ANS { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.5625rem 0.5625rem 0.625rem rgba(0,0,0,0.2) ;height:28.125rem;width:28.125rem;top:2.1875rem;left:15.9375rem;overflow:hidden;display:block; }
#OVlk1Kcu5MKZqftblmrUCJx1glUq12Hk { position:absolute;display:block;z-index:15014;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: 0.5625rem 0.5625rem 0.625rem rgba(0,0,0,0.5) ;height:28.125rem;width:28.125rem;top:2.1875rem;left:15.9375rem;overflow:hidden;display:block; }
#TIIMnoB04gIrr7TCTWLoiLm2cCw8lUgt { position:absolute;display:block;z-index:15015;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: 0.5625rem 0.5625rem 0.625rem rgba(0,0,0,0.2) ;height:28.125rem;width:28.125rem;top:2.1875rem;left:15.9375rem;overflow:hidden;display:block; }
#FBOAhqxML8D1LJoDxdlUmqCpJZDtWARV { position:absolute;display:block;z-index:15015;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: 0.5625rem 0.5625rem 0.625rem rgba(0,0,0,0.2) ;height:28.125rem;width:28.125rem;top:2.1875rem;left:15.9375rem;overflow:hidden;display:block; }
#MMZV3Wa90fsra3BrpQck34y6xsKmTZc0 { position:absolute;display:block;z-index:15014;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: 0.5625rem 0.5625rem 0.625rem rgba(0,0,0,0.2) ;height:28.125rem;width:28.125rem;top:2.1875rem;left:15.9375rem;overflow:hidden;display:block; }
#OLb6Hy6c3neq9QNCfc2eUJn8LB01bHQA { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.5625rem 0.5625rem 0.625rem rgba(0,0,0,0.2) ;height:28.125rem;width:28.125rem;top:2.1875rem;left:15.9375rem;overflow:hidden;display:block; }
#o3BGD5iDyOAs2C2kN4BBtxdbZSxx3gE5 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.5625rem 0.5625rem 0.625rem rgba(0,0,0,0.2) ;height:28.125rem;width:28.125rem;top:2.25rem;left:15.9375rem;overflow:hidden;display:block; }
#V9ckL7zdgm3LeNOzaeubx30pI3Mf7pNK { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.5625rem 0.5625rem 0.625rem rgba(0,0,0,0.2) ;height:28.125rem;width:28.125rem;top:2.25rem;left:15.9375rem;overflow:hidden;display:block; }
#papmg8kEKhRQmNEUNM05EBlWisVDih4b { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.5625rem 0.5625rem 0.625rem rgba(0,0,0,0.2) ;height:28.125rem;width:28.125rem;top:2.1875rem;left:15.9375rem;overflow:hidden;display:block; }
#qLqzyDN6bti57eQps6OuZKL4fgbdBTH1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/D4J4CeE9/bg4.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qLqzyDN6bti57eQps6OuZKL4fgbdBTH1.adaptive-delivery-prevent-bg, #qLqzyDN6bti57eQps6OuZKL4fgbdBTH1.lazyload, #qLqzyDN6bti57eQps6OuZKL4fgbdBTH1.lazyloading { background-image: none; }#qLqzyDN6bti57eQps6OuZKL4fgbdBTH1 > .row .container { background-color: transparent; background-image: none; }#qLqzyDN6bti57eQps6OuZKL4fgbdBTH1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qLqzyDN6bti57eQps6OuZKL4fgbdBTH1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qLqzyDN6bti57eQps6OuZKL4fgbdBTH1 > .row .container > .video-iframe-container { display: none; }#qLqzyDN6bti57eQps6OuZKL4fgbdBTH1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qLqzyDN6bti57eQps6OuZKL4fgbdBTH1 > .row > .video-iframe-container { display: none; }#qLqzyDN6bti57eQps6OuZKL4fgbdBTH1 > .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); }#qLqzyDN6bti57eQps6OuZKL4fgbdBTH1 > .row .container { border-width: 0; border-radius: 0; }#qLqzyDN6bti57eQps6OuZKL4fgbdBTH1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qLqzyDN6bti57eQps6OuZKL4fgbdBTH1 > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:60rem;position:relative;display:block; }#JDPfLsuuTVpRRAWbDZLGeBo4MbNPH7iV { color:rgba(var(--color-primary-4),1);display:block;width:23.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:0.875rem;left:18.125rem;height:1.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dgwwyyHeXqG44rvVsoqJhtfZSiDM33wh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:0rem;left:44.0625rem;filter: drop-shadow(0.5625rem 0.5625rem 0.625rem rgba(0,0,0,0.5)); }
#S6XJc6bTEK5Tmg4DsVy0TgpuMKMis7mn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:0rem;left:12.8125rem;filter: drop-shadow(0.5625rem 0.5625rem 0.625rem rgba(0,0,0,0.5)); }
#gEuyatmdDfCVOll97uf162HfQZe5wUw5 { color:rgba(var(--color-primary-4),1);display:block;width:23.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:0.875rem;left:18.125rem;height:1.59375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/294651ee-8294-4776-8c50-c0054315286a/image00002.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT.adaptive-delivery-prevent-bg, #EezuVNHQTM5ETaODkdP0xTztc9t1FWRT.lazyload, #EezuVNHQTM5ETaODkdP0xTztc9t1FWRT.lazyloading { background-image: none; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container { background-color: transparent; background-image: none; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container > .video-iframe-container { display: none; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row > .video-iframe-container { display: none; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .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); }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container { border-width: 0; border-radius: 0; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container { font-size:0.875rem;font-family:arial;height:65.1875rem;width:60rem;position:relative;display:block; }#H1JPJdfswSHtbbpCXAXIfCpuA6GzyruD { color:#fdfdfd;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:2.875rem;left:0rem;height:2.598875rem;text-align:center;text-align-last:center;display:block; }
#Mik2RMTzOtcdg4thIA99r7qiNUoy2VWw { color:#cc2f00;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.2);top:4.625rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hQhHqFEzXUMcJo20zJo9Z3zuZ5lNkmS0 { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;border-top:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-left:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-right:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:3.125rem;width:3.125rem;top:24.25rem;left:7.75rem;display:block; }
#iN83fN6qtRirJJIrSI5sFxpg9SIA6zG7 { color:rgba(var(--color-tertiary-0),1);display:block;width:42rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:24.375rem;left:12.25rem;height:2.99805rem;display:block; }
#MB5HKDhfyNLxzSXdHf1cFWUaiGfUHUl5 { color:#cc2f00;display:block;width:3.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:25.0625rem;left:7.75rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dBhzarwOln9ICfeSMTXifF049T8qCV32 { color:rgba(var(--color-tertiary-0),1);display:block;width:41.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:29.8125rem;left:12.25rem;height:2.99805rem;display:block; }
#wN3GZ0TNsshk7SBNGLhSrmetBbBd5EUc { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;border-top:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-left:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-right:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:3.125rem;width:3.125rem;top:29.6875rem;left:7.75rem;display:block; }
#DcUXGxgZLvP57MTEIgzxGrpBSS1LFeFq { color:#cc2f00;display:block;width:3.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:30.5rem;left:7.75rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UV1lPoA3dwuIQl3P5AAVOC5TBGFo7tiQ { color:rgba(var(--color-tertiary-0),1);display:block;width:44rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:34.375rem;left:12.25rem;height:2.99805rem;display:block; }
#R0tPMRLnuUp0FJKiX62BVaSpnaaJJkJX { position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;border-top:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-left:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-right:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:3.125rem;width:3.125rem;top:35rem;left:7.75rem;display:block; }
#BWPGviEJv0bCxlrWl4c26zKJTVakmsnb { color:#cc2f00;display:block;width:3.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:35.8125rem;left:7.75rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I0u1TVb1S51pwdXGwSp0qPWmPe24T7NQ { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:41.9375rem;left:13.875rem;height:1.7858875rem;font-style:normal;display:block; }
#TQ38mCn1swUC4fk47u6Riy5tQUcdrJyw { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:44.625rem;left:13.875rem;height:7.7929625rem;font-style:normal;display:block; }
#xR6JibaTt5XqdBfUyPxHM2ql58ceANrf { box-sizing:content-box;color:#efefef;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:44.4375rem;left:34.625rem;display:block; }
#kyRn0vG5bKv4Tq4brqNZbGAkSk19DVfD { box-sizing:content-box;color:#efefef;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:44.4375rem;left:38.4375rem;display:block; }
#yBCcOC7QEUsPkAQ7TLk6sm30d2uBLaJB { box-sizing:content-box;color:#efefef;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:44.4375rem;left:42.125rem;display:block; }
#pevNLtcM42tf31OvNSmplbA9ae2ohq9K { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), #660000);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), #660000);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), #660000);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), #660000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#660000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#660000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), #660000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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: 0.5625rem 0.5625rem 0.625rem rgba(0,0,0,0.2) ;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:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.75rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:15.46875rem;left:23.125rem;display:block; }
#W8fGqmngsInlA4rA2IGTFhUqU9o40K29 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a09uGX04DM9O1bAQJhnvF6wDhUL9pmJL { color:rgba(var(--color-tertiary-0),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15038;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(60,0,0,0.5);top:10.3994140625rem;left:13.96875rem;height:2.0996125rem;text-align:center;text-align-last:center;display:block; }
#OyNnwfcRMclk7oNQTmL8MRrEFyZXTXwR { color:rgba(var(--color-tertiary-0),1);display:block;width:37.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:63.0625rem;left:11.09375rem;height:1.31286875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wd5JFJM8qT8l341shUW3rBFBz5qdTrUb { background-color:rgba(var(--color-primary-4),0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.3125rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:47.8125rem;left:33.625rem;display:block; }
#xe2RTJQRqUMJum4heTFMghnIGQ0maTTR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RhMMNcTDpFnUll5KiCBlEe9BryCaIkBT { color:rgba(var(--color-tertiary-0),1);display:block;width:10.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:48.4375rem;left:34.5625rem;height:1.29980625rem;display:block; }
#bHZrsXRxoEAgg8Tc0UWxFrMRTPBmHQ5d { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:41.9375rem;left:34.625rem;height:3.896475rem;font-style:normal;display:block; }
#TsAZXQee8pJHXfu7H49LkJRt9JudRWLa { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:19.6875rem;top:14.03125rem;left:7rem;overflow:hidden;display:block; }
#s8KPGbB699ywqRwgH76MCMsI1w4WZUg8 { position:absolute;display:block;z-index:15039;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:11.5625rem;width:11.5625rem;top:12.75rem;left:35.1875rem;overflow:hidden;display:block; }
#AQ8Kr5cROXtmQq5iRvzd6EMNauFktqgA { position:absolute;display:block;z-index:15039;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:11.5625rem;width:11.5625rem;top:12.75rem;left:34.4375rem;overflow:hidden;display:none; }
#bP8wSyW4T1Nqgw1hZPJTliqASE0OGuvB { position:absolute;display:block;z-index:15041;height:9.375rem;width:32.375rem;top:51.7353515625rem;left:13.8125rem;display:block; }
#rDgTzKTSpT4sttL8wMW6Iw1ZNHM9i52r { position:absolute;display:block;z-index:15042;height:9.375rem;width:32.375rem;top:51.7353515625rem;left:19.84375rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Mtg38qpJ2g32rALHEtDmo6DZVzZDv1RM { display:block; }#Mtg38qpJ2g32rALHEtDmo6DZVzZDv1RM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kzqJ0nOEtolWkEO08gi9JzLy39aqpgqR { display:none; }
 }@media only screen and (max-width: 763px) { #pMHfcSTy1TaA4OSCTaloAtwaFKmz9CtH { top:0.8125rem;left:19.375rem;width:9rem;height:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #vwHcR43JpuAyAH1TfFsFgGB9JzE9Lq3D { display:none; }#vwHcR43JpuAyAH1TfFsFgGB9JzE9Lq3D > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FpFKsp77sDST8AHBxfQOFg88CQCtkXxe { display:none; }
 }@media only screen and (max-width: 763px) { #TLFL1cuX8NmqpAwfuantdb40m1llx1Bv { width:8rem;height:1.875rem;top:2.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zDAx2GorEEnb5t4yR9tDTpp1Wt996AlZ { display:block; }
 }@media only screen and (max-width: 763px) { #SupnlrlwqTV3yO4ODVn040OpnEszTubZ { width:3.125rem;height:1.875rem;top:2.9375rem;left:4.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QdTm60N14T7rMBhBcIMcduzywpayIyTz { display:block; }
 }@media only screen and (max-width: 763px) { #oQlV4aAJN497WVKBahbrkHP5aHqT3FAO { width:6.375rem;height:1.875rem;top:2.9375rem;left:38.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zfyMsWm9J7Owh5e5WzViFeXtLnb8x3O3 { display:block; }
 }@media only screen and (max-width: 763px) { #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu { display:block; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mNTW6fGzWBFXMBZk6KJQ41FnUKiLIN4Z { top:0.6875rem;left:19.375rem;width:9rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpLi9ok8TqOJVSaSa1fRRT8im7TgU4n5 { width:8rem;height:1.875rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqeQnhPoznSkwlau5iTmFfoa6tPlbwi1 { display:block; }
 }@media only screen and (max-width: 763px) { #bKy0ryrs8TDcnrziA0BouaTZm3bgBtxV { width:3.125rem;height:1.875rem;top:2.9375rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4Bc6uKJfqSFodX1rsUW4O7UJCfQDcxt { display:block; }
 }@media only screen and (max-width: 763px) { #bIT7vlp8qMbrl7fW5hxELGcMkibMrD8o { width:6.375rem;height:1.875rem;top:2.9375rem;left:38.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqdfFgyqyocnEkvFwVdMAEwQ6lTU7GkN { display:block; }
 }@media only screen and (max-width: 763px) { #gk7oKPNCTde6q3fNuZqRoMz58JRmPcP9 { width:7.5rem;height:2.75rem;top:2.5rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3IEyl259IVsoRzXS2ixR0fE00zGRnEf { display:block; }
 }@media only screen and (max-width: 763px) { #CvlhsNI7sPIB9JyGQqF1TP7hAb5b2ZZK { top:14.375rem;left:0rem;width:36.0625rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocHeqUeOnPbrWf3BS3bchagGIifMfoHI { top:17.3125rem;left:0rem;width:32.0625rem;height:3.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdNFsZSH7qnWI5NOvg3LAda0SaN2iUGD { top:20.5rem;left:0rem;width:32.0625rem;height:6.0625rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBQNSgvJMdDm60LE4qqKxX3VyH2VpGRV { top:29.0625rem;left:0rem;width:29.5625rem;height:5.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTh1pq65J8003f9fRtBQGT1BHwFNvFeT { width:13rem;height:4.25rem;top:37rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZCkCP6pSlzAmLzg2HIRmqNqKFRDEwA0 { display:block; }
 }@media only screen and (max-width: 763px) { #e2t2TqWSGPZRoTM9surFepwi4COVUBRR { width:13rem;height:4.25rem;top:37rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwHcgBEDEa0g4IOaTgHLTgSTUQ1VcScw { display:block; }
 }@media only screen and (max-width: 763px) { #JgvxtpdWv9n066T5OcPOEqh13O8SHd7e { width:7.5rem;height:2.75rem;top:2.5rem;left:40.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fqxAcJCciwaau11UfuWv6bn2In6kQrIr { display:block; }
 }@media only screen and (max-width: 763px) { #M3GD2EaZrrB3TMtpLC3zQWU6MH0DPl72 { width:47.75rem;height:63.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dlJRmw20Op5XVywnTBopdqiRZKn6biJr { width:13rem;height:4.25rem;top:37rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #g9yUBP9FOuB5nG3bmDyU07adtLT5a5TV { display:block; }
 }@media only screen and (max-width: 763px) { #NczvK9rTPcfJlp4ghuiIngqLnqk6scZf { top:12.9375rem;left:20.969116210938rem;width:5.75rem;height:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yEEzSUIgA3vaJe29FVoKmHm1ptM8vubw { top:11.125rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mnXapGDUWCeOeXmTCAmdXLpCAfPzrLkP { top:4.5rem;left:0rem;width:47.75rem;height:7.375rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FdAKf0qekKVlcRohvG9nZEChTCSZ9TmZ { top:2.75rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mxiSTosb5aZrKWCILTHvUuPiZ1Ls7dsu { top:49.1875rem;left:20.969116210938rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT3oWu7SLIRfGpQQnzCuE6ycEFLwQwt0 { display:block; }#KT3oWu7SLIRfGpQQnzCuE6ycEFLwQwt0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z6LZdrHCvx9T7KBueiDqWlSDaIJUBtVJ { top:7.375rem;left:0rem;width:47.75rem;height:7.375rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zm2XX9WWfX2lmCxkCwnbOZZkqKcazw3R { top:5.8125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THMt40ap6foe79peELl8cLAsJn3OgrIA { top:14.125rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti { display:block; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJy1P35pr3ApafLs3ouor4NIh8Ugc4mq { top:2.875rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWvwxryxLMrDLFAW1a6kC7UaHRw3MNva { top:6.9375rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgmwtGyK4NpJhfZAmfTHqTzJlngyuFod { top:15.6875rem;left:8.03125rem;width:28.6875rem;height:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg9uqq9no7WgGhkkTcus51twSpU6cPXL { top:17.1875rem;left:0rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #apcOawkGcmT2OI4ltUh5lbJhxOZwVV3G { top:17.3125rem;left:0.84375rem;width:12.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7BziWQM8JgZ18uH9DuMtzDpoMRFXTab { top:19.5625rem;left:0.84375rem;width:12.8125rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKS4Xub4cpzXs2BzTceUBAQb6GoMhE2C { top:30.9375rem;left:0rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZkHcKMROVeOBgIJSRxOh8hGXuRO15HW { top:30.4375rem;left:0rem;width:12.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHmA3JkroG9tMElVMnRI2q3z11TlMmV4 { top:32.75rem;left:0rem;width:12.5625rem;height:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5aE3krxHOPTSDicDo7WbGRoOcWkU7rU { top:42.5625rem;left:2.78125rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4wcqPBEvEu4pubLMdZVJn7PBcr7eHpz { top:42rem;left:8.625rem;width:12.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDZppDnNxU95PFRi3BLKW39NBCc2vB7V { top:44.3125rem;left:8.625rem;width:12.5625rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkllFhT7TObmvQ0c4xolk3u2s3iloaMG { top:17.4375rem;left:35.1875rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvlOQTXAn8WitMATt8t4Xze2HcbWZamT { top:17.3125rem;left:35.1875rem;width:12.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3ZH20mTTWIpwJJVoRIk34Tk3ME6zZ6P { top:19.625rem;left:35.1875rem;width:12.5625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxMdT8r43Va2CsJRc9yvDi6prBxW2EZ5 { top:29.75rem;left:36.3125rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T34rFaKkLQOAMWPLireKXBJMHlEVrBLp { top:29.8125rem;left:36.0625rem;width:11.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNsHOgoBXsu4W6q2TUll6tmPUCqvOTJq { top:32.0625rem;left:36.0625rem;width:11.6875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQ2TRo6GLyHDAaotNcSTq2PpVLuzCXFu { top:42.375rem;left:28.1875rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLrA6zobWxMqdbqQh9KulTQkxGZa2WhE { top:42rem;left:33.8125rem;width:12.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6NoOZKbsA1zW6habFebEufUwCqlEqnm { top:44.3125rem;left:33.8125rem;width:12.5625rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQTqtAee5QUhFSzDe6ob2ne4UQunA3Cs { top:53.75rem;left:2.6875rem;width:42.375rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTsKU2Opu3TWMDRUfaVVg28NxSf6tsf5 { display:block; }#bTsKU2Opu3TWMDRUfaVVg28NxSf6tsf5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l2xfFhKkbCCLTmpQau7vpk2nvEXSGmZB { top:0rem;left:0rem;width:47.75rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V17mrXei37mRfNGRtAqbTPNINA9rzzIT { top:7.1875rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnxthuXrGObpAohGXsibcNcozVVJaMHi { top:7.3125rem;left:0rem;width:9.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1it7wWdLlDfffId1VnJ7yq0Z5OqeDaw { top:9.625rem;left:0rem;width:8.625rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XB62tKU4Kkx5KZNiQDuVkbtkawcbHUc1 { top:9rem;left:9.875rem;width:3.4375rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnSIrGxT7Im4MEQycaPvHGeu98r9fFfG { top:7.25rem;left:16.4375rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBJTchl9gBaGRdsNtPTlaXh5vSOll9em { top:7.375rem;left:21.6875rem;width:9.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTgtDkpnbcbEtWNlTavyd9fA3rp0Na2v { top:9.6875rem;left:21.6875rem;width:8.625rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3pohgDvWZXL6du0nlsLfvknrMuQvPwt { top:9.6875rem;left:39.125rem;width:8.625rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgTxNITbHelXvVwqkyW7VXt4OmoEqMfB { top:6.875rem;left:38.25rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOxKvZm0iXyMsbxTcbt01Fb2w6BigLnJ { top:9rem;left:32.5rem;width:3.4375rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqZnc1GU72aaMT7PIHq5DMQ4mMR9UMl2 { top:7.375rem;left:38.0625rem;width:9.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DneQK7k0sqpeegQhECmKevbxeSsGsrFT { display:block; }#DneQK7k0sqpeegQhECmKevbxeSsGsrFT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dGE0Q1gsyEeOM98ZJwae1XUBaKDRA2yb { top:3.25rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekyrI17MW7GMsRD6XPlvnTiTBF792ABg { top:5.1875rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpmSTw6PxpBxxp42y4qChcTpRvTJmJKy { top:15.5625rem;left:12.4375rem;width:35.3125rem;height:28.374625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCM9v1kSm0zJU60msSZS3kAAnS49DCAh { width:8.4375rem;height:2.8125rem;top:40.5rem;left:29.843017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQbgTx664u9KsvXCuoSbuCZ0Hq05PXOt { display:block; }
 }@media only screen and (max-width: 763px) { #yd7R41TfsmfJfgVZJtzi8um8AD2zhTMU { top:25.25rem;left:25.374633789062rem;width:17.3125rem;height:10.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBJsdbKzwXaTMeIcrGh413rbPbgNeNiS { top:34.4375rem;left:39.8125rem;width:7.5rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3IqXnPsC1iHD40OxA73iqGo38dwLOqh { top:30.625rem;left:42.43701171875rem;width:4.6875rem;height:3.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0eOiwaVaLJ1tpyiTcsZNkFPiRsy4eeT { top:32.9375rem;left:41.5rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di5043WFxU4n6KhTcZFct3LsdVPd8WnE { top:15.3125rem;left:0rem;width:24.375rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLa8u9dAmPpDRL48yUhgmfqB1bQ6iHC0 { top:41.4375rem;left:0rem;width:18.125rem;height:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xef1vlBeau84WhT21gOv0XeGaKEQGp8q { top:23.3125rem;left:25.312377929688rem;width:13.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4W2f3nAVFynIPBMLfFPuNPbcSTTJwz2 { top:13.75rem;left:22.43701171875rem;width:21.25rem;height:2.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9JtsrDJL7iIx4FA8MT0TrAvxefPnKMI { width:8.4375rem;height:2.8125rem;top:15.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TODmpqNhR2uiBqWS3WnNdNBKhxmu9Tn1 { display:block; }
 }@media only screen and (max-width: 763px) { #ZHTN0OqZHHudvxy63qvizPcR1XQBhpAG { top:62rem;left:0rem;width:13.5rem;height:2.4375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #I6eXBwHX5NFBlRpldsKhOOAV4OH4Szah { top:15.875rem;left:17rem;width:30.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 { display:block; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sIN3yxqdT7pJmGb55VxwQVCo8iADbLDF { top:13.25rem;left:19.625rem;width:28.125rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuU5MvhaXPxm4zw1oHRXyTb5OGKaxUUG { top:51.1875rem;left:0rem;width:25.9375rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fie9R6MiQrCD4CBVxh7lCl8sWa0KFdmy { top:15.3125rem;left:0rem;width:35.3125rem;height:28.374rem;display:block; }
 }@media only screen and (max-width: 763px) { #ia046G7bzNLMfLTBSkenL2mdkne9MrDq { top:12.6875rem;left:0rem;width:10.375rem;height:2.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuCq81ELlcTDDZomRi0p59aq4RSH7fAd { top:14.9375rem;left:0rem;width:13.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmWsP3Hh7aCiCBATmCCzo3NOhK1LXQNk { top:42.1875rem;left:30.4375rem;width:17.3125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyKIzyOib6s1tgCFxMrdzaf16T5SbeTU { top:22.6875rem;left:2.375rem;width:23.4375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDSWGhsTJl8Tw2Wy4O11BPFObIhkw3Uk { top:30.4375rem;left:18.875rem;width:5.625rem;height:3.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS6U6bk3BSJ3492Be08xrUyOEhyo4mSD { top:24.75rem;left:2.5rem;width:17.3125rem;height:11.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4DywM1hsAm8xpd6x3pahTSlL1cPQJTV { top:50rem;left:12.4375rem;width:35.3125rem;height:28.374rem;display:block; }
 }@media only screen and (max-width: 763px) { #c798ebwUFqi2TRU3Qvl2TOQ2sWkQMfaw { top:57.875rem;left:25.3125rem;width:13.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9EsnPBWL8sMeRW0Tqf4qacAQNDln7WD { top:60rem;left:25.375rem;width:17.3125rem;height:10.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hA8zoCfKb0uTOLTayZcoK98TQXcbUssL { top:65.1875rem;left:42.4375rem;width:4.6875rem;height:3.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyttwIMGVFMA6RbeaQDEIZLf43zL8Bov { top:68.9375rem;left:39.8125rem;width:7.5rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnxH7CbdU0W3mwfQHgF9i019bJRDXhsp { top:50.0625rem;left:22.4375rem;width:11.875rem;height:2.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlZxnMBbgxNLw98f5JTrMEAICQVdHvrK { width:8.4375rem;height:2.8125rem;top:39.8125rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2ywUO4pgNxwTr2QikTxQghFftIrJwnk { display:block; }
 }@media only screen and (max-width: 763px) { #yqSTABomFemFgDCGc4tXh2HpNoC5E95M { top:34.3125rem;left:17.5rem;width:7rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4Z1rtxW7pUtsDyfzSKWMLtn4gZ0lc9z { top:52.375rem;left:22.4375rem;width:14.125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kemL20CUblzEdTAnJ0txMTpKtUrX6WoG { top:76.375rem;left:0rem;width:18.125rem;height:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVbyg89nr2F0bmFtGmSyS46GuozOASzS { width:8.4375rem;height:2.8125rem;top:75rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCt9AzDz4oVUoRFVeEbJhkfkqoR3PyRi { display:block; }
 }@media only screen and (max-width: 763px) { #OyZ3PUKZKGlnkxZHKJOm83Kl7ossEF5G { top:118.25rem;left:0rem;width:9.6875rem;height:2.4375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UdIibytiXXwIEtAb1XGWoq9gkks0I0pU { top:53.4375rem;left:0rem;width:10.1875rem;height:2.4375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hr6wH25X18CrSGwOBwXe9lvMO5MIZlTw { width:8.4375rem;height:2.8125rem;top:49.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #geEaabqE61buw0HaITdeRf9UyDfbZAaW { display:block; }
 }@media only screen and (max-width: 763px) { #zhuyXNIBvycTwlmq7R8n5xGK7FTKqG4d { top:59.125rem;left:41.5rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CorLABCR9SZ6ygn6f6fARMfqiFocIFmu { top:24.4375rem;left:19.125rem;width:6.25rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QQTXohnpXDpMXMIpOu5D2M2XWogClInH { top:2.5rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lH3uQq44WWWdVSxnf4DUhV4zh7dJkbnq { top:4.5rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #max2XZZw4dpdetmZTIL9hQArLB7BhQbG { display:block; }#max2XZZw4dpdetmZTIL9hQArLB7BhQbG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rDydRdOWvHKVsfOuLIUPPdTX9MCktBsq { top:3.9375rem;left:0rem;width:35.3125rem;height:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGdhF5szFcHf2oH7FZ7fbRIMPXgqm5VU { top:3.875rem;left:0rem;width:10.375rem;height:2.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q278GHEki5LN8ZxrtECVVLnZvcKy5ZbP { top:6.25rem;left:0rem;width:13.75rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgTIa6lD8LDaNnARRTAGXbqbGnSRfkUm { top:10.1875rem;left:2rem;width:23.4375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIXpHtZAuWmuVqBaLSGspdPpo1iQ4swi { top:12.0625rem;left:2.125rem;width:17.375rem;height:12.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vdual3u75vKRKoR8oxpLOJtuDhhUDquo { top:19.0625rem;left:18.436767578125rem;width:5.625rem;height:3.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9cOLyvwkh93g382AJst5sXBqi63P7FI { top:22.8125rem;left:17rem;width:7rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwdxSJB7DCkWC0Ok8MfbJmBiWEqWnWUH { width:8.4375rem;height:2.8125rem;top:28.375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxJcUHvdcl5KmRhIAn0KLcbzlhLSTpSZ { display:block; }
 }@media only screen and (max-width: 763px) { #Rt8ICs9dZhC7CQTwINRlHRB6PKzNSfwc { top:31.25rem;left:30.375rem;width:17.375rem;height:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDRTDxxJKmp6l3ZKZQtdly31LZK1JiFt { top:38.5rem;left:0rem;width:26.25rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZZv9IfuptsB2osuVHFhXOn9pI90kDDZ { top:38.5rem;left:12.4375rem;width:35.3125rem;height:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGH45NlnbvbmRtbHBOI7BgWkGgmV1ze9 { top:39.125rem;left:22.062255859375rem;width:10.8125rem;height:2.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1MFLazOFsVqT2k7O7dQ8oMGuZOCFzRy { top:41.5rem;left:22.0625rem;width:14.1875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6XkuJuJWquUCPbQR4b1Uot4wCIrhFC9 { top:46.4375rem;left:24.9375rem;width:13.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugXZLVsqx5AKS1m6eM3OvHCUTqXPOm7O { top:48.5625rem;left:25rem;width:17.375rem;height:10.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #le44iOWncelG1Bcm0R7EGulyTEaC8wZZ { top:57.375rem;left:39.62451171875rem;width:7.5rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UszeyEZLRrBwsdRx8zbXRTym4bOQ3QZK { top:65.9375rem;left:0rem;width:18.1875rem;height:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGcxXTSlKuTU4JxCbt7Cd0T3EkGBZVS7 { width:8.4375rem;height:2.8125rem;top:63.5625rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcIG3Lp3WSEP7cON2c9vPGaMxZ2JAJuJ { display:block; }
 }@media only screen and (max-width: 763px) { #xB0ILTQF0UkVA8lqqI4TQbH8wqwApEgT { top:53.75rem;left:40.311767578125rem;width:6.375rem;height:3.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcWmgsrctRyZpfvJRcXNkt7gs4rD4IJM { top:3.5rem;left:20rem;width:27.75rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eH3ETB0I1PvkZhi5yCTUNl6GNu0Wd0Zw { top:123.5rem;left:0rem;width:18.125rem;height:2.4375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TdeGGVO0FHZBbJkM2XCc5GkckNeTMafo { top:21.375rem;left:18.624877929688rem;width:6.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeDVvebd8r7qMDFvGpiPVTJb49i2O5TU { top:56.0625rem;left:41.3701171875rem;width:6.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRtqTmAMXIoTTwrNVrG9rUaxK4E2lgXN { display:block; }#TRtqTmAMXIoTTwrNVrG9rUaxK4E2lgXN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H0fIh049ZmvTkyDnzpZwqc1Tc5tGI8e7 { top:35.3125rem;left:0rem;width:28.125rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9qmSkppoTJf1TfL3r0nIoDvtzVreBVz { top:2.5rem;left:0rem;width:17rem;height:2.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHGX4QfIJal9Um6v60NHAGOMuc4KkIMO { top:4.8125rem;left:0rem;width:13.75rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebFclqAZdskseWSLfFmEyLJ0CfXduOhE { top:27.6875rem;left:30.375rem;width:17.375rem;height:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6r9IzKdiEuX0Beza3QiyO3ryGz4DXfE { top:8.875rem;left:2rem;width:23.4375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUWQhr9XQaG7dLBx3s4FoZn4UWZ2nebR { top:17.375rem;left:18.5625rem;width:5.625rem;height:3.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKpiETdXaqnm8TuRdronQBMT98a4sVIP { top:10.5625rem;left:2.125rem;width:17.375rem;height:12.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMIM6m4ZFOL3Mset1LMSi4exQZITgmnt { top:37.1875rem;left:12.4375rem;width:35.3125rem;height:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0FBgLrmgXITASII9Pd9Ez1ULMlByMf5 { top:43.4375rem;left:24.9375rem;width:13.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yH8xuXIvlxGHhFMVguNSUWl7mPt8ZLhv { top:45.5625rem;left:25rem;width:17.375rem;height:12.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyM12e1ZQhpT9XtPGBOzpLoXMwQi2e51 { top:52.3125rem;left:42.3125rem;width:4.6875rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsDaiEcgqTmJwTm49ygn7FryIVDBs17T { top:56.0625rem;left:39.686767578125rem;width:7.5rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fERgODsn57ecT3KRlgBu5o0yRNBL6EFS { top:37.6875rem;left:22.062255859375rem;width:13.5rem;height:2.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HANB7w4mfKcB63ucygDsPTiMRTepLiQC { width:8.4375rem;height:2.8125rem;top:26.9375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAmZFQUKFdaWCrINsMKAuZu1E0936ean { display:block; }
 }@media only screen and (max-width: 763px) { #Ka2vE0rJaShU6vX07uPUVqkUpeQOPCN3 { top:21.25rem;left:17rem;width:7rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGTTAoUK6qQ274A47VlHmuivTO6obk3h { top:40.0625rem;left:22.0625rem;width:14.1875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eToFsw5SlF2mTBd6HxsmLRVOt66W2oXB { top:63.4375rem;left:0.3125rem;width:18.1875rem;height:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyPyz4QNtXP2tN00BPbiXE7cinQBCPQn { width:8.4375rem;height:2.8125rem;top:62.125rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #coLu0M0lGJ0wE1NhaQbd2g2NBHBauBv6 { display:block; }
 }@media only screen and (max-width: 763px) { #UaNXfTvKwOt1GG5qQEH8o2TrwhSNFDmf { top:2.1875rem;left:0rem;width:35.3125rem;height:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNqua64brRi5ZtbgITRLFkL8ENw4DcCI { top:2.5rem;left:21.5rem;width:26.25rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ox2QzJCkMrA0ydupBFCPLJ2s8IFKNKhn { top:127.875rem;left:0rem;width:9.5rem;height:2.4375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #r2euqu4v8dnDkES1t2dVm6o513NINA9q { top:19.8125rem;left:18.788696289062rem;width:6.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5Be8Fq3SaSlL9Cs6SCUAidqAk5gRweN { top:54.6875rem;left:41.5rem;width:6.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JR3TwU75ptMr7kTWFyTmxI7JrUr3XrN7 { display:block; }#JR3TwU75ptMr7kTWFyTmxI7JrUr3XrN7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JqlbuL20oWxI6ScGMcfMoleETgqD5aNz { top:3.9375rem;left:0rem;width:35.3125rem;height:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rp77t1TsMkFWTDo0vi8VPlXymRDWfmpv { top:3.875rem;left:0rem;width:20.625rem;height:2.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZ8q3rxkNXlyaTTm8N09PGE74HswpybP { top:6.25rem;left:0rem;width:15.375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUE6HmqlS3q24OsdHIhxwTRuGwZMgMae { top:10.1875rem;left:2rem;width:23.4375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLz4PZTcuzyIuqTpDhgC0UaLLuNcl9vd { top:12.0625rem;left:2.125rem;width:17.375rem;height:13.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #upqcdESgKe4EHQAmdxS3JCOlTN3OZ1bJ { top:19.0625rem;left:18.436767578125rem;width:5.625rem;height:3.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmeTInaUpqgpK2xwq5XH7TMAsIR5ByMl { top:22.8125rem;left:17rem;width:7rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAAlMVrATyxXxSGczVRQHKnRU5FsTeDi { width:8.4375rem;height:2.8125rem;top:28.375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqAEXROv3URzRFLe9LH4pqdBhVA6WZAP { display:block; }
 }@media only screen and (max-width: 763px) { #E7iEhzyq7KREvxsrypRPsWVdQmD83A9S { top:31.25rem;left:30.375rem;width:17.375rem;height:3.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZem0Ec07XDeF7D6EXMTlMNU1o4toJ4H { top:3.9375rem;left:19.625rem;width:28.125rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRO68U3wAvSJcCKzprepZ8ZElJZCJPPg { width:8.4375rem;height:2.8125rem;top:2.3125rem;left:39.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZT37dp0tOeDOTuGcCVVRODQeTtgBRKMW { display:block; }
 }@media only screen and (max-width: 763px) { #eDvQNlMuHm5kwU3owFQi18IA9yhZFh8b { top:21.375rem;left:18.538940429688rem;width:6.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXDfoW9a9recHWSTMToUSd4zRldTtCEs { display:block; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X2dTpiLKytFu1XQLtnDgfqxHRiLdGsSS { top:4.9375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8PiOgOosG1KwAWwmXhL3kV6TN5JfTrZ { top:15.9375rem;left:0rem;width:47.75rem;height:4.875rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQs8OnHPq11TC6cktZniyfq0MOrhrMGe { top:23.3125rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeaTK0m30Ge5JTCXTOTZCEB8tDq3OkLR { top:25.4375rem;left:0rem;width:12.25rem;height:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #irzVki48nN7u2mKz49zGVULCNDU1Wi8O { top:23.125rem;left:0rem;width:11.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHFgiLaWAxAGsw9ROOnTyXgLPuEqqivp { top:25.4375rem;left:20.5625rem;width:12.25rem;height:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTecbrW32J5S4vpHc09MdQpwcRN5Lq6N { top:23.3125rem;left:14.9375rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AneVA9OhbvNoPt4sV8lRLBNCDsEp5P61 { top:23.125rem;left:20.5625rem;width:11.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB4TqoVqqQc1z4tJKKrxqnJn5QukdEIV { top:25.4375rem;left:35.5rem;width:12.25rem;height:13.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6mbQPZpoNZ3EMn5Fvmgf0NgkywZ4CQw { top:23.125rem;left:36.5rem;width:11.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nK8vttURhs0mTgSdobcyPkhuiQS7NQ5l { top:23.3125rem;left:35.8125rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIC5wuA080GHCyIryEdR25MIPA40wi5G { top:8.1875rem;left:2.3125rem;width:43.125rem;height:5.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #svo3RW4pQdKd3qAiaVLTaEoemJ86Ecke { top:38.875rem;left:35.5rem;width:12.25rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C85hi6LtZTun3lxTDDEulfZXTRgWgryi { top:37.25rem;left:0rem;width:12.25rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDrFgrVQeJprQwni4JmB9UUXimVwGJAL { top:37.25rem;left:20.5625rem;width:12.25rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hI7T3LWehbmqPUA2CrSl4sNtGSFhDbpP { display:block; }#hI7T3LWehbmqPUA2CrSl4sNtGSFhDbpP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsRMJpseWCsGJPO10MkeUQJrkApUOREn { top:2.25rem;left:9.8125rem;width:28.125rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVTXCvb41ocvdkXIrDgSq69Tiz4a8ANS { top:2.1875rem;left:9.8125rem;width:28.125rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVlk1Kcu5MKZqftblmrUCJx1glUq12Hk { top:2.1875rem;left:9.8125rem;width:28.125rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIIMnoB04gIrr7TCTWLoiLm2cCw8lUgt { top:2.1875rem;left:9.8125rem;width:28.125rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBOAhqxML8D1LJoDxdlUmqCpJZDtWARV { top:2.1875rem;left:9.8125rem;width:28.125rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMZV3Wa90fsra3BrpQck34y6xsKmTZc0 { top:2.1875rem;left:9.8125rem;width:28.125rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLb6Hy6c3neq9QNCfc2eUJn8LB01bHQA { top:2.1875rem;left:9.8125rem;width:28.125rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3BGD5iDyOAs2C2kN4BBtxdbZSxx3gE5 { top:2.25rem;left:9.8125rem;width:28.125rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9ckL7zdgm3LeNOzaeubx30pI3Mf7pNK { top:2.25rem;left:9.8125rem;width:28.125rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #papmg8kEKhRQmNEUNM05EBlWisVDih4b { top:2.1875rem;left:9.8125rem;width:28.125rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLqzyDN6bti57eQps6OuZKL4fgbdBTH1 { display:block; }#qLqzyDN6bti57eQps6OuZKL4fgbdBTH1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JDPfLsuuTVpRRAWbDZLGeBo4MbNPH7iV { top:0.875rem;left:12rem;width:23.6875rem;height:1.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgwwyyHeXqG44rvVsoqJhtfZSiDM33wh { top:0rem;left:37.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6XJc6bTEK5Tmg4DsVy0TgpuMKMis7mn { top:0rem;left:6.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEuyatmdDfCVOll97uf162HfQZe5wUw5 { top:0.75rem;left:0rem;width:20rem;height:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EezuVNHQTM5ETaODkdP0xTztc9t1FWRT { display:block; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H1JPJdfswSHtbbpCXAXIfCpuA6GzyruD { top:2.875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mik2RMTzOtcdg4thIA99r7qiNUoy2VWw { top:4.625rem;left:0rem;width:47.75rem;height:4.875rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQhHqFEzXUMcJo20zJo9Z3zuZ5lNkmS0 { top:24.25rem;left:1.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iN83fN6qtRirJJIrSI5sFxpg9SIA6zG7 { top:24.375rem;left:5.75rem;width:42rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MB5HKDhfyNLxzSXdHf1cFWUaiGfUHUl5 { top:25.0625rem;left:1.625rem;width:3.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBhzarwOln9ICfeSMTXifF049T8qCV32 { top:29.8125rem;left:6.125rem;width:41.4375rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wN3GZ0TNsshk7SBNGLhSrmetBbBd5EUc { top:29.6875rem;left:1.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcUXGxgZLvP57MTEIgzxGrpBSS1LFeFq { top:30.5rem;left:1.625rem;width:3.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV1lPoA3dwuIQl3P5AAVOC5TBGFo7tiQ { top:34.375rem;left:3.75rem;width:44rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0tPMRLnuUp0FJKiX62BVaSpnaaJJkJX { top:35rem;left:1.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWPGviEJv0bCxlrWl4c26zKJTVakmsnb { top:35.8125rem;left:1.625rem;width:3.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0u1TVb1S51pwdXGwSp0qPWmPe24T7NQ { top:41.9375rem;left:7.75rem;width:11.25rem;height:1.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ38mCn1swUC4fk47u6Riy5tQUcdrJyw { top:44.625rem;left:7.75rem;width:11.25rem;height:7.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xR6JibaTt5XqdBfUyPxHM2ql58ceANrf { top:44.4375rem;left:28.5rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyRn0vG5bKv4Tq4brqNZbGAkSk19DVfD { top:44.4375rem;left:32.3125rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yBCcOC7QEUsPkAQ7TLk6sm30d2uBLaJB { top:44.4375rem;left:36rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pevNLtcM42tf31OvNSmplbA9ae2ohq9K { width:13.75rem;height:3.75rem;top:15.4375rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8fGqmngsInlA4rA2IGTFhUqU9o40K29 { display:block; }
 }@media only screen and (max-width: 763px) { #a09uGX04DM9O1bAQJhnvF6wDhUL9pmJL { top:10.375rem;left:7.84375rem;width:32.0625rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyNnwfcRMclk7oNQTmL8MRrEFyZXTXwR { top:63.0625rem;left:4.96875rem;width:37.8125rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wd5JFJM8qT8l341shUW3rBFBz5qdTrUb { width:12.5rem;height:2.3125rem;top:47.8125rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xe2RTJQRqUMJum4heTFMghnIGQ0maTTR { display:block; }
 }@media only screen and (max-width: 763px) { #RhMMNcTDpFnUll5KiCBlEe9BryCaIkBT { top:48.4375rem;left:28.4375rem;width:10.875rem;height:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHZrsXRxoEAgg8Tc0UWxFrMRTPBmHQ5d { top:41.9375rem;left:28.5rem;width:11.25rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsAZXQee8pJHXfu7H49LkJRt9JudRWLa { top:14rem;left:0.875rem;width:19.6875rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8KPGbB699ywqRwgH76MCMsI1w4WZUg8 { top:12.75rem;left:29.0625rem;width:11.5625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQ8Kr5cROXtmQq5iRvzd6EMNauFktqgA { top:12.75rem;left:28.3125rem;width:11.5625rem;height:11.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bP8wSyW4T1Nqgw1hZPJTliqASE0OGuvB { top:51.6875rem;left:7.6875rem;width:32.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDgTzKTSpT4sttL8wMW6Iw1ZNHM9i52r { top:51.6875rem;left:13.71875rem;width:32.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;display:block; }
#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); } }@media only screen and (max-width: 763px) { #Mtg38qpJ2g32rALHEtDmo6DZVzZDv1RM { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0f602db0-f222-4130-a47a-5ec3272b9f33/image00001.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#Mtg38qpJ2g32rALHEtDmo6DZVzZDv1RM.adaptive-delivery-prevent-bg, #Mtg38qpJ2g32rALHEtDmo6DZVzZDv1RM.lazyload, #Mtg38qpJ2g32rALHEtDmo6DZVzZDv1RM.lazyloading { background-image: none; }#Mtg38qpJ2g32rALHEtDmo6DZVzZDv1RM > .row .container { background-color: transparent; background-image: none; }#Mtg38qpJ2g32rALHEtDmo6DZVzZDv1RM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #270000; }#Mtg38qpJ2g32rALHEtDmo6DZVzZDv1RM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mtg38qpJ2g32rALHEtDmo6DZVzZDv1RM > .row .container > .video-iframe-container { display: none; }#Mtg38qpJ2g32rALHEtDmo6DZVzZDv1RM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #270000; }#Mtg38qpJ2g32rALHEtDmo6DZVzZDv1RM > .row > .video-iframe-container { display: none; }#Mtg38qpJ2g32rALHEtDmo6DZVzZDv1RM > .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); }#Mtg38qpJ2g32rALHEtDmo6DZVzZDv1RM > .row .container { border-width: 0; border-radius: 0; }#Mtg38qpJ2g32rALHEtDmo6DZVzZDv1RM::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; }#Mtg38qpJ2g32rALHEtDmo6DZVzZDv1RM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mtg38qpJ2g32rALHEtDmo6DZVzZDv1RM > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kzqJ0nOEtolWkEO08gi9JzLy39aqpgqR { top:1.09375rem;left:14.0625rem;width:4.1875rem;height:4.1875rem;z-index:15018;font-size:2.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pMHfcSTy1TaA4OSCTaloAtwaFKmz9CtH { width:3.9375rem;height:3.9375rem;top:1.21875rem;left:1.25rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vwHcR43JpuAyAH1TfFsFgGB9JzE9Lq3D { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0f602db0-f222-4130-a47a-5ec3272b9f33/image00001.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vwHcR43JpuAyAH1TfFsFgGB9JzE9Lq3D.adaptive-delivery-prevent-bg, #vwHcR43JpuAyAH1TfFsFgGB9JzE9Lq3D.lazyload, #vwHcR43JpuAyAH1TfFsFgGB9JzE9Lq3D.lazyloading { background-image: none; }#vwHcR43JpuAyAH1TfFsFgGB9JzE9Lq3D > .row .container { background-color: transparent; background-image: none; }#vwHcR43JpuAyAH1TfFsFgGB9JzE9Lq3D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.8); }#vwHcR43JpuAyAH1TfFsFgGB9JzE9Lq3D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vwHcR43JpuAyAH1TfFsFgGB9JzE9Lq3D > .row .container > .video-iframe-container { display: none; }#vwHcR43JpuAyAH1TfFsFgGB9JzE9Lq3D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.8); }#vwHcR43JpuAyAH1TfFsFgGB9JzE9Lq3D > .row > .video-iframe-container { display: none; }#vwHcR43JpuAyAH1TfFsFgGB9JzE9Lq3D > .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); }#vwHcR43JpuAyAH1TfFsFgGB9JzE9Lq3D > .row .container { border-width: 0; border-radius: 0; }#vwHcR43JpuAyAH1TfFsFgGB9JzE9Lq3D::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; }#vwHcR43JpuAyAH1TfFsFgGB9JzE9Lq3D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vwHcR43JpuAyAH1TfFsFgGB9JzE9Lq3D > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FpFKsp77sDST8AHBxfQOFg88CQCtkXxe { top:1.25rem;left:2.3125rem;width:0.3125rem;height:7.25rem;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(353deg, rgba(255,153,0,0.68), #330000);background-image: -moz-linear-gradient(353deg, rgba(255,153,0,0.68), #330000);background-image: -ms-linear-gradient(353deg, rgba(255,153,0,0.68), #330000);background-image: -o-linear-gradient(353deg, rgba(255,153,0,0.68), #330000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9900ad', endColorstr='#330000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9900ad', endColorstr='#330000' );";background-image: linear-gradient(353deg, rgba(255,153,0,0.68), #330000);background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLFL1cuX8NmqpAwfuantdb40m1llx1Bv { width:8.125rem;height:1.875rem;top:1.25rem;left:3.125rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #zDAx2GorEEnb5t4yR9tDTpp1Wt996AlZ { display:block; }
 }@media only screen and (max-width: 763px) { #SupnlrlwqTV3yO4ODVn040OpnEszTubZ { width:3.125rem;height:1.875rem;top:6.25rem;left:3.125rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #QdTm60N14T7rMBhBcIMcduzywpayIyTz { display:block; }
 }@media only screen and (max-width: 763px) { #oQlV4aAJN497WVKBahbrkHP5aHqT3FAO { width:6.25rem;height:1.875rem;top:3.75rem;left:3.125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #zfyMsWm9J7Owh5e5WzViFeXtLnb8x3O3 { display:block; }
 }@media only screen and (max-width: 763px) { #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b30fcfa1-fcb3-4341-8b70-743baa87773b/image00001.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;display:block; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.adaptive-delivery-prevent-bg, #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.lazyload, #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.lazyloading { background-image: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { background-color: transparent; background-image: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.8); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container > .video-iframe-container { display: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.8); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container { display: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .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); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { width:20rem;height:62.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mNTW6fGzWBFXMBZk6KJQ41FnUKiLIN4Z { width:3.3125rem;height:3.3125rem;top:0.8125rem;left:4.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CpLi9ok8TqOJVSaSa1fRRT8im7TgU4n5 { width:8rem;height:1.875rem;top:6rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MqeQnhPoznSkwlau5iTmFfoa6tPlbwi1 { display:block; }
 }@media only screen and (max-width: 763px) { #bKy0ryrs8TDcnrziA0BouaTZm3bgBtxV { width:3.125rem;height:1.875rem;top:7.875rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #F4Bc6uKJfqSFodX1rsUW4O7UJCfQDcxt { display:block; }
 }@media only screen and (max-width: 763px) { #bIT7vlp8qMbrl7fW5hxELGcMkibMrD8o { width:6.4375rem;height:1.875rem;top:9.75rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QqdfFgyqyocnEkvFwVdMAEwQ6lTU7GkN { display:block; }
 }@media only screen and (max-width: 763px) { #gk7oKPNCTde6q3fNuZqRoMz58JRmPcP9 { width:7.5rem;height:2.75rem;top:5.125rem;left:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #c3IEyl259IVsoRzXS2ixR0fE00zGRnEf { display:block; }
 }@media only screen and (max-width: 763px) { #CvlhsNI7sPIB9JyGQqF1TP7hAb5b2ZZK { width:20rem;height:2.8869625rem;top:3.6875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.1;color:#cc2f00;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ocHeqUeOnPbrWf3BS3bchagGIifMfoHI { width:20rem;height:3.25rem;top:9rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rdNFsZSH7qnWI5NOvg3LAda0SaN2iUGD { width:20rem;height:10.5615rem;top:12.1875rem;left:0rem;font-size:4.0625rem;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #XBQNSgvJMdDm60LE4qqKxX3VyH2VpGRV { width:20rem;height:7.8735625rem;top:50.625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:400;font-style:italic;color:#660000;display:block; }
 }@media only screen and (max-width: 763px) { #FTh1pq65J8003f9fRtBQGT1BHwFNvFeT { width:15.625rem;height:3.75rem;top:40.3125rem;left:2.1875rem;font-size:1.375rem;z-index:15011;box-shadow: 0rem 0.5625rem 0.625rem #330000 ;display:none; }
 }@media only screen and (max-width: 763px) { #oZCkCP6pSlzAmLzg2HIRmqNqKFRDEwA0 { display:block; }
 }@media only screen and (max-width: 763px) { #e2t2TqWSGPZRoTM9surFepwi4COVUBRR { width:15rem;height:2.5rem;top:56.9375rem;left:2.5rem;font-size:1.1875rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #f69708, #660000);background-image: -moz-linear-gradient(90deg, #f69708, #660000);background-image: -ms-linear-gradient(90deg, #f69708, #660000);background-image: -o-linear-gradient(90deg, #f69708, #660000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f69708', endColorstr='#660000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f69708', endColorstr='#660000' );";background-image: linear-gradient(90deg, #f69708, #660000);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #TwHcgBEDEa0g4IOaTgHLTgSTUQ1VcScw { display:block; }
 }@media only screen and (max-width: 763px) { #JgvxtpdWv9n066T5OcPOEqh13O8SHd7e { width:7.5rem;height:1.875rem;top:9.125rem;left:9.4375rem;z-index:15005;text-align:center;text-align-last:center;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #660000, #330000);background-image: -moz-linear-gradient(90deg, #660000, #330000);background-image: -ms-linear-gradient(90deg, #660000, #330000);background-image: -o-linear-gradient(90deg, #660000, #330000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#660000', endColorstr='#330000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#660000', endColorstr='#330000' );";background-image: linear-gradient(90deg, #660000, #330000);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #fqxAcJCciwaau11UfuWv6bn2In6kQrIr { display:block; }
 }@media only screen and (max-width: 763px) { #M3GD2EaZrrB3TMtpLC3zQWU6MH0DPl72 { top:18.28125rem;left:0rem;width:20rem;height:26.5625rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dlJRmw20Op5XVywnTBopdqiRZKn6biJr { width:15.625rem;height:3.75rem;top:40.25rem;left:2.1875rem;font-size:1.375rem;z-index:15012;box-shadow: 0rem 0.6875rem 0.8125rem #330000 ;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #660000, #330000);background-image: -moz-linear-gradient(180deg, #660000, #330000);background-image: -ms-linear-gradient(180deg, #660000, #330000);background-image: -o-linear-gradient(180deg, #660000, #330000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#660000', endColorstr='#330000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#660000', endColorstr='#330000' );";background-image: linear-gradient(180deg, #660000, #330000);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #g9yUBP9FOuB5nG3bmDyU07adtLT5a5TV { display:block; }
 }@media only screen and (max-width: 763px) { #NczvK9rTPcfJlp4ghuiIngqLnqk6scZf { display:flex;width:5.7495125rem;height:5.7495125rem;top:45.5625rem;left:7.125rem;z-index:15013; }
 }@media only screen and (max-width: 763px) { #yEEzSUIgA3vaJe29FVoKmHm1ptM8vubw { width:20rem;height:0;top:70.74951171875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:400;font-style:italic;color:#660000;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #mnXapGDUWCeOeXmTCAmdXLpCAfPzrLkP { width:20rem;height:0;top:64.812133789062rem;left:0rem;font-size:2.8125rem;text-align:center;text-align-last:center;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #FdAKf0qekKVlcRohvG9nZEChTCSZ9TmZ { width:20rem;height:0;top:59.81201171875rem;left:0rem;font-size:1.1875rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #mxiSTosb5aZrKWCILTHvUuPiZ1Ls7dsu { display:flex;width:5.75rem;height:5.75rem;top:28.1982421875rem;left:7.125244140625rem; }
 }@media only screen and (max-width: 763px) { #KT3oWu7SLIRfGpQQnzCuE6ycEFLwQwt0 { background-color:transparent;background-image:url("https://images.assets-landingi.com/bQlom59H/bg2.png");background-position:bottom right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !important;display:none; }#KT3oWu7SLIRfGpQQnzCuE6ycEFLwQwt0.adaptive-delivery-prevent-bg, #KT3oWu7SLIRfGpQQnzCuE6ycEFLwQwt0.lazyload, #KT3oWu7SLIRfGpQQnzCuE6ycEFLwQwt0.lazyloading { background-image: none; }#KT3oWu7SLIRfGpQQnzCuE6ycEFLwQwt0 > .row .container { width:20rem;height:34.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #z6LZdrHCvx9T7KBueiDqWlSDaIJUBtVJ { width:20rem;height:3.57483125rem;top:7.35107421875rem;left:0rem;font-size:2.75rem;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #zm2XX9WWfX2lmCxkCwnbOZZkqKcazw3R { width:20rem;height:3.56323125rem;top:2.474365234375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THMt40ap6foe79peELl8cLAsJn3OgrIA { width:20rem;height:4.72411875rem;top:17.57568359375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:400;font-style:italic;color:#660000;display:block; }
 }@media only screen and (max-width: 763px) { #xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti { background-color:transparent;background-image:url("https://images.assets-landingi.com/bQlom59H/bg2.png");background-position:bottom left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !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; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti.adaptive-delivery-prevent-bg, #xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti.lazyload, #xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti.lazyloading { background-image: none; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { background-color: transparent; background-image: none; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.2); }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container > .video-iframe-container { display: none; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.2); }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row > .video-iframe-container { display: none; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .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); }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { border-width: 0; border-radius: 0; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti::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; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { width:20rem;height:102.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJy1P35pr3ApafLs3ouor4NIh8Ugc4mq { width:20rem;height:5.1745625rem;top:4.8125rem;left:0rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fWvwxryxLMrDLFAW1a6kC7UaHRw3MNva { width:20rem;height:4.50073125rem;top:13rem;left:0rem;font-size:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fgmwtGyK4NpJhfZAmfTHqTzJlngyuFod { width:17.8125rem;height:17.8125rem;top:18.625rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg9uqq9no7WgGhkkTcus51twSpU6cPXL { width:3.875rem;height:3.875rem;top:38.25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #apcOawkGcmT2OI4ltUh5lbJhxOZwVV3G { width:12.5625rem;height:1.7858875rem;top:37.9375rem;left:6.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7BziWQM8JgZ18uH9DuMtzDpoMRFXTab { width:10.8125rem;height:4.196775rem;top:39.6875rem;left:6.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKS4Xub4cpzXs2BzTceUBAQb6GoMhE2C { width:3.875rem;height:3.875rem;top:47.3125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZkHcKMROVeOBgIJSRxOh8hGXuRO15HW { width:12.5625rem;height:1.7858875rem;top:47rem;left:6.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHmA3JkroG9tMElVMnRI2q3z11TlMmV4 { width:12.5625rem;height:4.196775rem;top:48.75rem;left:6.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5aE3krxHOPTSDicDo7WbGRoOcWkU7rU { width:3.875rem;height:3.875rem;top:56.4375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4wcqPBEvEu4pubLMdZVJn7PBcr7eHpz { width:12.5625rem;height:1.7858875rem;top:55.875rem;left:6.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDZppDnNxU95PFRi3BLKW39NBCc2vB7V { width:12.375rem;height:4.196775rem;top:57.6875rem;left:6.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkllFhT7TObmvQ0c4xolk3u2s3iloaMG { width:4.0625rem;height:4.0625rem;top:81.875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvlOQTXAn8WitMATt8t4Xze2HcbWZamT { width:12.5625rem;height:1.7858875rem;top:81.625rem;left:6.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3ZH20mTTWIpwJJVoRIk34Tk3ME6zZ6P { width:12.5625rem;height:2.79785rem;top:83.4375rem;left:6.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxMdT8r43Va2CsJRc9yvDi6prBxW2EZ5 { width:4.0625rem;height:4.0625rem;top:74.0625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T34rFaKkLQOAMWPLireKXBJMHlEVrBLp { width:11.6875rem;height:1.7858875rem;top:73.8125rem;left:6.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNsHOgoBXsu4W6q2TUll6tmPUCqvOTJq { width:11.6875rem;height:2.79785rem;top:75.625rem;left:6.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQ2TRo6GLyHDAaotNcSTq2PpVLuzCXFu { width:4.0625rem;height:4.0625rem;top:65.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLrA6zobWxMqdbqQh9KulTQkxGZa2WhE { width:12.5625rem;height:1.7858875rem;top:64.75rem;left:6.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6NoOZKbsA1zW6habFebEufUwCqlEqnm { width:12.5625rem;height:4.196775rem;top:66.5rem;left:6.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQTqtAee5QUhFSzDe6ob2ne4UQunA3Cs { width:20rem;height:8.5705625rem;top:90.5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bTsKU2Opu3TWMDRUfaVVg28NxSf6tsf5 { background-color:transparent;background-image:url("https://images.assets-landingi.com/bQlom59H/bg2.png");background-position:bottom right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#bTsKU2Opu3TWMDRUfaVVg28NxSf6tsf5.adaptive-delivery-prevent-bg, #bTsKU2Opu3TWMDRUfaVVg28NxSf6tsf5.lazyload, #bTsKU2Opu3TWMDRUfaVVg28NxSf6tsf5.lazyloading { background-image: none; }#bTsKU2Opu3TWMDRUfaVVg28NxSf6tsf5 > .row .container { background-color: transparent; background-image: none; }#bTsKU2Opu3TWMDRUfaVVg28NxSf6tsf5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.2); }#bTsKU2Opu3TWMDRUfaVVg28NxSf6tsf5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTsKU2Opu3TWMDRUfaVVg28NxSf6tsf5 > .row .container > .video-iframe-container { display: none; }#bTsKU2Opu3TWMDRUfaVVg28NxSf6tsf5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.2); }#bTsKU2Opu3TWMDRUfaVVg28NxSf6tsf5 > .row > .video-iframe-container { display: none; }#bTsKU2Opu3TWMDRUfaVVg28NxSf6tsf5 > .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); }#bTsKU2Opu3TWMDRUfaVVg28NxSf6tsf5 > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l2xfFhKkbCCLTmpQau7vpk2nvEXSGmZB { width:20rem;height:5.625rem;top:2.5rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V17mrXei37mRfNGRtAqbTPNINA9rzzIT { width:3.875rem;height:3.875rem;top:9.9375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnxthuXrGObpAohGXsibcNcozVVJaMHi { width:9.6875rem;height:1.7858875rem;top:10.125rem;left:8.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1it7wWdLlDfffId1VnJ7yq0Z5OqeDaw { width:8.625rem;height:4.196775rem;top:11.9375rem;left:8.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XB62tKU4Kkx5KZNiQDuVkbtkawcbHUc1 { width:3.4375rem;height:3.4375rem;top:16.75rem;left:9.75rem;border-top:0;border-left:0.0625rem dashed #f5be2c;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #bnSIrGxT7Im4MEQycaPvHGeu98r9fFfG { width:3.875rem;height:3.875rem;top:21.9375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBJTchl9gBaGRdsNtPTlaXh5vSOll9em { width:9.6875rem;height:1.7858875rem;top:21.75rem;left:8.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTgtDkpnbcbEtWNlTavyd9fA3rp0Na2v { width:8.625rem;height:4.196775rem;top:23.5625rem;left:8.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3pohgDvWZXL6du0nlsLfvknrMuQvPwt { width:8.625rem;height:4.196775rem;top:35.5625rem;left:8.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgTxNITbHelXvVwqkyW7VXt4OmoEqMfB { width:5.5625rem;height:5.5625rem;top:33.8125rem;left:2.65625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BOxKvZm0iXyMsbxTcbt01Fb2w6BigLnJ { width:3.4375rem;height:3.4375rem;top:28.625rem;left:9.75rem;border-top:0;border-left:0.0625rem dashed #f5be2c;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #TqZnc1GU72aaMT7PIHq5DMQ4mMR9UMl2 { width:9.6875rem;height:1.7858875rem;top:33.8125rem;left:8.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DneQK7k0sqpeegQhECmKevbxeSsGsrFT { background-color:transparent;background-image:url("https://images.assets-landingi.com/bQlom59H/bg2.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !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:none; }#DneQK7k0sqpeegQhECmKevbxeSsGsrFT.adaptive-delivery-prevent-bg, #DneQK7k0sqpeegQhECmKevbxeSsGsrFT.lazyload, #DneQK7k0sqpeegQhECmKevbxeSsGsrFT.lazyloading { background-image: none; }#DneQK7k0sqpeegQhECmKevbxeSsGsrFT > .row .container { border-width: 0; border-radius: 0; }#DneQK7k0sqpeegQhECmKevbxeSsGsrFT::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; }#DneQK7k0sqpeegQhECmKevbxeSsGsrFT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DneQK7k0sqpeegQhECmKevbxeSsGsrFT > .row .container { width:20rem;height:78.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dGE0Q1gsyEeOM98ZJwae1XUBaKDRA2yb { width:20rem;height:2.11181875rem;top:2.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekyrI17MW7GMsRD6XPlvnTiTBF792ABg { width:20rem;height:6.09375rem;top:3.6112060546875rem;left:0rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpmSTw6PxpBxxp42y4qChcTpRvTJmJKy { width:20rem;height:16.0705625rem;top:56.497680664062rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #tCM9v1kSm0zJU60msSZS3kAAnS49DCAh { width:12.5rem;height:3.125rem;top:70.2958984375rem;left:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQbgTx664u9KsvXCuoSbuCZ0Hq05PXOt { display:block; }
 }@media only screen and (max-width: 763px) { #yd7R41TfsmfJfgVZJtzi8um8AD2zhTMU { width:17.312rem;height:10.4858125rem;top:45.624877929688rem;left:2.6873779296875rem;font-size:0.75rem;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yBJsdbKzwXaTMeIcrGh413rbPbgNeNiS { width:7.5rem;height:2.44995rem;top:65.482666015625rem;left:5.687255859375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O3IqXnPsC1iHD40OxA73iqGo38dwLOqh { width:4.6875rem;height:0;top:57.421759570313rem;left:15.3125rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #a0eOiwaVaLJ1tpyiTcsZNkFPiRsy4eeT { width:11.25rem;height:0.125rem;top:63.332397460938rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Di5043WFxU4n6KhTcZFct3LsdVPd8WnE { width:19.375rem;height:18.8125rem;top:18.062622070312rem;left:0.3125rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #KLa8u9dAmPpDRL48yUhgmfqB1bQ6iHC0 { width:18.125rem;height:2.09716875rem;top:39.821044921875rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xef1vlBeau84WhT21gOv0XeGaKEQGp8q { width:13.75rem;height:1.3995375rem;top:43.937255859375rem;left:2.562255859375rem;font-size:1rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #X4W2f3nAVFynIPBMLfFPuNPbcSTTJwz2 { width:20rem;height:2.25036875rem;top:12.985595703125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9JtsrDJL7iIx4FA8MT0TrAvxefPnKMI { width:8.4375rem;height:2.8125rem;top:35.2880859375rem;left:0rem;z-index:15039;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;font-size:0.875rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #660000, #e85400);background-image: -moz-linear-gradient(90deg, #660000, #e85400);background-image: -ms-linear-gradient(90deg, #660000, #e85400);background-image: -o-linear-gradient(90deg, #660000, #e85400);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#660000', endColorstr='#e85400' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#660000', endColorstr='#e85400' );";background-image: linear-gradient(90deg, #660000, #e85400);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TODmpqNhR2uiBqWS3WnNdNBKhxmu9Tn1 { display:block; }
 }@media only screen and (max-width: 763px) { #ZHTN0OqZHHudvxy63qvizPcR1XQBhpAG { width:13.562rem;height:2.44995rem;top:62.045166015625rem;left:3.2183837890625rem;font-size:1.75rem;z-index:15043;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I6eXBwHX5NFBlRpldsKhOOAV4OH4Szah { width:20rem;height:2.44995rem;top:15.214233398438rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 { background-color:transparent;background-image:url("https://images.assets-landingi.com/GROhdeak/bg3.png");background-position:top right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4.adaptive-delivery-prevent-bg, #MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4.lazyload, #MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4.lazyloading { background-image: none; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row .container { background-color: transparent; background-image: none; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.35); }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row .container > .video-iframe-container { display: none; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.35); }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row > .video-iframe-container { display: none; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .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); }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row .container { width:20rem;height:143.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sIN3yxqdT7pJmGb55VxwQVCo8iADbLDF { width:20rem;height:20rem;top:18rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuU5MvhaXPxm4zw1oHRXyTb5OGKaxUUG { width:17.687375rem;height:17.687375rem;top:86.5rem;left:0.75rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #fie9R6MiQrCD4CBVxh7lCl8sWa0KFdmy { width:20rem;height:16.0625rem;top:55.125rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #ia046G7bzNLMfLTBSkenL2mdkne9MrDq { width:12.4375rem;height:2.62573125rem;top:13.5625rem;left:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuCq81ELlcTDDZomRi0p59aq4RSH7fAd { width:11.25rem;height:1.2243625rem;top:16.125rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmWsP3Hh7aCiCBATmCCzo3NOhK1LXQNk { width:14.1875rem;height:2.09716875rem;top:38.5625rem;left:2.875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dyKIzyOib6s1tgCFxMrdzaf16T5SbeTU { width:9.625rem;height:1.398925rem;top:41.875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDSWGhsTJl8Tw2Wy4O11BPFObIhkw3Uk { width:0.875rem;height:0;top:59.818359375rem;left:4.375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TS6U6bk3BSJ3492Be08xrUyOEhyo4mSD { width:14.1875rem;height:11.5344125rem;top:43.5625rem;left:2.5rem;font-size:0.75rem;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(255,255,255,0.5);font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #m4DywM1hsAm8xpd6x3pahTSlL1cPQJTV { width:20rem;height:16.0625rem;top:119.875rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #c798ebwUFqi2TRU3Qvl2TOQ2sWkQMfaw { width:9.625rem;height:1.398925rem;top:107.5625rem;left:2.5rem;font-size:1rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #a9EsnPBWL8sMeRW0Tqf4qacAQNDln7WD { width:14.1875rem;height:10.4858125rem;top:109.25rem;left:2.5rem;font-size:0.75rem;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hA8zoCfKb0uTOLTayZcoK98TQXcbUssL { width:3.1875rem;height:0;top:118.5rem;left:4.375rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VyttwIMGVFMA6RbeaQDEIZLf43zL8Bov { width:8.25rem;height:2.44873125rem;top:128.75rem;left:5.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QnxH7CbdU0W3mwfQHgF9i019bJRDXhsp { width:14.5625rem;height:2.62573125rem;top:82.6875rem;left:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlZxnMBbgxNLw98f5JTrMEAICQVdHvrK { width:12.5rem;height:3.125rem;top:69rem;left:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2ywUO4pgNxwTr2QikTxQghFftIrJwnk { display:block; }
 }@media only screen and (max-width: 763px) { #yqSTABomFemFgDCGc4tXh2HpNoC5E95M { width:8.25rem;height:2.44873125rem;top:64rem;left:5.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D4Z1rtxW7pUtsDyfzSKWMLtn4gZ0lc9z { width:14.1875rem;height:1.2243625rem;top:85.25rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kemL20CUblzEdTAnJ0txMTpKtUrX6WoG { width:18.1875rem;height:2.09716875rem;top:104.25rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVbyg89nr2F0bmFtGmSyS46GuozOASzS { width:12.5rem;height:3.125rem;top:133.75rem;left:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCt9AzDz4oVUoRFVeEbJhkfkqoR3PyRi { display:block; }
 }@media only screen and (max-width: 763px) { #OyZ3PUKZKGlnkxZHKJOm83Kl7ossEF5G { width:9.6875rem;height:2.44995rem;top:125.5rem;left:5.1875rem;font-size:1.75rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #UdIibytiXXwIEtAb1XGWoq9gkks0I0pU { width:10.25rem;height:2.44995rem;top:60.625rem;left:4.4375rem;font-size:1.75rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #hr6wH25X18CrSGwOBwXe9lvMO5MIZlTw { width:7.5rem;height:2.43713125rem;top:101.125rem;left:0rem;z-index:15039;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;font-size:0.875rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #660000, #e85400);background-image: -moz-linear-gradient(90deg, #660000, #e85400);background-image: -ms-linear-gradient(90deg, #660000, #e85400);background-image: -o-linear-gradient(90deg, #660000, #e85400);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#660000', endColorstr='#e85400' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#660000', endColorstr='#e85400' );";background-image: linear-gradient(90deg, #660000, #e85400);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #geEaabqE61buw0HaITdeRf9UyDfbZAaW { display:block; }
 }@media only screen and (max-width: 763px) { #zhuyXNIBvycTwlmq7R8n5xGK7FTKqG4d { width:11.25rem;height:0.124511875rem;top:119.5625rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CorLABCR9SZ6ygn6f6fARMfqiFocIFmu { width:11.25rem;height:0.124511875rem;top:54.75rem;left:4.4375rem;z-index:15042;display:none; }
 }@media only screen and (max-width: 763px) { #QQTXohnpXDpMXMIpOu5D2M2XWogClInH { width:20rem;height:2.11181875rem;top:2.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lH3uQq44WWWdVSxnf4DUhV4zh7dJkbnq { width:20rem;height:6.09375rem;top:4.0625rem;left:0rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #max2XZZw4dpdetmZTIL9hQArLB7BhQbG { background-color:transparent;background-image:url("https://images.assets-landingi.com/bQlom59H/bg2.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !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; }#max2XZZw4dpdetmZTIL9hQArLB7BhQbG.adaptive-delivery-prevent-bg, #max2XZZw4dpdetmZTIL9hQArLB7BhQbG.lazyload, #max2XZZw4dpdetmZTIL9hQArLB7BhQbG.lazyloading { background-image: none; }#max2XZZw4dpdetmZTIL9hQArLB7BhQbG > .row .container { background-color: transparent; background-image: none; }#max2XZZw4dpdetmZTIL9hQArLB7BhQbG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.35); }#max2XZZw4dpdetmZTIL9hQArLB7BhQbG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#max2XZZw4dpdetmZTIL9hQArLB7BhQbG > .row .container > .video-iframe-container { display: none; }#max2XZZw4dpdetmZTIL9hQArLB7BhQbG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.35); }#max2XZZw4dpdetmZTIL9hQArLB7BhQbG > .row > .video-iframe-container { display: none; }#max2XZZw4dpdetmZTIL9hQArLB7BhQbG > .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); }#max2XZZw4dpdetmZTIL9hQArLB7BhQbG > .row .container { border-width: 0; border-radius: 0; }#max2XZZw4dpdetmZTIL9hQArLB7BhQbG::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; }#max2XZZw4dpdetmZTIL9hQArLB7BhQbG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#max2XZZw4dpdetmZTIL9hQArLB7BhQbG > .row .container { width:20rem;height:140.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rDydRdOWvHKVsfOuLIUPPdTX9MCktBsq { width:20rem;height:16.0625rem;top:47.25rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #GGdhF5szFcHf2oH7FZ7fbRIMPXgqm5VU { width:12.5rem;height:2.62573125rem;top:4.8125rem;left:2.9375rem;font-size:1.75rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2);display:block; }
 }@media only screen and (max-width: 763px) { #Q278GHEki5LN8ZxrtECVVLnZvcKy5ZbP { width:13.8125rem;height:1.224975rem;top:7.375rem;left:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgTIa6lD8LDaNnARRTAGXbqbGnSRfkUm { width:9.625rem;height:1.3995375rem;top:32.25rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIXpHtZAuWmuVqBaLSGspdPpo1iQ4swi { width:14.1875rem;height:12.6635625rem;top:33.9375rem;left:2.9375rem;font-size:0.75rem;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Vdual3u75vKRKoR8oxpLOJtuDhhUDquo { width:9.875rem;height:2.44995rem;top:52.8125rem;left:5.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9cOLyvwkh93g382AJst5sXBqi63P7FI { width:8.3125rem;height:2.44995rem;top:56.25rem;left:5.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RwdxSJB7DCkWC0Ok8MfbJmBiWEqWnWUH { width:12.5rem;height:3.125rem;top:61.125rem;left:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxJcUHvdcl5KmRhIAn0KLcbzlhLSTpSZ { display:block; }
 }@media only screen and (max-width: 763px) { #Rt8ICs9dZhC7CQTwINRlHRB6PKzNSfwc { width:15.0625rem;height:2.09716875rem;top:29.1875rem;left:2.46875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDRTDxxJKmp6l3ZKZQtdly31LZK1JiFt { width:20rem;height:20rem;top:80.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZZv9IfuptsB2osuVHFhXOn9pI90kDDZ { width:20rem;height:16.0625rem;top:118rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #DGH45NlnbvbmRtbHBOI7BgWkGgmV1ze9 { width:13.6875rem;height:2.62573125rem;top:76.3125rem;left:2.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1MFLazOFsVqT2k7O7dQ8oMGuZOCFzRy { width:14.1875rem;height:1.224975rem;top:78.9375rem;left:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6XkuJuJWquUCPbQR4b1Uot4wCIrhFC9 { width:9.625rem;height:1.3995375rem;top:105.1875rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugXZLVsqx5AKS1m6eM3OvHCUTqXPOm7O { width:14.1875rem;height:10.4858125rem;top:106.8125rem;left:2.9375rem;font-size:0.75rem;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #le44iOWncelG1Bcm0R7EGulyTEaC8wZZ { width:12.9375rem;height:2.44995rem;top:126.8125rem;left:3.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UszeyEZLRrBwsdRx8zbXRTym4bOQ3QZK { width:18.1875rem;height:2.09716875rem;top:101.5rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGcxXTSlKuTU4JxCbt7Cd0T3EkGBZVS7 { width:12.5rem;height:3.125rem;top:131.8125rem;left:3.75rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #e85400, #660000);background-image: -moz-linear-gradient(90deg, #e85400, #660000);background-image: -ms-linear-gradient(90deg, #e85400, #660000);background-image: -o-linear-gradient(90deg, #e85400, #660000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e85400', endColorstr='#660000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e85400', endColorstr='#660000' );";background-image: linear-gradient(90deg, #e85400, #660000);background-size:auto !important;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcIG3Lp3WSEP7cON2c9vPGaMxZ2JAJuJ { display:block; }
 }@media only screen and (max-width: 763px) { #xB0ILTQF0UkVA8lqqI4TQbH8wqwApEgT { width:18.1875rem;height:0;top:114.5625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #OcWmgsrctRyZpfvJRcXNkt7gs4rD4IJM { width:20rem;height:20rem;top:9.25rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eH3ETB0I1PvkZhi5yCTUNl6GNu0Wd0Zw { width:18.1875rem;height:2.44995rem;top:123.5625rem;left:0.9375rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #TdeGGVO0FHZBbJkM2XCc5GkckNeTMafo { width:11.25rem;height:0.124511875rem;top:54.099609375rem;left:4.62451171875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JeDVvebd8r7qMDFvGpiPVTJb49i2O5TU { width:11.25rem;height:0.124511875rem;top:124.84912109375rem;left:4.43701171875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TRtqTmAMXIoTTwrNVrG9rUaxK4E2lgXN { background-color:transparent;background-image:url("https://images.assets-landingi.com/GROhdeak/bg3.png");background-position:center right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#TRtqTmAMXIoTTwrNVrG9rUaxK4E2lgXN.adaptive-delivery-prevent-bg, #TRtqTmAMXIoTTwrNVrG9rUaxK4E2lgXN.lazyload, #TRtqTmAMXIoTTwrNVrG9rUaxK4E2lgXN.lazyloading { background-image: none; }#TRtqTmAMXIoTTwrNVrG9rUaxK4E2lgXN > .row .container { background-color: transparent; background-image: none; }#TRtqTmAMXIoTTwrNVrG9rUaxK4E2lgXN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.35); }#TRtqTmAMXIoTTwrNVrG9rUaxK4E2lgXN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRtqTmAMXIoTTwrNVrG9rUaxK4E2lgXN > .row .container > .video-iframe-container { display: none; }#TRtqTmAMXIoTTwrNVrG9rUaxK4E2lgXN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.35); }#TRtqTmAMXIoTTwrNVrG9rUaxK4E2lgXN > .row > .video-iframe-container { display: none; }#TRtqTmAMXIoTTwrNVrG9rUaxK4E2lgXN > .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); }#TRtqTmAMXIoTTwrNVrG9rUaxK4E2lgXN > .row .container { width:20rem;height:145.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H0fIh049ZmvTkyDnzpZwqc1Tc5tGI8e7 { width:20rem;height:20rem;top:83.1875rem;left:0rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #i9qmSkppoTJf1TfL3r0nIoDvtzVreBVz { width:17.1875rem;height:2.62573125rem;top:4.6875rem;left:2.93701171875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHGX4QfIJal9Um6v60NHAGOMuc4KkIMO { width:12.25rem;height:1.224975rem;top:7.3125rem;left:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebFclqAZdskseWSLfFmEyLJ0CfXduOhE { width:15.3125rem;height:2.09716875rem;top:29.25rem;left:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6r9IzKdiEuX0Beza3QiyO3ryGz4DXfE { width:9.625rem;height:1.3995375rem;top:34.4375rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUWQhr9XQaG7dLBx3s4FoZn4UWZ2nebR { width:9.9375rem;height:2.44995rem;top:54.625rem;left:5.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKpiETdXaqnm8TuRdronQBMT98a4sVIP { width:14.1875rem;height:12.6635625rem;top:36.4375rem;left:2.9375rem;font-size:0.75rem;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DMIM6m4ZFOL3Mset1LMSi4exQZITgmnt { width:20rem;height:16.0625rem;top:122.3125rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #b0FBgLrmgXITASII9Pd9Ez1ULMlByMf5 { width:9.625rem;height:1.3995375rem;top:106.6875rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yH8xuXIvlxGHhFMVguNSUWl7mPt8ZLhv { width:14.1875rem;height:13.6376875rem;top:108.6875rem;left:2.9375rem;font-size:0.75rem;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dyM12e1ZQhpT9XtPGBOzpLoXMwQi2e51 { width:6.625rem;height:0;top:126.3125rem;left:7.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qsDaiEcgqTmJwTm49ygn7FryIVDBs17T { width:14.1875rem;height:2.44995rem;top:131.3125rem;left:2.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fERgODsn57ecT3KRlgBu5o0yRNBL6EFS { width:12.25rem;height:2.62573125rem;top:77.6875rem;left:2.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HANB7w4mfKcB63ucygDsPTiMRTepLiQC { width:12.5rem;height:3.125rem;top:62.9375rem;left:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAmZFQUKFdaWCrINsMKAuZu1E0936ean { display:block; }
 }@media only screen and (max-width: 763px) { #Ka2vE0rJaShU6vX07uPUVqkUpeQOPCN3 { width:8.5rem;height:2.44995rem;top:58.0625rem;left:5.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GGTTAoUK6qQ274A47VlHmuivTO6obk3h { width:14.1875rem;height:1.224975rem;top:80.25rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eToFsw5SlF2mTBd6HxsmLRVOt66W2oXB { width:18.1875rem;height:2.09716875rem;top:102.5rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyPyz4QNtXP2tN00BPbiXE7cinQBCPQn { width:12.5rem;height:3.125rem;top:136.1875rem;left:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #coLu0M0lGJ0wE1NhaQbd2g2NBHBauBv6 { display:block; }
 }@media only screen and (max-width: 763px) { #UaNXfTvKwOt1GG5qQEH8o2TrwhSNFDmf { width:19.875rem;height:16rem;top:49.0625rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #NNqua64brRi5ZtbgITRLFkL8ENw4DcCI { width:18.625rem;height:18.625rem;top:10rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ox2QzJCkMrA0ydupBFCPLJ2s8IFKNKhn { width:9.5625rem;height:2.44995rem;top:127.9375rem;left:5.25rem;font-size:1.75rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #r2euqu4v8dnDkES1t2dVm6o513NINA9q { width:11.25rem;height:0.124511875rem;top:129.16162109375rem;left:4.4752197265625rem;display:none; }
 }@media only screen and (max-width: 763px) { #u5Be8Fq3SaSlL9Cs6SCUAidqAk5gRweN { width:11.25rem;height:0.124511875rem;top:55.849243164062rem;left:4.623779296875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JR3TwU75ptMr7kTWFyTmxI7JrUr3XrN7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/bQlom59H/bg2.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !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; }#JR3TwU75ptMr7kTWFyTmxI7JrUr3XrN7.adaptive-delivery-prevent-bg, #JR3TwU75ptMr7kTWFyTmxI7JrUr3XrN7.lazyload, #JR3TwU75ptMr7kTWFyTmxI7JrUr3XrN7.lazyloading { background-image: none; }#JR3TwU75ptMr7kTWFyTmxI7JrUr3XrN7 > .row .container { background-color: transparent; background-image: none; }#JR3TwU75ptMr7kTWFyTmxI7JrUr3XrN7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.35); }#JR3TwU75ptMr7kTWFyTmxI7JrUr3XrN7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JR3TwU75ptMr7kTWFyTmxI7JrUr3XrN7 > .row .container > .video-iframe-container { display: none; }#JR3TwU75ptMr7kTWFyTmxI7JrUr3XrN7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.35); }#JR3TwU75ptMr7kTWFyTmxI7JrUr3XrN7 > .row > .video-iframe-container { display: none; }#JR3TwU75ptMr7kTWFyTmxI7JrUr3XrN7 > .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); }#JR3TwU75ptMr7kTWFyTmxI7JrUr3XrN7 > .row .container { border-width: 0; border-radius: 0; }#JR3TwU75ptMr7kTWFyTmxI7JrUr3XrN7::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; }#JR3TwU75ptMr7kTWFyTmxI7JrUr3XrN7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JR3TwU75ptMr7kTWFyTmxI7JrUr3XrN7 > .row .container { width:20rem;height:69.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JqlbuL20oWxI6ScGMcfMoleETgqD5aNz { width:20rem;height:16.0625rem;top:49.0625rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #rp77t1TsMkFWTDo0vi8VPlXymRDWfmpv { width:17.437125rem;height:2.62573125rem;top:4rem;left:1.25rem;font-size:1.75rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2);display:block; }
 }@media only screen and (max-width: 763px) { #EZ8q3rxkNXlyaTTm8N09PGE74HswpybP { width:14.3125rem;height:1.224975rem;top:6.5625rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUE6HmqlS3q24OsdHIhxwTRuGwZMgMae { width:9.625rem;height:1.3995375rem;top:32.5615234375rem;left:2.93701171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLz4PZTcuzyIuqTpDhgC0UaLLuNcl9vd { width:14.1875rem;height:14.61180625rem;top:34.562255859375rem;left:2.93701171875rem;font-size:0.75rem;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #upqcdESgKe4EHQAmdxS3JCOlTN3OZ1bJ { width:9.875rem;height:2.44995rem;top:54.625rem;left:5.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmeTInaUpqgpK2xwq5XH7TMAsIR5ByMl { width:8.3125rem;height:2.44995rem;top:58.0625rem;left:5.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LAAlMVrATyxXxSGczVRQHKnRU5FsTeDi { width:12.5rem;height:3.125rem;top:62.9375rem;left:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqAEXROv3URzRFLe9LH4pqdBhVA6WZAP { display:block; }
 }@media only screen and (max-width: 763px) { #E7iEhzyq7KREvxsrypRPsWVdQmD83A9S { width:15.0625rem;height:3.14575rem;top:27.97412109375rem;left:2.46826171875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DZem0Ec07XDeF7D6EXMTlMNU1o4toJ4H { width:20rem;height:20rem;top:7.724609375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VRO68U3wAvSJcCKzprepZ8ZElJZCJPPg { width:8.4375rem;height:2.8125rem;top:24.412109375rem;left:0rem;z-index:15041;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;font-size:0.875rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #660000, #e85400);background-image: -moz-linear-gradient(90deg, #660000, #e85400);background-image: -ms-linear-gradient(90deg, #660000, #e85400);background-image: -o-linear-gradient(90deg, #660000, #e85400);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#660000', endColorstr='#e85400' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#660000', endColorstr='#e85400' );";background-image: linear-gradient(90deg, #660000, #e85400);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #ZT37dp0tOeDOTuGcCVVRODQeTtgBRKMW { display:block; }
 }@media only screen and (max-width: 763px) { #eDvQNlMuHm5kwU3owFQi18IA9yhZFh8b { width:11.25rem;height:0.124511875rem;top:55.849243164062rem;left:4.4677734375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UXDfoW9a9recHWSTMToUSd4zRldTtCEs { background-color:transparent;background-image:url("https://images.assets-landingi.com/D4J4CeE9/bg4.jpg");background-position:center right !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:initial !important;display:block; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs.adaptive-delivery-prevent-bg, #UXDfoW9a9recHWSTMToUSd4zRldTtCEs.lazyload, #UXDfoW9a9recHWSTMToUSd4zRldTtCEs.lazyloading { background-image: none; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row .container { background-color: transparent; background-image: none; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.35); }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row .container > .video-iframe-container { display: none; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.35); }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row > .video-iframe-container { display: none; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .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); }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row .container { width:20rem;height:100.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X2dTpiLKytFu1XQLtnDgfqxHRiLdGsSS { width:20rem;height:2.84375rem;top:2.5rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8PiOgOosG1KwAWwmXhL3kV6TN5JfTrZ { width:20rem;height:9.187rem;top:27.0625rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQs8OnHPq11TC6cktZniyfq0MOrhrMGe { width:4.5rem;height:4.5rem;top:38.875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeaTK0m30Ge5JTCXTOTZCEB8tDq3OkLR { width:20rem;height:8.4375rem;top:47.3125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #irzVki48nN7u2mKz49zGVULCNDU1Wi8O { width:9.8125rem;height:1.7858875rem;top:44.5rem;left:5.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHFgiLaWAxAGsw9ROOnTyXgLPuEqqivp { width:20rem;height:8.4375rem;top:67.9375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LTecbrW32J5S4vpHc09MdQpwcRN5Lq6N { width:4.5rem;height:4.5rem;top:59.1875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AneVA9OhbvNoPt4sV8lRLBNCDsEp5P61 { width:11.25rem;height:1.7858875rem;top:65.125rem;left:5.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB4TqoVqqQc1z4tJKKrxqnJn5QukdEIV { width:20rem;height:8.5705625rem;top:88.5625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U6mbQPZpoNZ3EMn5Fvmgf0NgkywZ4CQw { width:9.5rem;height:1.7858875rem;top:85.75rem;left:5.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nK8vttURhs0mTgSdobcyPkhuiQS7NQ5l { width:4.5rem;height:4.5rem;top:79.9375rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIC5wuA080GHCyIryEdR25MIPA40wi5G { width:20rem;height:12.7441625rem;top:8.125rem;left:0rem;font-size:1.0625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #svo3RW4pQdKd3qAiaVLTaEoemJ86Ecke { width:12.25rem;height:1.04858125rem;top:97.375rem;left:6.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C85hi6LtZTun3lxTDDEulfZXTRgWgryi { width:12.25rem;height:1.04858125rem;top:55.9375rem;left:6.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDrFgrVQeJprQwni4JmB9UUXimVwGJAL { width:12.25rem;height:1.04858125rem;top:76.5rem;left:6.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hI7T3LWehbmqPUA2CrSl4sNtGSFhDbpP { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/D4J4CeE9/bg4.jpg");background-position:top right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#hI7T3LWehbmqPUA2CrSl4sNtGSFhDbpP.adaptive-delivery-prevent-bg, #hI7T3LWehbmqPUA2CrSl4sNtGSFhDbpP.lazyload, #hI7T3LWehbmqPUA2CrSl4sNtGSFhDbpP.lazyloading { background-image: none; }#hI7T3LWehbmqPUA2CrSl4sNtGSFhDbpP > .row .container { background-color: transparent; background-image: none; }#hI7T3LWehbmqPUA2CrSl4sNtGSFhDbpP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hI7T3LWehbmqPUA2CrSl4sNtGSFhDbpP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hI7T3LWehbmqPUA2CrSl4sNtGSFhDbpP > .row .container > .video-iframe-container { display: none; }#hI7T3LWehbmqPUA2CrSl4sNtGSFhDbpP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hI7T3LWehbmqPUA2CrSl4sNtGSFhDbpP > .row > .video-iframe-container { display: none; }#hI7T3LWehbmqPUA2CrSl4sNtGSFhDbpP > .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); }#hI7T3LWehbmqPUA2CrSl4sNtGSFhDbpP > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsRMJpseWCsGJPO10MkeUQJrkApUOREn { width:20rem;height:20rem;top:2.625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RVTXCvb41ocvdkXIrDgSq69Tiz4a8ANS { width:20rem;height:20rem;top:2.625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OVlk1Kcu5MKZqftblmrUCJx1glUq12Hk { width:20rem;height:20rem;top:2.625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TIIMnoB04gIrr7TCTWLoiLm2cCw8lUgt { width:20rem;height:20rem;top:2.625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FBOAhqxML8D1LJoDxdlUmqCpJZDtWARV { width:20rem;height:20rem;top:2.625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MMZV3Wa90fsra3BrpQck34y6xsKmTZc0 { width:20rem;height:20rem;top:2.625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OLb6Hy6c3neq9QNCfc2eUJn8LB01bHQA { width:20rem;height:20rem;top:2.625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #o3BGD5iDyOAs2C2kN4BBtxdbZSxx3gE5 { width:20rem;height:20rem;top:2.625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #V9ckL7zdgm3LeNOzaeubx30pI3Mf7pNK { width:20rem;height:20rem;top:2.625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #papmg8kEKhRQmNEUNM05EBlWisVDih4b { width:20rem;height:20rem;top:2.625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qLqzyDN6bti57eQps6OuZKL4fgbdBTH1 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/D4J4CeE9/bg4.jpg");background-position:center right !important;background-repeat:repeat-y !important;background-attachment:fixed;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; }#qLqzyDN6bti57eQps6OuZKL4fgbdBTH1.adaptive-delivery-prevent-bg, #qLqzyDN6bti57eQps6OuZKL4fgbdBTH1.lazyload, #qLqzyDN6bti57eQps6OuZKL4fgbdBTH1.lazyloading { background-image: none; }#qLqzyDN6bti57eQps6OuZKL4fgbdBTH1 > .row .container { background-color: transparent; background-image: none; }#qLqzyDN6bti57eQps6OuZKL4fgbdBTH1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qLqzyDN6bti57eQps6OuZKL4fgbdBTH1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qLqzyDN6bti57eQps6OuZKL4fgbdBTH1 > .row .container > .video-iframe-container { display: none; }#qLqzyDN6bti57eQps6OuZKL4fgbdBTH1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qLqzyDN6bti57eQps6OuZKL4fgbdBTH1 > .row > .video-iframe-container { display: none; }#qLqzyDN6bti57eQps6OuZKL4fgbdBTH1 > .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); }#qLqzyDN6bti57eQps6OuZKL4fgbdBTH1 > .row .container { border-width: 0; border-radius: 0; }#qLqzyDN6bti57eQps6OuZKL4fgbdBTH1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qLqzyDN6bti57eQps6OuZKL4fgbdBTH1 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JDPfLsuuTVpRRAWbDZLGeBo4MbNPH7iV { width:20rem;height:0;top:6.625rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dgwwyyHeXqG44rvVsoqJhtfZSiDM33wh { display:flex;width:2.1875rem;height:2.1875rem;top:0.4375rem;left:16.875rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #S6XJc6bTEK5Tmg4DsVy0TgpuMKMis7mn { display:flex;width:2.1875rem;height:2.1875rem;top:0.4375rem;left:0rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #gEuyatmdDfCVOll97uf162HfQZe5wUw5 { width:20rem;height:2.99805rem;top:0rem;left:0rem;font-size:1rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #EezuVNHQTM5ETaODkdP0xTztc9t1FWRT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/294651ee-8294-4776-8c50-c0054315286a/image00002.png");background-position:center right !important;background-repeat:repeat-x !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; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT.adaptive-delivery-prevent-bg, #EezuVNHQTM5ETaODkdP0xTztc9t1FWRT.lazyload, #EezuVNHQTM5ETaODkdP0xTztc9t1FWRT.lazyloading { background-image: none; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container { background-color: transparent; background-image: none; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,0,0,0.9); }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container > .video-iframe-container { display: none; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,0,0,0.9); }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row > .video-iframe-container { display: none; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .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); }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container { border-width: 0; border-radius: 0; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT::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; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container { width:20rem;height:126.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H1JPJdfswSHtbbpCXAXIfCpuA6GzyruD { width:20rem;height:2.84375rem;top:3.6875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mik2RMTzOtcdg4thIA99r7qiNUoy2VWw { width:20rem;height:6.7505rem;top:7.84375rem;left:0rem;font-size:3.375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #hQhHqFEzXUMcJo20zJo9Z3zuZ5lNkmS0 { width:3.125rem;height:3.125rem;top:51.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iN83fN6qtRirJJIrSI5sFxpg9SIA6zG7 { width:14.75rem;height:8.994125rem;top:50.8125rem;left:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MB5HKDhfyNLxzSXdHf1cFWUaiGfUHUl5 { width:3.25rem;height:1.4624rem;top:52.1875rem;left:0rem;font-size:1.125rem;color:#cc2f00;display:block; }
 }@media only screen and (max-width: 763px) { #dBhzarwOln9ICfeSMTXifF049T8qCV32 { width:14.75rem;height:7.495125rem;top:62.625rem;left:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wN3GZ0TNsshk7SBNGLhSrmetBbBd5EUc { width:3.125rem;height:3.125rem;top:62.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcUXGxgZLvP57MTEIgzxGrpBSS1LFeFq { width:3.25rem;height:1.4624rem;top:63.25rem;left:0rem;font-size:1.125rem;color:#cc2f00;display:block; }
 }@media only screen and (max-width: 763px) { #UV1lPoA3dwuIQl3P5AAVOC5TBGFo7tiQ { width:14.875rem;height:8.994125rem;top:73.5rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0tPMRLnuUp0FJKiX62BVaSpnaaJJkJX { width:3.125rem;height:3.125rem;top:74.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWPGviEJv0bCxlrWl4c26zKJTVakmsnb { width:3.25rem;height:1.4624rem;top:74.875rem;left:0rem;font-size:1.125rem;color:#cc2f00;display:block; }
 }@media only screen and (max-width: 763px) { #I0u1TVb1S51pwdXGwSp0qPWmPe24T7NQ { width:20rem;height:2.4375rem;top:88.875rem;left:-0.1875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TQ38mCn1swUC4fk47u6Riy5tQUcdrJyw { width:13.3125rem;height:8.7744125rem;top:92.125rem;left:3.34375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xR6JibaTt5XqdBfUyPxHM2ql58ceANrf { width:3.4375rem;height:3.4375rem;top:102.9375rem;left:1.25rem;font-size:2.375rem;color:#cc2f00;display:block; }
 }@media only screen and (max-width: 763px) { #kyRn0vG5bKv4Tq4brqNZbGAkSk19DVfD { width:3.4375rem;height:3.4375rem;top:102.9375rem;left:8.28125rem;font-size:2.375rem;z-index:15004;color:#cc2f00;display:block; }
 }@media only screen and (max-width: 763px) { #yBCcOC7QEUsPkAQ7TLk6sm30d2uBLaJB { width:3.4375rem;height:3.4375rem;top:102.9375rem;left:15.375rem;font-size:2.375rem;color:#cc2f00;display:block; }
 }@media only screen and (max-width: 763px) { #pevNLtcM42tf31OvNSmplbA9ae2ohq9K { width:17.5rem;height:3.75rem;top:42.0625rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8fGqmngsInlA4rA2IGTFhUqU9o40K29 { display:block; }
 }@media only screen and (max-width: 763px) { #a09uGX04DM9O1bAQJhnvF6wDhUL9pmJL { width:20rem;height:5.511475rem;top:18rem;left:0rem;font-size:1.3125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #OyNnwfcRMclk7oNQTmL8MRrEFyZXTXwR { width:20rem;height:2.4389625rem;top:123.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wd5JFJM8qT8l341shUW3rBFBz5qdTrUb { width:12.5rem;height:2.3125rem;top:107.5625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xe2RTJQRqUMJum4heTFMghnIGQ0maTTR { display:block; }
 }@media only screen and (max-width: 763px) { #RhMMNcTDpFnUll5KiCBlEe9BryCaIkBT { width:11.0625rem;height:1.42516875rem;top:108.3125rem;left:3.75rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bHZrsXRxoEAgg8Tc0UWxFrMRTPBmHQ5d { width:11.25rem;height:3.896475rem;top:99.0380859375rem;left:4.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TsAZXQee8pJHXfu7H49LkJRt9JudRWLa { width:17.5625rem;height:7.25rem;top:33.0625rem;left:0rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #s8KPGbB699ywqRwgH76MCMsI1w4WZUg8 { width:10.8125rem;height:10.8125rem;top:26.5rem;left:5.9375rem;z-index:15043;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #AQ8Kr5cROXtmQq5iRvzd6EMNauFktqgA { width:12.9375rem;height:12.9375rem;top:25rem;left:4.6875rem;z-index:15044;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bP8wSyW4T1Nqgw1hZPJTliqASE0OGuvB { width:20rem;height:7.375rem;top:112.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rDgTzKTSpT4sttL8wMW6Iw1ZNHM9i52r { width:20rem;height:9.375rem;top:112.9375rem;left:0rem;display:block; }
 }