.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }body { background-color:#000000;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#awdXCHvTfI5nG5bwNegHuyeoyI3H3Q2B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#awdXCHvTfI5nG5bwNegHuyeoyI3H3Q2B > .row .container { background-color: transparent; background-image: none; }#awdXCHvTfI5nG5bwNegHuyeoyI3H3Q2B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#awdXCHvTfI5nG5bwNegHuyeoyI3H3Q2B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#awdXCHvTfI5nG5bwNegHuyeoyI3H3Q2B > .row .container > .video-iframe-container { display: none; }#awdXCHvTfI5nG5bwNegHuyeoyI3H3Q2B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#awdXCHvTfI5nG5bwNegHuyeoyI3H3Q2B > .row > .video-iframe-container { display: none; }#awdXCHvTfI5nG5bwNegHuyeoyI3H3Q2B > .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); }#awdXCHvTfI5nG5bwNegHuyeoyI3H3Q2B > .row .container { border-width: 0; border-radius: 0; }#awdXCHvTfI5nG5bwNegHuyeoyI3H3Q2B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#awdXCHvTfI5nG5bwNegHuyeoyI3H3Q2B > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;position:relative;display:block; }#Wh87cUyWqEKtW2SfkEQH2K3ESJPPXnm7 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:9.8125rem;top:2.15625rem;left:2.25rem;overflow:hidden;display:block; }
#IsZkfnFTRcVZO0102aCvuX5FHZJRHmT4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:2.59375rem;left:58.78125rem; }
#irTFhxQm05lXNJOTNvE1knxXuZfKBXP6 { z-index:15004;top:1.6875rem;left:56.53125rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #e77e25;border-left:0.0625rem solid #e77e25;border-right:0.0625rem solid #e77e25;border-bottom:0.0625rem solid #e77e25;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#e77e25;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ugoif0KS3EEWefQuAaB5S14EJoqzsqQG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/da4f8a0b-0338-4a87-8de0-acc30b536d7a/Herobg.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:53.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#OEJDKOrMS479TER2cKWUKLbLQeqbrsgX { color:#000000;display:block;width:70.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15000;line-height:58px;letter-spacing:0;top:3.9375rem;left:2.25rem;height:;text-align:left;text-align-last:left;display:block; }
#Lmz6o4HUQZO0LfW50UnhggWuUdW4xO3O { color:rgba(var(--color-tertiary-4),1);display:block;width:69.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:19.875rem;left:2.25rem;height:3.57421875rem;text-align:left;text-align-last:left;display:block; }
#rULelmxIBbeWFTLnnNWA6thQUoGSKlvb { color:rgba(var(--color-tertiary-4),1);display:block;width:69.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:29.125rem;left:2.25rem;height:;display:block; }#rULelmxIBbeWFTLnnNWA6thQUoGSKlvb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rULelmxIBbeWFTLnnNWA6thQUoGSKlvb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ff21016482cce2d78b1b8fd55040592a6528770e.svg); }
#V4RUoxQdbgAUTidheT0QG9Ngm7H4zDAV { color:rgba(var(--color-tertiary-4),1);display:block;width:72.8125rem;position:absolute;font-family:montserrate2;font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:38rem;left:2.1875rem;height:1.79980625rem;text-align:left;text-align-last:left;display:block; }
#MHpcxLG3iZHz4N04QfIDdTob37gPeC8U { z-index:15005;top:42rem;left:2.25rem;background-color:#e77e25;background-image:none;border-top:0.3125rem solid #e77e25;border-left:0.3125rem solid #e77e25;border-right:0.3125rem solid #e77e25;border-bottom:0.3125rem solid #e77e25;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrate2;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QGig50QK9Sv6XTFQT3MVEM0p8n8KfnHC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c5NvkXlL30tDTQGI02ZNhwmMWJgKcyoc { color:#e77e25;display:block;width:29.25rem;position:absolute;font-family:montserrate2;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:25.5rem;left:2.25rem;height:1.94921875rem;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; }
#TNz6aD612d5UQCvFmh9DWwSvez9MI2TA { color:rgba(var(--color-tertiary-4),1);display:block;width:69.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:16rem;left:2.25rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iCdADtIa2MB6zEVCHcvCziDyRnoUKdnu { color:rgba(var(--color-tertiary-4),1);display:block;width:69.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:47.625rem;left:2.25rem;height:3.574225rem;text-align:left;text-align-last:left;display:block; }
#K5dhqRDOeerEcVT5BbqGxvLUZhxenVgx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.65);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; }#K5dhqRDOeerEcVT5BbqGxvLUZhxenVgx > .row .container { background-color: transparent; background-image: none; }#K5dhqRDOeerEcVT5BbqGxvLUZhxenVgx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5dhqRDOeerEcVT5BbqGxvLUZhxenVgx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5dhqRDOeerEcVT5BbqGxvLUZhxenVgx > .row .container > .video-iframe-container { display: none; }#K5dhqRDOeerEcVT5BbqGxvLUZhxenVgx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5dhqRDOeerEcVT5BbqGxvLUZhxenVgx > .row > .video-iframe-container { display: none; }#K5dhqRDOeerEcVT5BbqGxvLUZhxenVgx > .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); }#K5dhqRDOeerEcVT5BbqGxvLUZhxenVgx > .row .container { border-width: 0; border-radius: 0; }#K5dhqRDOeerEcVT5BbqGxvLUZhxenVgx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K5dhqRDOeerEcVT5BbqGxvLUZhxenVgx > .row .container { font-size:0.875rem;font-family:arial;height:72.3125rem;width:75rem;position:relative;display:block; }#Q7dFJrUlnqEr0TzmLCi1JDJkEX1ydscv { color:#fafafa;display:block;width:61.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.92578125rem;left:2.25rem;height:3.8999rem;display:block; }
#q5gDKaLhO5zcK3ZDOkZcmKcZ9rOTqfvy { color:#ffffff;display:block;width:69.125rem;position:absolute;font-family:montserrate2;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.82470703125rem;left:2.25rem;height:3.25rem;display:block; }
#uRW9IHq5Efn53a52XpCXJL1JCCffL88H { color:#ffffff;display:block;width:54.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:18.21142578125rem;left:2.25rem;height:4.82324375rem;display:block; }#uRW9IHq5Efn53a52XpCXJL1JCCffL88H li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uRW9IHq5Efn53a52XpCXJL1JCCffL88H li:before{  }
#xqMrZED7VNt6I9g3Kk6tcR9qtSgBtAPq { color:#ffffff;display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:15.88671875rem;left:2.25rem;height:1.13671875rem;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; }
#RJNVL8nmCCdLNyQULnoOclGJr5KnNZT8 { color:#ffffff;display:block;width:69.125rem;position:absolute;font-family:montserrate2;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:25.2470703125rem;left:2.25rem;height:3.25rem;display:block; }
#xRgDBe6nsU6xNCQutUrnekvwzLmvzQG5 { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.6875rem;width:69.125rem;top:31.4970703125rem;left:2.25rem;overflow:hidden;display:block; }
#TuBSKE5uz9lhLn84pJaxnedrODWVvyIU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ab8fe97f-370b-467e-b0ee-e165ca97198d/Section3bg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TuBSKE5uz9lhLn84pJaxnedrODWVvyIU.adaptive-delivery-prevent-bg, #TuBSKE5uz9lhLn84pJaxnedrODWVvyIU.lazyload, #TuBSKE5uz9lhLn84pJaxnedrODWVvyIU.lazyloading { background-image: none; }#TuBSKE5uz9lhLn84pJaxnedrODWVvyIU > .row .container { background-color: transparent; background-image: none; }#TuBSKE5uz9lhLn84pJaxnedrODWVvyIU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuBSKE5uz9lhLn84pJaxnedrODWVvyIU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuBSKE5uz9lhLn84pJaxnedrODWVvyIU > .row .container > .video-iframe-container { display: none; }#TuBSKE5uz9lhLn84pJaxnedrODWVvyIU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuBSKE5uz9lhLn84pJaxnedrODWVvyIU > .row > .video-iframe-container { display: none; }#TuBSKE5uz9lhLn84pJaxnedrODWVvyIU > .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); }#TuBSKE5uz9lhLn84pJaxnedrODWVvyIU > .row .container { border-width: 0; border-radius: 0; }#TuBSKE5uz9lhLn84pJaxnedrODWVvyIU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TuBSKE5uz9lhLn84pJaxnedrODWVvyIU > .row .container { font-size:0.875rem;font-family:arial;height:43.875rem;width:75rem;position:relative;display:block; }#zZvlVHbU56BzEyfQzAMzI2LDT0BUhsxN { color:rgba(var(--color-tertiary-4),1);display:block;width:61.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.75rem;left:2.25rem;height:3.8999rem;display:block; }
#Nu2f12X3hAHMG3hcCC3JRdsuAu0qo6tx { color:rgba(var(--color-tertiary-4),1);display:block;width:69.125rem;position:absolute;font-family:montserrate2;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:10.64892578125rem;left:2.25rem;height:10.5rem;display:block; }
#TgK3DwTyyiL90EAsT4TxTOwy8gbcDrdK { color:#e77e25;display:block;width:72.875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:24.14892578125rem;left:2.125rem;height:1.79980625rem;font-style:normal;display:block; }
#JrDo7PBOQgdagGGbdq4nnfVg9nMFP6UA { color:#000000;display:block;width:54.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:35.22265625rem;left:2.25rem;height:4.82324375rem;display:block; }#JrDo7PBOQgdagGGbdq4nnfVg9nMFP6UA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JrDo7PBOQgdagGGbdq4nnfVg9nMFP6UA li:before{  }
#JFpns2lpzeF1NchuO7HCfF9WBA3IZbBf { color:#000000;display:block;width:69.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:28.94873046875rem;left:2.25rem;height:4.546875rem;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; }
#dgq6KqxBuhtaHWfWxbCTeWErZNM5r8Rx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#dgq6KqxBuhtaHWfWxbCTeWErZNM5r8Rx > .row .container { background-color: transparent; background-image: none; }#dgq6KqxBuhtaHWfWxbCTeWErZNM5r8Rx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgq6KqxBuhtaHWfWxbCTeWErZNM5r8Rx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgq6KqxBuhtaHWfWxbCTeWErZNM5r8Rx > .row .container > .video-iframe-container { display: none; }#dgq6KqxBuhtaHWfWxbCTeWErZNM5r8Rx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgq6KqxBuhtaHWfWxbCTeWErZNM5r8Rx > .row > .video-iframe-container { display: none; }#dgq6KqxBuhtaHWfWxbCTeWErZNM5r8Rx > .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); }#dgq6KqxBuhtaHWfWxbCTeWErZNM5r8Rx > .row .container { border-width: 0; border-radius: 0; }#dgq6KqxBuhtaHWfWxbCTeWErZNM5r8Rx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dgq6KqxBuhtaHWfWxbCTeWErZNM5r8Rx > .row .container { font-size:0.875rem;font-family:arial;height:74.8125rem;width:75rem;position:relative;display:block; }#IeTSmWZmdegkgSgFWfuNiD6X5hzg9DLh { color:rgba(var(--color-tertiary-4),1);display:block;width:61.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.75rem;left:2.25rem;height:3.8999rem;display:block; }
#LoZ4FhFTTqaD5R2DhETW3kqArlHtPBia { color:rgba(var(--color-tertiary-4),1);display:block;width:48.25rem;position:absolute;font-family:montserrate2;font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:10.64892578125rem;left:2.25rem;height:1.79980625rem;display:block; }
#dysUgTT0mtknv5sfnV66yqSPLStQVqiZ { color:#000000;display:block;width:68.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:16.6748046875rem;left:2.25rem;height:8.2470625rem;display:block; }#dysUgTT0mtknv5sfnV66yqSPLStQVqiZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dysUgTT0mtknv5sfnV66yqSPLStQVqiZ li:before{  }
#F6kGo9aQNKTxkuTnlMuh7xW18iBBhfZn { color:#000000;display:block;width:69.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:14.3505859375rem;left:2.25rem;height:1.13671875rem;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; }
#WAeAmclT1RUJi7cyFQ4lbEcyO5KbX9P1 { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.4375rem;width:70.4375rem;top:26.61083984375rem;left:2.28125rem;overflow:hidden;display:block; }
#aRK99zxETx1CSHVkDOQ42bJoZnwrd0aG { color:rgba(var(--color-tertiary-4),1);display:block;width:70.5rem;position:absolute;font-family:montserrate2;font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:67.04833984375rem;left:2.25rem;height:3.5996125rem;display:block; }
#GSs0Wd5FX8ymay4T4dZ0oZBy6aZx2OCi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GSs0Wd5FX8ymay4T4dZ0oZBy6aZx2OCi > .row .container { background-color: transparent; background-image: none; }#GSs0Wd5FX8ymay4T4dZ0oZBy6aZx2OCi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GSs0Wd5FX8ymay4T4dZ0oZBy6aZx2OCi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GSs0Wd5FX8ymay4T4dZ0oZBy6aZx2OCi > .row .container > .video-iframe-container { display: none; }#GSs0Wd5FX8ymay4T4dZ0oZBy6aZx2OCi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GSs0Wd5FX8ymay4T4dZ0oZBy6aZx2OCi > .row > .video-iframe-container { display: none; }#GSs0Wd5FX8ymay4T4dZ0oZBy6aZx2OCi > .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); }#GSs0Wd5FX8ymay4T4dZ0oZBy6aZx2OCi > .row .container { border-width: 0; border-radius: 0; }#GSs0Wd5FX8ymay4T4dZ0oZBy6aZx2OCi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GSs0Wd5FX8ymay4T4dZ0oZBy6aZx2OCi > .row .container { font-size:0.875rem;font-family:arial;height:71.4375rem;width:75rem;position:relative;display:block; }#eTOC3e1DfccvV2gsFzIfiBQ0loacAz9J { color:rgba(var(--color-tertiary-4),1);display:block;width:61.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.0625rem;left:2.25rem;height:3.8999rem;display:block; }
#LezFydkvdsEE8MRPJQrHJPkEoMfmreG7 { color:rgba(var(--color-tertiary-4),1);display:block;width:69.125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:10.96142578125rem;left:2.25rem;height:5.39941875rem;display:block; }
#hn847JqXsBlKDiJa9WKh8opkcI146LlG { color:#000000;display:block;width:54.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:20.4970703125rem;left:2.25rem;height:4.82324375rem;display:block; }#hn847JqXsBlKDiJa9WKh8opkcI146LlG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hn847JqXsBlKDiJa9WKh8opkcI146LlG li:before{  }
#a3U4f1AzKZ01iPEgNsWLVLF8FWhfm2e8 { color:#000000;display:block;width:69.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:18.4228515625rem;left:2.25rem;height:1.13671875rem;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; }
#diOKRSh4ppK9xsW0rcJII9t9JTTAE4U1 { color:#000000;display:block;width:69.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:27.53271484375rem;left:2.25rem;height:3.6738375rem;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; }
#W6B39NymN2hW4D2sSU8dBhwd8lwrgcsX { color:rgba(var(--color-tertiary-4),1);display:block;width:69.125rem;position:absolute;font-family:montserrate2;font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:34.2060546875rem;left:2.25rem;height:1.79980625rem;display:block; }
#BQmpSfqzyIJAwsr441okGPgzD6Mu7bhT { color:rgba(var(--color-tertiary-4),1);display:block;width:50.8125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:39.005859375rem;left:2.25rem;height:7.5rem;display:block; }
#nDWDVGM0tHqz8TPwAazPimD1x2x6dl8R { color:rgba(var(--color-tertiary-4),1);display:block;width:69.125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:49.505859375rem;left:2.25rem;height:1.79980625rem;display:block; }
#zM1Vswa7xLx1TIubxqb3bWkMcrmevA7S { color:rgba(var(--color-tertiary-4),1);display:block;width:69.125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:54.3056640625rem;left:2.25rem;height:7.5rem;display:block; }
#TmK4DTDKKpm1bfrMFTvsgM7Ol2yXe0k9 { color:#000000;display:block;width:69.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:64.8056640625rem;left:2.25rem;height:2.44921875rem;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; }
#sCIBoqc2guREsJPQqnvAdqkpmkDcheR1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#sCIBoqc2guREsJPQqnvAdqkpmkDcheR1 > .row .container { background-color: transparent; background-image: none; }#sCIBoqc2guREsJPQqnvAdqkpmkDcheR1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sCIBoqc2guREsJPQqnvAdqkpmkDcheR1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sCIBoqc2guREsJPQqnvAdqkpmkDcheR1 > .row .container > .video-iframe-container { display: none; }#sCIBoqc2guREsJPQqnvAdqkpmkDcheR1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sCIBoqc2guREsJPQqnvAdqkpmkDcheR1 > .row > .video-iframe-container { display: none; }#sCIBoqc2guREsJPQqnvAdqkpmkDcheR1 > .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); }#sCIBoqc2guREsJPQqnvAdqkpmkDcheR1 > .row .container { border-width: 0; border-radius: 0; }#sCIBoqc2guREsJPQqnvAdqkpmkDcheR1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sCIBoqc2guREsJPQqnvAdqkpmkDcheR1 > .row .container { font-size:0.875rem;font-family:arial;height:59.125rem;width:75rem;position:relative;display:block; }#QLQUGVRycVBX7UBxouGBaNwKaWw0rnFw { color:rgba(var(--color-tertiary-4),1);display:block;width:61.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:2.25rem;height:3.8999rem;display:block; }
#V1DlDFS0pe5wM81u1lSnEG5Mpx4rHoll { box-sizing:content-box;height:4.3125rem;width:35rem;position:absolute;display:block;z-index:15003;background-color:#e77e25;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.625rem;left:38.75rem;display:block; }
#HJPNq3iIHRssr36Bqw9tPufOv6fdnJoS { color:#ffffff;display:block;width:30.125rem;position:absolute;font-family:montserrate2;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.8125rem;left:41.1875rem;height:1.94921875rem;font-style:normal;display:block; }
#SEUpz9VLzDTLyV5W4wDe1N8qPWp9nQnp { box-sizing:content-box;height:4.3125rem;width:35rem;position:absolute;display:block;z-index:15005;background-color:#e77e25;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.625rem;left:1.25rem;display:block; }
#zB9AK3XeiWbPtJCWNAD04bZPTg96BUU9 { color:#ffffff;display:block;width:30.125rem;position:absolute;font-family:montserrate2;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:11.75rem;left:2.75rem;height:1.94921875rem;font-style:normal;display:block; }
#szpcRDc79SDkkVBv3RIDO7fzJRyPl2fX { box-sizing:content-box;height:8.5625rem;width:35rem;position:absolute;display:block;z-index:15005;background-color:#262626;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.3125rem;left:38.75rem;display:block; }
#z9xnPBsboClmP4ggivEax1hKJrTIdJn1 { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:16.25rem;left:41.125rem;height:6.5rem;font-style:normal;display:block; }
#u8qFHaXnTAIloWKrNzcaEpyUNCIgiy9w { box-sizing:content-box;height:8.5625rem;width:35rem;position:absolute;display:block;z-index:15007;background-color:#262626;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.3125rem;left:1.25rem;display:block; }
#rx4fQDcTDKyBc6ft8kRGvJFGpu4v5ebv { color:#ffffff;display:block;width:29.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:16.1875rem;left:2.75rem;height:6.5rem;font-style:normal;display:block; }
#taZtRfgk1MApW5Qh5HwR30w4eOlUFO7n { box-sizing:content-box;height:30.8125rem;width:35rem;position:absolute;display:block;z-index:15007;background-color:#262626;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.25rem;left:38.75rem;display:block; }
#u8hEiWaZx6o2CefMOP3qUlwDozhvvma4 { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:29.375rem;left:40.9375rem;height:9.375rem;font-style:normal;display:block; }#u8hEiWaZx6o2CefMOP3qUlwDozhvvma4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#u8hEiWaZx6o2CefMOP3qUlwDozhvvma4 li:before{  }
#TUDCSGCLvdkCeskqiRRuAEptX2lWQeJs { color:#ffffff;display:block;width:25.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:26.1875rem;left:41rem;height:1.625rem;font-style:normal;display:block; }
#NUJH1zU60yi60HPlcaQ2sm6hMbdOK2Ma { box-sizing:content-box;height:30.875rem;width:35rem;position:absolute;display:block;z-index:15011;background-color:#262626;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.1875rem;left:1.25rem;display:block; }
#JoNQiumIArmSHI0sCTooVZCI8kn7TK6t { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:26.125rem;left:2.75rem;height:1.625rem;font-style:normal;display:block; }
#dDupwqSR642DLgC9etGtMiHIm6NNHuQS { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:29.3125rem;left:2.75rem;height:5.5rem;font-style:normal;display:block; }#dDupwqSR642DLgC9etGtMiHIm6NNHuQS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dDupwqSR642DLgC9etGtMiHIm6NNHuQS li:before{  }
#pvBvZLfxnzKebrtKUqnJFkSqxPi2qkTT { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:37.25rem;left:3.125rem;height:1.94921875rem;font-style:normal;display:block; }
#cVi0aXRreW5eQBeKMbS5rmVGL7pNQZ6l { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:43.4375rem;left:3.125rem;height:8.75rem;font-style:normal;display:block; }#cVi0aXRreW5eQBeKMbS5rmVGL7pNQZ6l li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cVi0aXRreW5eQBeKMbS5rmVGL7pNQZ6l li:before{  }
#wAuGFPDm7x3LJlnPnNSUyOCkvi0pS0ml { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:41rem;left:2.9375rem;height:1.625rem;font-style:normal;display:block; }
#dVxkhrFkdZisn90N3NOHPceiG551zQ5B { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:40.375rem;left:41.5rem;height:11.6953125rem;font-style:normal;display:block; }
#DZERtLnrA0dgEFTEdNZOAZpoKuN6Uc1l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/74230932-6f0b-4192-b8df-6d61468c130e/BACK.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#DZERtLnrA0dgEFTEdNZOAZpoKuN6Uc1l.adaptive-delivery-prevent-bg, #DZERtLnrA0dgEFTEdNZOAZpoKuN6Uc1l.lazyload, #DZERtLnrA0dgEFTEdNZOAZpoKuN6Uc1l.lazyloading { background-image: none; }#DZERtLnrA0dgEFTEdNZOAZpoKuN6Uc1l > .row .container { background-color: transparent; background-image: none; }#DZERtLnrA0dgEFTEdNZOAZpoKuN6Uc1l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZERtLnrA0dgEFTEdNZOAZpoKuN6Uc1l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZERtLnrA0dgEFTEdNZOAZpoKuN6Uc1l > .row .container > .video-iframe-container { display: none; }#DZERtLnrA0dgEFTEdNZOAZpoKuN6Uc1l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZERtLnrA0dgEFTEdNZOAZpoKuN6Uc1l > .row > .video-iframe-container { display: none; }#DZERtLnrA0dgEFTEdNZOAZpoKuN6Uc1l > .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); }#DZERtLnrA0dgEFTEdNZOAZpoKuN6Uc1l > .row .container { border-width: 0; border-radius: 0; }#DZERtLnrA0dgEFTEdNZOAZpoKuN6Uc1l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DZERtLnrA0dgEFTEdNZOAZpoKuN6Uc1l > .row .container { font-size:0.875rem;font-family:arial;height:78.6875rem;width:75rem;position:relative;display:block; }#U1sUy2X4XW9PLlsw06HMvG3KQkiKoEHJ { color:rgba(var(--color-tertiary-4),1);display:block;width:57.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.125rem;left:2.4375rem;height:2.76220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Fx8n3Et8iHyrgBQWroKU6RSgmzNrKX7E { color:rgba(var(--color-tertiary-4),1);display:block;width:69.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:9.88671875rem;left:2.4375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#htOdCvsPWhHfo20vzfW0ndhbOkq60R5E { color:rgba(var(--color-tertiary-3),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:62.1875rem;left:4.5rem;height:5.59765rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#PbwOWUVqrUFBXnCeiJK0wZzZVOi1NMth { color:rgba(var(--color-tertiary-3),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:33.125rem;left:42.8125rem;height:5.59765625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#rxtZpNxdKThuq5GvgROBoCNKpgQzNGTW { color:rgba(var(--color-tertiary-3),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:33.125rem;left:2.9375rem;height:6.99706875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#J7JeXg0pbbexL10m3JxITUU19TBF7R0v { color:rgba(var(--color-tertiary-3),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:62.1875rem;left:45.375rem;height:5.59765rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#JNiwgpP9LUuEMLFcnMTNMlLiwz5IOoeL { position:absolute;display:block;z-index:15009;height:17.75rem;width:31.6875rem;top:14.5rem;left:2.4375rem;display:block; }
#DlveRTeSvqUL6yf1XMUqvb7iHI34OeuW { position:absolute;display:block;z-index:15010;height:17.75rem;width:31.6875rem;top:14.5rem;left:40.75rem;display:block; }
#NgEv1h3zk4ST2BJJCk2lJZWzkHsayZFT { position:absolute;display:block;z-index:15011;height:17.75rem;width:31.6875rem;top:43.125rem;left:2.4375rem;display:block; }
#X01efJAhtIOHrq1eFACXEecBJX819vnK { position:absolute;display:block;z-index:15012;height:17.75rem;width:31.6875rem;top:43.125rem;left:43.3125rem;display:block; }
#tTChh08q0lDoxC1l2Io3lQTVQblTIuGl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#tTChh08q0lDoxC1l2Io3lQTVQblTIuGl > .row .container { background-color: transparent; background-image: none; }#tTChh08q0lDoxC1l2Io3lQTVQblTIuGl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTChh08q0lDoxC1l2Io3lQTVQblTIuGl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTChh08q0lDoxC1l2Io3lQTVQblTIuGl > .row .container > .video-iframe-container { display: none; }#tTChh08q0lDoxC1l2Io3lQTVQblTIuGl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTChh08q0lDoxC1l2Io3lQTVQblTIuGl > .row > .video-iframe-container { display: none; }#tTChh08q0lDoxC1l2Io3lQTVQblTIuGl > .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); }#tTChh08q0lDoxC1l2Io3lQTVQblTIuGl > .row .container { border-width: 0; border-radius: 0; }#tTChh08q0lDoxC1l2Io3lQTVQblTIuGl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tTChh08q0lDoxC1l2Io3lQTVQblTIuGl > .row .container { font-size:0.875rem;font-family:arial;height:74.125rem;width:75rem;position:relative;display:block; }#C0QJfzOzQDR3B9XWyZdsKc7GOyWV7RlM { color:rgba(var(--color-tertiary-4),1);display:block;width:69.125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:54.0625rem;left:2.03125rem;height:3rem;display:block; }
#ZdPR1Bsy7Vx94pSNHufpCr8GgRVKaEMv { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:47rem;width:70.9375rem;top:4.0625rem;left:2.03125rem;overflow:hidden;display:block; }
#TzzymHzuWuS95APJal6VXRUav3zl2p71 { color:rgba(var(--color-tertiary-4),1);display:block;width:69.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:66.8125rem;left:2.03125rem;height:1.04980625rem;text-align:center;text-align-last:center;display:block; }
#FMKOAG1zt5QyTb4vXXgF2rBZkTep83DH { z-index:15005;top:38.0087890625rem;left:2.25rem;background-color:#e77e25;background-image:none;border-top:0.3125rem solid #e77e25;border-left:0.3125rem solid #e77e25;border-right:0.3125rem solid #e77e25;border-bottom:0.3125rem solid #e77e25;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrate2;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#CTMEqJJqtkIwti5OGT3slnUmHDQlXxAF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#swC2FUBTMxEENRaszWgysI3pB2GxQUk6 { z-index:15005;top:60rem;left:28.78125rem;background-color:#e77e25;background-image:none;border-top:0.3125rem solid #e77e25;border-left:0.3125rem solid #e77e25;border-right:0.3125rem solid #e77e25;border-bottom:0.3125rem solid #e77e25;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrate2;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#HpFPqAXzgkI1edISr1FvtDTTAZp5rBIv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Cygeqpk1fxQV5O55061zUkWhgkLQkhte { 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; }#Cygeqpk1fxQV5O55061zUkWhgkLQkhte > .row .container { background-color: transparent; background-image: none; }#Cygeqpk1fxQV5O55061zUkWhgkLQkhte::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cygeqpk1fxQV5O55061zUkWhgkLQkhte > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cygeqpk1fxQV5O55061zUkWhgkLQkhte > .row .container > .video-iframe-container { display: none; }#Cygeqpk1fxQV5O55061zUkWhgkLQkhte > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cygeqpk1fxQV5O55061zUkWhgkLQkhte > .row > .video-iframe-container { display: none; }#Cygeqpk1fxQV5O55061zUkWhgkLQkhte > .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); }#Cygeqpk1fxQV5O55061zUkWhgkLQkhte > .row .container { border-width: 0; border-radius: 0; }#Cygeqpk1fxQV5O55061zUkWhgkLQkhte > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Cygeqpk1fxQV5O55061zUkWhgkLQkhte > .row .container { font-size:0.875rem;font-family:arial;height:22.375rem;width:75rem;position:relative;display:block; }#OMtpmfFVpgqpbEmb0BAq23HKezxTET0B { color:#ffffff;display:block;width:54.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:10.1064453125rem;left:2.9375rem;height:4.82324375rem;display:block; }#OMtpmfFVpgqpbEmb0BAq23HKezxTET0B li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OMtpmfFVpgqpbEmb0BAq23HKezxTET0B li:before{  }
#UFeq74K982725N6tWTxJCaeECrMFFrOh { color:#ffffff;display:block;width:69.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:17.14208984375rem;left:2.9375rem;height:1.04980625rem;display:block; }
#szgDyG1HzZaUWFNagTTv6gP46HLheq83 { color:#ffffff;display:block;width:61.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.0625rem;left:2.9375rem;height:3.8999rem;display:block; }
#oATe5Rr3LErJUg9b3d8QXTyUPiiQJvTM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oATe5Rr3LErJUg9b3d8QXTyUPiiQJvTM > .row .container { background-color: transparent; background-image: none; }#oATe5Rr3LErJUg9b3d8QXTyUPiiQJvTM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oATe5Rr3LErJUg9b3d8QXTyUPiiQJvTM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oATe5Rr3LErJUg9b3d8QXTyUPiiQJvTM > .row .container > .video-iframe-container { display: none; }#oATe5Rr3LErJUg9b3d8QXTyUPiiQJvTM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oATe5Rr3LErJUg9b3d8QXTyUPiiQJvTM > .row > .video-iframe-container { display: none; }#oATe5Rr3LErJUg9b3d8QXTyUPiiQJvTM > .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); }#oATe5Rr3LErJUg9b3d8QXTyUPiiQJvTM > .row .container { border-width: 0; border-radius: 0; }#oATe5Rr3LErJUg9b3d8QXTyUPiiQJvTM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oATe5Rr3LErJUg9b3d8QXTyUPiiQJvTM > .row .container { font-size:0.875rem;font-family:arial;height:43.5rem;width:75rem;position:relative;display:block; }#WNRblgFrnVmVz57ULEoP0Fw2VxGZWNLE { box-sizing:content-box;height:38.75rem;width:37.0625rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: 0.125rem 0.125rem 0.625rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.625rem;left:36.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#nCWJ52TvCZrDR4u10i2elwhkxIPfeMAE { color:rgba(var(--color-tertiary-4),1);display:block;width:34.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:6.7900390625rem;left:38rem;height:28.79298125rem;display:block; }
#zOzQhvAUg4ec221iaugIJekSy6n1e5si { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:41.1875rem;left:38rem;height:1.5996125rem;display:block; }
#umTCIZZW2ldp3q06wTEKTE1Tod4R1KiT { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:16.0625rem;top:37.0625rem;left:37.1875rem;overflow:hidden;display:block; }
#mPd3SdcNfnXryJl1B2BEXH18WbASrleo { 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:40.5rem;width:36.125rem;top:3rem;left:0rem;overflow:hidden;display:block; }
#dmK6ABoddx2WhBQRT4pAhhBcM5nVGJD7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e77e25;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; }#dmK6ABoddx2WhBQRT4pAhhBcM5nVGJD7 > .row .container { background-color: transparent; background-image: none; }#dmK6ABoddx2WhBQRT4pAhhBcM5nVGJD7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmK6ABoddx2WhBQRT4pAhhBcM5nVGJD7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmK6ABoddx2WhBQRT4pAhhBcM5nVGJD7 > .row .container > .video-iframe-container { display: none; }#dmK6ABoddx2WhBQRT4pAhhBcM5nVGJD7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmK6ABoddx2WhBQRT4pAhhBcM5nVGJD7 > .row > .video-iframe-container { display: none; }#dmK6ABoddx2WhBQRT4pAhhBcM5nVGJD7 > .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); }#dmK6ABoddx2WhBQRT4pAhhBcM5nVGJD7 > .row .container { border-width: 0; border-radius: 0; }#dmK6ABoddx2WhBQRT4pAhhBcM5nVGJD7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dmK6ABoddx2WhBQRT4pAhhBcM5nVGJD7 > .row .container { font-size:0.875rem;font-family:arial;height:36rem;width:75rem;position:relative;display:block; }#i7zCqHEXp2bpQmVT1ymUbc18JN3MIVJ7 { color:#ffffff;display:block;width:54.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:16.46875rem;left:2.25rem;height:4.82324375rem;display:block; }#i7zCqHEXp2bpQmVT1ymUbc18JN3MIVJ7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#i7zCqHEXp2bpQmVT1ymUbc18JN3MIVJ7 li:before{  }
#XfuC5TTVtqqs9z3pZzKo19rwHzFlxbbE { color:#ffffff;display:block;width:69.125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:10.96142578125rem;left:2.25rem;height:1.79980625rem;display:block; }
#JQyB8XLzEA8Dcd5K1PCMD5e51dp9pGll { color:#ffffff;display:block;width:61.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.0625rem;left:2.25rem;height:3.8999rem;display:block; }
#veW328eGgqtaSmaJibGGe8ZIMLsbuK7r { color:#ffffff;display:block;width:54.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:14.01953125rem;left:2.25rem;height:1.13671875rem;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; }
#DwP4CcU8zdTmXsDP194RZk2KvN9TJ7WD { color:#ffffff;display:block;width:69.125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:30.25439453125rem;left:2.25rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#eUJ1SIueEaNJS9sbTEa8agZ7hLRidZCp { z-index:15008;top:23.50439453125rem;left:2.25rem;background-color:#000000;background-image:none;border-top:0.3125rem solid #000000;border-left:0.3125rem solid #000000;border-right:0.3125rem solid #000000;border-bottom:0.3125rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrate2;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#VbBak84eEblgQxJoG9GvKWoaGxlz541W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GqZ7CpZKOlDtKOZEb02JdcPCwQES5Lvi { 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; }#GqZ7CpZKOlDtKOZEb02JdcPCwQES5Lvi > .row .container { background-color: transparent; background-image: none; }#GqZ7CpZKOlDtKOZEb02JdcPCwQES5Lvi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqZ7CpZKOlDtKOZEb02JdcPCwQES5Lvi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqZ7CpZKOlDtKOZEb02JdcPCwQES5Lvi > .row .container > .video-iframe-container { display: none; }#GqZ7CpZKOlDtKOZEb02JdcPCwQES5Lvi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqZ7CpZKOlDtKOZEb02JdcPCwQES5Lvi > .row > .video-iframe-container { display: none; }#GqZ7CpZKOlDtKOZEb02JdcPCwQES5Lvi > .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); }#GqZ7CpZKOlDtKOZEb02JdcPCwQES5Lvi > .row .container { border-width: 0; border-radius: 0; }#GqZ7CpZKOlDtKOZEb02JdcPCwQES5Lvi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GqZ7CpZKOlDtKOZEb02JdcPCwQES5Lvi > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:block; }#J7gVkhh8yprKfOPpa3cN3xbUDQhLnixv { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:9.8125rem;top:1.9375rem;left:32.59375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #awdXCHvTfI5nG5bwNegHuyeoyI3H3Q2B { display:block; }#awdXCHvTfI5nG5bwNegHuyeoyI3H3Q2B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Wh87cUyWqEKtW2SfkEQH2K3ESJPPXnm7 { width:9.8125rem;height:2.5rem;top:2.15625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IsZkfnFTRcVZO0102aCvuX5FHZJRHmT4 { width:1.0625rem;height:1.375rem;top:2.78125rem;left:35.09375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #irTFhxQm05lXNJOTNvE1knxXuZfKBXP6 { top:1.6875rem;left:33.5rem;width:13rem;height:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ugoif0KS3EEWefQuAaB5S14EJoqzsqQG { display:block; }
 }@media only screen and (max-width: 1199px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.75rem;height:58.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OEJDKOrMS479TER2cKWUKLbLQeqbrsgX { width:45.875rem;height:14.5rem;top:3rem;left:0.9375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lmz6o4HUQZO0LfW50UnhggWuUdW4xO3O { width:45.8125rem;height:5.60449375rem;top:21.9375rem;left:0.96875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rULelmxIBbeWFTLnnNWA6thQUoGSKlvb { width:46.0625rem;height:10.420875rem;top:32.3125rem;left:0.875rem;font-size:0.875rem;display:block; }#rULelmxIBbeWFTLnnNWA6thQUoGSKlvb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ff21016482cce2d78b1b8fd55040592a6528770e.svg); }
 }@media only screen and (max-width: 1199px) { #V4RUoxQdbgAUTidheT0QG9Ngm7H4zDAV { width:45.8125rem;height:3.1484375rem;top:44.5625rem;left:0.96875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MHpcxLG3iZHz4N04QfIDdTob37gPeC8U { top:49.125rem;left:0.9375rem;width:15.5rem;height:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QGig50QK9Sv6XTFQT3MVEM0p8n8KfnHC { display:block; }
 }@media only screen and (max-width: 1199px) { #c5NvkXlL30tDTQGI02ZNhwmMWJgKcyoc { width:30.9375rem;height:1.94921875rem;top:29.5859375rem;left:0.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TNz6aD612d5UQCvFmh9DWwSvez9MI2TA { width:45.8125rem;height:1.94921875rem;top:18.375rem;left:0.96875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iCdADtIa2MB6zEVCHcvCziDyRnoUKdnu { width:45.8125rem;height:3.0859375rem;top:54.25rem;left:0.96875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K5dhqRDOeerEcVT5BbqGxvLUZhxenVgx { background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/3ad62ae8-37fe-4c7a-9523-7ec7977763a4/Mbg.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#K5dhqRDOeerEcVT5BbqGxvLUZhxenVgx.adaptive-delivery-prevent-bg, #K5dhqRDOeerEcVT5BbqGxvLUZhxenVgx.lazyload, #K5dhqRDOeerEcVT5BbqGxvLUZhxenVgx.lazyloading { background-image: none; }#K5dhqRDOeerEcVT5BbqGxvLUZhxenVgx > .row .container { background-color: transparent; background-image: none; }#K5dhqRDOeerEcVT5BbqGxvLUZhxenVgx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5dhqRDOeerEcVT5BbqGxvLUZhxenVgx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5dhqRDOeerEcVT5BbqGxvLUZhxenVgx > .row .container > .video-iframe-container { display: none; }#K5dhqRDOeerEcVT5BbqGxvLUZhxenVgx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5dhqRDOeerEcVT5BbqGxvLUZhxenVgx > .row > .video-iframe-container { display: none; }#K5dhqRDOeerEcVT5BbqGxvLUZhxenVgx > .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); }#K5dhqRDOeerEcVT5BbqGxvLUZhxenVgx > .row .container { width:47.75rem;height:62.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Q7dFJrUlnqEr0TzmLCi1JDJkEX1ydscv { width:45.875rem;height:3.8999rem;top:3.75rem;left:0.9375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q5gDKaLhO5zcK3ZDOkZcmKcZ9rOTqfvy { width:44.9375rem;height:3.8994125rem;top:10.27392578125rem;left:0.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uRW9IHq5Efn53a52XpCXJL1JCCffL88H { width:45.9375rem;height:6.22265625rem;top:17.93408203125rem;left:0.90625rem;font-size:0.875rem;display:block; }#uRW9IHq5Efn53a52XpCXJL1JCCffL88H li:before{  }
 }@media only screen and (max-width: 1199px) { #xqMrZED7VNt6I9g3Kk6tcR9qtSgBtAPq { width:36.125rem;height:1.13720625rem;top:16.79736328125rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RJNVL8nmCCdLNyQULnoOclGJr5KnNZT8 { width:44.375rem;height:5.84765625rem;top:25.73193359375rem;left:0.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xRgDBe6nsU6xNCQutUrnekvwzLmvzQG5 { width:46.25rem;height:24.5rem;top:34.205078125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TuBSKE5uz9lhLn84pJaxnedrODWVvyIU { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ab8fe97f-370b-467e-b0ee-e165ca97198d/Section3bg.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TuBSKE5uz9lhLn84pJaxnedrODWVvyIU.adaptive-delivery-prevent-bg, #TuBSKE5uz9lhLn84pJaxnedrODWVvyIU.lazyload, #TuBSKE5uz9lhLn84pJaxnedrODWVvyIU.lazyloading { background-image: none; }#TuBSKE5uz9lhLn84pJaxnedrODWVvyIU > .row .container { background-color: transparent; background-image: none; }#TuBSKE5uz9lhLn84pJaxnedrODWVvyIU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuBSKE5uz9lhLn84pJaxnedrODWVvyIU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuBSKE5uz9lhLn84pJaxnedrODWVvyIU > .row .container > .video-iframe-container { display: none; }#TuBSKE5uz9lhLn84pJaxnedrODWVvyIU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuBSKE5uz9lhLn84pJaxnedrODWVvyIU > .row > .video-iframe-container { display: none; }#TuBSKE5uz9lhLn84pJaxnedrODWVvyIU > .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); }#TuBSKE5uz9lhLn84pJaxnedrODWVvyIU > .row .container { width:47.75rem;height:48.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zZvlVHbU56BzEyfQzAMzI2LDT0BUhsxN { width:45.5625rem;height:3.8999rem;top:3.75rem;left:1.09375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nu2f12X3hAHMG3hcCC3JRdsuAu0qo6tx { width:45.25rem;height:14.39845rem;top:10.27392578125rem;left:1.09375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TgK3DwTyyiL90EAsT4TxTOwy8gbcDrdK { width:43.125rem;height:3.5996125rem;top:27.29736328125rem;left:1.09375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JrDo7PBOQgdagGGbdq4nnfVg9nMFP6UA { width:41.0625rem;height:4.82324375rem;top:40.6826171875rem;left:1.09375rem;font-size:0.875rem;display:block; }#JrDo7PBOQgdagGGbdq4nnfVg9nMFP6UA li:before{  }
 }@media only screen and (max-width: 1199px) { #JFpns2lpzeF1NchuO7HCfF9WBA3IZbBf { width:45rem;height:5.68359375rem;top:33.52197265625rem;left:1.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dgq6KqxBuhtaHWfWxbCTeWErZNM5r8Rx { display:block; }#dgq6KqxBuhtaHWfWxbCTeWErZNM5r8Rx > .row .container { width:47.75rem;height:61.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #IeTSmWZmdegkgSgFWfuNiD6X5hzg9DLh { width:44.9375rem;height:3.8999rem;top:3.75rem;left:0.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LoZ4FhFTTqaD5R2DhETW3kqArlHtPBia { width:39.8125rem;height:1.79980625rem;top:10.27392578125rem;left:0.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dysUgTT0mtknv5sfnV66yqSPLStQVqiZ { width:45.4375rem;height:8.2470625rem;top:15.83544921875rem;left:1.15625rem;font-size:0.875rem;display:block; }#dysUgTT0mtknv5sfnV66yqSPLStQVqiZ li:before{  }
 }@media only screen and (max-width: 1199px) { #F6kGo9aQNKTxkuTnlMuh7xW18iBBhfZn { width:31.0625rem;height:1.13720625rem;top:14.69873046875rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WAeAmclT1RUJi7cyFQ4lbEcyO5KbX9P1 { width:45.9375rem;height:24.375rem;top:25.396484375rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aRK99zxETx1CSHVkDOQ42bJoZnwrd0aG { width:45.25rem;height:5.3994125rem;top:52.396484375rem;left:0.71875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #GSs0Wd5FX8ymay4T4dZ0oZBy6aZx2OCi { display:block; }#GSs0Wd5FX8ymay4T4dZ0oZBy6aZx2OCi > .row .container { width:47.75rem;height:77.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #eTOC3e1DfccvV2gsFzIfiBQ0loacAz9J { width:45.1875rem;height:3.8999rem;top:3.75rem;left:0.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LezFydkvdsEE8MRPJQrHJPkEoMfmreG7 { width:45.9375rem;height:6rem;top:10.27392578125rem;left:0.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hn847JqXsBlKDiJa9WKh8opkcI146LlG { width:45.625rem;height:4.82324375rem;top:20.03564453125rem;left:1.0625rem;font-size:0.875rem;display:block; }#hn847JqXsBlKDiJa9WKh8opkcI146LlG li:before{  }
 }@media only screen and (max-width: 1199px) { #a3U4f1AzKZ01iPEgNsWLVLF8FWhfm2e8 { width:45.875rem;height:1.13720625rem;top:18.89892578125rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #diOKRSh4ppK9xsW0rcJII9t9JTTAE4U1 { width:45.375rem;height:4.89844375rem;top:26.6962890625rem;left:0.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W6B39NymN2hW4D2sSU8dBhwd8lwrgcsX { width:42.25rem;height:1.79980625rem;top:34.2197265625rem;left:0.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BQmpSfqzyIJAwsr441okGPgzD6Mu7bhT { width:45.1875rem;height:12rem;top:38.64453125rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nDWDVGM0tHqz8TPwAazPimD1x2x6dl8R { width:45.25rem;height:3.5996125rem;top:53.26953125rem;left:0.84375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zM1Vswa7xLx1TIubxqb3bWkMcrmevA7S { width:44.75rem;height:9rem;top:59.494140625rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TmK4DTDKKpm1bfrMFTvsgM7Ol2yXe0k9 { width:44.75rem;height:2.44921875rem;top:71.119140625rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sCIBoqc2guREsJPQqnvAdqkpmkDcheR1 { display:block; }#sCIBoqc2guREsJPQqnvAdqkpmkDcheR1 > .row .container { width:47.75rem;height:63.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QLQUGVRycVBX7UBxouGBaNwKaWw0rnFw { width:39.1875rem;height:3.8999rem;top:3.75rem;left:0.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V1DlDFS0pe5wM81u1lSnEG5Mpx4rHoll { width:22.8125rem;height:4.3125rem;top:10.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HJPNq3iIHRssr36Bqw9tPufOv6fdnJoS { width:20.5625rem;height:1.7871125rem;top:11.5625rem;left:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SEUpz9VLzDTLyV5W4wDe1N8qPWp9nQnp { width:22.8125rem;height:4.3125rem;top:10.3125rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zB9AK3XeiWbPtJCWNAD04bZPTg96BUU9 { width:17.125rem;height:1.7871125rem;top:11.625rem;left:25.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #szpcRDc79SDkkVBv3RIDO7fzJRyPl2fX { width:22.8125rem;height:11.5rem;top:14.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z9xnPBsboClmP4ggivEax1hKJrTIdJn1 { width:19.9375rem;height:8.125rem;top:16.625rem;left:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u8qFHaXnTAIloWKrNzcaEpyUNCIgiy9w { width:22.8125rem;height:11.5rem;top:14.9375rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rx4fQDcTDKyBc6ft8kRGvJFGpu4v5ebv { width:20.375rem;height:6.5rem;top:16.625rem;left:25.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #taZtRfgk1MApW5Qh5HwR30w4eOlUFO7n { width:22.8125rem;height:36.875rem;top:26.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u8hEiWaZx6o2CefMOP3qUlwDozhvvma4 { width:20.4375rem;height:12.625rem;top:31.5625rem;left:1.75rem;font-size:1.25rem;display:block; }#u8hEiWaZx6o2CefMOP3qUlwDozhvvma4 li:before{  }
 }@media only screen and (max-width: 1199px) { #TUDCSGCLvdkCeskqiRRuAEptX2lWQeJs { width:13.125rem;height:1.625rem;top:28.375rem;left:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NUJH1zU60yi60HPlcaQ2sm6hMbdOK2Ma { width:22.8125rem;height:0.125rem;top:26.75rem;left:24rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JoNQiumIArmSHI0sCTooVZCI8kn7TK6t { width:17.4375rem;height:1.625rem;top:28.375rem;left:25.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dDupwqSR642DLgC9etGtMiHIm6NNHuQS { width:20.3125rem;height:10.375rem;top:31.5625rem;left:25.25rem;font-size:1.25rem;display:block; }#dDupwqSR642DLgC9etGtMiHIm6NNHuQS li:before{  }
 }@media only screen and (max-width: 1199px) { #pvBvZLfxnzKebrtKUqnJFkSqxPi2qkTT { width:14.625rem;height:1.625rem;top:43.3125rem;left:25.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cVi0aXRreW5eQBeKMbS5rmVGL7pNQZ6l { width:19.25rem;height:13.625rem;top:48.4375rem;left:25.25rem;font-size:1.25rem;display:block; }#cVi0aXRreW5eQBeKMbS5rmVGL7pNQZ6l li:before{  }
 }@media only screen and (max-width: 1199px) { #wAuGFPDm7x3LJlnPnNSUyOCkvi0pS0ml { width:19.375rem;height:1.625rem;top:46.21875rem;left:25.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dVxkhrFkdZisn90N3NOHPceiG551zQ5B { width:20.625rem;height:11.375rem;top:46.75rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DZERtLnrA0dgEFTEdNZOAZpoKuN6Uc1l { display:block; }#DZERtLnrA0dgEFTEdNZOAZpoKuN6Uc1l > .row .container { width:47.75rem;height:68.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #U1sUy2X4XW9PLlsw06HMvG3KQkiKoEHJ { width:45.9375rem;height:5.5244125rem;top:3.75rem;left:0.90625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fx8n3Et8iHyrgBQWroKU6RSgmzNrKX7E { width:45.0625rem;height:3.25rem;top:11.8984375rem;left:0.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #htOdCvsPWhHfo20vzfW0ndhbOkq60R5E { width:20.9375rem;height:5.99609375rem;top:52.25rem;left:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PbwOWUVqrUFBXnCeiJK0wZzZVOi1NMth { width:20.0625rem;height:5.99609375rem;top:31.25rem;left:26.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rxtZpNxdKThuq5GvgROBoCNKpgQzNGTW { width:20.875rem;height:5.99609375rem;top:30.625rem;left:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J7JeXg0pbbexL10m3JxITUU19TBF7R0v { width:18.5625rem;height:4.796875rem;top:52.25rem;left:27.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JNiwgpP9LUuEMLFcnMTNMlLiwz5IOoeL { width:21.25rem;height:11.875rem;top:17.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DlveRTeSvqUL6yf1XMUqvb7iHI34OeuW { width:21.25rem;height:11.875rem;top:17.75rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NgEv1h3zk4ST2BJJCk2lJZWzkHsayZFT { width:21.25rem;height:11.875rem;top:39.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X01efJAhtIOHrq1eFACXEecBJX819vnK { width:21.25rem;height:11.875rem;top:39.25rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tTChh08q0lDoxC1l2Io3lQTVQblTIuGl { display:block; }#tTChh08q0lDoxC1l2Io3lQTVQblTIuGl > .row .container { width:47.75rem;height:57.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #C0QJfzOzQDR3B9XWyZdsKc7GOyWV7RlM { width:46.125rem;height:4.5rem;top:36.8125rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZdPR1Bsy7Vx94pSNHufpCr8GgRVKaEMv { width:46rem;height:30.4375rem;top:3.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TzzymHzuWuS95APJal6VXRUav3zl2p71 { width:44.6875rem;height:3.14941875rem;top:50.3125rem;left:1.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FMKOAG1zt5QyTb4vXXgF2rBZkTep83DH { top:43.9375rem;left:15.46875rem;width:15.5rem;height:3.75rem;font-size:1.375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 1199px) { #CTMEqJJqtkIwti5OGT3slnUmHDQlXxAF { display:block; }
 }@media only screen and (max-width: 1199px) { #swC2FUBTMxEENRaszWgysI3pB2GxQUk6 { top:60.873046875rem;left:16.125rem;width:15.5rem;height:3.75rem;font-size:1.375rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 1199px) { #HpFPqAXzgkI1edISr1FvtDTTAZp5rBIv { display:block; }
 }@media only screen and (max-width: 1199px) { #Cygeqpk1fxQV5O55061zUkWhgkLQkhte { display:block; }#Cygeqpk1fxQV5O55061zUkWhgkLQkhte > .row .container { width:47.75rem;height:23.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OMtpmfFVpgqpbEmb0BAq23HKezxTET0B { width:44.9375rem;height:4.82324375rem;top:10.27392578125rem;left:0.875rem;font-size:0.875rem;display:block; }#OMtpmfFVpgqpbEmb0BAq23HKezxTET0B li:before{  }
 }@media only screen and (max-width: 1199px) { #UFeq74K982725N6tWTxJCaeECrMFFrOh { width:45.4375rem;height:3rem;top:16.9345703125rem;left:1.15625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #szgDyG1HzZaUWFNagTTv6gP46HLheq83 { width:46.3125rem;height:3.8999rem;top:3.75rem;left:0.71875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oATe5Rr3LErJUg9b3d8QXTyUPiiQJvTM { display:block; }#oATe5Rr3LErJUg9b3d8QXTyUPiiQJvTM > .row .container { width:47.75rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WNRblgFrnVmVz57ULEoP0Fw2VxGZWNLE { width:26.3125rem;height:30.6875rem;top:1.1875rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nCWJ52TvCZrDR4u10i2elwhkxIPfeMAE { width:24.75rem;height:21.59765625rem;top:1.8046875rem;left:21.46875rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #zOzQhvAUg4ec221iaugIJekSy6n1e5si { width:12.5rem;height:1.29980625rem;top:29.875rem;left:21.46875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #umTCIZZW2ldp3q06wTEKTE1Tod4R1KiT { width:8.375rem;height:1.9375rem;top:27.375rem;left:21.15625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mPd3SdcNfnXryJl1B2BEXH18WbASrleo { width:21.25rem;height:23.8125rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dmK6ABoddx2WhBQRT4pAhhBcM5nVGJD7 { display:block; }#dmK6ABoddx2WhBQRT4pAhhBcM5nVGJD7 > .row .container { width:47.75rem;height:36.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #i7zCqHEXp2bpQmVT1ymUbc18JN3MIVJ7 { width:40.1875rem;height:4.82324375rem;top:16.1376953125rem;left:1.40625rem;font-size:0.875rem;display:block; }#i7zCqHEXp2bpQmVT1ymUbc18JN3MIVJ7 li:before{  }
 }@media only screen and (max-width: 1199px) { #XfuC5TTVtqqs9z3pZzKo19rwHzFlxbbE { width:44.9375rem;height:1.5rem;top:10.27392578125rem;left:1.40625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JQyB8XLzEA8Dcd5K1PCMD5e51dp9pGll { width:30.5rem;height:3.8999rem;top:3.75rem;left:1.40625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #veW328eGgqtaSmaJibGGe8ZIMLsbuK7r { width:40.875rem;height:1.13720625rem;top:14.48828125rem;left:1.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DwP4CcU8zdTmXsDP194RZk2KvN9TJ7WD { width:44.0625rem;height:1.5rem;top:29.17333984375rem;left:1.40625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eUJ1SIueEaNJS9sbTEa8agZ7hLRidZCp { top:48.9375rem;left:0.84375rem;width:38.5rem;height:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VbBak84eEblgQxJoG9GvKWoaGxlz541W { display:block; }
 }@media only screen and (max-width: 1199px) { #GqZ7CpZKOlDtKOZEb02JdcPCwQES5Lvi { display:block; }#GqZ7CpZKOlDtKOZEb02JdcPCwQES5Lvi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #J7gVkhh8yprKfOPpa3cN3xbUDQhLnixv { width:9.8125rem;height:2.5rem;top:1.9375rem;left:18.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #awdXCHvTfI5nG5bwNegHuyeoyI3H3Q2B { display:block; }#awdXCHvTfI5nG5bwNegHuyeoyI3H3Q2B > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wh87cUyWqEKtW2SfkEQH2K3ESJPPXnm7 { width:10.6875rem;height:2.625rem;top:1.125rem;left:4.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsZkfnFTRcVZO0102aCvuX5FHZJRHmT4 { display:flex;width:1.5rem;height:1.75rem;top:10.59375rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #irTFhxQm05lXNJOTNvE1knxXuZfKBXP6 { top:1.6875rem;left:1.9375rem;width:16.125rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ugoif0KS3EEWefQuAaB5S14EJoqzsqQG { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:65.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OEJDKOrMS479TER2cKWUKLbLQeqbrsgX { width:19rem;height:14.69725rem;top:1.3125rem;left:0.5rem;font-size:1.5rem;color:#000000;font-weight:700;font-style:normal;font-family:montserrat;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Lmz6o4HUQZO0LfW50UnhggWuUdW4xO3O { width:19rem;height:8.7715rem;top:19.9384765625rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rULelmxIBbeWFTLnnNWA6thQUoGSKlvb { width:19rem;height:16.214875rem;top:34.8212890625rem;left:0rem;font-size:0.75rem;display:block; }#rULelmxIBbeWFTLnnNWA6thQUoGSKlvb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ff21016482cce2d78b1b8fd55040592a6528770e.svg); }
 }@media only screen and (max-width: 763px) { #V4RUoxQdbgAUTidheT0QG9Ngm7H4zDAV { width:19rem;height:1.798825rem;top:52.6875rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHpcxLG3iZHz4N04QfIDdTob37gPeC8U { top:55.5625rem;left:0.5625rem;width:18.875rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGig50QK9Sv6XTFQT3MVEM0p8n8KfnHC { display:block; }
 }@media only screen and (max-width: 763px) { #c5NvkXlL30tDTQGI02ZNhwmMWJgKcyoc { width:18.875rem;height:2.923825rem;top:30.6484375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TNz6aD612d5UQCvFmh9DWwSvez9MI2TA { width:18.625rem;height:1.13671875rem;top:17.1552734375rem;left:0.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iCdADtIa2MB6zEVCHcvCziDyRnoUKdnu { width:20rem;height:3.41015625rem;top:59.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5dhqRDOeerEcVT5BbqGxvLUZhxenVgx { background-color:rgba(var(--color-tertiary-4),1);background-image:none;display:block; }#K5dhqRDOeerEcVT5BbqGxvLUZhxenVgx > .row .container { background-color: transparent; background-image: none; }#K5dhqRDOeerEcVT5BbqGxvLUZhxenVgx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5dhqRDOeerEcVT5BbqGxvLUZhxenVgx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5dhqRDOeerEcVT5BbqGxvLUZhxenVgx > .row .container > .video-iframe-container { display: none; }#K5dhqRDOeerEcVT5BbqGxvLUZhxenVgx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5dhqRDOeerEcVT5BbqGxvLUZhxenVgx > .row > .video-iframe-container { display: none; }#K5dhqRDOeerEcVT5BbqGxvLUZhxenVgx > .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); }#K5dhqRDOeerEcVT5BbqGxvLUZhxenVgx > .row .container { width:20rem;height:27.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q7dFJrUlnqEr0TzmLCi1JDJkEX1ydscv { width:19rem;height:2.11230625rem;top:2.4560546875rem;left:0.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5gDKaLhO5zcK3ZDOkZcmKcZ9rOTqfvy { width:19rem;height:2.4375rem;top:6.1123046875rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRW9IHq5Efn53a52XpCXJL1JCCffL88H { width:19rem;height:9.0195rem;top:11.263671875rem;left:0.5rem;font-size:0.75rem;display:block; }#uRW9IHq5Efn53a52XpCXJL1JCCffL88H li:before{  }
 }@media only screen and (max-width: 763px) { #xqMrZED7VNt6I9g3Kk6tcR9qtSgBtAPq { width:19rem;height:0.9746125rem;top:9.3623046875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJNVL8nmCCdLNyQULnoOclGJr5KnNZT8 { width:19.375rem;height:4.3857375rem;top:21.220703125rem;left:0.3125rem;font-size:1.125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xRgDBe6nsU6xNCQutUrnekvwzLmvzQG5 { width:20rem;height:10.59425rem;top:64.33056640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TuBSKE5uz9lhLn84pJaxnedrODWVvyIU { display:block; }#TuBSKE5uz9lhLn84pJaxnedrODWVvyIU > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZvlVHbU56BzEyfQzAMzI2LDT0BUhsxN { width:19rem;height:4.2246125rem;top:2.78662109375rem;left:0.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nu2f12X3hAHMG3hcCC3JRdsuAu0qo6tx { width:19rem;height:9rem;top:8.033203125rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgK3DwTyyiL90EAsT4TxTOwy8gbcDrdK { width:18.875rem;height:3.375rem;top:18.658203125rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrDo7PBOQgdagGGbdq4nnfVg9nMFP6UA { width:19rem;height:4.22265625rem;top:30.71875rem;left:0.5rem;font-size:0.75rem;display:block; }#JrDo7PBOQgdagGGbdq4nnfVg9nMFP6UA li:before{  }
 }@media only screen and (max-width: 763px) { #JFpns2lpzeF1NchuO7HCfF9WBA3IZbBf { width:19rem;height:6.822275rem;top:22.970703125rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgq6KqxBuhtaHWfWxbCTeWErZNM5r8Rx { display:block; }#dgq6KqxBuhtaHWfWxbCTeWErZNM5r8Rx > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IeTSmWZmdegkgSgFWfuNiD6X5hzg9DLh { width:18.75rem;height:4.548825rem;top:2.63671875rem;left:0.625rem;font-size:1.625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LoZ4FhFTTqaD5R2DhETW3kqArlHtPBia { width:18.5rem;height:3.1494125rem;top:8.8115234375rem;left:0.75rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #dysUgTT0mtknv5sfnV66yqSPLStQVqiZ { width:19rem;height:10.84375rem;top:14.5595703125rem;left:0.5rem;font-size:0.75rem;display:block; }#dysUgTT0mtknv5sfnV66yqSPLStQVqiZ li:before{  }
 }@media only screen and (max-width: 763px) { #F6kGo9aQNKTxkuTnlMuh7xW18iBBhfZn { width:13.5rem;height:0.9746125rem;top:12.79296875rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAeAmclT1RUJi7cyFQ4lbEcyO5KbX9P1 { width:20rem;height:10.6118125rem;top:59.236328125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aRK99zxETx1CSHVkDOQ42bJoZnwrd0aG { width:20rem;height:0;top:68.640625rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GSs0Wd5FX8ymay4T4dZ0oZBy6aZx2OCi { display:block; }#GSs0Wd5FX8ymay4T4dZ0oZBy6aZx2OCi > .row .container { width:20rem;height:69.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTOC3e1DfccvV2gsFzIfiBQ0loacAz9J { width:19.0625rem;height:4.548825rem;top:2.8125rem;left:0.46875rem;font-size:1.625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LezFydkvdsEE8MRPJQrHJPkEoMfmreG7 { width:18.75rem;height:6.75rem;top:8.9873046875rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hn847JqXsBlKDiJa9WKh8opkcI146LlG { width:18.625rem;height:4.22265625rem;top:19.3740234375rem;left:0.6875rem;font-size:0.75rem;display:block; }#hn847JqXsBlKDiJa9WKh8opkcI146LlG li:before{  }
 }@media only screen and (max-width: 763px) { #a3U4f1AzKZ01iPEgNsWLVLF8FWhfm2e8 { width:19rem;height:1.94921875rem;top:16.8623046875rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #diOKRSh4ppK9xsW0rcJII9t9JTTAE4U1 { width:18.3125rem;height:6.29883125rem;top:24.546875rem;left:0.84375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6B39NymN2hW4D2sSU8dBhwd8lwrgcsX { width:19rem;height:1.3496125rem;top:32.47021484375rem;left:0.5rem;font-size:1.125rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #BQmpSfqzyIJAwsr441okGPgzD6Mu7bhT { width:19.0625rem;height:10.125rem;top:35.44482421875rem;left:0.46875rem;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #nDWDVGM0tHqz8TPwAazPimD1x2x6dl8R { width:18.8125rem;height:4.048825rem;top:47.19482421875rem;left:0.59375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zM1Vswa7xLx1TIubxqb3bWkMcrmevA7S { width:18.75rem;height:7.875rem;top:52.86767578125rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmK4DTDKKpm1bfrMFTvsgM7Ol2yXe0k9 { width:19.0625rem;height:4.19921875rem;top:62.36767578125rem;left:0.46875rem;font-size:0.75rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #sCIBoqc2guREsJPQqnvAdqkpmkDcheR1 { display:block; }#sCIBoqc2guREsJPQqnvAdqkpmkDcheR1 > .row .container { width:20rem;height:117.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QLQUGVRycVBX7UBxouGBaNwKaWw0rnFw { width:18.875rem;height:2.11230625rem;top:2.8125rem;left:0.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1DlDFS0pe5wM81u1lSnEG5Mpx4rHoll { width:20rem;height:4.3125rem;top:67.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJPNq3iIHRssr36Bqw9tPufOv6fdnJoS { width:18.4375rem;height:1.625rem;top:68.875rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEUpz9VLzDTLyV5W4wDe1N8qPWp9nQnp { width:20rem;height:4.3125rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zB9AK3XeiWbPtJCWNAD04bZPTg96BUU9 { width:16.8125rem;height:1.625rem;top:8.625rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #szpcRDc79SDkkVBv3RIDO7fzJRyPl2fX { width:20rem;height:10.875rem;top:72.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9xnPBsboClmP4ggivEax1hKJrTIdJn1 { width:19rem;height:8.125rem;top:73.4375rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8qFHaXnTAIloWKrNzcaEpyUNCIgiy9w { width:20rem;height:13.125rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rx4fQDcTDKyBc6ft8kRGvJFGpu4v5ebv { width:19rem;height:9.75rem;top:13.4375rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #taZtRfgk1MApW5Qh5HwR30w4eOlUFO7n { width:20rem;height:32.75rem;top:83.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8hEiWaZx6o2CefMOP3qUlwDozhvvma4 { width:19rem;height:12.625rem;top:87.3125rem;left:0.5rem;font-size:1.25rem;display:block; }#u8hEiWaZx6o2CefMOP3qUlwDozhvvma4 li:before{  }
 }@media only screen and (max-width: 763px) { #TUDCSGCLvdkCeskqiRRuAEptX2lWQeJs { width:19rem;height:1.625rem;top:85rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUJH1zU60yi60HPlcaQ2sm6hMbdOK2Ma { width:20rem;height:40.375rem;top:25.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoNQiumIArmSHI0sCTooVZCI8kn7TK6t { width:19rem;height:1.625rem;top:27.125rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDupwqSR642DLgC9etGtMiHIm6NNHuQS { width:18.375rem;height:12rem;top:29.375rem;left:0.5rem;font-size:1.25rem;display:block; }#dDupwqSR642DLgC9etGtMiHIm6NNHuQS li:before{  }
 }@media only screen and (max-width: 763px) { #pvBvZLfxnzKebrtKUqnJFkSqxPi2qkTT { width:19rem;height:1.625rem;top:43.4375rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVi0aXRreW5eQBeKMbS5rmVGL7pNQZ6l { width:18.25rem;height:13.625rem;top:50.125rem;left:0.5rem;font-size:1.25rem;display:block; }#cVi0aXRreW5eQBeKMbS5rmVGL7pNQZ6l li:before{  }
 }@media only screen and (max-width: 763px) { #wAuGFPDm7x3LJlnPnNSUyOCkvi0pS0ml { width:18.125rem;height:1.625rem;top:47.75rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVxkhrFkdZisn90N3NOHPceiG551zQ5B { width:19rem;height:11.375rem;top:102.4375rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZERtLnrA0dgEFTEdNZOAZpoKuN6Uc1l { display:block; }#DZERtLnrA0dgEFTEdNZOAZpoKuN6Uc1l > .row .container { width:20rem;height:95.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U1sUy2X4XW9PLlsw06HMvG3KQkiKoEHJ { width:18.6875rem;height:6.3369375rem;top:2.8125rem;left:0.65625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fx8n3Et8iHyrgBQWroKU6RSgmzNrKX7E { width:19.3125rem;height:3.65625rem;top:10.7744140625rem;left:0.34375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #htOdCvsPWhHfo20vzfW0ndhbOkq60R5E { width:17.625rem;height:7.1953125rem;top:67.1875rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbwOWUVqrUFBXnCeiJK0wZzZVOi1NMth { width:17.25rem;height:5.99609375rem;top:47.125rem;left:1.375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxtZpNxdKThuq5GvgROBoCNKpgQzNGTW { width:16.875rem;height:5.99609375rem;top:27.56201171875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7JeXg0pbbexL10m3JxITUU19TBF7R0v { width:17.625rem;height:4.796875rem;top:87.5rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNiwgpP9LUuEMLFcnMTNMlLiwz5IOoeL { width:20rem;height:10.6875rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlveRTeSvqUL6yf1XMUqvb7iHI34OeuW { width:20rem;height:11.25rem;top:35.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgEv1h3zk4ST2BJJCk2lJZWzkHsayZFT { width:20rem;height:10.875rem;top:55.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X01efJAhtIOHrq1eFACXEecBJX819vnK { width:20rem;height:10.3125rem;top:76rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTChh08q0lDoxC1l2Io3lQTVQblTIuGl { display:block; }#tTChh08q0lDoxC1l2Io3lQTVQblTIuGl > .row .container { width:20rem;height:23.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C0QJfzOzQDR3B9XWyZdsKc7GOyWV7RlM { width:18.8125rem;height:6.09375rem;top:2.8125rem;left:0.59375rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZdPR1Bsy7Vx94pSNHufpCr8GgRVKaEMv { width:20rem;height:13.233695652174rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TzzymHzuWuS95APJal6VXRUav3zl2p71 { width:19rem;height:5.625rem;top:14.96875rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMKOAG1zt5QyTb4vXXgF2rBZkTep83DH { top:10.53125rem;left:0.5625rem;width:18.875rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTMEqJJqtkIwti5OGT3slnUmHDQlXxAF { display:block; }
 }@media only screen and (max-width: 763px) { #swC2FUBTMxEENRaszWgysI3pB2GxQUk6 { top:64.73583984375rem;left:0.5625rem;width:18.875rem;height:2.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HpFPqAXzgkI1edISr1FvtDTTAZp5rBIv { display:block; }
 }@media only screen and (max-width: 763px) { #Cygeqpk1fxQV5O55061zUkWhgkLQkhte { display:block; }#Cygeqpk1fxQV5O55061zUkWhgkLQkhte > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OMtpmfFVpgqpbEmb0BAq23HKezxTET0B { width:19rem;height:5.421875rem;top:6.2373046875rem;left:0.5rem;font-size:0.75rem;display:block; }#OMtpmfFVpgqpbEmb0BAq23HKezxTET0B li:before{  }
 }@media only screen and (max-width: 763px) { #UFeq74K982725N6tWTxJCaeECrMFFrOh { width:18.9375rem;height:3.375rem;top:12.6982421875rem;left:0.53125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #szgDyG1HzZaUWFNagTTv6gP46HLheq83 { width:18.6875rem;height:2.11230625rem;top:2.8125rem;left:0.65625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oATe5Rr3LErJUg9b3d8QXTyUPiiQJvTM { display:block; }#oATe5Rr3LErJUg9b3d8QXTyUPiiQJvTM > .row .container { width:20rem;height:60.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WNRblgFrnVmVz57ULEoP0Fw2VxGZWNLE { width:19.375rem;height:32.875rem;top:4rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCWJ52TvCZrDR4u10i2elwhkxIPfeMAE { width:18rem;height:26.1445rem;top:4.8125rem;left:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOzQhvAUg4ec221iaugIJekSy6n1e5si { width:10.3125rem;height:1.29980625rem;top:34.5625rem;left:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #umTCIZZW2ldp3q06wTEKTE1Tod4R1KiT { width:7.25rem;height:1.6875rem;top:32.0166015625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPd3SdcNfnXryJl1B2BEXH18WbASrleo { width:20rem;height:22.42214532872rem;top:37.9375rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #dmK6ABoddx2WhBQRT4pAhhBcM5nVGJD7 { display:block; }#dmK6ABoddx2WhBQRT4pAhhBcM5nVGJD7 > .row .container { width:20rem;height:28.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7zCqHEXp2bpQmVT1ymUbc18JN3MIVJ7 { width:17.125rem;height:5.421875rem;top:11.73828125rem;left:1.4375rem;font-size:0.75rem;display:block; }#i7zCqHEXp2bpQmVT1ymUbc18JN3MIVJ7 li:before{  }
 }@media only screen and (max-width: 763px) { #XfuC5TTVtqqs9z3pZzKo19rwHzFlxbbE { width:18.8125rem;height:2.25rem;top:6.5498046875rem;left:0.59375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQyB8XLzEA8Dcd5K1PCMD5e51dp9pGll { width:18.9375rem;height:2.11230625rem;top:2.8125rem;left:0.46875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #veW328eGgqtaSmaJibGGe8ZIMLsbuK7r { width:18.125rem;height:0.9746125rem;top:9.7998046875rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwP4CcU8zdTmXsDP194RZk2KvN9TJ7WD { width:18.6875rem;height:2.798825rem;top:17.5478515625rem;left:0.65625rem;font-size:1rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eUJ1SIueEaNJS9sbTEa8agZ7hLRidZCp { top:21.97265625rem;left:2.1875rem;width:15.625rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbBak84eEblgQxJoG9GvKWoaGxlz541W { display:block; }
 }@media only screen and (max-width: 763px) { #GqZ7CpZKOlDtKOZEb02JdcPCwQES5Lvi { display:block; }#GqZ7CpZKOlDtKOZEb02JdcPCwQES5Lvi > .row .container { width:20rem;height:10.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J7gVkhh8yprKfOPpa3cN3xbUDQhLnixv { width:9.8125rem;height:2.5rem;top:1.40625rem;left:5.09375rem;display:block; }
 }