.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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZwMRHLXzolAHfTubFCoCEvZk4Z4DNIB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1082f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#JZwMRHLXzolAHfTubFCoCEvZk4Z4DNIB > .row .container { border-width: 0; border-radius: 0; }#JZwMRHLXzolAHfTubFCoCEvZk4Z4DNIB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JZwMRHLXzolAHfTubFCoCEvZk4Z4DNIB > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:75rem;position:relative;display:none; }#vWDhQ4XnFpvQu90GHH7BH6eftyzSAAZ4 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#vWDhQ4XnFpvQu90GHH7BH6eftyzSAAZ4 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:#ffffff;padding-top:0.605rem;padding-right:0.535625rem;padding-bottom:0.605rem;padding-left:0.535625rem;display:block;align-items:center;width:3.2125rem;min-width:3.2125rem;height:3.251875rem;position:relative;font-family:"open sans";font-size:2.42rem;font-weight:700;line-height:52.03px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vWDhQ4XnFpvQu90GHH7BH6eftyzSAAZ4 .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.378125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.283125rem;height:1.285625rem;position:relative;font-family:"open sans";font-size:0.9075rem;font-weight:400;line-height:20.57px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#vWDhQ4XnFpvQu90GHH7BH6eftyzSAAZ4 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:21.125rem;height:6.125625rem;padding-top:0.75625rem;padding-right:0.765rem;padding-bottom:0.75625rem;padding-left:0.765rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:26.170574188233rem;z-index:5000; }
#vWDhQ4XnFpvQu90GHH7BH6eftyzSAAZ4 #EX9UtQtG725WwQqhBdOP6NaCfhWWKqcT { display:flex;position:relative;top:0rem;left:0rem; }
#vWDhQ4XnFpvQu90GHH7BH6eftyzSAAZ4 #SKCDqnT0invhqoTMyTr0WK0wKUPVvxpz { width:auto; }
#vWDhQ4XnFpvQu90GHH7BH6eftyzSAAZ4 #UDFD1ZODq5AIF2CXU0pJJgwOqv7wVHi0 {  }
#vWDhQ4XnFpvQu90GHH7BH6eftyzSAAZ4 #Oz8PE6Dv4A8FD75QN9T8pfF8T6P9ae3t { display:flex;position:relative;top:0rem;left:0rem; }
#vWDhQ4XnFpvQu90GHH7BH6eftyzSAAZ4 #KDMxeh5EriEgMsuWCMnwbGmEH17HKrZQ {  }
#vWDhQ4XnFpvQu90GHH7BH6eftyzSAAZ4 #NaEcsvDZGi0EiipPQQkZcIZFmwtnAorT {  }
#vWDhQ4XnFpvQu90GHH7BH6eftyzSAAZ4 #Rvc0ShVxe9MZyHpqokskyZXnGi02ixdS { display:flex;position:relative;top:0rem;left:0rem; }
#vWDhQ4XnFpvQu90GHH7BH6eftyzSAAZ4 #XZNHhr1ymyimqyP29tvu0gsrBzf0qzZX {  }
#vWDhQ4XnFpvQu90GHH7BH6eftyzSAAZ4 #fVkSlPqphDJSw5p6i8OQS8LXtUbeBDT8 {  }
#vWDhQ4XnFpvQu90GHH7BH6eftyzSAAZ4 #WMVsqWJVb7UTyCk8L7EFtKREBSMR9bdw { display:flex;position:relative;top:0rem;left:0rem; }
#vWDhQ4XnFpvQu90GHH7BH6eftyzSAAZ4 #EZ7VZdh74RNl2o2h9k8N1CoPf99qKO8r {  }
#vWDhQ4XnFpvQu90GHH7BH6eftyzSAAZ4 #vcEU1bHR2RCPM2fFHvMtbzOZoV1Bf06J {  }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/6dd1d960-0be5-44cb-8a9d-5161a63d7f47/headerbgjpg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;overflow:visible;position:relative;display:block; }#DZPTuxbg4RUatpbe0JdMbO1nuxkMRshe { 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:23.4375rem;width:61.4375rem;top:1.6875rem;left:6.6875rem;overflow:hidden;display:block; }
#LV0rXNDiCUkopu8fqrk17U37vI8C1wpl { color:#ffffff;display:block;width:70.8125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:27.375000953674rem;left:2.09375rem;height:7.875rem;text-align:center;text-align-last:center;display:block; }
#r129FNerrXOw9ohZs6EAsQE2nDE99gXv { color:#e1082f;display:block;width:70.8125rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:37.687500953674rem;left:2.09375rem;height:3.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Dge4gm9MoTb0n1BbSDSHxipiTch3KV28 { background-color:#e1082f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.5rem;height:5.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:42.062500953674rem;left:24.750001907349rem;display:block; }
#uEPhDrRq1nCzZk5ClIxVqlJNF4FdLEXU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vH6P1JkMdO9LL4p4ROrSrwQCRzwmcWQb { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.375rem;width:19.6875rem;top:1.6875rem;left:27.656251907349rem;overflow:hidden;display:none; }
#dBRRBOpgrSgzOodx3ahbifKgnWZ1IIEk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1082f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dBRRBOpgrSgzOodx3ahbifKgnWZ1IIEk > .row .container { background-color: transparent; background-image: none; }#dBRRBOpgrSgzOodx3ahbifKgnWZ1IIEk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dBRRBOpgrSgzOodx3ahbifKgnWZ1IIEk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dBRRBOpgrSgzOodx3ahbifKgnWZ1IIEk > .row .container > .video-iframe-container { display: none; }#dBRRBOpgrSgzOodx3ahbifKgnWZ1IIEk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dBRRBOpgrSgzOodx3ahbifKgnWZ1IIEk > .row > .video-iframe-container { display: none; }#dBRRBOpgrSgzOodx3ahbifKgnWZ1IIEk > .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); }#dBRRBOpgrSgzOodx3ahbifKgnWZ1IIEk > .row .container { border-width: 0; border-radius: 0; }#dBRRBOpgrSgzOodx3ahbifKgnWZ1IIEk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dBRRBOpgrSgzOodx3ahbifKgnWZ1IIEk > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:75rem;position:relative;display:block; }#ApGovO6zKO7wtgD2GMEozoSdTKIesFms { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"montserrat bold";font-size:3.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.310791015625rem;left:0rem;height:5.03661875rem;text-align:center;text-align-last:center;display:block; }
#gMP2cqPc1nPx40quNNOw1QeHHuXEocNR { color:#ffffff;display:block;width:55.7495rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.499755859375rem;left:9.6240234375rem;height:6.501rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eaw9BX83TJETunzcE6CMHce5ut8OkToX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f9ca261a-c8a7-432c-9a0c-b482535efcb8/eventhoughbg.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; }#eaw9BX83TJETunzcE6CMHce5ut8OkToX.adaptive-delivery-prevent-bg, #eaw9BX83TJETunzcE6CMHce5ut8OkToX.lazyload, #eaw9BX83TJETunzcE6CMHce5ut8OkToX.lazyloading { background-image: none; }#eaw9BX83TJETunzcE6CMHce5ut8OkToX > .row .container { background-color: transparent; background-image: none; }#eaw9BX83TJETunzcE6CMHce5ut8OkToX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eaw9BX83TJETunzcE6CMHce5ut8OkToX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eaw9BX83TJETunzcE6CMHce5ut8OkToX > .row .container > .video-iframe-container { display: none; }#eaw9BX83TJETunzcE6CMHce5ut8OkToX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eaw9BX83TJETunzcE6CMHce5ut8OkToX > .row > .video-iframe-container { display: none; }#eaw9BX83TJETunzcE6CMHce5ut8OkToX > .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); }#eaw9BX83TJETunzcE6CMHce5ut8OkToX > .row .container { border-width: 0; border-radius: 0; }#eaw9BX83TJETunzcE6CMHce5ut8OkToX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eaw9BX83TJETunzcE6CMHce5ut8OkToX > .row .container { font-size:0.875rem;font-family:arial;height:72.375rem;width:75rem;position:relative;display:block; }#HmWD3yzs19biLHTqgm6SeT50zgED8lm3 { color:#000000;display:block;width:53.75rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.6250002384186rem;left:10.625rem;height:18.2856375rem;text-align:center;text-align-last:center;display:block; }
#IpxQBm4fBTPWc1JEylaS0d40xJzenwTA { color:#000000;display:block;width:53.75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:25.717969179154rem;left:10.625rem;height:3.2504875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#srmUmpsT91KaNJmzqTcgZcxBK4OK2KAP { color:#000000;display:block;width:36.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:32.125rem;left:20.75rem;height:2.0317375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#adcWkZhysWffXoCZ1tLOVFPWCBleZtrf { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:32.1875rem;left:17.6875rem; }
#At9cgXrGGSNGs25TStncCvTERL4tzTFN { color:#000000;display:block;width:36.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:35.625rem;left:20.8125rem;height:2.0317375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l9qOvvqWpXEd5TNQFss3UJmlXJiTD5rg { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:35.6875rem;left:17.75rem; }
#T5tohvlKNzD4maLaWNVw7uCTt5z90BMc { color:#000000;display:block;width:36.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:39.4375rem;left:20.8125rem;height:2.0317375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CVzAwgc5gNS7mUH5S5wpcKCP0hbq6OQW { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:39.5rem;left:17.75rem; }
#APf1KR7s3Mi5LKLgD46pwlSFszbHTOVk { color:#000000;display:block;width:36.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:43.25rem;left:20.8125rem;height:2.0317375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IM7PI4gIiLOJ1agCRWqaCuIKZVxHZeik { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:43.3125rem;left:17.75rem; }
#iRvMzT4TsfNip7GNAg1eJ1J9lczbzeHJ { color:#000000;display:block;width:36.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:46.9375rem;left:20.8125rem;height:2.0317375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WNk8I4UTHtdryVuQQXU086HTGrl0NTPo { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:47rem;left:17.75rem; }
#v9LAWiEmLJeSfGbyVXSr9hkBtVqLwger { color:#000000;display:block;width:53.75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:51.761720657349rem;left:12.125rem;height:3.2504875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yvbT8GyBHHPFLmaZ7A67fxRMvCyRmc0J { color:#000000;display:block;width:53.4375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:57.25rem;left:10.78125rem;height:10.1586875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DfR6w0i58ucyxZaV4mW1gbvl2TDPoy86 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DfR6w0i58ucyxZaV4mW1gbvl2TDPoy86 > .row .container { background-color: transparent; background-image: none; }#DfR6w0i58ucyxZaV4mW1gbvl2TDPoy86::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DfR6w0i58ucyxZaV4mW1gbvl2TDPoy86 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DfR6w0i58ucyxZaV4mW1gbvl2TDPoy86 > .row .container > .video-iframe-container { display: none; }#DfR6w0i58ucyxZaV4mW1gbvl2TDPoy86 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DfR6w0i58ucyxZaV4mW1gbvl2TDPoy86 > .row > .video-iframe-container { display: none; }#DfR6w0i58ucyxZaV4mW1gbvl2TDPoy86 > .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); }#DfR6w0i58ucyxZaV4mW1gbvl2TDPoy86 > .row .container { border-width: 0; border-radius: 0; }#DfR6w0i58ucyxZaV4mW1gbvl2TDPoy86 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DfR6w0i58ucyxZaV4mW1gbvl2TDPoy86 > .row .container { font-size:0.875rem;font-family:arial;height:25.8125rem;width:75rem;position:relative;display:block; }#gpwsSogVug6tevAST2I4FuN23LwfT0pL { color:#e1082f;display:block;width:58.875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.9375rem;left:8.0625rem;height:3.2504875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ehANCNHkwkGTqT2Pw74lZsbB6lwKXK1i { color:#ffffff;display:block;width:61.3125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:7.3125rem;left:6.84375rem;height:12.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T76hUmr8QOiRHo4NmPGNmyyJ8TGn9MPM { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:4.4375rem;top:22.25rem;left:35.281251907349rem;overflow:hidden;display:block; }
#cVUmkE0XkTILdOS6krAzhhf7WtebJzTJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cVUmkE0XkTILdOS6krAzhhf7WtebJzTJ > .row .container { background-color: transparent; background-image: none; }#cVUmkE0XkTILdOS6krAzhhf7WtebJzTJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVUmkE0XkTILdOS6krAzhhf7WtebJzTJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVUmkE0XkTILdOS6krAzhhf7WtebJzTJ > .row .container > .video-iframe-container { display: none; }#cVUmkE0XkTILdOS6krAzhhf7WtebJzTJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVUmkE0XkTILdOS6krAzhhf7WtebJzTJ > .row > .video-iframe-container { display: none; }#cVUmkE0XkTILdOS6krAzhhf7WtebJzTJ > .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); }#cVUmkE0XkTILdOS6krAzhhf7WtebJzTJ > .row .container { border-width: 0; border-radius: 0; }#cVUmkE0XkTILdOS6krAzhhf7WtebJzTJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cVUmkE0XkTILdOS6krAzhhf7WtebJzTJ > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;position:relative;display:block; }#WP8PNcTMBSeo8PGFAdkoZX9cTp3FCvED { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3be1c0ac-eebf-4664-a82f-6488b32482fb/introducingbg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WP8PNcTMBSeo8PGFAdkoZX9cTp3FCvED.adaptive-delivery-prevent-bg, #WP8PNcTMBSeo8PGFAdkoZX9cTp3FCvED.lazyload, #WP8PNcTMBSeo8PGFAdkoZX9cTp3FCvED.lazyloading { background-image: none; }#WP8PNcTMBSeo8PGFAdkoZX9cTp3FCvED > .row .container { background-color: transparent; background-image: none; }#WP8PNcTMBSeo8PGFAdkoZX9cTp3FCvED::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WP8PNcTMBSeo8PGFAdkoZX9cTp3FCvED > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WP8PNcTMBSeo8PGFAdkoZX9cTp3FCvED > .row .container > .video-iframe-container { display: none; }#WP8PNcTMBSeo8PGFAdkoZX9cTp3FCvED > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WP8PNcTMBSeo8PGFAdkoZX9cTp3FCvED > .row > .video-iframe-container { display: none; }#WP8PNcTMBSeo8PGFAdkoZX9cTp3FCvED > .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); }#WP8PNcTMBSeo8PGFAdkoZX9cTp3FCvED > .row .container { border-width: 0; border-radius: 0; }#WP8PNcTMBSeo8PGFAdkoZX9cTp3FCvED > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WP8PNcTMBSeo8PGFAdkoZX9cTp3FCvED > .row .container { font-size:0.875rem;font-family:arial;height:31.75rem;width:75rem;position:relative;display:block; }#e2ZB3znTd6KM5rlWXhSoXxv9mhfQ0cTi { color:#000000;display:block;width:53.75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.8992185592651rem;left:10.625rem;height:3.2504875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IU1ooNlZKkDCb6RzJ7PLTKD19DB24tz4 { color:#e1082f;display:block;width:70.875rem;position:absolute;font-family:"playfair display";font-size:5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.52499961853rem;left:2.0625rem;height:6.4980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uhuN2qop8wymTTAuBBlV44QeCshW2KSR { color:#000000;display:block;width:61.3125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:14.349999427796rem;left:6.84375rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wM72JR7qN7x9TkyrTqp8c4tCA7bI49VN { 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:27.0625rem;width:63.375rem;top:27.011717796326rem;left:5.8125rem;overflow:hidden;display:block; }
#ziWwNvMxw4E88wFC9J072xxwDEu4OwWp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ca39e4f2-aee3-4386-999a-c726b77b36cc/healthymeals.jpg");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; }#ziWwNvMxw4E88wFC9J072xxwDEu4OwWp.adaptive-delivery-prevent-bg, #ziWwNvMxw4E88wFC9J072xxwDEu4OwWp.lazyload, #ziWwNvMxw4E88wFC9J072xxwDEu4OwWp.lazyloading { background-image: none; }#ziWwNvMxw4E88wFC9J072xxwDEu4OwWp > .row .container { background-color: transparent; background-image: none; }#ziWwNvMxw4E88wFC9J072xxwDEu4OwWp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziWwNvMxw4E88wFC9J072xxwDEu4OwWp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziWwNvMxw4E88wFC9J072xxwDEu4OwWp > .row .container > .video-iframe-container { display: none; }#ziWwNvMxw4E88wFC9J072xxwDEu4OwWp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziWwNvMxw4E88wFC9J072xxwDEu4OwWp > .row > .video-iframe-container { display: none; }#ziWwNvMxw4E88wFC9J072xxwDEu4OwWp > .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); }#ziWwNvMxw4E88wFC9J072xxwDEu4OwWp > .row .container { border-width: 0; border-radius: 0; }#ziWwNvMxw4E88wFC9J072xxwDEu4OwWp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ziWwNvMxw4E88wFC9J072xxwDEu4OwWp > .row .container { font-size:0.875rem;font-family:arial;height:52.1875rem;width:75rem;position:relative;display:block; }#g2wkZwiSOKiQqlVf7Tx4Hd2whE24PtIR { position:absolute;display:block;z-index:14996;background-color:#e3e3e3;background-image:none;border-top:0.1875rem solid #e1082f;border-left:0.1875rem solid #e1082f;border-right:0.1875rem solid #e1082f;border-bottom:0.1875rem solid #e1082f;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.5rem;width:73.3125rem;top:3.46875rem;left:0.71875rem;display:block; }
#OHzPX6bASSqHznQfsW65bcNAB6TNULzK { color:#000000;display:block;width:61.3125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:25.22500038147rem;left:6.84375rem;height:14.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DS47GwvTvkWVmTkXleuVX5d5S3VdK6fP { background-color:#e1082f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:3.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:5.3125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:42.400000572204rem;left:25.312501907349rem;display:block; }
#d1aGCqlTdHOgWdDBx94MWdHDipiC6AN2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HG1XQ9pbhDdFieNwiAVCdn7iXFN9Muy0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1082f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HG1XQ9pbhDdFieNwiAVCdn7iXFN9Muy0 > .row .container { background-color: transparent; background-image: none; }#HG1XQ9pbhDdFieNwiAVCdn7iXFN9Muy0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HG1XQ9pbhDdFieNwiAVCdn7iXFN9Muy0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HG1XQ9pbhDdFieNwiAVCdn7iXFN9Muy0 > .row .container > .video-iframe-container { display: none; }#HG1XQ9pbhDdFieNwiAVCdn7iXFN9Muy0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HG1XQ9pbhDdFieNwiAVCdn7iXFN9Muy0 > .row > .video-iframe-container { display: none; }#HG1XQ9pbhDdFieNwiAVCdn7iXFN9Muy0 > .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); }#HG1XQ9pbhDdFieNwiAVCdn7iXFN9Muy0 > .row .container { border-width: 0; border-radius: 0; }#HG1XQ9pbhDdFieNwiAVCdn7iXFN9Muy0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HG1XQ9pbhDdFieNwiAVCdn7iXFN9Muy0 > .row .container { font-size:0.875rem;font-family:arial;height:17.375rem;width:75rem;position:relative;display:block; }#X4uSit649HbnqucLhVyCPPDBXMNnz6TU { color:#ffffff;display:block;width:36.3125rem;position:absolute;font-family:"montserrat regular";font-size:3.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.93701171875rem;left:19.34326171875rem;height:4.3066375rem;text-align:center;text-align-last:center;display:block; }
#EbFvHDuyd4zNDi6kqeSU6o740tulTp0x { color:#ffffff;display:block;width:61.62475rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.997802734375rem;left:6.685791015625rem;height:6.501rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EBTFDibpg24kPXPZB2lyVrplmNPhMlP8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EBTFDibpg24kPXPZB2lyVrplmNPhMlP8 > .row .container { background-color: transparent; background-image: none; }#EBTFDibpg24kPXPZB2lyVrplmNPhMlP8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EBTFDibpg24kPXPZB2lyVrplmNPhMlP8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EBTFDibpg24kPXPZB2lyVrplmNPhMlP8 > .row .container > .video-iframe-container { display: none; }#EBTFDibpg24kPXPZB2lyVrplmNPhMlP8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EBTFDibpg24kPXPZB2lyVrplmNPhMlP8 > .row > .video-iframe-container { display: none; }#EBTFDibpg24kPXPZB2lyVrplmNPhMlP8 > .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); }#EBTFDibpg24kPXPZB2lyVrplmNPhMlP8 > .row .container { border-width: 0; border-radius: 0; }#EBTFDibpg24kPXPZB2lyVrplmNPhMlP8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EBTFDibpg24kPXPZB2lyVrplmNPhMlP8 > .row .container { font-size:0.875rem;font-family:arial;height:21.8125rem;width:75rem;position:relative;display:block; }#rLnmVGMEdvT4dpbB6DwXXT3eumwI0yLg { color:#000000;display:block;width:71.6875rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.1875rem;left:1.65625rem;height:2.8418rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ufVriHKSgdRDbtiUJ0PoAzz5SOdbbpGO { color:#000000;display:block;width:68.625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8.1875rem;left:3.1875rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dkAZRzsbkMzIK39GDHXXvfgMUN8V869p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/700d948f-0b59-4e28-9ecb-8d886d3f73cf/Group41.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dkAZRzsbkMzIK39GDHXXvfgMUN8V869p.adaptive-delivery-prevent-bg, #dkAZRzsbkMzIK39GDHXXvfgMUN8V869p.lazyload, #dkAZRzsbkMzIK39GDHXXvfgMUN8V869p.lazyloading { background-image: none; }#dkAZRzsbkMzIK39GDHXXvfgMUN8V869p > .row .container { background-color: transparent; background-image: none; }#dkAZRzsbkMzIK39GDHXXvfgMUN8V869p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkAZRzsbkMzIK39GDHXXvfgMUN8V869p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkAZRzsbkMzIK39GDHXXvfgMUN8V869p > .row .container > .video-iframe-container { display: none; }#dkAZRzsbkMzIK39GDHXXvfgMUN8V869p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkAZRzsbkMzIK39GDHXXvfgMUN8V869p > .row > .video-iframe-container { display: none; }#dkAZRzsbkMzIK39GDHXXvfgMUN8V869p > .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); }#dkAZRzsbkMzIK39GDHXXvfgMUN8V869p > .row .container { border-width: 0; border-radius: 0; }#dkAZRzsbkMzIK39GDHXXvfgMUN8V869p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dkAZRzsbkMzIK39GDHXXvfgMUN8V869p > .row .container { font-size:0.875rem;font-family:arial;height:46rem;width:75rem;position:relative;display:block; }#lE5ucfrlxfuFuysskl42PoiKu0yLCvmD { position:absolute;display:block;z-index:15000;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.375rem;width:34.125rem;top:5.8125rem;left:1.6875rem;display:block; }
#mzfxc80rHfhal5mkzreaUPnp4sXJDTCK { color:#ffffff;display:block;width:29.6875rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:7.6875rem;left:3.9375rem;height:9.1845625rem;font-style:normal;display:block; }
#MC5PTKOPeEkGphpyrdyrTaQz41bOy3ND { color:#ffffff;display:block;width:29.6875rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:18.4375rem;left:3.9375rem;height:6.5610625rem;font-style:normal;display:block; }
#u00MrG73Aa59JHenCg3cRpEW39ov5uO9 { color:#e1082f;display:block;width:29.6875rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:27.375000476837rem;left:3.90625rem;height:6.12305rem;font-style:normal;display:block; }
#knmCVPytEDvpLxOpMA37Tq3vxhm51Qgm { color:#ffffff;display:block;width:29.6875rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:34.750000476837rem;left:3.90625rem;height:4.374025rem;font-style:normal;display:block; }
#TeyTQaRQ5AU08gVkOcDM0yuOlFCiiFyl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b474d76a-1484-4654-afad-e98adecf179f/2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TeyTQaRQ5AU08gVkOcDM0yuOlFCiiFyl.adaptive-delivery-prevent-bg, #TeyTQaRQ5AU08gVkOcDM0yuOlFCiiFyl.lazyload, #TeyTQaRQ5AU08gVkOcDM0yuOlFCiiFyl.lazyloading { background-image: none; }#TeyTQaRQ5AU08gVkOcDM0yuOlFCiiFyl > .row .container { background-color: transparent; background-image: none; }#TeyTQaRQ5AU08gVkOcDM0yuOlFCiiFyl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeyTQaRQ5AU08gVkOcDM0yuOlFCiiFyl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeyTQaRQ5AU08gVkOcDM0yuOlFCiiFyl > .row .container > .video-iframe-container { display: none; }#TeyTQaRQ5AU08gVkOcDM0yuOlFCiiFyl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeyTQaRQ5AU08gVkOcDM0yuOlFCiiFyl > .row > .video-iframe-container { display: none; }#TeyTQaRQ5AU08gVkOcDM0yuOlFCiiFyl > .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); }#TeyTQaRQ5AU08gVkOcDM0yuOlFCiiFyl > .row .container { border-width: 0; border-radius: 0; }#TeyTQaRQ5AU08gVkOcDM0yuOlFCiiFyl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TeyTQaRQ5AU08gVkOcDM0yuOlFCiiFyl > .row .container { font-size:0.875rem;font-family:arial;height:60.3125rem;width:75rem;position:relative;display:block; }#JUAWrTzZ07R49V6tn4giuyyiLsVP8VZt { color:#e1082f;display:block;width:70.875rem;position:absolute;font-family:"playfair display";font-size:5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.6999945640564rem;left:2.0625rem;height:12.996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#of5pb0BRySVCRP4xTFRuhokbwlt366Qa { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:23.375rem;left:4.25rem; }
#t9rc2NAHRcZBM7apZ9GHaFs5J9uwEmlf { color:#ffffff;display:block;width:63.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:23.3125rem;left:7.3125rem;height:4.063475rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Muc5KJ69zcL4MlqoFZQxUEEPRaEVep3i { color:#ffffff;display:block;width:63.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:29rem;left:7.3125rem;height:4.063475rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JWO6WEhn59Zdwp5Osmqpa1P6VfAurW61 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:29.0625rem;left:4.25rem; }
#HJOedbVQD28I76usOTmdSGTZ0kLxcbsV { color:#ffffff;display:block;width:63.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:35.0625rem;left:7.25rem;height:2.0317375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yxgnAz1M40aStDdtnowIfUqbKxoS4A9T { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:35.125rem;left:4.1875rem; }
#V1rR7xZUEdSGiG6dsxgOBvuuNqbovrfC { color:#ffffff;display:block;width:63.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:39.125rem;left:7.25rem;height:2.0317375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BmGybWo95wngyUo0LTOCkLFTwnOTVf5e { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:39.1875rem;left:4.1875rem; }
#OO3CrxlJM60K0ae4mT0naDsL4yLQm527 { color:#ffffff;display:block;width:63.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:42.875rem;left:7.3125rem;height:4.063475rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JT0Ahrhn18Cu181zzNor1dHHeXFPLNfE { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:42.9375rem;left:4.25rem; }
#SQHvcbflap9WmIas9O2taLhDN3P5fB2S { background-color:#e1082f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:42.0625rem;height:5.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:50.387500762939rem;left:16.46875rem;display:block; }
#TgXNmWLAtZDBhOr2TxBKybkEsLtTSMsx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XMceMzA2VpzrtAzagn0SOJglAMg4kBbz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/528c2ff2-7a85-484f-9d94-9de895ef33d4/readytoseebg.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; }#XMceMzA2VpzrtAzagn0SOJglAMg4kBbz.adaptive-delivery-prevent-bg, #XMceMzA2VpzrtAzagn0SOJglAMg4kBbz.lazyload, #XMceMzA2VpzrtAzagn0SOJglAMg4kBbz.lazyloading { background-image: none; }#XMceMzA2VpzrtAzagn0SOJglAMg4kBbz > .row .container { background-color: transparent; background-image: none; }#XMceMzA2VpzrtAzagn0SOJglAMg4kBbz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XMceMzA2VpzrtAzagn0SOJglAMg4kBbz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XMceMzA2VpzrtAzagn0SOJglAMg4kBbz > .row .container > .video-iframe-container { display: none; }#XMceMzA2VpzrtAzagn0SOJglAMg4kBbz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XMceMzA2VpzrtAzagn0SOJglAMg4kBbz > .row > .video-iframe-container { display: none; }#XMceMzA2VpzrtAzagn0SOJglAMg4kBbz > .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); }#XMceMzA2VpzrtAzagn0SOJglAMg4kBbz > .row .container { border-width: 0; border-radius: 0; }#XMceMzA2VpzrtAzagn0SOJglAMg4kBbz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XMceMzA2VpzrtAzagn0SOJglAMg4kBbz > .row .container { font-size:0.875rem;font-family:arial;height:17.5625rem;width:75rem;position:relative;display:block; }#H3ZG1VyzNnOT2rM3LKURLv2DJuq66mzH { color:#e1082f;display:block;width:70.875rem;position:absolute;font-family:"playfair display";font-size:5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.75rem;left:2.0625rem;height:6.4980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iCWBt20hureUHtXRET3k88ELykhfDOlN { color:#ffffff;display:block;width:61.1875rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:11.8125rem;left:6.90625rem;height:2.8418rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uWtTxFFwn2o0x9aof7PUUTrEwvkDXChf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/528c2ff2-7a85-484f-9d94-9de895ef33d4/readytoseebg.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; }#uWtTxFFwn2o0x9aof7PUUTrEwvkDXChf.adaptive-delivery-prevent-bg, #uWtTxFFwn2o0x9aof7PUUTrEwvkDXChf.lazyload, #uWtTxFFwn2o0x9aof7PUUTrEwvkDXChf.lazyloading { background-image: none; }#uWtTxFFwn2o0x9aof7PUUTrEwvkDXChf > .row .container { background-color: transparent; background-image: none; }#uWtTxFFwn2o0x9aof7PUUTrEwvkDXChf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uWtTxFFwn2o0x9aof7PUUTrEwvkDXChf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uWtTxFFwn2o0x9aof7PUUTrEwvkDXChf > .row .container > .video-iframe-container { display: none; }#uWtTxFFwn2o0x9aof7PUUTrEwvkDXChf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uWtTxFFwn2o0x9aof7PUUTrEwvkDXChf > .row > .video-iframe-container { display: none; }#uWtTxFFwn2o0x9aof7PUUTrEwvkDXChf > .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); }#uWtTxFFwn2o0x9aof7PUUTrEwvkDXChf > .row .container { border-width: 0; border-radius: 0; }#uWtTxFFwn2o0x9aof7PUUTrEwvkDXChf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uWtTxFFwn2o0x9aof7PUUTrEwvkDXChf > .row .container { font-size:0.875rem;font-family:arial;height:28.1875rem;width:75rem;position:relative;display:block; }#hFk4cxlXbhPnmfFrqIPRSA0DVNgLVosI { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.3125rem;width:72.5625rem;top:1.9375rem;left:1.21875rem;display:block; }
#g3BSowuklyybUxRkyaTbcsS4OaaF2LUz { position:absolute;display:block;z-index:15001;border-top:1.25rem solid #e7e7e7;border-left:1.25rem solid #e7e7e7;border-right:1.25rem solid #e7e7e7;border-bottom:1.25rem solid #e7e7e7;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.125rem;width:13.625rem;top:3.40625rem;left:2.8984375rem;overflow:hidden;display:block; }
#k0Gn4FTbNgu6spn1O3U1gh1Nb9LpvbtN { color:#e1082f;display:block;width:51.5rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.3125rem;left:20.625rem;height:2.8418rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rSOUd1eG0vCeEZ4NDhZsWyXE4V9y7Bvu { color:#000000;display:block;width:51.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:11.25rem;left:20.625rem;height:6.0952125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#krVqyimAlOTqihpEyPsvBtDDPhfO8y1m { color:#000000;display:block;width:51.5rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:19.312957763672rem;left:20.625rem;height:2.8418rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VxTg5V2SVDxV4s0TwJPOg71pB2TDZbo5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/528c2ff2-7a85-484f-9d94-9de895ef33d4/readytoseebg.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; }#VxTg5V2SVDxV4s0TwJPOg71pB2TDZbo5.adaptive-delivery-prevent-bg, #VxTg5V2SVDxV4s0TwJPOg71pB2TDZbo5.lazyload, #VxTg5V2SVDxV4s0TwJPOg71pB2TDZbo5.lazyloading { background-image: none; }#VxTg5V2SVDxV4s0TwJPOg71pB2TDZbo5 > .row .container { background-color: transparent; background-image: none; }#VxTg5V2SVDxV4s0TwJPOg71pB2TDZbo5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VxTg5V2SVDxV4s0TwJPOg71pB2TDZbo5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VxTg5V2SVDxV4s0TwJPOg71pB2TDZbo5 > .row .container > .video-iframe-container { display: none; }#VxTg5V2SVDxV4s0TwJPOg71pB2TDZbo5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VxTg5V2SVDxV4s0TwJPOg71pB2TDZbo5 > .row > .video-iframe-container { display: none; }#VxTg5V2SVDxV4s0TwJPOg71pB2TDZbo5 > .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); }#VxTg5V2SVDxV4s0TwJPOg71pB2TDZbo5 > .row .container { border-width: 0; border-radius: 0; }#VxTg5V2SVDxV4s0TwJPOg71pB2TDZbo5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VxTg5V2SVDxV4s0TwJPOg71pB2TDZbo5 > .row .container { font-size:0.875rem;font-family:arial;height:28.1875rem;width:75rem;position:relative;display:block; }#qrNJFB6vIL89l439fctF6Pit1qq0UMiG { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.3125rem;width:72.5625rem;top:1.9375rem;left:1.21875rem;display:block; }
#HE2FeIHxrxkGb4SEHHxMIsdwu7ANUJ1W { position:absolute;display:block;z-index:15001;border-top:1.25rem solid #e7e7e7;border-left:1.25rem solid #e7e7e7;border-right:1.25rem solid #e7e7e7;border-bottom:1.25rem solid #e7e7e7;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.125rem;width:13.5rem;top:3.40625rem;left:2.8984375rem;overflow:hidden;display:block; }
#IFAKGDbd9dsvgaJlSknE2XvaB6naf0Z4 { color:#e1082f;display:block;width:51.5rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.8125rem;left:20.625rem;height:2.8418rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OESGARn0BDTHT5mCzOLctJTpcecPbi3z { color:#000000;display:block;width:51.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:9.125rem;left:20.625rem;height:10.1586875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kPfkIgMMx5KmDINV5ibs18AZwP4c1V6C { color:#000000;display:block;width:51.5rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:20.75rem;left:20.625rem;height:2.8418rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#W0amThwPqgr9mI3tzXhBoEGfp9ECkVOT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/528c2ff2-7a85-484f-9d94-9de895ef33d4/readytoseebg.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; }#W0amThwPqgr9mI3tzXhBoEGfp9ECkVOT.adaptive-delivery-prevent-bg, #W0amThwPqgr9mI3tzXhBoEGfp9ECkVOT.lazyload, #W0amThwPqgr9mI3tzXhBoEGfp9ECkVOT.lazyloading { background-image: none; }#W0amThwPqgr9mI3tzXhBoEGfp9ECkVOT > .row .container { background-color: transparent; background-image: none; }#W0amThwPqgr9mI3tzXhBoEGfp9ECkVOT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W0amThwPqgr9mI3tzXhBoEGfp9ECkVOT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W0amThwPqgr9mI3tzXhBoEGfp9ECkVOT > .row .container > .video-iframe-container { display: none; }#W0amThwPqgr9mI3tzXhBoEGfp9ECkVOT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W0amThwPqgr9mI3tzXhBoEGfp9ECkVOT > .row > .video-iframe-container { display: none; }#W0amThwPqgr9mI3tzXhBoEGfp9ECkVOT > .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); }#W0amThwPqgr9mI3tzXhBoEGfp9ECkVOT > .row .container { border-width: 0; border-radius: 0; }#W0amThwPqgr9mI3tzXhBoEGfp9ECkVOT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W0amThwPqgr9mI3tzXhBoEGfp9ECkVOT > .row .container { font-size:0.875rem;font-family:arial;height:28.1875rem;width:75rem;position:relative;display:block; }#I54hQxKgsdX36ZDqrVZyiXqlQCHd7Xl0 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.3125rem;width:72.5625rem;top:1.9375rem;left:1.21875rem;display:block; }
#RrcRvL82TsselRuHEZbJkGLOusRV12P5 { position:absolute;display:block;z-index:15001;border-top:1.25rem solid #e7e7e7;border-left:1.25rem solid #e7e7e7;border-right:1.25rem solid #e7e7e7;border-bottom:1.25rem solid #e7e7e7;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.125rem;width:13.5rem;top:3.40625rem;left:2.8984375rem;overflow:hidden;display:block; }
#PJo730bTFKbV8sZRtDGBxXfOhQsBJysK { color:#e1082f;display:block;width:51.5rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.5625rem;left:20.6875rem;height:2.8418rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZRbgzNVmIM77KauRCzlFoETohJwvKM0n { color:#000000;display:block;width:51.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:9.875rem;left:20.6875rem;height:8.1269375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w4vGMFucRMZnwksRLuBoigaIdtowJ3vT { color:#000000;display:block;width:51.5rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:19.8125rem;left:20.6875rem;height:2.8418rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ekTJOvuxIWhRSldV9SI2Pp36s3gzcrAA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/528c2ff2-7a85-484f-9d94-9de895ef33d4/readytoseebg.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; }#ekTJOvuxIWhRSldV9SI2Pp36s3gzcrAA.adaptive-delivery-prevent-bg, #ekTJOvuxIWhRSldV9SI2Pp36s3gzcrAA.lazyload, #ekTJOvuxIWhRSldV9SI2Pp36s3gzcrAA.lazyloading { background-image: none; }#ekTJOvuxIWhRSldV9SI2Pp36s3gzcrAA > .row .container { background-color: transparent; background-image: none; }#ekTJOvuxIWhRSldV9SI2Pp36s3gzcrAA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekTJOvuxIWhRSldV9SI2Pp36s3gzcrAA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekTJOvuxIWhRSldV9SI2Pp36s3gzcrAA > .row .container > .video-iframe-container { display: none; }#ekTJOvuxIWhRSldV9SI2Pp36s3gzcrAA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekTJOvuxIWhRSldV9SI2Pp36s3gzcrAA > .row > .video-iframe-container { display: none; }#ekTJOvuxIWhRSldV9SI2Pp36s3gzcrAA > .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); }#ekTJOvuxIWhRSldV9SI2Pp36s3gzcrAA > .row .container { border-width: 0; border-radius: 0; }#ekTJOvuxIWhRSldV9SI2Pp36s3gzcrAA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ekTJOvuxIWhRSldV9SI2Pp36s3gzcrAA > .row .container { font-size:0.875rem;font-family:arial;height:28.1875rem;width:75rem;position:relative;display:block; }#P3zApGST0lGywvvI8otbTPOnEWMg8ZN4 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.3125rem;width:72.5625rem;top:1.9375rem;left:1.21875rem;display:block; }
#CXST5p1ZtFGCN5UfPiCgDhCDJc0WzUvn { position:absolute;display:block;z-index:15001;border-top:1.25rem solid #e7e7e7;border-left:1.25rem solid #e7e7e7;border-right:1.25rem solid #e7e7e7;border-bottom:1.25rem solid #e7e7e7;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19rem;width:13.5rem;top:3.40625rem;left:2.8984375rem;overflow:hidden;display:block; }
#xTrZEs0RiSueNSEPOJAiz48szqiW4FAh { color:#e1082f;display:block;width:51.5rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.5625rem;left:20.6875rem;height:2.8418rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bWfTaAhB5f0dJFAHk00MCvCmd5r0mKOl { color:#000000;display:block;width:51.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:9.875rem;left:20.6875rem;height:8.1269375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yPdXTwPOreiSEb7pQKTwdFUrZNWfTF5p { color:#000000;display:block;width:51.5rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:19.8125rem;left:20.6875rem;height:2.8418rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Xkz70Ks6p3butRQXZ5qMDTOiGZMn6Gv3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/528c2ff2-7a85-484f-9d94-9de895ef33d4/readytoseebg.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; }#Xkz70Ks6p3butRQXZ5qMDTOiGZMn6Gv3.adaptive-delivery-prevent-bg, #Xkz70Ks6p3butRQXZ5qMDTOiGZMn6Gv3.lazyload, #Xkz70Ks6p3butRQXZ5qMDTOiGZMn6Gv3.lazyloading { background-image: none; }#Xkz70Ks6p3butRQXZ5qMDTOiGZMn6Gv3 > .row .container { background-color: transparent; background-image: none; }#Xkz70Ks6p3butRQXZ5qMDTOiGZMn6Gv3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xkz70Ks6p3butRQXZ5qMDTOiGZMn6Gv3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xkz70Ks6p3butRQXZ5qMDTOiGZMn6Gv3 > .row .container > .video-iframe-container { display: none; }#Xkz70Ks6p3butRQXZ5qMDTOiGZMn6Gv3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xkz70Ks6p3butRQXZ5qMDTOiGZMn6Gv3 > .row > .video-iframe-container { display: none; }#Xkz70Ks6p3butRQXZ5qMDTOiGZMn6Gv3 > .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); }#Xkz70Ks6p3butRQXZ5qMDTOiGZMn6Gv3 > .row .container { border-width: 0; border-radius: 0; }#Xkz70Ks6p3butRQXZ5qMDTOiGZMn6Gv3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xkz70Ks6p3butRQXZ5qMDTOiGZMn6Gv3 > .row .container { font-size:0.875rem;font-family:arial;height:28.1875rem;width:75rem;position:relative;display:block; }#SSLormdoaoTS3ynEuBzK9MDMMT7PpBbO { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.3125rem;width:72.5625rem;top:1.9375rem;left:1.21875rem;display:block; }
#FALDRwJmiTiBOA1QL4hKSoFwR1Z6GoKQ { position:absolute;display:block;z-index:15001;border-top:1.25rem solid #e7e7e7;border-left:1.25rem solid #e7e7e7;border-right:1.25rem solid #e7e7e7;border-bottom:1.25rem solid #e7e7e7;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19rem;width:13.4375rem;top:3.40625rem;left:2.8984375rem;overflow:hidden;display:block; }
#zhDlt4bwqW5H96ofaA90m60iDPiVoAFd { color:#e1082f;display:block;width:51.5rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.5625rem;left:20.6875rem;height:2.8418rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O0zU1FGQUlBGxqI57T5VNzQthkcXFv1h { color:#000000;display:block;width:51.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:9.875rem;left:20.6875rem;height:8.1269375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lF0ROPJK9KOWHfw1fMalq95xpICgH9Ie { color:#000000;display:block;width:51.5rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:19.8125rem;left:20.6875rem;height:2.8418rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BGS4o9iHdHx6AMxy2wlrziTkTly7gB44 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/528c2ff2-7a85-484f-9d94-9de895ef33d4/readytoseebg.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; }#BGS4o9iHdHx6AMxy2wlrziTkTly7gB44.adaptive-delivery-prevent-bg, #BGS4o9iHdHx6AMxy2wlrziTkTly7gB44.lazyload, #BGS4o9iHdHx6AMxy2wlrziTkTly7gB44.lazyloading { background-image: none; }#BGS4o9iHdHx6AMxy2wlrziTkTly7gB44 > .row .container { background-color: transparent; background-image: none; }#BGS4o9iHdHx6AMxy2wlrziTkTly7gB44::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BGS4o9iHdHx6AMxy2wlrziTkTly7gB44 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BGS4o9iHdHx6AMxy2wlrziTkTly7gB44 > .row .container > .video-iframe-container { display: none; }#BGS4o9iHdHx6AMxy2wlrziTkTly7gB44 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BGS4o9iHdHx6AMxy2wlrziTkTly7gB44 > .row > .video-iframe-container { display: none; }#BGS4o9iHdHx6AMxy2wlrziTkTly7gB44 > .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); }#BGS4o9iHdHx6AMxy2wlrziTkTly7gB44 > .row .container { border-width: 0; border-radius: 0; }#BGS4o9iHdHx6AMxy2wlrziTkTly7gB44 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BGS4o9iHdHx6AMxy2wlrziTkTly7gB44 > .row .container { font-size:0.875rem;font-family:arial;height:28.1875rem;width:75rem;position:relative;display:block; }#FXuTlBTg74fKPSFQecix7Qeo7KE62CW6 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.3125rem;width:72.5625rem;top:1.9375rem;left:1.21875rem;display:block; }
#JN5z3Ob5g7zK6gcQfT425y0a1KzIgvS8 { position:absolute;display:block;z-index:15001;border-top:1.25rem solid #e7e7e7;border-left:1.25rem solid #e7e7e7;border-right:1.25rem solid #e7e7e7;border-bottom:1.25rem solid #e7e7e7;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.125rem;width:13.5rem;top:3.40625rem;left:2.8984375rem;overflow:hidden;display:block; }
#VyiXMiVE2LxkGGz7Ku15mckHJCbNbOpp { color:#e1082f;display:block;width:51.5rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.3125rem;left:20.625rem;height:2.8418rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PZFcKekup9F4zt8Vnqb20Qx1T7ZD5RgE { color:#000000;display:block;width:51.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:11.25rem;left:20.625rem;height:6.0952125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ck2bpcnFcgSWTmgs9WeJo6s2JTsZDVbn { color:#000000;display:block;width:51.5rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:19.3125rem;left:20.625rem;height:2.8418rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#x1XAs0IrzlCa03eRcilPhZOeuDKH5H17 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/528c2ff2-7a85-484f-9d94-9de895ef33d4/readytoseebg.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; }#x1XAs0IrzlCa03eRcilPhZOeuDKH5H17.adaptive-delivery-prevent-bg, #x1XAs0IrzlCa03eRcilPhZOeuDKH5H17.lazyload, #x1XAs0IrzlCa03eRcilPhZOeuDKH5H17.lazyloading { background-image: none; }#x1XAs0IrzlCa03eRcilPhZOeuDKH5H17 > .row .container { background-color: transparent; background-image: none; }#x1XAs0IrzlCa03eRcilPhZOeuDKH5H17::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1XAs0IrzlCa03eRcilPhZOeuDKH5H17 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1XAs0IrzlCa03eRcilPhZOeuDKH5H17 > .row .container > .video-iframe-container { display: none; }#x1XAs0IrzlCa03eRcilPhZOeuDKH5H17 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1XAs0IrzlCa03eRcilPhZOeuDKH5H17 > .row > .video-iframe-container { display: none; }#x1XAs0IrzlCa03eRcilPhZOeuDKH5H17 > .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); }#x1XAs0IrzlCa03eRcilPhZOeuDKH5H17 > .row .container { border-width: 0; border-radius: 0; }#x1XAs0IrzlCa03eRcilPhZOeuDKH5H17 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x1XAs0IrzlCa03eRcilPhZOeuDKH5H17 > .row .container { font-size:0.875rem;font-family:arial;height:28.1875rem;width:75rem;position:relative;display:block; }#IBDOwpNhcQXEBp3rZqrKiURdBqTKmk7X { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.3125rem;width:72.5625rem;top:1.9375rem;left:1.21875rem;display:block; }
#A57xwCdyLnTUlnfEdmGVOskiETAr7Dx0 { position:absolute;display:block;z-index:15001;border-top:1.25rem solid #e7e7e7;border-left:1.25rem solid #e7e7e7;border-right:1.25rem solid #e7e7e7;border-bottom:1.25rem solid #e7e7e7;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19rem;width:13.4375rem;top:3.40625rem;left:2.8984375rem;overflow:hidden;display:block; }
#kTaAI5dME9LsxMPC2N2ILQOaNa6lZSKE { color:#e1082f;display:block;width:51.5rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.5625rem;left:20.6875rem;height:2.8418rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Z4wN5hITRX0qGKoUgcwgGJ2PSmtEGhwV { color:#000000;display:block;width:51.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:9.875rem;left:20.6875rem;height:8.1269375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Vptz2u2uU5O7dNVVR6zDhIFpOOH4xHu6 { color:#000000;display:block;width:51.5rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:19.8125rem;left:20.6875rem;height:2.8418rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UIap0QEFCHITkLQ63QlLNRg2CzsTVOHR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/528c2ff2-7a85-484f-9d94-9de895ef33d4/readytoseebg.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; }#UIap0QEFCHITkLQ63QlLNRg2CzsTVOHR.adaptive-delivery-prevent-bg, #UIap0QEFCHITkLQ63QlLNRg2CzsTVOHR.lazyload, #UIap0QEFCHITkLQ63QlLNRg2CzsTVOHR.lazyloading { background-image: none; }#UIap0QEFCHITkLQ63QlLNRg2CzsTVOHR > .row .container { background-color: transparent; background-image: none; }#UIap0QEFCHITkLQ63QlLNRg2CzsTVOHR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UIap0QEFCHITkLQ63QlLNRg2CzsTVOHR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UIap0QEFCHITkLQ63QlLNRg2CzsTVOHR > .row .container > .video-iframe-container { display: none; }#UIap0QEFCHITkLQ63QlLNRg2CzsTVOHR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UIap0QEFCHITkLQ63QlLNRg2CzsTVOHR > .row > .video-iframe-container { display: none; }#UIap0QEFCHITkLQ63QlLNRg2CzsTVOHR > .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); }#UIap0QEFCHITkLQ63QlLNRg2CzsTVOHR > .row .container { border-width: 0; border-radius: 0; }#UIap0QEFCHITkLQ63QlLNRg2CzsTVOHR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UIap0QEFCHITkLQ63QlLNRg2CzsTVOHR > .row .container { font-size:0.875rem;font-family:arial;height:28.1875rem;width:75rem;position:relative;display:block; }#BSOc3Q8CDqcBM2GDwVpg0BNB7OpJgcuh { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.3125rem;width:72.5625rem;top:1.9375rem;left:1.21875rem;display:block; }
#LkGvP3nkvsfBtHqImft0y4wVxU2pKLye { position:absolute;display:block;z-index:15001;border-top:1.25rem solid #e7e7e7;border-left:1.25rem solid #e7e7e7;border-right:1.25rem solid #e7e7e7;border-bottom:1.25rem solid #e7e7e7;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.875rem;width:13.4375rem;top:3.40625rem;left:2.8984375rem;overflow:hidden;display:block; }
#FWyTmfqpBvL0Vtms8ZbB5T3phrkIBa3B { color:#e1082f;display:block;width:51.5rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.5625rem;left:20.6875rem;height:2.8418rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#q08z2kGA9lW6hallEspklsOAaVvVCAdo { color:#000000;display:block;width:51.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:9.875rem;left:20.6875rem;height:6.0952125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EogzpR1sdRzN8VzLmEF60USb53X7v3wQ { color:#000000;display:block;width:51.5rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:19.8125rem;left:20.6875rem;height:2.8418rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#V04l4phlguQXphPdEm4DSfbW13Nib1Fy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/528c2ff2-7a85-484f-9d94-9de895ef33d4/readytoseebg.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; }#V04l4phlguQXphPdEm4DSfbW13Nib1Fy.adaptive-delivery-prevent-bg, #V04l4phlguQXphPdEm4DSfbW13Nib1Fy.lazyload, #V04l4phlguQXphPdEm4DSfbW13Nib1Fy.lazyloading { background-image: none; }#V04l4phlguQXphPdEm4DSfbW13Nib1Fy > .row .container { background-color: transparent; background-image: none; }#V04l4phlguQXphPdEm4DSfbW13Nib1Fy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V04l4phlguQXphPdEm4DSfbW13Nib1Fy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V04l4phlguQXphPdEm4DSfbW13Nib1Fy > .row .container > .video-iframe-container { display: none; }#V04l4phlguQXphPdEm4DSfbW13Nib1Fy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V04l4phlguQXphPdEm4DSfbW13Nib1Fy > .row > .video-iframe-container { display: none; }#V04l4phlguQXphPdEm4DSfbW13Nib1Fy > .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); }#V04l4phlguQXphPdEm4DSfbW13Nib1Fy > .row .container { border-width: 0; border-radius: 0; }#V04l4phlguQXphPdEm4DSfbW13Nib1Fy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V04l4phlguQXphPdEm4DSfbW13Nib1Fy > .row .container { font-size:0.875rem;font-family:arial;height:28.1875rem;width:75rem;position:relative;display:block; }#Dn7JyX1MUKl378PdwZiUZ828Dp12QHeP { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.3125rem;width:72.5625rem;top:1.9375rem;left:1.21875rem;display:block; }
#cOKnUBmP1KNGIktn0XP3VaK7ahS8UVpt { position:absolute;display:block;z-index:15001;border-top:1.25rem solid #e7e7e7;border-left:1.25rem solid #e7e7e7;border-right:1.25rem solid #e7e7e7;border-bottom:1.25rem solid #e7e7e7;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.375rem;width:13.0625rem;top:3.40625rem;left:2.8984375rem;overflow:hidden;display:block; }
#qC2TW666ifK4DESz1ksxkvhKseOJ2nny { color:#e1082f;display:block;width:51.5rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.5625rem;left:20.6875rem;height:2.8418rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WMLxEzChXFvO9viDpVthQwRkna0H3Ony { color:#000000;display:block;width:51.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:9.875rem;left:20.6875rem;height:4.063475rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XTxtR924y07ffpFRJDfcmyb9mmz01GLl { color:#000000;display:block;width:51.5rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:19.8125rem;left:20.6875rem;height:2.8418rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OGzmMEXf9apF1aC2hF0bZVO8lkJPW6QE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/528c2ff2-7a85-484f-9d94-9de895ef33d4/readytoseebg.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; }#OGzmMEXf9apF1aC2hF0bZVO8lkJPW6QE.adaptive-delivery-prevent-bg, #OGzmMEXf9apF1aC2hF0bZVO8lkJPW6QE.lazyload, #OGzmMEXf9apF1aC2hF0bZVO8lkJPW6QE.lazyloading { background-image: none; }#OGzmMEXf9apF1aC2hF0bZVO8lkJPW6QE > .row .container { background-color: transparent; background-image: none; }#OGzmMEXf9apF1aC2hF0bZVO8lkJPW6QE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGzmMEXf9apF1aC2hF0bZVO8lkJPW6QE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGzmMEXf9apF1aC2hF0bZVO8lkJPW6QE > .row .container > .video-iframe-container { display: none; }#OGzmMEXf9apF1aC2hF0bZVO8lkJPW6QE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGzmMEXf9apF1aC2hF0bZVO8lkJPW6QE > .row > .video-iframe-container { display: none; }#OGzmMEXf9apF1aC2hF0bZVO8lkJPW6QE > .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); }#OGzmMEXf9apF1aC2hF0bZVO8lkJPW6QE > .row .container { border-width: 0; border-radius: 0; }#OGzmMEXf9apF1aC2hF0bZVO8lkJPW6QE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OGzmMEXf9apF1aC2hF0bZVO8lkJPW6QE > .row .container { font-size:0.875rem;font-family:arial;height:28.1875rem;width:75rem;position:relative;display:block; }#hyBHKiAlqfWMTxZfCWx2ktyRH7B43U2o { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.3125rem;width:72.5625rem;top:1.9375rem;left:1.21875rem;display:block; }
#GqL7IQ7fp4VJO7lr17TRwBtmWb1967gF { position:absolute;display:block;z-index:15001;border-top:1.25rem solid #e7e7e7;border-left:1.25rem solid #e7e7e7;border-right:1.25rem solid #e7e7e7;border-bottom:1.25rem solid #e7e7e7;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.375rem;width:13.375rem;top:3.40625rem;left:2.8984375rem;overflow:hidden;display:block; }
#LTa5ce1VtvyfP0mGEaQ0wEgwyyhxgRXc { color:#e1082f;display:block;width:51.5rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.5625rem;left:20.6875rem;height:2.8418rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PbUHiTsRRvZFeONnb9U2zSW8yPITd2Le { color:#000000;display:block;width:51.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:9.875rem;left:20.6875rem;height:4.063475rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ULt0i7l80gK1sCPZRVsoHLNty0ZDcfiu { color:#000000;display:block;width:51.5rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:19.8125rem;left:20.6875rem;height:2.8418rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JyUOf2bKMKPKtAx2Ff0HZXOOn4sz0VnA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/528c2ff2-7a85-484f-9d94-9de895ef33d4/readytoseebg.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; }#JyUOf2bKMKPKtAx2Ff0HZXOOn4sz0VnA.adaptive-delivery-prevent-bg, #JyUOf2bKMKPKtAx2Ff0HZXOOn4sz0VnA.lazyload, #JyUOf2bKMKPKtAx2Ff0HZXOOn4sz0VnA.lazyloading { background-image: none; }#JyUOf2bKMKPKtAx2Ff0HZXOOn4sz0VnA > .row .container { background-color: transparent; background-image: none; }#JyUOf2bKMKPKtAx2Ff0HZXOOn4sz0VnA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyUOf2bKMKPKtAx2Ff0HZXOOn4sz0VnA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyUOf2bKMKPKtAx2Ff0HZXOOn4sz0VnA > .row .container > .video-iframe-container { display: none; }#JyUOf2bKMKPKtAx2Ff0HZXOOn4sz0VnA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyUOf2bKMKPKtAx2Ff0HZXOOn4sz0VnA > .row > .video-iframe-container { display: none; }#JyUOf2bKMKPKtAx2Ff0HZXOOn4sz0VnA > .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); }#JyUOf2bKMKPKtAx2Ff0HZXOOn4sz0VnA > .row .container { border-width: 0; border-radius: 0; }#JyUOf2bKMKPKtAx2Ff0HZXOOn4sz0VnA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JyUOf2bKMKPKtAx2Ff0HZXOOn4sz0VnA > .row .container { font-size:0.875rem;font-family:arial;height:27.375rem;width:75rem;position:relative;display:block; }#ZPp9LQ55EcKJIS3EwdzcgyOHmwfT0O18 { color:#ffffff;display:block;width:61.1875rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5625rem;left:6.90625rem;height:2.8418rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qc0hLI3JMVfBb3zMp17SG9ZERteeImW0 { color:#ffffff;display:block;width:61.3125rem;position:absolute;font-family:"playfair display";font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.125rem;left:6.84375rem;height:3.2504875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#utKnO8nptA9z8ITmJSBJznurb0FIuWmC { color:#e1082f;display:block;width:70.875rem;position:absolute;font-family:"playfair display";font-size:5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:9.375rem;left:2.0625rem;height:6.4980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H20eCU9uUw2qF6XDCT0cBkJvPgELqO1t { background-color:#e1082f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:65.9375rem;height:5.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:17.910937309265rem;left:4.53125rem;display:block; }
#icCTB5Wfg2MpUMabCrhqdMWWHMBp4QbF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m2FooEC6V8f50e3FLwd6aT30v5xt17QP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/528c2ff2-7a85-484f-9d94-9de895ef33d4/readytoseebg.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; }#m2FooEC6V8f50e3FLwd6aT30v5xt17QP.adaptive-delivery-prevent-bg, #m2FooEC6V8f50e3FLwd6aT30v5xt17QP.lazyload, #m2FooEC6V8f50e3FLwd6aT30v5xt17QP.lazyloading { background-image: none; }#m2FooEC6V8f50e3FLwd6aT30v5xt17QP > .row .container { background-color: transparent; background-image: none; }#m2FooEC6V8f50e3FLwd6aT30v5xt17QP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2FooEC6V8f50e3FLwd6aT30v5xt17QP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2FooEC6V8f50e3FLwd6aT30v5xt17QP > .row .container > .video-iframe-container { display: none; }#m2FooEC6V8f50e3FLwd6aT30v5xt17QP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2FooEC6V8f50e3FLwd6aT30v5xt17QP > .row > .video-iframe-container { display: none; }#m2FooEC6V8f50e3FLwd6aT30v5xt17QP > .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); }#m2FooEC6V8f50e3FLwd6aT30v5xt17QP > .row .container { border-width: 0; border-radius: 0; }#m2FooEC6V8f50e3FLwd6aT30v5xt17QP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m2FooEC6V8f50e3FLwd6aT30v5xt17QP > .row .container { font-size:0.875rem;font-family:arial;height:41.3125rem;width:75rem;position:relative;display:block; }#GpXxEPibe3tfCNnaETAOPklzCI37zTgM { color:#e1082f;display:block;width:70.875rem;position:absolute;font-family:"playfair display";font-size:3.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.6851568222046rem;left:2.0625rem;height:9.0966875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AIfasq3kRoLtBCuQl7eXAymtx6aAX9yW { 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:20.0625rem;width:20.8125rem;top:15.9375rem;left:4rem;overflow:hidden;display:block; }
#fAsE2UPTXoNpZuLxaC0PIAbSvBskzhCF { color:#ffffff;display:block;width:43.125rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:17.8125rem;left:27.875rem;height:2.8418rem;font-style:normal;display:block; }
#oFHmqPEFZh0Q3SKuZq0SdZmUoEgPTHTI { color:#ffffff;display:block;width:43.125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:21.9375rem;left:27.875rem;height:12.1904375rem;font-style:normal;display:block; }
#QTDXz39pNo8yot7JfbhI8BNTr3nLUJwZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/850923a4-2564-4bb9-9174-89c2b488ee96/testimonial2bg.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:none; }#QTDXz39pNo8yot7JfbhI8BNTr3nLUJwZ.adaptive-delivery-prevent-bg, #QTDXz39pNo8yot7JfbhI8BNTr3nLUJwZ.lazyload, #QTDXz39pNo8yot7JfbhI8BNTr3nLUJwZ.lazyloading { background-image: none; }#QTDXz39pNo8yot7JfbhI8BNTr3nLUJwZ > .row .container { border-width: 0; border-radius: 0; }#QTDXz39pNo8yot7JfbhI8BNTr3nLUJwZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QTDXz39pNo8yot7JfbhI8BNTr3nLUJwZ > .row .container { font-size:0.875rem;font-family:arial;height:12.125rem;width:75rem;position:relative;display:none; }#m7IVzvugzWeQDtTVC1MZCoGm0ovg9ceX { color:#e1082f;display:block;width:35.4375rem;position:absolute;font-family:"playfair display";font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.4375rem;left:19.78125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SutOHBoiGvPfEL94ceTN8Aix2g2rPAz9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/850923a4-2564-4bb9-9174-89c2b488ee96/testimonial2bg.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:none; }#SutOHBoiGvPfEL94ceTN8Aix2g2rPAz9.adaptive-delivery-prevent-bg, #SutOHBoiGvPfEL94ceTN8Aix2g2rPAz9.lazyload, #SutOHBoiGvPfEL94ceTN8Aix2g2rPAz9.lazyloading { background-image: none; }#SutOHBoiGvPfEL94ceTN8Aix2g2rPAz9 > .row .container { border-width: 0; border-radius: 0; }#SutOHBoiGvPfEL94ceTN8Aix2g2rPAz9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SutOHBoiGvPfEL94ceTN8Aix2g2rPAz9 > .row .container { font-size:0.875rem;font-family:arial;height:45.625rem;width:75rem;position:relative;display:none; }#ox6hoSCq2p2iCzrq20LVa1aAdRmnOVxw { color:#e1082f;display:block;width:34rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.7249999046326rem;left:1.75rem;height:2.4375rem;font-style:normal;display:block; }
#dWDycrxqS6IQ3UxRmV4T3JBAI7uboNPB { color:#000000;display:block;width:34rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.5991802215576rem;left:1.75rem;height:9.42275rem;font-style:normal;display:block; }
#xblEa9I8KC24MUp1CInpoM3D6StR0t79 { color:#000000;display:block;width:34rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:18.78515625rem;left:1.75rem;height:19.6582rem;font-style:normal;display:block; }
#uQWHE8aGLiTkDslRx9iGSzpGmKPUDdRk { position:absolute;display:block;z-index:15003;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:38.8125rem;width:32.8125rem;top:1.6250116825104rem;left:39.593751907349rem;overflow:hidden;display:block; }
#ZgFUVz6STNUM8BCbyObNlcrqFsDQgwmh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a5cc1168-4a9b-4e70-8333-583c22f65b85/LBDlastCTA.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZgFUVz6STNUM8BCbyObNlcrqFsDQgwmh.adaptive-delivery-prevent-bg, #ZgFUVz6STNUM8BCbyObNlcrqFsDQgwmh.lazyload, #ZgFUVz6STNUM8BCbyObNlcrqFsDQgwmh.lazyloading { background-image: none; }#ZgFUVz6STNUM8BCbyObNlcrqFsDQgwmh > .row .container { background-color: transparent; background-image: none; }#ZgFUVz6STNUM8BCbyObNlcrqFsDQgwmh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZgFUVz6STNUM8BCbyObNlcrqFsDQgwmh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZgFUVz6STNUM8BCbyObNlcrqFsDQgwmh > .row .container > .video-iframe-container { display: none; }#ZgFUVz6STNUM8BCbyObNlcrqFsDQgwmh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZgFUVz6STNUM8BCbyObNlcrqFsDQgwmh > .row > .video-iframe-container { display: none; }#ZgFUVz6STNUM8BCbyObNlcrqFsDQgwmh > .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); }#ZgFUVz6STNUM8BCbyObNlcrqFsDQgwmh > .row .container { border-width: 0; border-radius: 0; }#ZgFUVz6STNUM8BCbyObNlcrqFsDQgwmh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZgFUVz6STNUM8BCbyObNlcrqFsDQgwmh > .row .container { font-size:0.875rem;font-family:arial;height:59.625rem;width:75rem;position:relative;display:block; }#yyWq2nD4vbRoAE3bTSNZQ8TDPBpDoWp7 { color:#000000;display:block;width:30.8125rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.3992195129394rem;left:22.093751907349rem;height:2.8418rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rguP4tnQWCtavWzdNt55kdbSlIgUwtmg { color:#e1082f;display:block;width:70.875rem;position:absolute;font-family:"playfair display";font-size:4.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.2992200851437rem;left:2.0625rem;height:5.6879875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eIBEvsD3JqBX8BXWlzTymtChi3oHZ84M { color:#000000;display:block;width:25.1875rem;position:absolute;font-family:"montserrat regular";font-size:3.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.986720085144rem;left:24.906251907349rem;height:4.14323125rem;text-align:center;text-align-last:center;display:block; }
#qXKMA5xKQXx8Gb2DVi5xQxoXS8Dv92ox { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:19.875rem;left:4.25rem; }
#dv45lnunkQcwZznJfD700K1KpGD6bh7w { color:#e1082f;display:block;width:63.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:20rem;left:7.3125rem;height:1.62305rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gatptldyx4Bd95dMt2pHVsWTAKrxtrDt { color:#000000;display:block;width:66.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:22.1875rem;left:4.25rem;height:5.84765625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vm38h6hTavfT7JDMxKFFWQ0fcHvCNhsn { color:#000000;display:block;width:66.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:30.625rem;left:4.1875rem;height:4.38574375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XZa3wbBed5ZeafL8AU65ba3wxOFxiSM7 { color:#e1082f;display:block;width:63.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:28.75rem;left:7.25rem;height:1.62305rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#c7e9b8QAhZ7kAEcVg9EXXtnFTb9coy5J { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:28.625rem;left:4.1875rem; }
#n4OUxdWtdhlcaQiaZifTTL2y7Z0v93eR { color:#000000;display:block;width:66.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:37.8125rem;left:4.1875rem;height:5.84765625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#J53JSlmUHXgIcgXQwox6hkbgPcXmLWTM { color:#e1082f;display:block;width:63.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:36.0625rem;left:7.3125rem;height:1.62305rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xSm9mMpBLtdZC3ONz1FFElASGDBh5JX6 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:35.9375rem;left:4.25rem; }
#B9t113uvX76D2kTk3cMtK6etgEyvGmJZ { color:#000000;display:block;width:66.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:46.0625rem;left:4.25rem;height:2.923825rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KvCW9bIXJILLGnAKzbSqQvToOCroPMMC { color:#e1082f;display:block;width:63.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:44rem;left:7.3125rem;height:1.62305rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QiDsInVDV3C3RvBpyP0ITriGmTJHTDJ8 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:43.875rem;left:4.25rem; }
#MOH0TWf5EJIT4u3oHmBPfa5ozqMa2FWw { color:#000000;display:block;width:66.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:52.0625rem;left:4.1875rem;height:4.38574375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QMidUfGB3RnUm513KZUMKspN4mSsnA0U { color:#e1082f;display:block;width:63.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:49.375rem;left:7.25rem;height:1.62305rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d4oTvny0M2slS5PNcQ7QtGpFHpVs6mhy { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:49.25rem;left:4.1875rem; }
#fT3bpHcZLFFTKQghXUGeZVWXboDSLwGn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4153a301-c6d1-4549-81b2-0fcdea6343c2/lastctabg.jpg");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; }#fT3bpHcZLFFTKQghXUGeZVWXboDSLwGn.adaptive-delivery-prevent-bg, #fT3bpHcZLFFTKQghXUGeZVWXboDSLwGn.lazyload, #fT3bpHcZLFFTKQghXUGeZVWXboDSLwGn.lazyloading { background-image: none; }#fT3bpHcZLFFTKQghXUGeZVWXboDSLwGn > .row .container { background-color: transparent; background-image: none; }#fT3bpHcZLFFTKQghXUGeZVWXboDSLwGn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fT3bpHcZLFFTKQghXUGeZVWXboDSLwGn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fT3bpHcZLFFTKQghXUGeZVWXboDSLwGn > .row .container > .video-iframe-container { display: none; }#fT3bpHcZLFFTKQghXUGeZVWXboDSLwGn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fT3bpHcZLFFTKQghXUGeZVWXboDSLwGn > .row > .video-iframe-container { display: none; }#fT3bpHcZLFFTKQghXUGeZVWXboDSLwGn > .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); }#fT3bpHcZLFFTKQghXUGeZVWXboDSLwGn > .row .container { border-width: 0; border-radius: 0; }#fT3bpHcZLFFTKQghXUGeZVWXboDSLwGn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fT3bpHcZLFFTKQghXUGeZVWXboDSLwGn > .row .container { font-size:0.875rem;font-family:arial;height:46.5rem;width:75rem;position:relative;display:block; }#SwcLbRdCEcICUqsniWxeIaNGMGp8fpGa { color:#ffffff;display:block;width:65.25rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.9749999046326rem;left:4.875rem;height:2.8418rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c9iqaloxAtRGF4ncRtzEvzrWsoSWr7ST { color:#e1082f;display:block;width:59.375rem;position:absolute;font-family:"playfair display";font-size:4.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.81875038147rem;left:7.8125rem;height:11.376rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eVxOOnAM8u7z2wXuaR5oJQG8RDOVB1td { color:#ffffff;display:block;width:65.25rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:20.537499427796rem;left:4.875rem;height:2.8418rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b5ia85IDW5gbt3cz9N53NTxZ13omnm0q { color:#ffffff;display:block;width:65.25rem;position:absolute;font-family:montserrat;font-size:6.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:24.53750038147rem;left:4.875rem;height:8.1255rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eRt62IJfD2XIast3ntCP8zaG1kdKZpyk { background-color:#e1082f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.5rem;height:5.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:34.449999809265rem;left:24.250001907349rem;display:block; }
#igafVOFTFvTQfyK1uybqPeAkxfNZvSrM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vPugK8NWbbWSr02UUorL7z9TPV2KohqQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vPugK8NWbbWSr02UUorL7z9TPV2KohqQ > .row .container { background-color: transparent; background-image: none; }#vPugK8NWbbWSr02UUorL7z9TPV2KohqQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPugK8NWbbWSr02UUorL7z9TPV2KohqQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPugK8NWbbWSr02UUorL7z9TPV2KohqQ > .row .container > .video-iframe-container { display: none; }#vPugK8NWbbWSr02UUorL7z9TPV2KohqQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPugK8NWbbWSr02UUorL7z9TPV2KohqQ > .row > .video-iframe-container { display: none; }#vPugK8NWbbWSr02UUorL7z9TPV2KohqQ > .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); }#vPugK8NWbbWSr02UUorL7z9TPV2KohqQ > .row .container { border-width: 0; border-radius: 0; }#vPugK8NWbbWSr02UUorL7z9TPV2KohqQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vPugK8NWbbWSr02UUorL7z9TPV2KohqQ > .row .container { font-size:0.875rem;font-family:arial;height:26.8125rem;width:75rem;position:relative;display:block; }#tg5L3LKD3UBr5G6IBKd9erF6VEJU8rnm { color:#000000;display:block;width:44.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5rem;left:27.625rem;height:12.984375rem;display:block; }
#VawtqFduEpZDTKwgubuSd0nT1PTpT5wI { color:#e1082f;display:block;width:36.4375rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:18.3125rem;left:27.625rem;height:2.8418rem;font-style:normal;display:block; }
#uGIKiaQOMThUpzIlPTiLKklw25qEPcBN { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.375rem;width:27.375rem;top:4.6875rem;left:0rem;overflow:hidden;display:block; }
#y03omJOyuSGTpMzLezHuTAuCTVvyWRko { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y03omJOyuSGTpMzLezHuTAuCTVvyWRko > .row .container { background-color: transparent; background-image: none; }#y03omJOyuSGTpMzLezHuTAuCTVvyWRko::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y03omJOyuSGTpMzLezHuTAuCTVvyWRko > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y03omJOyuSGTpMzLezHuTAuCTVvyWRko > .row .container > .video-iframe-container { display: none; }#y03omJOyuSGTpMzLezHuTAuCTVvyWRko > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y03omJOyuSGTpMzLezHuTAuCTVvyWRko > .row > .video-iframe-container { display: none; }#y03omJOyuSGTpMzLezHuTAuCTVvyWRko > .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); }#y03omJOyuSGTpMzLezHuTAuCTVvyWRko > .row .container { border-width: 0; border-radius: 0; }#y03omJOyuSGTpMzLezHuTAuCTVvyWRko > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y03omJOyuSGTpMzLezHuTAuCTVvyWRko > .row .container { font-size:0.875rem;font-family:arial;height:18.8125rem;width:75rem;position:relative;display:block; }#aL8Jog3V3VZ0A9qWXUnvizRPAARXq6gI { 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:8.8125rem;width:23.3125rem;top:2.5rem;left:25.843751907349rem;overflow:hidden;display:block; }
#LxwRVT0qMOAv321TTreZyCD5nyE1TRrn { color:#ffffff;display:block;width:20.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:12.71249961853rem;left:27.468751907349rem;height:2.5986375rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JZwMRHLXzolAHfTubFCoCEvZk4Z4DNIB { display:block; }#JZwMRHLXzolAHfTubFCoCEvZk4Z4DNIB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vWDhQ4XnFpvQu90GHH7BH6eftyzSAAZ4 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vWDhQ4XnFpvQu90GHH7BH6eftyzSAAZ4 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#vWDhQ4XnFpvQu90GHH7BH6eftyzSAAZ4 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#vWDhQ4XnFpvQu90GHH7BH6eftyzSAAZ4 { display:flex;width:18rem;height:5.0625rem;top:0rem;left:12.545574188233rem; }
 }@media only screen and (max-width: 763px) { #vWDhQ4XnFpvQu90GHH7BH6eftyzSAAZ4 #EX9UtQtG725WwQqhBdOP6NaCfhWWKqcT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vWDhQ4XnFpvQu90GHH7BH6eftyzSAAZ4 #SKCDqnT0invhqoTMyTr0WK0wKUPVvxpz {  }
 }@media only screen and (max-width: 763px) { #vWDhQ4XnFpvQu90GHH7BH6eftyzSAAZ4 #UDFD1ZODq5AIF2CXU0pJJgwOqv7wVHi0 {  }
 }@media only screen and (max-width: 763px) { #vWDhQ4XnFpvQu90GHH7BH6eftyzSAAZ4 #Oz8PE6Dv4A8FD75QN9T8pfF8T6P9ae3t { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vWDhQ4XnFpvQu90GHH7BH6eftyzSAAZ4 #KDMxeh5EriEgMsuWCMnwbGmEH17HKrZQ {  }
 }@media only screen and (max-width: 763px) { #vWDhQ4XnFpvQu90GHH7BH6eftyzSAAZ4 #NaEcsvDZGi0EiipPQQkZcIZFmwtnAorT {  }
 }@media only screen and (max-width: 763px) { #vWDhQ4XnFpvQu90GHH7BH6eftyzSAAZ4 #Rvc0ShVxe9MZyHpqokskyZXnGi02ixdS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vWDhQ4XnFpvQu90GHH7BH6eftyzSAAZ4 #XZNHhr1ymyimqyP29tvu0gsrBzf0qzZX {  }
 }@media only screen and (max-width: 763px) { #vWDhQ4XnFpvQu90GHH7BH6eftyzSAAZ4 #fVkSlPqphDJSw5p6i8OQS8LXtUbeBDT8 {  }
 }@media only screen and (max-width: 763px) { #vWDhQ4XnFpvQu90GHH7BH6eftyzSAAZ4 #WMVsqWJVb7UTyCk8L7EFtKREBSMR9bdw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vWDhQ4XnFpvQu90GHH7BH6eftyzSAAZ4 #EZ7VZdh74RNl2o2h9k8N1CoPf99qKO8r {  }
 }@media only screen and (max-width: 763px) { #vWDhQ4XnFpvQu90GHH7BH6eftyzSAAZ4 #vcEU1bHR2RCPM2fFHvMtbzOZoV1Bf06J {  }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DZPTuxbg4RUatpbe0JdMbO1nuxkMRshe { top:1.6875rem;left:0rem;width:47.75rem;height:18.215920651068rem;display:block; }
 }@media only screen and (max-width: 763px) { #LV0rXNDiCUkopu8fqrk17U37vI8C1wpl { top:27.375rem;left:0rem;width:47.75rem;height:7.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r129FNerrXOw9ohZs6EAsQE2nDE99gXv { top:37.6875rem;left:0rem;width:47.75rem;height:3.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dge4gm9MoTb0n1BbSDSHxipiTch3KV28 { width:25.5rem;height:5.1875rem;top:42.0625rem;left:11.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEPhDrRq1nCzZk5ClIxVqlJNF4FdLEXU { display:block; }
 }@media only screen and (max-width: 763px) { #vH6P1JkMdO9LL4p4ROrSrwQCRzwmcWQb { top:1.6875rem;left:14.031251907349rem;width:19.6875rem;height:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBRRBOpgrSgzOodx3ahbifKgnWZ1IIEk { display:block; }#dBRRBOpgrSgzOodx3ahbifKgnWZ1IIEk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ApGovO6zKO7wtgD2GMEozoSdTKIesFms { top:2.25rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMP2cqPc1nPx40quNNOw1QeHHuXEocNR { top:8.4375rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaw9BX83TJETunzcE6CMHce5ut8OkToX { display:block; }#eaw9BX83TJETunzcE6CMHce5ut8OkToX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HmWD3yzs19biLHTqgm6SeT50zgED8lm3 { top:4.625rem;left:0rem;width:47.75rem;height:18.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpxQBm4fBTPWc1JEylaS0d40xJzenwTA { top:25.6875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #srmUmpsT91KaNJmzqTcgZcxBK4OK2KAP { top:32.125rem;left:7.125rem;width:36.5rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #adcWkZhysWffXoCZ1tLOVFPWCBleZtrf { top:32.1875rem;left:4.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #At9cgXrGGSNGs25TStncCvTERL4tzTFN { top:35.625rem;left:7.1875rem;width:36.5rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9qOvvqWpXEd5TNQFss3UJmlXJiTD5rg { top:35.6875rem;left:4.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5tohvlKNzD4maLaWNVw7uCTt5z90BMc { top:39.4375rem;left:7.1875rem;width:36.5rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVzAwgc5gNS7mUH5S5wpcKCP0hbq6OQW { top:39.5rem;left:4.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #APf1KR7s3Mi5LKLgD46pwlSFszbHTOVk { top:43.25rem;left:7.1875rem;width:36.5rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IM7PI4gIiLOJ1agCRWqaCuIKZVxHZeik { top:43.3125rem;left:4.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRvMzT4TsfNip7GNAg1eJ1J9lczbzeHJ { top:46.9375rem;left:7.1875rem;width:36.5rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNk8I4UTHtdryVuQQXU086HTGrl0NTPo { top:47rem;left:4.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9LAWiEmLJeSfGbyVXSr9hkBtVqLwger { top:51.75rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvbT8GyBHHPFLmaZ7A67fxRMvCyRmc0J { top:57.25rem;left:0rem;width:47.75rem;height:10.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfR6w0i58ucyxZaV4mW1gbvl2TDPoy86 { display:block; }#DfR6w0i58ucyxZaV4mW1gbvl2TDPoy86 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gpwsSogVug6tevAST2I4FuN23LwfT0pL { top:2.9375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehANCNHkwkGTqT2Pw74lZsbB6lwKXK1i { top:7.3125rem;left:0rem;width:47.75rem;height:12.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T76hUmr8QOiRHo4NmPGNmyyJ8TGn9MPM { top:22.25rem;left:21.656251907349rem;width:4.4375rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVUmkE0XkTILdOS6krAzhhf7WtebJzTJ { display:block; }#cVUmkE0XkTILdOS6krAzhhf7WtebJzTJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WP8PNcTMBSeo8PGFAdkoZX9cTp3FCvED { display:block; }#WP8PNcTMBSeo8PGFAdkoZX9cTp3FCvED > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e2ZB3znTd6KM5rlWXhSoXxv9mhfQ0cTi { top:1.875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IU1ooNlZKkDCb6RzJ7PLTKD19DB24tz4 { top:6.5rem;left:0rem;width:47.75rem;height:6.5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhuN2qop8wymTTAuBBlV44QeCshW2KSR { top:14.3125rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wM72JR7qN7x9TkyrTqp8c4tCA7bI49VN { top:27rem;left:0rem;width:47.75rem;height:20.390285996055rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziWwNvMxw4E88wFC9J072xxwDEu4OwWp { display:block; }#ziWwNvMxw4E88wFC9J072xxwDEu4OwWp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g2wkZwiSOKiQqlVf7Tx4Hd2whE24PtIR { top:3.4375rem;left:0rem;width:47.375rem;height:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHzPX6bASSqHznQfsW65bcNAB6TNULzK { top:25.1875rem;left:0rem;width:47.75rem;height:14.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DS47GwvTvkWVmTkXleuVX5d5S3VdK6fP { width:24.375rem;height:5.3125rem;top:42.375rem;left:11.687501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1aGCqlTdHOgWdDBx94MWdHDipiC6AN2 { display:block; }
 }@media only screen and (max-width: 763px) { #HG1XQ9pbhDdFieNwiAVCdn7iXFN9Muy0 { display:block; }#HG1XQ9pbhDdFieNwiAVCdn7iXFN9Muy0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X4uSit649HbnqucLhVyCPPDBXMNnz6TU { top:1.875rem;left:5.71826171875rem;width:36.25rem;height:4.25rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbFvHDuyd4zNDi6kqeSU6o740tulTp0x { top:7.9375rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBTFDibpg24kPXPZB2lyVrplmNPhMlP8 { display:block; }#EBTFDibpg24kPXPZB2lyVrplmNPhMlP8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rLnmVGMEdvT4dpbB6DwXXT3eumwI0yLg { top:4.1875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufVriHKSgdRDbtiUJ0PoAzz5SOdbbpGO { top:8.1875rem;left:0rem;width:47.75rem;height:9.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkAZRzsbkMzIK39GDHXXvfgMUN8V869p { display:block; }#dkAZRzsbkMzIK39GDHXXvfgMUN8V869p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lE5ucfrlxfuFuysskl42PoiKu0yLCvmD { top:5.8125rem;left:0rem;width:34.125rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzfxc80rHfhal5mkzreaUPnp4sXJDTCK { top:7.6875rem;left:0rem;width:29.6875rem;height:9.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MC5PTKOPeEkGphpyrdyrTaQz41bOy3ND { top:18.4375rem;left:0rem;width:29.6875rem;height:6.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u00MrG73Aa59JHenCg3cRpEW39ov5uO9 { top:27.375rem;left:0rem;width:29.6875rem;height:6.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #knmCVPytEDvpLxOpMA37Tq3vxhm51Qgm { top:34.75rem;left:0rem;width:29.6875rem;height:4.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeyTQaRQ5AU08gVkOcDM0yuOlFCiiFyl { display:block; }#TeyTQaRQ5AU08gVkOcDM0yuOlFCiiFyl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JUAWrTzZ07R49V6tn4giuyyiLsVP8VZt { top:4.6875rem;left:0rem;width:47.75rem;height:13rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #of5pb0BRySVCRP4xTFRuhokbwlt366Qa { top:23.375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9rc2NAHRcZBM7apZ9GHaFs5J9uwEmlf { top:23.3125rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Muc5KJ69zcL4MlqoFZQxUEEPRaEVep3i { top:29rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWO6WEhn59Zdwp5Osmqpa1P6VfAurW61 { top:29.0625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJOedbVQD28I76usOTmdSGTZ0kLxcbsV { top:35.0625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxgnAz1M40aStDdtnowIfUqbKxoS4A9T { top:35.125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1rR7xZUEdSGiG6dsxgOBvuuNqbovrfC { top:39.125rem;left:0rem;width:47.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmGybWo95wngyUo0LTOCkLFTwnOTVf5e { top:39.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OO3CrxlJM60K0ae4mT0naDsL4yLQm527 { top:42.875rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT0Ahrhn18Cu181zzNor1dHHeXFPLNfE { top:42.9375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQHvcbflap9WmIas9O2taLhDN3P5fB2S { width:42.0625rem;height:5.1875rem;top:50.375rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgXNmWLAtZDBhOr2TxBKybkEsLtTSMsx { display:block; }
 }@media only screen and (max-width: 763px) { #XMceMzA2VpzrtAzagn0SOJglAMg4kBbz { display:block; }#XMceMzA2VpzrtAzagn0SOJglAMg4kBbz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H3ZG1VyzNnOT2rM3LKURLv2DJuq66mzH { top:4.75rem;left:0rem;width:47.75rem;height:6.5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCWBt20hureUHtXRET3k88ELykhfDOlN { top:11.8125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWtTxFFwn2o0x9aof7PUUTrEwvkDXChf { display:block; }#uWtTxFFwn2o0x9aof7PUUTrEwvkDXChf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hFk4cxlXbhPnmfFrqIPRSA0DVNgLVosI { top:1.9375rem;left:0rem;width:47.75rem;height:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3BSowuklyybUxRkyaTbcsS4OaaF2LUz { top:3.375rem;left:0rem;width:13.625rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0Gn4FTbNgu6spn1O3U1gh1Nb9LpvbtN { top:6.3125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSOUd1eG0vCeEZ4NDhZsWyXE4V9y7Bvu { top:11.25rem;left:0rem;width:47.75rem;height:6.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #krVqyimAlOTqihpEyPsvBtDDPhfO8y1m { top:19.3125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxTg5V2SVDxV4s0TwJPOg71pB2TDZbo5 { display:block; }#VxTg5V2SVDxV4s0TwJPOg71pB2TDZbo5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qrNJFB6vIL89l439fctF6Pit1qq0UMiG { top:1.9375rem;left:0rem;width:47.75rem;height:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HE2FeIHxrxkGb4SEHHxMIsdwu7ANUJ1W { top:3.375rem;left:0rem;width:13.5rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFAKGDbd9dsvgaJlSknE2XvaB6naf0Z4 { top:4.8125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OESGARn0BDTHT5mCzOLctJTpcecPbi3z { top:9.125rem;left:0rem;width:47.75rem;height:10.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPfkIgMMx5KmDINV5ibs18AZwP4c1V6C { top:20.75rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0amThwPqgr9mI3tzXhBoEGfp9ECkVOT { display:block; }#W0amThwPqgr9mI3tzXhBoEGfp9ECkVOT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I54hQxKgsdX36ZDqrVZyiXqlQCHd7Xl0 { top:1.9375rem;left:0rem;width:47.75rem;height:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrcRvL82TsselRuHEZbJkGLOusRV12P5 { top:3.375rem;left:0rem;width:13.5rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJo730bTFKbV8sZRtDGBxXfOhQsBJysK { top:5.5625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRbgzNVmIM77KauRCzlFoETohJwvKM0n { top:9.875rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4vGMFucRMZnwksRLuBoigaIdtowJ3vT { top:19.8125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekTJOvuxIWhRSldV9SI2Pp36s3gzcrAA { display:block; }#ekTJOvuxIWhRSldV9SI2Pp36s3gzcrAA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P3zApGST0lGywvvI8otbTPOnEWMg8ZN4 { top:1.9375rem;left:0rem;width:47.75rem;height:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXST5p1ZtFGCN5UfPiCgDhCDJc0WzUvn { top:3.375rem;left:0rem;width:13.5rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTrZEs0RiSueNSEPOJAiz48szqiW4FAh { top:5.5625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWfTaAhB5f0dJFAHk00MCvCmd5r0mKOl { top:9.875rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPdXTwPOreiSEb7pQKTwdFUrZNWfTF5p { top:19.8125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xkz70Ks6p3butRQXZ5qMDTOiGZMn6Gv3 { display:block; }#Xkz70Ks6p3butRQXZ5qMDTOiGZMn6Gv3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SSLormdoaoTS3ynEuBzK9MDMMT7PpBbO { top:1.9375rem;left:0rem;width:47.75rem;height:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FALDRwJmiTiBOA1QL4hKSoFwR1Z6GoKQ { top:3.375rem;left:0rem;width:13.4375rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhDlt4bwqW5H96ofaA90m60iDPiVoAFd { top:5.5625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0zU1FGQUlBGxqI57T5VNzQthkcXFv1h { top:9.875rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lF0ROPJK9KOWHfw1fMalq95xpICgH9Ie { top:19.8125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGS4o9iHdHx6AMxy2wlrziTkTly7gB44 { display:block; }#BGS4o9iHdHx6AMxy2wlrziTkTly7gB44 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FXuTlBTg74fKPSFQecix7Qeo7KE62CW6 { top:1.9375rem;left:0rem;width:47.75rem;height:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JN5z3Ob5g7zK6gcQfT425y0a1KzIgvS8 { top:3.375rem;left:0rem;width:13.5rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyiXMiVE2LxkGGz7Ku15mckHJCbNbOpp { top:6.3125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZFcKekup9F4zt8Vnqb20Qx1T7ZD5RgE { top:11.25rem;left:0rem;width:47.75rem;height:6.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ck2bpcnFcgSWTmgs9WeJo6s2JTsZDVbn { top:19.3125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1XAs0IrzlCa03eRcilPhZOeuDKH5H17 { display:block; }#x1XAs0IrzlCa03eRcilPhZOeuDKH5H17 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IBDOwpNhcQXEBp3rZqrKiURdBqTKmk7X { top:1.9375rem;left:0rem;width:47.75rem;height:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A57xwCdyLnTUlnfEdmGVOskiETAr7Dx0 { top:3.375rem;left:0rem;width:13.4375rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTaAI5dME9LsxMPC2N2ILQOaNa6lZSKE { top:5.5625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4wN5hITRX0qGKoUgcwgGJ2PSmtEGhwV { top:9.875rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vptz2u2uU5O7dNVVR6zDhIFpOOH4xHu6 { top:19.8125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIap0QEFCHITkLQ63QlLNRg2CzsTVOHR { display:block; }#UIap0QEFCHITkLQ63QlLNRg2CzsTVOHR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BSOc3Q8CDqcBM2GDwVpg0BNB7OpJgcuh { top:1.9375rem;left:0rem;width:47.75rem;height:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkGvP3nkvsfBtHqImft0y4wVxU2pKLye { top:3.375rem;left:0rem;width:13.4375rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWyTmfqpBvL0Vtms8ZbB5T3phrkIBa3B { top:5.5625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q08z2kGA9lW6hallEspklsOAaVvVCAdo { top:9.875rem;left:0rem;width:47.75rem;height:6.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EogzpR1sdRzN8VzLmEF60USb53X7v3wQ { top:19.8125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V04l4phlguQXphPdEm4DSfbW13Nib1Fy { display:block; }#V04l4phlguQXphPdEm4DSfbW13Nib1Fy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dn7JyX1MUKl378PdwZiUZ828Dp12QHeP { top:1.9375rem;left:0rem;width:47.75rem;height:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOKnUBmP1KNGIktn0XP3VaK7ahS8UVpt { top:3.375rem;left:0rem;width:13.0625rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qC2TW666ifK4DESz1ksxkvhKseOJ2nny { top:5.5rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMLxEzChXFvO9viDpVthQwRkna0H3Ony { top:9.8125rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTxtR924y07ffpFRJDfcmyb9mmz01GLl { top:19.8125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGzmMEXf9apF1aC2hF0bZVO8lkJPW6QE { display:block; }#OGzmMEXf9apF1aC2hF0bZVO8lkJPW6QE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hyBHKiAlqfWMTxZfCWx2ktyRH7B43U2o { top:1.9375rem;left:0rem;width:47.75rem;height:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqL7IQ7fp4VJO7lr17TRwBtmWb1967gF { top:3.375rem;left:0rem;width:13.375rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTa5ce1VtvyfP0mGEaQ0wEgwyyhxgRXc { top:5.5625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbUHiTsRRvZFeONnb9U2zSW8yPITd2Le { top:9.875rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULt0i7l80gK1sCPZRVsoHLNty0ZDcfiu { top:19.8125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyUOf2bKMKPKtAx2Ff0HZXOOn4sz0VnA { display:block; }#JyUOf2bKMKPKtAx2Ff0HZXOOn4sz0VnA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZPp9LQ55EcKJIS3EwdzcgyOHmwfT0O18 { top:2.5625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qc0hLI3JMVfBb3zMp17SG9ZERteeImW0 { top:6.125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #utKnO8nptA9z8ITmJSBJznurb0FIuWmC { top:9.375rem;left:0rem;width:47.75rem;height:6.5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H20eCU9uUw2qF6XDCT0cBkJvPgELqO1t { width:46.75rem;height:5.1875rem;top:17.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #icCTB5Wfg2MpUMabCrhqdMWWHMBp4QbF { display:block; }
 }@media only screen and (max-width: 763px) { #m2FooEC6V8f50e3FLwd6aT30v5xt17QP { display:block; }#m2FooEC6V8f50e3FLwd6aT30v5xt17QP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GpXxEPibe3tfCNnaETAOPklzCI37zTgM { top:4.625rem;left:0rem;width:47.75rem;height:9.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIfasq3kRoLtBCuQl7eXAymtx6aAX9yW { top:15.9375rem;left:0rem;width:20.8125rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAsE2UPTXoNpZuLxaC0PIAbSvBskzhCF { top:17.8125rem;left:4.625rem;width:43.125rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFHmqPEFZh0Q3SKuZq0SdZmUoEgPTHTI { top:21.9375rem;left:4.625rem;width:43.125rem;height:12.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTDXz39pNo8yot7JfbhI8BNTr3nLUJwZ { display:block; }#QTDXz39pNo8yot7JfbhI8BNTr3nLUJwZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m7IVzvugzWeQDtTVC1MZCoGm0ovg9ceX { top:4.4375rem;left:6.15625rem;width:35.4375rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SutOHBoiGvPfEL94ceTN8Aix2g2rPAz9 { display:block; }#SutOHBoiGvPfEL94ceTN8Aix2g2rPAz9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ox6hoSCq2p2iCzrq20LVa1aAdRmnOVxw { top:1.6875rem;left:0rem;width:34rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWDycrxqS6IQ3UxRmV4T3JBAI7uboNPB { top:5.5625rem;left:0rem;width:34rem;height:11.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xblEa9I8KC24MUp1CInpoM3D6StR0t79 { top:18.75rem;left:0rem;width:34rem;height:23.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQWHE8aGLiTkDslRx9iGSzpGmKPUDdRk { top:1.625rem;left:14.4375rem;width:32.8125rem;height:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgFUVz6STNUM8BCbyObNlcrqFsDQgwmh { display:block; }#ZgFUVz6STNUM8BCbyObNlcrqFsDQgwmh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yyWq2nD4vbRoAE3bTSNZQ8TDPBpDoWp7 { top:4.375rem;left:8.4687519073488rem;width:30.8125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rguP4tnQWCtavWzdNt55kdbSlIgUwtmg { top:8.25rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIBEvsD3JqBX8BXWlzTymtChi3oHZ84M { top:13.9375rem;left:11.281005859375rem;width:25.125rem;height:4.125rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXKMA5xKQXx8Gb2DVi5xQxoXS8Dv92ox { top:19.875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dv45lnunkQcwZznJfD700K1KpGD6bh7w { top:20rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gatptldyx4Bd95dMt2pHVsWTAKrxtrDt { top:22.1875rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vm38h6hTavfT7JDMxKFFWQ0fcHvCNhsn { top:30.625rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZa3wbBed5ZeafL8AU65ba3wxOFxiSM7 { top:28.75rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7e9b8QAhZ7kAEcVg9EXXtnFTb9coy5J { top:28.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4OUxdWtdhlcaQiaZifTTL2y7Z0v93eR { top:37.8125rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J53JSlmUHXgIcgXQwox6hkbgPcXmLWTM { top:36.0625rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSm9mMpBLtdZC3ONz1FFElASGDBh5JX6 { top:35.9375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9t113uvX76D2kTk3cMtK6etgEyvGmJZ { top:46.0625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvCW9bIXJILLGnAKzbSqQvToOCroPMMC { top:44rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiDsInVDV3C3RvBpyP0ITriGmTJHTDJ8 { top:43.875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOH0TWf5EJIT4u3oHmBPfa5ozqMa2FWw { top:52.0625rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMidUfGB3RnUm513KZUMKspN4mSsnA0U { top:49.375rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4oTvny0M2slS5PNcQ7QtGpFHpVs6mhy { top:49.25rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT3bpHcZLFFTKQghXUGeZVWXboDSLwGn { display:block; }#fT3bpHcZLFFTKQghXUGeZVWXboDSLwGn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SwcLbRdCEcICUqsniWxeIaNGMGp8fpGa { top:4.9375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9iqaloxAtRGF4ncRtzEvzrWsoSWr7ST { top:7.8125rem;left:0rem;width:47.75rem;height:11.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVxOOnAM8u7z2wXuaR5oJQG8RDOVB1td { top:20.5rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5ia85IDW5gbt3cz9N53NTxZ13omnm0q { top:24.5rem;left:0rem;width:47.75rem;height:8.125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRt62IJfD2XIast3ntCP8zaG1kdKZpyk { width:26.5rem;height:5.1875rem;top:34.4375rem;left:10.625001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #igafVOFTFvTQfyK1uybqPeAkxfNZvSrM { display:block; }
 }@media only screen and (max-width: 763px) { #vPugK8NWbbWSr02UUorL7z9TPV2KohqQ { display:block; }#vPugK8NWbbWSr02UUorL7z9TPV2KohqQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tg5L3LKD3UBr5G6IBKd9erF6VEJU8rnm { top:5rem;left:3.6875rem;width:44.0625rem;height:13rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VawtqFduEpZDTKwgubuSd0nT1PTpT5wI { top:18.3125rem;left:11.3125rem;width:36.4375rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGIKiaQOMThUpzIlPTiLKklw25qEPcBN { top:4.6875rem;left:0rem;width:27.375rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y03omJOyuSGTpMzLezHuTAuCTVvyWRko { display:block; }#y03omJOyuSGTpMzLezHuTAuCTVvyWRko > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aL8Jog3V3VZ0A9qWXUnvizRPAARXq6gI { top:2.5rem;left:12.218751907349rem;width:23.3125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxwRVT0qMOAv321TTreZyCD5nyE1TRrn { top:12.6875rem;left:13.84375rem;width:20.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JZwMRHLXzolAHfTubFCoCEvZk4Z4DNIB { display:none; }#JZwMRHLXzolAHfTubFCoCEvZk4Z4DNIB > .row .container { width:20rem;height:7.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vWDhQ4XnFpvQu90GHH7BH6eftyzSAAZ4 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vWDhQ4XnFpvQu90GHH7BH6eftyzSAAZ4 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#vWDhQ4XnFpvQu90GHH7BH6eftyzSAAZ4 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#vWDhQ4XnFpvQu90GHH7BH6eftyzSAAZ4 { display:flex;width:18rem;height:5.0625rem;top:0.5859375rem;left:0.23307293653488rem; }
 }@media only screen and (max-width: 763px) { #vWDhQ4XnFpvQu90GHH7BH6eftyzSAAZ4 #EX9UtQtG725WwQqhBdOP6NaCfhWWKqcT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vWDhQ4XnFpvQu90GHH7BH6eftyzSAAZ4 #SKCDqnT0invhqoTMyTr0WK0wKUPVvxpz {  }
 }@media only screen and (max-width: 763px) { #vWDhQ4XnFpvQu90GHH7BH6eftyzSAAZ4 #UDFD1ZODq5AIF2CXU0pJJgwOqv7wVHi0 {  }
 }@media only screen and (max-width: 763px) { #vWDhQ4XnFpvQu90GHH7BH6eftyzSAAZ4 #Oz8PE6Dv4A8FD75QN9T8pfF8T6P9ae3t { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vWDhQ4XnFpvQu90GHH7BH6eftyzSAAZ4 #KDMxeh5EriEgMsuWCMnwbGmEH17HKrZQ {  }
 }@media only screen and (max-width: 763px) { #vWDhQ4XnFpvQu90GHH7BH6eftyzSAAZ4 #NaEcsvDZGi0EiipPQQkZcIZFmwtnAorT {  }
 }@media only screen and (max-width: 763px) { #vWDhQ4XnFpvQu90GHH7BH6eftyzSAAZ4 #Rvc0ShVxe9MZyHpqokskyZXnGi02ixdS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vWDhQ4XnFpvQu90GHH7BH6eftyzSAAZ4 #XZNHhr1ymyimqyP29tvu0gsrBzf0qzZX {  }
 }@media only screen and (max-width: 763px) { #vWDhQ4XnFpvQu90GHH7BH6eftyzSAAZ4 #fVkSlPqphDJSw5p6i8OQS8LXtUbeBDT8 {  }
 }@media only screen and (max-width: 763px) { #vWDhQ4XnFpvQu90GHH7BH6eftyzSAAZ4 #WMVsqWJVb7UTyCk8L7EFtKREBSMR9bdw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vWDhQ4XnFpvQu90GHH7BH6eftyzSAAZ4 #EZ7VZdh74RNl2o2h9k8N1CoPf99qKO8r {  }
 }@media only screen and (max-width: 763px) { #vWDhQ4XnFpvQu90GHH7BH6eftyzSAAZ4 #vcEU1bHR2RCPM2fFHvMtbzOZoV1Bf06J {  }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DZPTuxbg4RUatpbe0JdMbO1nuxkMRshe { width:17.875rem;height:6.8125rem;top:0rem;left:1.0625rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #LV0rXNDiCUkopu8fqrk17U37vI8C1wpl { width:20rem;height:18.890625rem;top:25.984375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r129FNerrXOw9ohZs6EAsQE2nDE99gXv { width:20rem;height:2.8rem;top:46.409376144409rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dge4gm9MoTb0n1BbSDSHxipiTch3KV28 { width:19rem;height:4.5625rem;top:50.284376144409rem;left:0.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEPhDrRq1nCzZk5ClIxVqlJNF4FdLEXU { display:block; }
 }@media only screen and (max-width: 763px) { #vH6P1JkMdO9LL4p4ROrSrwQCRzwmcWQb { width:17.875rem;height:24rem;top:1.0343760251999rem;left:1.0625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dBRRBOpgrSgzOodx3ahbifKgnWZ1IIEk { display:block; }#dBRRBOpgrSgzOodx3ahbifKgnWZ1IIEk > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ApGovO6zKO7wtgD2GMEozoSdTKIesFms { width:20rem;height:4.0625rem;top:1.9375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMP2cqPc1nPx40quNNOw1QeHHuXEocNR { width:20rem;height:6.09375rem;top:6rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaw9BX83TJETunzcE6CMHce5ut8OkToX { display:block; }#eaw9BX83TJETunzcE6CMHce5ut8OkToX > .row .container { width:20rem;height:75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HmWD3yzs19biLHTqgm6SeT50zgED8lm3 { width:20rem;height:22.75rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpxQBm4fBTPWc1JEylaS0d40xJzenwTA { width:20rem;height:2.59895625rem;top:26.031253814698rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #srmUmpsT91KaNJmzqTcgZcxBK4OK2KAP { width:16.875rem;height:1.625rem;top:30.875rem;left:3.1250001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #adcWkZhysWffXoCZ1tLOVFPWCBleZtrf { width:1.875rem;height:1.875rem;top:30.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #At9cgXrGGSNGs25TStncCvTERL4tzTFN { width:16.875rem;height:3.25rem;top:33.5625rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9qOvvqWpXEd5TNQFss3UJmlXJiTD5rg { width:1.875rem;height:1.875rem;top:33.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5tohvlKNzD4maLaWNVw7uCTt5z90BMc { width:16.875rem;height:3.25rem;top:37.5625rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVzAwgc5gNS7mUH5S5wpcKCP0hbq6OQW { width:1.875rem;height:1.875rem;top:37.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #APf1KR7s3Mi5LKLgD46pwlSFszbHTOVk { width:16.875rem;height:1.625rem;top:41.6875rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IM7PI4gIiLOJ1agCRWqaCuIKZVxHZeik { width:1.875rem;height:1.875rem;top:41.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRvMzT4TsfNip7GNAg1eJ1J9lczbzeHJ { width:16.875rem;height:3.25rem;top:44.6875rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNk8I4UTHtdryVuQQXU086HTGrl0NTPo { width:1.875rem;height:1.875rem;top:44.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9LAWiEmLJeSfGbyVXSr9hkBtVqLwger { width:20rem;height:2.59895625rem;top:49.974220275879rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvbT8GyBHHPFLmaZ7A67fxRMvCyRmc0J { width:20rem;height:16.25rem;top:54.950001716614rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfR6w0i58ucyxZaV4mW1gbvl2TDPoy86 { display:block; }#DfR6w0i58ucyxZaV4mW1gbvl2TDPoy86 > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gpwsSogVug6tevAST2I4FuN23LwfT0pL { width:20rem;height:7.796875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehANCNHkwkGTqT2Pw74lZsbB6lwKXK1i { width:20rem;height:16.25rem;top:10.3rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T76hUmr8QOiRHo4NmPGNmyyJ8TGn9MPM { width:4.4375rem;height:10.25rem;top:28.611720085144rem;left:7.7812503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVUmkE0XkTILdOS6krAzhhf7WtebJzTJ { display:block; }#cVUmkE0XkTILdOS6krAzhhf7WtebJzTJ > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WP8PNcTMBSeo8PGFAdkoZX9cTp3FCvED { display:block; }#WP8PNcTMBSeo8PGFAdkoZX9cTp3FCvED > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e2ZB3znTd6KM5rlWXhSoXxv9mhfQ0cTi { width:20rem;height:2.59895625rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IU1ooNlZKkDCb6RzJ7PLTKD19DB24tz4 { width:20rem;height:5.19791875rem;top:5.1rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhuN2qop8wymTTAuBBlV44QeCshW2KSR { width:20rem;height:11.375rem;top:11.55rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wM72JR7qN7x9TkyrTqp8c4tCA7bI49VN { width:20rem;height:8.5404339250494rem;top:25.17421913147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziWwNvMxw4E88wFC9J072xxwDEu4OwWp { display:block; }#ziWwNvMxw4E88wFC9J072xxwDEu4OwWp > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g2wkZwiSOKiQqlVf7Tx4Hd2whE24PtIR { width:19.625rem;height:22.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHzPX6bASSqHznQfsW65bcNAB6TNULzK { width:18.75rem;height:17.875rem;top:2.6312499046326rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DS47GwvTvkWVmTkXleuVX5d5S3VdK6fP { width:15.5rem;height:4.5625rem;top:21.930468559265rem;left:2.2500001192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1aGCqlTdHOgWdDBx94MWdHDipiC6AN2 { display:block; }
 }@media only screen and (max-width: 763px) { #HG1XQ9pbhDdFieNwiAVCdn7iXFN9Muy0 { display:block; }#HG1XQ9pbhDdFieNwiAVCdn7iXFN9Muy0 > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X4uSit649HbnqucLhVyCPPDBXMNnz6TU { width:20rem;height:8.125rem;top:0rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbFvHDuyd4zNDi6kqeSU6o740tulTp0x { width:20rem;height:8.125rem;top:9.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBTFDibpg24kPXPZB2lyVrplmNPhMlP8 { display:block; }#EBTFDibpg24kPXPZB2lyVrplmNPhMlP8 > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rLnmVGMEdvT4dpbB6DwXXT3eumwI0yLg { width:20rem;height:6.09375rem;top:2.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufVriHKSgdRDbtiUJ0PoAzz5SOdbbpGO { width:20rem;height:16.25rem;top:9.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkAZRzsbkMzIK39GDHXXvfgMUN8V869p { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/700d948f-0b59-4e28-9ecb-8d886d3f73cf/Group41.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#dkAZRzsbkMzIK39GDHXXvfgMUN8V869p.adaptive-delivery-prevent-bg, #dkAZRzsbkMzIK39GDHXXvfgMUN8V869p.lazyload, #dkAZRzsbkMzIK39GDHXXvfgMUN8V869p.lazyloading { background-image: none; }#dkAZRzsbkMzIK39GDHXXvfgMUN8V869p > .row .container { background-color: transparent; background-image: none; }#dkAZRzsbkMzIK39GDHXXvfgMUN8V869p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkAZRzsbkMzIK39GDHXXvfgMUN8V869p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkAZRzsbkMzIK39GDHXXvfgMUN8V869p > .row .container > .video-iframe-container { display: none; }#dkAZRzsbkMzIK39GDHXXvfgMUN8V869p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkAZRzsbkMzIK39GDHXXvfgMUN8V869p > .row > .video-iframe-container { display: none; }#dkAZRzsbkMzIK39GDHXXvfgMUN8V869p > .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); }#dkAZRzsbkMzIK39GDHXXvfgMUN8V869p > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lE5ucfrlxfuFuysskl42PoiKu0yLCvmD { width:20rem;height:32.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzfxc80rHfhal5mkzreaUPnp4sXJDTCK { width:18.75rem;height:8.75rem;top:2.8125rem;left:0.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MC5PTKOPeEkGphpyrdyrTaQz41bOy3ND { width:18.75rem;height:7rem;top:13.187500953674rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u00MrG73Aa59JHenCg3cRpEW39ov5uO9 { width:18.75rem;height:4.375rem;top:22.061718463897rem;left:0.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #knmCVPytEDvpLxOpMA37Tq3vxhm51Qgm { width:18.75rem;height:3.5rem;top:28.250000476837rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeyTQaRQ5AU08gVkOcDM0yuOlFCiiFyl { display:block; }#TeyTQaRQ5AU08gVkOcDM0yuOlFCiiFyl > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JUAWrTzZ07R49V6tn4giuyyiLsVP8VZt { width:20rem;height:7.796875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #of5pb0BRySVCRP4xTFRuhokbwlt366Qa { width:1.875rem;height:1.875rem;top:10.800000190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9rc2NAHRcZBM7apZ9GHaFs5J9uwEmlf { width:17.5rem;height:8.125rem;top:10.799999713898rem;left:2.5000001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Muc5KJ69zcL4MlqoFZQxUEEPRaEVep3i { width:17.5rem;height:6.5rem;top:20.862500667572rem;left:2.5000001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWO6WEhn59Zdwp5Osmqpa1P6VfAurW61 { width:1.875rem;height:1.875rem;top:20.862500667572rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJOedbVQD28I76usOTmdSGTZ0kLxcbsV { width:17.5rem;height:4.875rem;top:29.112481594086rem;left:2.5000001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxgnAz1M40aStDdtnowIfUqbKxoS4A9T { width:1.875rem;height:1.875rem;top:29.112500667572rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1rR7xZUEdSGiG6dsxgOBvuuNqbovrfC { width:17.5rem;height:3.25rem;top:36.300000190735rem;left:2.5000001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmGybWo95wngyUo0LTOCkLFTwnOTVf5e { width:1.875rem;height:1.875rem;top:36.300005793571rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OO3CrxlJM60K0ae4mT0naDsL4yLQm527 { width:17.5rem;height:8.125rem;top:41.925000190735rem;left:2.5000001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT0Ahrhn18Cu181zzNor1dHHeXFPLNfE { width:1.875rem;height:1.875rem;top:41.925000190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQHvcbflap9WmIas9O2taLhDN3P5fB2S { width:19rem;height:4.0625rem;top:52.487482070923rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgXNmWLAtZDBhOr2TxBKybkEsLtTSMsx { display:block; }
 }@media only screen and (max-width: 763px) { #XMceMzA2VpzrtAzagn0SOJglAMg4kBbz { display:block; }#XMceMzA2VpzrtAzagn0SOJglAMg4kBbz > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H3ZG1VyzNnOT2rM3LKURLv2DJuq66mzH { width:20rem;height:5.19791875rem;top:2.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCWBt20hureUHtXRET3k88ELykhfDOlN { width:20rem;height:2.03125rem;top:8.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWtTxFFwn2o0x9aof7PUUTrEwvkDXChf { display:block; }#uWtTxFFwn2o0x9aof7PUUTrEwvkDXChf > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hFk4cxlXbhPnmfFrqIPRSA0DVNgLVosI { width:20rem;height:45.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3BSowuklyybUxRkyaTbcsS4OaaF2LUz { width:13.625rem;height:19.125rem;top:2.71875rem;left:1.6796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0Gn4FTbNgu6spn1O3U1gh1Nb9LpvbtN { width:18.75rem;height:4.0625rem;top:25.78125rem;left:0.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rSOUd1eG0vCeEZ4NDhZsWyXE4V9y7Bvu { width:18.75rem;height:11.375rem;top:30.717968940735rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #krVqyimAlOTqihpEyPsvBtDDPhfO8y1m { width:18.75rem;height:2.03125rem;top:43.15625rem;left:0.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VxTg5V2SVDxV4s0TwJPOg71pB2TDZbo5 { display:block; }#VxTg5V2SVDxV4s0TwJPOg71pB2TDZbo5 > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qrNJFB6vIL89l439fctF6Pit1qq0UMiG { width:20rem;height:48.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HE2FeIHxrxkGb4SEHHxMIsdwu7ANUJ1W { width:13.5rem;height:19.125rem;top:2.71875rem;left:1.6796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFAKGDbd9dsvgaJlSknE2XvaB6naf0Z4 { width:18.75rem;height:2.03125rem;top:25.78125rem;left:0.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OESGARn0BDTHT5mCzOLctJTpcecPbi3z { width:18.75rem;height:16.25rem;top:29.000024795533rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kPfkIgMMx5KmDINV5ibs18AZwP4c1V6C { width:18.75rem;height:2.03125rem;top:46.28125rem;left:0.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W0amThwPqgr9mI3tzXhBoEGfp9ECkVOT { display:block; }#W0amThwPqgr9mI3tzXhBoEGfp9ECkVOT > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I54hQxKgsdX36ZDqrVZyiXqlQCHd7Xl0 { width:20rem;height:47.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrcRvL82TsselRuHEZbJkGLOusRV12P5 { width:13.5rem;height:19.125rem;top:2.71875rem;left:1.6796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJo730bTFKbV8sZRtDGBxXfOhQsBJysK { width:18.75rem;height:4.0625rem;top:25.78125rem;left:0.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZRbgzNVmIM77KauRCzlFoETohJwvKM0n { width:18.75rem;height:13rem;top:30.717968940735rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w4vGMFucRMZnwksRLuBoigaIdtowJ3vT { width:18.75rem;height:2.03125rem;top:45.156251907349rem;left:0.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ekTJOvuxIWhRSldV9SI2Pp36s3gzcrAA { display:block; }#ekTJOvuxIWhRSldV9SI2Pp36s3gzcrAA > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P3zApGST0lGywvvI8otbTPOnEWMg8ZN4 { width:20rem;height:47.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXST5p1ZtFGCN5UfPiCgDhCDJc0WzUvn { width:13.5rem;height:19rem;top:2.71875rem;left:1.6796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTrZEs0RiSueNSEPOJAiz48szqiW4FAh { width:18.75rem;height:2.03125rem;top:25.78125rem;left:0.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bWfTaAhB5f0dJFAHk00MCvCmd5r0mKOl { width:18.75rem;height:13rem;top:30.717968940735rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yPdXTwPOreiSEb7pQKTwdFUrZNWfTF5p { width:18.75rem;height:2.03125rem;top:45.156251907349rem;left:0.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xkz70Ks6p3butRQXZ5qMDTOiGZMn6Gv3 { display:block; }#Xkz70Ks6p3butRQXZ5qMDTOiGZMn6Gv3 > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SSLormdoaoTS3ynEuBzK9MDMMT7PpBbO { width:20rem;height:47.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FALDRwJmiTiBOA1QL4hKSoFwR1Z6GoKQ { width:13.4375rem;height:19rem;top:2.71875rem;left:1.6796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhDlt4bwqW5H96ofaA90m60iDPiVoAFd { width:18.75rem;height:4.0625rem;top:25.78125rem;left:0.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O0zU1FGQUlBGxqI57T5VNzQthkcXFv1h { width:18.75rem;height:13rem;top:30.717968940735rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lF0ROPJK9KOWHfw1fMalq95xpICgH9Ie { width:18.75rem;height:2.03125rem;top:45.156251907349rem;left:0.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BGS4o9iHdHx6AMxy2wlrziTkTly7gB44 { display:block; }#BGS4o9iHdHx6AMxy2wlrziTkTly7gB44 > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FXuTlBTg74fKPSFQecix7Qeo7KE62CW6 { width:20rem;height:45.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JN5z3Ob5g7zK6gcQfT425y0a1KzIgvS8 { width:13.5rem;height:19.125rem;top:2.71875rem;left:1.6796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyiXMiVE2LxkGGz7Ku15mckHJCbNbOpp { width:18.75rem;height:4.0625rem;top:25.78125rem;left:0.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PZFcKekup9F4zt8Vnqb20Qx1T7ZD5RgE { width:18.75rem;height:11.375rem;top:30.717968940735rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ck2bpcnFcgSWTmgs9WeJo6s2JTsZDVbn { width:18.75rem;height:2.03125rem;top:43.15625rem;left:0.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x1XAs0IrzlCa03eRcilPhZOeuDKH5H17 { display:block; }#x1XAs0IrzlCa03eRcilPhZOeuDKH5H17 > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IBDOwpNhcQXEBp3rZqrKiURdBqTKmk7X { width:20rem;height:47.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A57xwCdyLnTUlnfEdmGVOskiETAr7Dx0 { width:13.4375rem;height:19rem;top:2.71875rem;left:1.6796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTaAI5dME9LsxMPC2N2ILQOaNa6lZSKE { width:18.75rem;height:2.03125rem;top:25.78125rem;left:0.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z4wN5hITRX0qGKoUgcwgGJ2PSmtEGhwV { width:18.75rem;height:13rem;top:30.717968940735rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vptz2u2uU5O7dNVVR6zDhIFpOOH4xHu6 { width:18.75rem;height:2.03125rem;top:45.156251907349rem;left:0.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UIap0QEFCHITkLQ63QlLNRg2CzsTVOHR { display:block; }#UIap0QEFCHITkLQ63QlLNRg2CzsTVOHR > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BSOc3Q8CDqcBM2GDwVpg0BNB7OpJgcuh { width:20rem;height:47.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkGvP3nkvsfBtHqImft0y4wVxU2pKLye { width:13.4375rem;height:18.875rem;top:2.71875rem;left:1.6796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWyTmfqpBvL0Vtms8ZbB5T3phrkIBa3B { width:18.75rem;height:2.03125rem;top:25.78125rem;left:0.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q08z2kGA9lW6hallEspklsOAaVvVCAdo { width:18.75rem;height:11.375rem;top:30.717968940735rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EogzpR1sdRzN8VzLmEF60USb53X7v3wQ { width:18.75rem;height:2.03125rem;top:45.156251907349rem;left:0.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V04l4phlguQXphPdEm4DSfbW13Nib1Fy { display:block; }#V04l4phlguQXphPdEm4DSfbW13Nib1Fy > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dn7JyX1MUKl378PdwZiUZ828Dp12QHeP { width:20rem;height:47.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOKnUBmP1KNGIktn0XP3VaK7ahS8UVpt { width:13.0625rem;height:18.4375rem;top:2.71875rem;left:1.6796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qC2TW666ifK4DESz1ksxkvhKseOJ2nny { width:18.75rem;height:2.03125rem;top:25.78125rem;left:0.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WMLxEzChXFvO9viDpVthQwRkna0H3Ony { width:18.75rem;height:11.375rem;top:30.717968940735rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XTxtR924y07ffpFRJDfcmyb9mmz01GLl { width:18.75rem;height:2.03125rem;top:45.156251907349rem;left:0.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OGzmMEXf9apF1aC2hF0bZVO8lkJPW6QE { display:block; }#OGzmMEXf9apF1aC2hF0bZVO8lkJPW6QE > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hyBHKiAlqfWMTxZfCWx2ktyRH7B43U2o { width:20rem;height:47.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqL7IQ7fp4VJO7lr17TRwBtmWb1967gF { width:13.4375rem;height:18.4375rem;top:2.71875rem;left:1.6796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTa5ce1VtvyfP0mGEaQ0wEgwyyhxgRXc { width:18.75rem;height:2.03125rem;top:25.78125rem;left:0.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PbUHiTsRRvZFeONnb9U2zSW8yPITd2Le { width:18.75rem;height:11.375rem;top:30.717968940735rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ULt0i7l80gK1sCPZRVsoHLNty0ZDcfiu { width:18.75rem;height:2.03125rem;top:45.156251907349rem;left:0.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JyUOf2bKMKPKtAx2Ff0HZXOOn4sz0VnA { display:block; }#JyUOf2bKMKPKtAx2Ff0HZXOOn4sz0VnA > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZPp9LQ55EcKJIS3EwdzcgyOHmwfT0O18 { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qc0hLI3JMVfBb3zMp17SG9ZERteeImW0 { width:20rem;height:7.796875rem;top:6.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #utKnO8nptA9z8ITmJSBJznurb0FIuWmC { width:20rem;height:2.59895625rem;top:15.6125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #H20eCU9uUw2qF6XDCT0cBkJvPgELqO1t { width:19rem;height:3.75rem;top:19.4625rem;left:0.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #icCTB5Wfg2MpUMabCrhqdMWWHMBp4QbF { display:block; }
 }@media only screen and (max-width: 763px) { #m2FooEC6V8f50e3FLwd6aT30v5xt17QP { display:block; }#m2FooEC6V8f50e3FLwd6aT30v5xt17QP > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GpXxEPibe3tfCNnaETAOPklzCI37zTgM { width:20rem;height:8.125rem;top:2.1124509815127rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIfasq3kRoLtBCuQl7eXAymtx6aAX9yW { width:10.9375rem;height:10.5625rem;top:11.987499833107rem;left:4.5312498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAsE2UPTXoNpZuLxaC0PIAbSvBskzhCF { width:20rem;height:4.0625rem;top:23.9375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oFHmqPEFZh0Q3SKuZq0SdZmUoEgPTHTI { width:20rem;height:16.25rem;top:29.003125190735rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QTDXz39pNo8yot7JfbhI8BNTr3nLUJwZ { display:none; }#QTDXz39pNo8yot7JfbhI8BNTr3nLUJwZ > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #m7IVzvugzWeQDtTVC1MZCoGm0ovg9ceX { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SutOHBoiGvPfEL94ceTN8Aix2g2rPAz9 { display:none; }#SutOHBoiGvPfEL94ceTN8Aix2g2rPAz9 > .row .container { width:20rem;height:77.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ox6hoSCq2p2iCzrq20LVa1aAdRmnOVxw { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dWDycrxqS6IQ3UxRmV4T3JBAI7uboNPB { width:20rem;height:14.21875rem;top:6.5625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xblEa9I8KC24MUp1CInpoM3D6StR0t79 { width:20rem;height:29.25rem;top:22.03125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uQWHE8aGLiTkDslRx9iGSzpGmKPUDdRk { width:19.375rem;height:23.0654375rem;top:52.53125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgFUVz6STNUM8BCbyObNlcrqFsDQgwmh { display:block; }#ZgFUVz6STNUM8BCbyObNlcrqFsDQgwmh > .row .container { width:20rem;height:162.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yyWq2nD4vbRoAE3bTSNZQ8TDPBpDoWp7 { width:20rem;height:5.19791875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rguP4tnQWCtavWzdNt55kdbSlIgUwtmg { width:20rem;height:5.19791875rem;top:7.69921875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eIBEvsD3JqBX8BXWlzTymtChi3oHZ84M { width:20rem;height:2.5996125rem;top:14.1484375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qXKMA5xKQXx8Gb2DVi5xQxoXS8Dv92ox { width:1.875rem;height:1.875rem;top:17.99805rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dv45lnunkQcwZznJfD700K1KpGD6bh7w { width:17.5rem;height:3.25rem;top:21.12305rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gatptldyx4Bd95dMt2pHVsWTAKrxtrDt { width:20rem;height:22.75rem;top:25.62305rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vm38h6hTavfT7JDMxKFFWQ0fcHvCNhsn { width:20rem;height:21.125rem;top:57.24805rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XZa3wbBed5ZeafL8AU65ba3wxOFxiSM7 { width:17.5rem;height:3.25rem;top:52.74805rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c7e9b8QAhZ7kAEcVg9EXXtnFTb9coy5J { width:1.875rem;height:1.875rem;top:49.62305rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4OUxdWtdhlcaQiaZifTTL2y7Z0v93eR { width:20rem;height:24.375rem;top:88.87305rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J53JSlmUHXgIcgXQwox6hkbgPcXmLWTM { width:17.5rem;height:4.875rem;top:82.74805rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xSm9mMpBLtdZC3ONz1FFElASGDBh5JX6 { width:1.875rem;height:1.875rem;top:79.62305rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9t113uvX76D2kTk3cMtK6etgEyvGmJZ { width:20rem;height:13rem;top:120.49805rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KvCW9bIXJILLGnAKzbSqQvToOCroPMMC { width:17.5rem;height:1.625rem;top:117.62305rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QiDsInVDV3C3RvBpyP0ITriGmTJHTDJ8 { width:1.875rem;height:1.875rem;top:114.49805rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOH0TWf5EJIT4u3oHmBPfa5ozqMa2FWw { width:20rem;height:19.5rem;top:142.37305rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QMidUfGB3RnUm513KZUMKspN4mSsnA0U { width:17.5rem;height:3.25rem;top:137.87305rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d4oTvny0M2slS5PNcQ7QtGpFHpVs6mhy { width:1.875rem;height:1.875rem;top:134.74805rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT3bpHcZLFFTKQghXUGeZVWXboDSLwGn { display:block; }#fT3bpHcZLFFTKQghXUGeZVWXboDSLwGn > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SwcLbRdCEcICUqsniWxeIaNGMGp8fpGa { width:20rem;height:6.09375rem;top:2.5000004768372rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9iqaloxAtRGF4ncRtzEvzrWsoSWr7ST { width:20rem;height:8.53125rem;top:9.8375010490419rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVxOOnAM8u7z2wXuaR5oJQG8RDOVB1td { width:20rem;height:2.03125rem;top:20.037524223328rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5ia85IDW5gbt3cz9N53NTxZ13omnm0q { width:20rem;height:3.65625rem;top:23.487500667572rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRt62IJfD2XIast3ntCP8zaG1kdKZpyk { width:19rem;height:5.1875rem;top:29.65rem;left:0.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #igafVOFTFvTQfyK1uybqPeAkxfNZvSrM { display:block; }
 }@media only screen and (max-width: 763px) { #vPugK8NWbbWSr02UUorL7z9TPV2KohqQ { display:block; }#vPugK8NWbbWSr02UUorL7z9TPV2KohqQ > .row .container { width:20rem;height:26rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tg5L3LKD3UBr5G6IBKd9erF6VEJU8rnm { width:20rem;height:10.55989375rem;top:1.8125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VawtqFduEpZDTKwgubuSd0nT1PTpT5wI { width:20rem;height:2.03125rem;top:14.75rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uGIKiaQOMThUpzIlPTiLKklw25qEPcBN { width:12.6875rem;height:7.5625rem;top:18.0625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y03omJOyuSGTpMzLezHuTAuCTVvyWRko { display:block; }#y03omJOyuSGTpMzLezHuTAuCTVvyWRko > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aL8Jog3V3VZ0A9qWXUnvizRPAARXq6gI { width:20rem;height:7.5603217158175rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxwRVT0qMOAv321TTreZyCD5nyE1TRrn { width:20rem;height:2.5989625rem;top:10.0601875rem;left:0rem;font-size:1rem;display:block; }
 }