.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:228,243,244;--color-primary-1:193,226,232;--color-primary-2:118,197,202;--color-primary-3:60,132,170;--color-primary-4:27,158,167;--color-secondary-0:245,214,217;--color-secondary-1:224,131,140;--color-secondary-2:204,49,63;--color-secondary-3:196,43,54;--color-secondary-4:41,10,13;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Noto Sans";--paragraphs-font-family:"Noto Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);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); }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e3dc;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; }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo > .row .container { background-color: transparent; background-image: none; }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo > .row .container > .video-iframe-container { display: none; }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo > .row > .video-iframe-container { display: none; }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo > .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); }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo > .row .container { border-width: 0; border-radius: 0; }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo > .row .container { font-size:0.875rem;font-family:arial;height:46.125rem;width:75rem;position:relative;display:block; }#WVEIEcNM0nWyuXRdhiPbESTBKrJZQOfH { color:#1f2321;display:block;width:35.5rem;position:absolute;font-family:larken;font-size:4rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:13.7490234375rem;left:0rem;height:4rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yePbeNZWR5nhZbkFcSh8GiAVuxlDSUIy { background-color:#c42b36;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.14) ;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:larken;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9980625rem;height:3.499025rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:36.0361328125rem;left:0rem;display:block; }
#QdkXxR8s3dZnppgeSNKtphBHRzXKMmsK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XDD6w2Qsik4uC2GgKAgDLOlHZ0Ti4SAQ { color:#1f2321;display:block;width:35.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.7;letter-spacing:0;top:10.8115234375rem;left:0rem;height:1.59375rem;font-style:normal;display:block; }
#oAIvWo0zZVz7nW43awF6SUNta9Qm8Xey { color:#1f2321;display:block;width:36.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:26.7470703125rem;left:0rem;height:7.3984375rem;font-style:normal;overflow:hidden;display:block; }#oAIvWo0zZVz7nW43awF6SUNta9Qm8Xey li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#oAIvWo0zZVz7nW43awF6SUNta9Qm8Xey li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6f2eac1c-0d8e-458e-ba6e-f0767d01dd40/check_drk_red.png); }
#r4xa8AZwJQC4STxTUu2lmEgZwM5wCqOZ { position:absolute;display:block;z-index:15011;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:17.5rem;width:15.25rem;top:28.5rem;left:33.59375rem;overflow:hidden;display:none; }
#brI7Iosm29FE756cp1sqvKfOzz3vQzSX { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:11.875rem;top:3.75rem;left:0rem;overflow:hidden;display:block; }
#ipuah6Jdd69a1vfH8gTBIxhJWF4bWa2F { color:#1f2321;display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:23.60546875rem;left:0rem;height:1.9121125rem;font-style:normal;display:block; }
#BumqtsWlCwrouDorCJOk6BwxiEPcesSt { box-sizing:content-box;height:0.3125rem;width:3.999025rem;position:absolute;display:block;z-index:15013;background-color:#c42b36;background-image:none;top:21.98046875rem;left:0rem;display:block; }
#Xt87WsundhBtKcgn9Gq9V0dNLAORIOyx { position:absolute;display:block;z-index:15007;background-color:#c42b36;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:75rem;top:45.4990234375rem;left:0rem;display:block; }
#TSdwNbEtd2uOxwvhXs3fyP2AoMX0IaFC { color:#1f2321;display:block;width:32.0625rem;position:absolute;font-family:larken;font-size:2rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:18.3115234375rem;left:0rem;height:2.5996125rem;font-style:normal;display:block; }
#Vu1I0c7kT7BwPVThCqZhOU1p9QqO3X3r { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.5625rem;width:32.5625rem;top:9.041015625rem;left:39.96875rem;overflow:hidden;display:block; }
#GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e3dc;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; }#GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW > .row .container { background-color: transparent; background-image: none; }#GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW > .row .container > .video-iframe-container { display: none; }#GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW > .row > .video-iframe-container { display: none; }#GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW > .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); }#GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW > .row .container { border-width: 0; border-radius: 0; }#GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW > .row .container { font-size:0.875rem;font-family:arial;height:70.5625rem;width:75rem;position:relative;display:block; }#o83PcZk9qFbxHfWk9si4V50BqfNo0iNS { color:#1f2321;display:block;width:65.625rem;position:absolute;font-family:larken;font-size:2.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:6.0615234375rem;left:4.6875rem;height:7.1494125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P1UoCivTUH26iJTRTG6UsblMBqK9ynbL { color:#1f2321;display:block;width:35.7498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.9;letter-spacing:0;top:18.4169921875rem;left:36.75rem;height:46.42674375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gOQfkNiuHvDmrzSrkumw7oQxoaXMJwLz { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29rem;width:28.6875rem;top:19.9169921875rem;left:2.5rem;overflow:hidden;display:block; }
#iCtIwZsmelHZAEJ3dZyPyIeE7xRXB0zR { box-sizing:content-box;height:0.3125rem;width:4rem;position:absolute;display:block;z-index:15013;background-color:#fdd887;background-image:none;top:26.9375rem;left:0rem;display:none; }
#sIUxQq2c4AiDW2gFIa36CSyLEVz2q2HT { position:absolute;display:block;z-index:15006;background-color:#c42b36;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:7.5rem;top:14.8115234375rem;left:33.75rem;display:block; }
#uMvDMksHDmxmgTgJW8B0LHzdhGtadfJ9 { color:#1f2321;display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:50.1669921875rem;left:2.5rem;height:1.13720625rem;display:block; }
#kNdDyuzy9WuysAf4H1eozKN03aVVfGO2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f0ea;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; }#kNdDyuzy9WuysAf4H1eozKN03aVVfGO2 > .row .container { background-color: transparent; background-image: none; }#kNdDyuzy9WuysAf4H1eozKN03aVVfGO2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNdDyuzy9WuysAf4H1eozKN03aVVfGO2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNdDyuzy9WuysAf4H1eozKN03aVVfGO2 > .row .container > .video-iframe-container { display: none; }#kNdDyuzy9WuysAf4H1eozKN03aVVfGO2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNdDyuzy9WuysAf4H1eozKN03aVVfGO2 > .row > .video-iframe-container { display: none; }#kNdDyuzy9WuysAf4H1eozKN03aVVfGO2 > .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); }#kNdDyuzy9WuysAf4H1eozKN03aVVfGO2 > .row .container { border-width: 0; border-radius: 0; }#kNdDyuzy9WuysAf4H1eozKN03aVVfGO2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kNdDyuzy9WuysAf4H1eozKN03aVVfGO2 > .row .container { font-size:0.875rem;font-family:arial;height:53.375rem;width:75rem;position:relative;display:block; }#VdspUDsvqEb42BsezuO2QhclgWykOVzB { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:30.3125rem;top:9.7490234375rem;left:44.6875rem;overflow:hidden;display:block; }
#vzpK6i2ePnDqqzT2hbqEvC00GRxURJON { color:#1f2321;display:block;width:37.561875rem;position:absolute;font-family:larken;font-size:2.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:7.3741320371625rem;left:0rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#B6dni4mvun82f5lzUTBmuFfmrQ9hxkJ1 { color:#1f2321;display:block;width:40.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.8;letter-spacing:0;top:13.2490234375rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#B6dni4mvun82f5lzUTBmuFfmrQ9hxkJ1 li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#B6dni4mvun82f5lzUTBmuFfmrQ9hxkJ1 li:before{  }
#XE3ZEffhFfNzHOUrGgJAO7thRRpebgTU { background-color:#c42b36;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.14) ;box-sizing:border-box;color:#f3f0ea;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:larken;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9980625rem;height:3.499025rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:43.6259765625rem;left:0rem;display:block; }
#AS374SXJiv4fcsRJEtoker6PF3kQv97a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hon8b3Cm5Ez3PurVahS5d83h44CRMwbl { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:40.6865234375rem;left:44.6875rem;height:1.13720625rem;display:block; }
#sL5OTA6MyPedL4nDVHFPid6FxgKaiB9p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ab8c42;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; }#sL5OTA6MyPedL4nDVHFPid6FxgKaiB9p > .row .container { background-color: transparent; background-image: none; }#sL5OTA6MyPedL4nDVHFPid6FxgKaiB9p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sL5OTA6MyPedL4nDVHFPid6FxgKaiB9p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sL5OTA6MyPedL4nDVHFPid6FxgKaiB9p > .row .container > .video-iframe-container { display: none; }#sL5OTA6MyPedL4nDVHFPid6FxgKaiB9p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sL5OTA6MyPedL4nDVHFPid6FxgKaiB9p > .row > .video-iframe-container { display: none; }#sL5OTA6MyPedL4nDVHFPid6FxgKaiB9p > .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); }#sL5OTA6MyPedL4nDVHFPid6FxgKaiB9p > .row .container { border-width: 0; border-radius: 0; }#sL5OTA6MyPedL4nDVHFPid6FxgKaiB9p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sL5OTA6MyPedL4nDVHFPid6FxgKaiB9p > .row .container { font-size:0.875rem;font-family:arial;height:60.25rem;width:75rem;position:relative;display:block; }#InBNEHUmPzorHzkxW7S2nTtwBOV3XVpz { color:#ffffff;display:block;width:65.625rem;position:absolute;font-family:larken;font-size:2.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.6865234375rem;left:4.6875rem;height:7.1494125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EirgA14Z1hiXIqpmMcmIa0tJvtshr70K { color:#ffffff;display:block;width:35.7498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.9;letter-spacing:0;top:19.2294921875rem;left:36.75rem;height:30.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K8vr98lKGTOgAceaZ5WPK2XpxUUs4lgJ { box-sizing:content-box;height:0.3125rem;width:4rem;position:absolute;display:block;z-index:15013;background-color:#fdd887;background-image:none;top:26.9375rem;left:0rem;display:none; }
#fVFT4kHWhrioVAavUFD1mcT8VveBRXEJ { position:absolute;display:block;z-index:15006;background-color:#1f2321;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:7.5rem;top:15.4365234375rem;left:33.75rem;display:block; }
#Gk7aTy59EVBDm7ciLbDFhnsVvrAGq5cr { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29rem;width:28.6875rem;top:20.7294921875rem;left:2.5rem;overflow:hidden;display:block; }
#sNlDbQGbuTkQrXWzp9nsdgvkS2VSrVdI { color:#ffffff;display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:50.3544921875rem;left:2.5rem;height:1.13720625rem;display:block; }
#RerezH0eQ1T7x33fHdMOJkzHBJAOMVNG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f2321;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; }#RerezH0eQ1T7x33fHdMOJkzHBJAOMVNG > .row .container { background-color: transparent; background-image: none; }#RerezH0eQ1T7x33fHdMOJkzHBJAOMVNG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RerezH0eQ1T7x33fHdMOJkzHBJAOMVNG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RerezH0eQ1T7x33fHdMOJkzHBJAOMVNG > .row .container > .video-iframe-container { display: none; }#RerezH0eQ1T7x33fHdMOJkzHBJAOMVNG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RerezH0eQ1T7x33fHdMOJkzHBJAOMVNG > .row > .video-iframe-container { display: none; }#RerezH0eQ1T7x33fHdMOJkzHBJAOMVNG > .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); }#RerezH0eQ1T7x33fHdMOJkzHBJAOMVNG > .row .container { border-width: 0; border-radius: 0; }#RerezH0eQ1T7x33fHdMOJkzHBJAOMVNG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RerezH0eQ1T7x33fHdMOJkzHBJAOMVNG > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:14.6875rem;width:75rem;position:relative;display:block; }#aqda2FhRCfGu07hC3JLmNlhkLcDETG1R { box-sizing:content-box;height:0.375rem;width:6.25rem;position:absolute;display:block;z-index:15003;background-color:#ab8c42;background-image:none;top:11.6875rem;left:0rem;display:block; }
#dOdoabrlZ666WJbZgnffEJI12QVdR8Bv { color:#ffffff;display:block;width:65.625rem;position:absolute;font-family:larken;font-size:2.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.900390625rem;left:0rem;height:3.57470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#U1Kyso4OEyx6WrTXM9esWvBqq2XPhlKT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f2321;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; }#U1Kyso4OEyx6WrTXM9esWvBqq2XPhlKT > .row .container { background-color: transparent; background-image: none; }#U1Kyso4OEyx6WrTXM9esWvBqq2XPhlKT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1Kyso4OEyx6WrTXM9esWvBqq2XPhlKT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1Kyso4OEyx6WrTXM9esWvBqq2XPhlKT > .row .container > .video-iframe-container { display: none; }#U1Kyso4OEyx6WrTXM9esWvBqq2XPhlKT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1Kyso4OEyx6WrTXM9esWvBqq2XPhlKT > .row > .video-iframe-container { display: none; }#U1Kyso4OEyx6WrTXM9esWvBqq2XPhlKT > .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); }#U1Kyso4OEyx6WrTXM9esWvBqq2XPhlKT > .row .container { border-width: 0; border-radius: 0; }#U1Kyso4OEyx6WrTXM9esWvBqq2XPhlKT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U1Kyso4OEyx6WrTXM9esWvBqq2XPhlKT > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:7.4375rem;width:75rem;position:relative;display:block; }#ZmzgWEUO4RoIa82bJVXgP2ra1fy8sERa { color:#f3f0ea;display:block;width:53.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.7;letter-spacing:0;top:0rem;left:0rem;height:5.09765625rem;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; }
#ezrIDqeWGt0XLuNHV4lwfQhEPwDprIAl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f2321;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; }#ezrIDqeWGt0XLuNHV4lwfQhEPwDprIAl > .row .container { background-color: transparent; background-image: none; }#ezrIDqeWGt0XLuNHV4lwfQhEPwDprIAl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ezrIDqeWGt0XLuNHV4lwfQhEPwDprIAl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ezrIDqeWGt0XLuNHV4lwfQhEPwDprIAl > .row .container > .video-iframe-container { display: none; }#ezrIDqeWGt0XLuNHV4lwfQhEPwDprIAl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ezrIDqeWGt0XLuNHV4lwfQhEPwDprIAl > .row > .video-iframe-container { display: none; }#ezrIDqeWGt0XLuNHV4lwfQhEPwDprIAl > .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); }#ezrIDqeWGt0XLuNHV4lwfQhEPwDprIAl > .row .container { border-width: 0; border-radius: 0; }#ezrIDqeWGt0XLuNHV4lwfQhEPwDprIAl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ezrIDqeWGt0XLuNHV4lwfQhEPwDprIAl > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:7.4375rem;width:75rem;position:relative;display:block; }#B83dPBLLTFZpUQs7bQK4UgvWWxJANmdN { color:#f3f0ea;display:block;width:53.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.7;letter-spacing:0;top:0rem;left:0rem;height:5.09765625rem;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; }
#DhUaSMTZdVgyCTiZktwJVSUa01IGFrgJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f2321;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; }#DhUaSMTZdVgyCTiZktwJVSUa01IGFrgJ > .row .container { background-color: transparent; background-image: none; }#DhUaSMTZdVgyCTiZktwJVSUa01IGFrgJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DhUaSMTZdVgyCTiZktwJVSUa01IGFrgJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DhUaSMTZdVgyCTiZktwJVSUa01IGFrgJ > .row .container > .video-iframe-container { display: none; }#DhUaSMTZdVgyCTiZktwJVSUa01IGFrgJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DhUaSMTZdVgyCTiZktwJVSUa01IGFrgJ > .row > .video-iframe-container { display: none; }#DhUaSMTZdVgyCTiZktwJVSUa01IGFrgJ > .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); }#DhUaSMTZdVgyCTiZktwJVSUa01IGFrgJ > .row .container { border-width: 0; border-radius: 0; }#DhUaSMTZdVgyCTiZktwJVSUa01IGFrgJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DhUaSMTZdVgyCTiZktwJVSUa01IGFrgJ > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:7.4375rem;width:75rem;position:relative;display:block; }#Kb569cnuc9IvZfHtyENBarw5lAC1cpyh { color:#f3f0ea;display:block;width:53.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.7;letter-spacing:0;top:0rem;left:0rem;height:5.09765625rem;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; }
#JGHwFBvPlnmPIw4101yscVkbs9WHP8Mk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f2321;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; }#JGHwFBvPlnmPIw4101yscVkbs9WHP8Mk > .row .container { background-color: transparent; background-image: none; }#JGHwFBvPlnmPIw4101yscVkbs9WHP8Mk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JGHwFBvPlnmPIw4101yscVkbs9WHP8Mk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JGHwFBvPlnmPIw4101yscVkbs9WHP8Mk > .row .container > .video-iframe-container { display: none; }#JGHwFBvPlnmPIw4101yscVkbs9WHP8Mk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JGHwFBvPlnmPIw4101yscVkbs9WHP8Mk > .row > .video-iframe-container { display: none; }#JGHwFBvPlnmPIw4101yscVkbs9WHP8Mk > .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); }#JGHwFBvPlnmPIw4101yscVkbs9WHP8Mk > .row .container { border-width: 0; border-radius: 0; }#JGHwFBvPlnmPIw4101yscVkbs9WHP8Mk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JGHwFBvPlnmPIw4101yscVkbs9WHP8Mk > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:8.875rem;width:75rem;position:relative;display:block; }#Gv49Gt2GtUe75GFSsJ068QQVtASpcK5G { color:#f3f0ea;display:block;width:53.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.7;letter-spacing:0;top:0rem;left:0rem;height:5.09765625rem;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; }
#SlPWr1VFtR7Im60Sq8yISuCM63rOiDbN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f2321;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; }#SlPWr1VFtR7Im60Sq8yISuCM63rOiDbN > .row .container { background-color: transparent; background-image: none; }#SlPWr1VFtR7Im60Sq8yISuCM63rOiDbN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SlPWr1VFtR7Im60Sq8yISuCM63rOiDbN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SlPWr1VFtR7Im60Sq8yISuCM63rOiDbN > .row .container > .video-iframe-container { display: none; }#SlPWr1VFtR7Im60Sq8yISuCM63rOiDbN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SlPWr1VFtR7Im60Sq8yISuCM63rOiDbN > .row > .video-iframe-container { display: none; }#SlPWr1VFtR7Im60Sq8yISuCM63rOiDbN > .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); }#SlPWr1VFtR7Im60Sq8yISuCM63rOiDbN > .row .container { border-width: 0; border-radius: 0; }#SlPWr1VFtR7Im60Sq8yISuCM63rOiDbN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SlPWr1VFtR7Im60Sq8yISuCM63rOiDbN > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:11.5625rem;width:75rem;position:relative;display:block; }#HxDtiywq516K3RQQV05vIsLriyPazKGW { color:#f3f0ea;display:block;width:53.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.7;letter-spacing:0;top:0rem;left:0rem;height:5.09765625rem;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; }
#sJz7ODtr300T1GAkebPzzWm5ElE43Ic6 { 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; }#sJz7ODtr300T1GAkebPzzWm5ElE43Ic6 > .row .container { background-color: transparent; background-image: none; }#sJz7ODtr300T1GAkebPzzWm5ElE43Ic6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJz7ODtr300T1GAkebPzzWm5ElE43Ic6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJz7ODtr300T1GAkebPzzWm5ElE43Ic6 > .row .container > .video-iframe-container { display: none; }#sJz7ODtr300T1GAkebPzzWm5ElE43Ic6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJz7ODtr300T1GAkebPzzWm5ElE43Ic6 > .row > .video-iframe-container { display: none; }#sJz7ODtr300T1GAkebPzzWm5ElE43Ic6 > .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); }#sJz7ODtr300T1GAkebPzzWm5ElE43Ic6 > .row .container { border-width: 0; border-radius: 0; }#sJz7ODtr300T1GAkebPzzWm5ElE43Ic6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sJz7ODtr300T1GAkebPzzWm5ElE43Ic6 > .row .container { font-size:0.875rem;font-family:arial;height:49.5rem;width:75rem;position:relative;display:block; }#PIRbaaFzvvwHhJ1Z7Ealw8r7Ckv9ZRob { color:#262627;display:block;width:37.5rem;position:absolute;font-family:larken;font-size:2.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:30.375rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xBWxUXLeAIdflXR1XFVaEctwi4MDEy5l { position:absolute;display:block;z-index:15009;background-color:#c6a35e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:7.5rem;top:34.4375rem;left:15rem;display:block; }
#cUVXm5fwFRw9n0yBFdlRX2n3MabxT7P6 { color:#262627;display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:2;letter-spacing:0;top:7.125rem;left:37.5rem;height:36rem;font-style:normal;display:block; }
#Lhe8FTCie4WygEJibT72OwdU1pOf6rUm { position:absolute;display:block;z-index:14999;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:30.0625rem;width:18.1875rem;top:7.125rem;left:8.3125rem;overflow:hidden;display:block; }
#WLu7wiZAuqfLMOxrqTeM1sVpVWVVNBvm { position:absolute;display:block;z-index:15001;border-top:0.4375rem solid rgba(var(--color-tertiary-0),1);border-left:0.4375rem solid rgba(var(--color-tertiary-0),1);border-right:0.4375rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.4375rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 1.6875rem rgba(var(--color-tertiary-4),0.21) ;height:18.625rem;width:18.625rem;top:8.4375rem;left:8.3125rem;overflow:hidden;display:block; }
#aXppkwO3yH4alkd4p2ONsKhP7PRrQXzF { position:absolute;display:block;z-index:15002;background-color:#c42b36;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:5.125rem;top:22.375rem;left:22.875rem;display:block; }
#BmfUDvx6EBLupROCAOlsxRxmXgSHwLn5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BmfUDvx6EBLupROCAOlsxRxmXgSHwLn5 > .row .container { background-color: transparent; background-image: none; }#BmfUDvx6EBLupROCAOlsxRxmXgSHwLn5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BmfUDvx6EBLupROCAOlsxRxmXgSHwLn5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BmfUDvx6EBLupROCAOlsxRxmXgSHwLn5 > .row .container > .video-iframe-container { display: none; }#BmfUDvx6EBLupROCAOlsxRxmXgSHwLn5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BmfUDvx6EBLupROCAOlsxRxmXgSHwLn5 > .row > .video-iframe-container { display: none; }#BmfUDvx6EBLupROCAOlsxRxmXgSHwLn5 > .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); }#BmfUDvx6EBLupROCAOlsxRxmXgSHwLn5 > .row .container { border-width: 0; border-radius: 0; }#BmfUDvx6EBLupROCAOlsxRxmXgSHwLn5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BmfUDvx6EBLupROCAOlsxRxmXgSHwLn5 > .row .container { font-size:0.875rem;font-family:arial;height:22.75rem;width:75rem;position:relative;display:block; }#xD342Ls0xBEW6ml9c6eOixWI3kloeItF { color:rgba(var(--color-tertiary-0),1);display:block;width:29.5625rem;position:absolute;font-family:larken;font-size:2.3125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:5.61328125rem;left:25rem;height:3.0058625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#na9mZopKlT5JVwXN2ODKriSlsONbXWpS { color:rgba(var(--color-tertiary-0),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.7;letter-spacing:0;top:10.16552734375rem;left:25rem;height:6.796875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IJ65XmR6GR2f0v4FNQy4Ic2GwZROQOT0 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.375rem;width:21.5rem;top:0rem;left:1.125rem;overflow:hidden;display:block; }
#E2TuJoSzu19nS2Aie0ar9WG9d4q1ch2d { position:relative;display:block; }#E2TuJoSzu19nS2Aie0ar9WG9d4q1ch2d { background-color: transparent; background-image: none; }#E2TuJoSzu19nS2Aie0ar9WG9d4q1ch2d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2TuJoSzu19nS2Aie0ar9WG9d4q1ch2d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2TuJoSzu19nS2Aie0ar9WG9d4q1ch2d > .row .container > .video-iframe-container { display: none; }#E2TuJoSzu19nS2Aie0ar9WG9d4q1ch2d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2TuJoSzu19nS2Aie0ar9WG9d4q1ch2d > .row > .video-iframe-container { display: none; }#E2TuJoSzu19nS2Aie0ar9WG9d4q1ch2d > .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); }#E2TuJoSzu19nS2Aie0ar9WG9d4q1ch2d { border-width: 0; border-radius: 0; }#E2TuJoSzu19nS2Aie0ar9WG9d4q1ch2d > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#E2TuJoSzu19nS2Aie0ar9WG9d4q1ch2d > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:20.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gVX2T6UuLrEFvAEeC1sdRv8q549OXH7G { color:#1f2321;display:block;width:48.3125rem;position:absolute;font-family:larken;font-size:3rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.912109375rem;left:13.4052734375rem;height:7.7988125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FF01BysuKyGW0ewwJfmGaL8pr7ORV6kM { color:#1f2321;display:block;width:46.5625rem;position:absolute;font-family:larken;font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:15.5869140625rem;left:14.2802734375rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dNsJd6gNLxUETQWBOqziQVQF3cUArU4e { position:relative;display:block; }#dNsJd6gNLxUETQWBOqziQVQF3cUArU4e { background-color: transparent; background-image: none; }#dNsJd6gNLxUETQWBOqziQVQF3cUArU4e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNsJd6gNLxUETQWBOqziQVQF3cUArU4e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNsJd6gNLxUETQWBOqziQVQF3cUArU4e > .row .container > .video-iframe-container { display: none; }#dNsJd6gNLxUETQWBOqziQVQF3cUArU4e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNsJd6gNLxUETQWBOqziQVQF3cUArU4e > .row > .video-iframe-container { display: none; }#dNsJd6gNLxUETQWBOqziQVQF3cUArU4e > .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); }#dNsJd6gNLxUETQWBOqziQVQF3cUArU4e { border-width: 0; border-radius: 0; }#dNsJd6gNLxUETQWBOqziQVQF3cUArU4e > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dNsJd6gNLxUETQWBOqziQVQF3cUArU4e > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:40.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#webWDfs7T9T7hJADBGpWPUAXUc6UwLC5 { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.14) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:larken;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.999rem;height:3.499025rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:26.9990234375rem;left:30.5rem;display:block; }
#nIuOH0LuQUiSGToCm2itfPUuNQB4Av12 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QKEqPBIuSpHhokDPwtdoS9vXNLUElhuM { color:#1f2321;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.7;letter-spacing:0;top:12.4375rem;left:27.75rem;height:;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#QKEqPBIuSpHhokDPwtdoS9vXNLUElhuM li:not(:first-child){ padding-top:0.8125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QKEqPBIuSpHhokDPwtdoS9vXNLUElhuM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6f2eac1c-0d8e-458e-ba6e-f0767d01dd40/check_drk_red.png); }
#L6O6Po6gCtEuwm69B5L50iS6JVeBDVZV { position:absolute;display:block;z-index:15032;background-color:#55636f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.24956625rem;width:22.1875rem;top:10.498046875rem;left:26.436632156372rem;display:block; }
#o9GodGXEagodCPzbZvQsr1965bmKQo8c { color:rgba(var(--color-tertiary-4),1);display:block;width:5.812175rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15026;line-height:1.5;letter-spacing:0;top:5.3125rem;left:30.375rem;height:4.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ux25h01pPGWLkIoFDATcK42STPWIZcBb { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:6.5rem;left:36.6875rem;height:2.34375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rMHVEdGhrWpSLnz7CSLuoe3gMUevXqlX { color:#c13535;display:block;width:19.6245625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:3.875rem;left:27.9375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oVLqn9WOP693bRE16bDfkBh1VUtTTU0Q { color:#1f2321;display:block;width:21.8120625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15028;line-height:1.5;letter-spacing:0;top:1.5rem;left:26.875rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HqTuENr0BtlyrZQmdrJWdPxMa34cybDV { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #55636f;border-left:0.25rem solid #55636f;border-right:0.25rem solid #55636f;border-bottom:0.25rem solid #55636f;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33rem;width:22.1875rem;top:0rem;left:26.224609375rem;display:block; }
#p9gzcCEhzM4JmD6ELpX2zrogvysfDH5I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c42b36;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; }#p9gzcCEhzM4JmD6ELpX2zrogvysfDH5I > .row .container { background-color: transparent; background-image: none; }#p9gzcCEhzM4JmD6ELpX2zrogvysfDH5I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9gzcCEhzM4JmD6ELpX2zrogvysfDH5I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9gzcCEhzM4JmD6ELpX2zrogvysfDH5I > .row .container > .video-iframe-container { display: none; }#p9gzcCEhzM4JmD6ELpX2zrogvysfDH5I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9gzcCEhzM4JmD6ELpX2zrogvysfDH5I > .row > .video-iframe-container { display: none; }#p9gzcCEhzM4JmD6ELpX2zrogvysfDH5I > .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); }#p9gzcCEhzM4JmD6ELpX2zrogvysfDH5I > .row .container { border-width: 0; border-radius: 0; }#p9gzcCEhzM4JmD6ELpX2zrogvysfDH5I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p9gzcCEhzM4JmD6ELpX2zrogvysfDH5I > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#wt58uIgwf1ZSyyDNET7qmxip0qnG0rPN { color:rgba(var(--color-tertiary-0),1);display:block;width:50.9375rem;position:absolute;font-family:"open sans semibold";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:2.8125rem;left:12.03125rem;height:5.625rem;text-align:center;text-align-last:center;display:block; }
#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF { 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; }#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF > .row .container { background-color: transparent; background-image: none; }#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF > .row .container > .video-iframe-container { display: none; }#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF > .row > .video-iframe-container { display: none; }#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF > .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); }#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF > .row .container { border-width: 0; border-radius: 0; }#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#bbabTAMlepiTP4348d7dyzTvIK9VUIyF { 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:2.75rem;width:11.4375rem;top:1.21875rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo { display:block; }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WVEIEcNM0nWyuXRdhiPbESTBKrJZQOfH { top:13.6875rem;left:0rem;width:35.5rem;height:4rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #yePbeNZWR5nhZbkFcSh8GiAVuxlDSUIy { width:13.9375rem;height:3.4375rem;top:36rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdkXxR8s3dZnppgeSNKtphBHRzXKMmsK { display:block; }
 }@media only screen and (max-width: 763px) { #XDD6w2Qsik4uC2GgKAgDLOlHZ0Ti4SAQ { top:10.75rem;left:0rem;width:35.375rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAIvWo0zZVz7nW43awF6SUNta9Qm8Xey { top:26.6875rem;left:0rem;width:36.375rem;height:7.375rem;font-size:1rem;display:block; }#oAIvWo0zZVz7nW43awF6SUNta9Qm8Xey li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6f2eac1c-0d8e-458e-ba6e-f0767d01dd40/check_drk_red.png); }
 }@media only screen and (max-width: 763px) { #r4xa8AZwJQC4STxTUu2lmEgZwM5wCqOZ { top:28.5rem;left:8.625rem;width:15.25rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #brI7Iosm29FE756cp1sqvKfOzz3vQzSX { top:3.75rem;left:0rem;width:11.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipuah6Jdd69a1vfH8gTBIxhJWF4bWa2F { top:23.5625rem;left:0rem;width:36.5625rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BumqtsWlCwrouDorCJOk6BwxiEPcesSt { top:21.9375rem;left:0rem;width:3.9375rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xt87WsundhBtKcgn9Gq9V0dNLAORIOyx { top:45.4375rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSdwNbEtd2uOxwvhXs3fyP2AoMX0IaFC { top:18.25rem;left:0rem;width:32.0625rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vu1I0c7kT7BwPVThCqZhOU1p9QqO3X3r { top:9rem;left:15.1875rem;width:32.5625rem;height:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW { display:block; }#GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o83PcZk9qFbxHfWk9si4V50BqfNo0iNS { top:6rem;left:0rem;width:47.75rem;height:7.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1UoCivTUH26iJTRTG6UsblMBqK9ynbL { top:18.375rem;left:12.0625rem;width:35.6875rem;height:46.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOQfkNiuHvDmrzSrkumw7oQxoaXMJwLz { top:19.875rem;left:0rem;width:28.6875rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCtIwZsmelHZAEJ3dZyPyIeE7xRXB0zR { top:26.9375rem;left:0rem;width:4rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sIUxQq2c4AiDW2gFIa36CSyLEVz2q2HT { top:14.75rem;left:20.125rem;width:7.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMvDMksHDmxmgTgJW8B0LHzdhGtadfJ9 { top:50.125rem;left:0rem;width:20.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNdDyuzy9WuysAf4H1eozKN03aVVfGO2 { display:block; }#kNdDyuzy9WuysAf4H1eozKN03aVVfGO2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VdspUDsvqEb42BsezuO2QhclgWykOVzB { top:9.6875rem;left:17.4375rem;width:30.3125rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzpK6i2ePnDqqzT2hbqEvC00GRxURJON { top:7.3125rem;left:0rem;width:37.5rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6dni4mvun82f5lzUTBmuFfmrQ9hxkJ1 { top:13.1875rem;left:0rem;width:40.25rem;height:;font-size:0.9375rem;display:block; }#B6dni4mvun82f5lzUTBmuFfmrQ9hxkJ1 li:before{  }
 }@media only screen and (max-width: 763px) { #XE3ZEffhFfNzHOUrGgJAO7thRRpebgTU { width:13.9375rem;height:3.4375rem;top:43.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AS374SXJiv4fcsRJEtoker6PF3kQv97a { display:block; }
 }@media only screen and (max-width: 763px) { #Hon8b3Cm5Ez3PurVahS5d83h44CRMwbl { top:40.625rem;left:24.25rem;width:17.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sL5OTA6MyPedL4nDVHFPid6FxgKaiB9p { display:block; }#sL5OTA6MyPedL4nDVHFPid6FxgKaiB9p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #InBNEHUmPzorHzkxW7S2nTtwBOV3XVpz { top:6.625rem;left:0rem;width:47.75rem;height:7.125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EirgA14Z1hiXIqpmMcmIa0tJvtshr70K { top:19.1875rem;left:12.0625rem;width:35.6875rem;height:30.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8vr98lKGTOgAceaZ5WPK2XpxUUs4lgJ { top:26.9375rem;left:0rem;width:4rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fVFT4kHWhrioVAavUFD1mcT8VveBRXEJ { top:15.375rem;left:20.125rem;width:7.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gk7aTy59EVBDm7ciLbDFhnsVvrAGq5cr { top:20.6875rem;left:0rem;width:28.6875rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNlDbQGbuTkQrXWzp9nsdgvkS2VSrVdI { top:50.3125rem;left:0rem;width:20.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RerezH0eQ1T7x33fHdMOJkzHBJAOMVNG { display:block; }#RerezH0eQ1T7x33fHdMOJkzHBJAOMVNG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aqda2FhRCfGu07hC3JLmNlhkLcDETG1R { top:11.6875rem;left:0rem;width:6.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOdoabrlZ666WJbZgnffEJI12QVdR8Bv { top:6.875rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1Kyso4OEyx6WrTXM9esWvBqq2XPhlKT { display:block; }#U1Kyso4OEyx6WrTXM9esWvBqq2XPhlKT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZmzgWEUO4RoIa82bJVXgP2ra1fy8sERa { top:0rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezrIDqeWGt0XLuNHV4lwfQhEPwDprIAl { display:block; }#ezrIDqeWGt0XLuNHV4lwfQhEPwDprIAl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B83dPBLLTFZpUQs7bQK4UgvWWxJANmdN { top:0rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhUaSMTZdVgyCTiZktwJVSUa01IGFrgJ { display:block; }#DhUaSMTZdVgyCTiZktwJVSUa01IGFrgJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kb569cnuc9IvZfHtyENBarw5lAC1cpyh { top:0rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGHwFBvPlnmPIw4101yscVkbs9WHP8Mk { display:block; }#JGHwFBvPlnmPIw4101yscVkbs9WHP8Mk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gv49Gt2GtUe75GFSsJ068QQVtASpcK5G { top:0rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlPWr1VFtR7Im60Sq8yISuCM63rOiDbN { display:block; }#SlPWr1VFtR7Im60Sq8yISuCM63rOiDbN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HxDtiywq516K3RQQV05vIsLriyPazKGW { top:0rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJz7ODtr300T1GAkebPzzWm5ElE43Ic6 { display:block; }#sJz7ODtr300T1GAkebPzzWm5ElE43Ic6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PIRbaaFzvvwHhJ1Z7Ealw8r7Ckv9ZRob { top:30.375rem;left:0rem;width:37.5rem;height:2.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBWxUXLeAIdflXR1XFVaEctwi4MDEy5l { top:34.4375rem;left:8.1875rem;width:7.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUVXm5fwFRw9n0yBFdlRX2n3MabxT7P6 { top:7.125rem;left:11.0625rem;width:36.6875rem;height:36rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lhe8FTCie4WygEJibT72OwdU1pOf6rUm { top:7.125rem;left:1.5rem;width:18.1875rem;height:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLu7wiZAuqfLMOxrqTeM1sVpVWVVNBvm { top:8.4375rem;left:1.5rem;width:18.625rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXppkwO3yH4alkd4p2ONsKhP7PRrQXzF { top:22.375rem;left:16.0625rem;width:5.125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmfUDvx6EBLupROCAOlsxRxmXgSHwLn5 { display:block; }#BmfUDvx6EBLupROCAOlsxRxmXgSHwLn5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xD342Ls0xBEW6ml9c6eOixWI3kloeItF { top:5.5625rem;left:2.1875rem;width:29.5625rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #na9mZopKlT5JVwXN2ODKriSlsONbXWpS { top:10.125rem;left:0rem;width:44.125rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJ65XmR6GR2f0v4FNQy4Ic2GwZROQOT0 { top:0rem;left:0rem;width:21.5rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2TuJoSzu19nS2Aie0ar9WG9d4q1ch2d { display:block; }#E2TuJoSzu19nS2Aie0ar9WG9d4q1ch2d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gVX2T6UuLrEFvAEeC1sdRv8q549OXH7G { top:6.875rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FF01BysuKyGW0ewwJfmGaL8pr7ORV6kM { top:15.5625rem;left:0rem;width:46.5625rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNsJd6gNLxUETQWBOqziQVQF3cUArU4e { display:block; }#dNsJd6gNLxUETQWBOqziQVQF3cUArU4e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #webWDfs7T9T7hJADBGpWPUAXUc6UwLC5 { width:13.9375rem;height:3.4375rem;top:26.9375rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIuOH0LuQUiSGToCm2itfPUuNQB4Av12 { display:block; }
 }@media only screen and (max-width: 763px) { #QKEqPBIuSpHhokDPwtdoS9vXNLUElhuM { top:12.4375rem;left:12.375rem;width:19.375rem;height:;font-size:1rem;display:block; }#QKEqPBIuSpHhokDPwtdoS9vXNLUElhuM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6f2eac1c-0d8e-458e-ba6e-f0767d01dd40/check_drk_red.png); }
 }@media only screen and (max-width: 763px) { #L6O6Po6gCtEuwm69B5L50iS6JVeBDVZV { top:10.4375rem;left:9.6875rem;width:22.1875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9GodGXEagodCPzbZvQsr1965bmKQo8c { top:5.3125rem;left:16.6875rem;width:5.75rem;height:4.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ux25h01pPGWLkIoFDATcK42STPWIZcBb { top:6.5rem;left:22.5625rem;width:9.125rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMHVEdGhrWpSLnz7CSLuoe3gMUevXqlX { top:3.875rem;left:12.125rem;width:19.5625rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVLqn9WOP693bRE16bDfkBh1VUtTTU0Q { top:1.5rem;left:10rem;width:21.75rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqTuENr0BtlyrZQmdrJWdPxMa34cybDV { top:0rem;left:9.0625rem;width:22.1875rem;height:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9gzcCEhzM4JmD6ELpX2zrogvysfDH5I { display:block; }#p9gzcCEhzM4JmD6ELpX2zrogvysfDH5I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wt58uIgwf1ZSyyDNET7qmxip0qnG0rPN { top:2.8125rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSZhwNneFZ646Oemgbi6czcMCzgJPUAF { display:block; }#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bbabTAMlepiTP4348d7dyzTvIK9VUIyF { top:1.1875rem;left:0rem;width:11.4375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo { background-color:#e6e3dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo > .row .container { background-color: transparent; background-image: none; }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo > .row .container > .video-iframe-container { display: none; }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo > .row > .video-iframe-container { display: none; }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo > .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); }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo > .row .container { border-width: 0; border-radius: 0; }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo > .row .container { width:20rem;height:61.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WVEIEcNM0nWyuXRdhiPbESTBKrJZQOfH { width:20rem;height:5.2246125rem;top:10.2705078125rem;left:0rem;font-size:2.375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #yePbeNZWR5nhZbkFcSh8GiAVuxlDSUIy { width:13.375rem;height:3rem;top:36.89453125rem;left:3.3125rem;color:#ffffff;background-color:#c42b36;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdkXxR8s3dZnppgeSNKtphBHRzXKMmsK { display:block; }
 }@media only screen and (max-width: 763px) { #XDD6w2Qsik4uC2GgKAgDLOlHZ0Ti4SAQ { width:15.375rem;height:2.625rem;top:7.0625rem;left:2.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;line-height:1.5;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #oAIvWo0zZVz7nW43awF6SUNta9Qm8Xey { width:17.9375rem;height:10.795875rem;top:24.6015625rem;left:1.03125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#oAIvWo0zZVz7nW43awF6SUNta9Qm8Xey li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6f2eac1c-0d8e-458e-ba6e-f0767d01dd40/check_drk_red.png); }
 }@media only screen and (max-width: 763px) { #r4xa8AZwJQC4STxTUu2lmEgZwM5wCqOZ { width:7.4375rem;height:8.5625rem;top:50.7958984375rem;left:0rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #brI7Iosm29FE756cp1sqvKfOzz3vQzSX { width:9.75rem;height:2.375rem;top:1.25rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipuah6Jdd69a1vfH8gTBIxhJWF4bWa2F { width:18.125rem;height:1.48730625rem;top:22.0712890625rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BumqtsWlCwrouDorCJOk6BwxiEPcesSt { width:3.999025rem;height:0.3125rem;top:20.08203125rem;left:8rem;background-color:#c42b36;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Xt87WsundhBtKcgn9Gq9V0dNLAORIOyx { width:20rem;height:0.125rem;top:65.45703315735rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TSdwNbEtd2uOxwvhXs3fyP2AoMX0IaFC { width:13.9375rem;height:2.923825rem;top:16.08203125rem;left:3.03125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vu1I0c7kT7BwPVThCqZhOU1p9QqO3X3r { width:17.125rem;height:17.125rem;top:42.51953125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW { background-color:#e6e3dc;background-image:none;display:block; }#GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW > .row .container { background-color: transparent; background-image: none; }#GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW > .row .container > .video-iframe-container { display: none; }#GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW > .row > .video-iframe-container { display: none; }#GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW > .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); }#GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW > .row .container { width:20rem;height:101rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o83PcZk9qFbxHfWk9si4V50BqfNo0iNS { width:17.9980625rem;height:5.84765625rem;top:1.875rem;left:1rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #P1UoCivTUH26iJTRTG6UsblMBqK9ynbL { width:18.9980625rem;height:67.6875rem;top:30.984375rem;left:0.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #gOQfkNiuHvDmrzSrkumw7oQxoaXMJwLz { width:13.9375rem;height:14.125rem;top:11.47265625rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCtIwZsmelHZAEJ3dZyPyIeE7xRXB0zR { width:4rem;height:0.3125rem;top:16.9306640625rem;left:0.5rem;z-index:15014;background-color:#262627;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #sIUxQq2c4AiDW2gFIa36CSyLEVz2q2HT { width:7.5rem;height:0.3125rem;top:8.97265625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMvDMksHDmxmgTgJW8B0LHzdhGtadfJ9 { width:13.125rem;height:2.2734375rem;top:26.53515625rem;left:3.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kNdDyuzy9WuysAf4H1eozKN03aVVfGO2 { display:block; }#kNdDyuzy9WuysAf4H1eozKN03aVVfGO2 > .row .container { width:20rem;height:76.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VdspUDsvqEb42BsezuO2QhclgWykOVzB { width:14.125rem;height:14.0625rem;top:56.53125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzpK6i2ePnDqqzT2hbqEvC00GRxURJON { width:18.125rem;height:2.11230625rem;top:3.8118495941162rem;left:0.9375rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B6dni4mvun82f5lzUTBmuFfmrQ9hxkJ1 { width:20rem;height:40.875rem;top:7.4853515625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#B6dni4mvun82f5lzUTBmuFfmrQ9hxkJ1 li:before{  }
 }@media only screen and (max-width: 763px) { #XE3ZEffhFfNzHOUrGgJAO7thRRpebgTU { width:13.9980625rem;height:3.499025rem;top:50.458984375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #AS374SXJiv4fcsRJEtoker6PF3kQv97a { display:block; }
 }@media only screen and (max-width: 763px) { #Hon8b3Cm5Ez3PurVahS5d83h44CRMwbl { width:17.9375rem;height:1.13671875rem;top:71.8330078125rem;left:1.03125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sL5OTA6MyPedL4nDVHFPid6FxgKaiB9p { background-color:#c6a35e;background-image:none;display:block; }#sL5OTA6MyPedL4nDVHFPid6FxgKaiB9p > .row .container { background-color: transparent; background-image: none; }#sL5OTA6MyPedL4nDVHFPid6FxgKaiB9p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sL5OTA6MyPedL4nDVHFPid6FxgKaiB9p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sL5OTA6MyPedL4nDVHFPid6FxgKaiB9p > .row .container > .video-iframe-container { display: none; }#sL5OTA6MyPedL4nDVHFPid6FxgKaiB9p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sL5OTA6MyPedL4nDVHFPid6FxgKaiB9p > .row > .video-iframe-container { display: none; }#sL5OTA6MyPedL4nDVHFPid6FxgKaiB9p > .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); }#sL5OTA6MyPedL4nDVHFPid6FxgKaiB9p > .row .container { width:20rem;height:73.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #InBNEHUmPzorHzkxW7S2nTtwBOV3XVpz { width:17.999125rem;height:11.372075rem;top:4.0624952316284rem;left:0.99934911727906rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EirgA14Z1hiXIqpmMcmIa0tJvtshr70K { width:18.9980625rem;height:32.0625rem;top:18.431640625rem;left:0.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #K8vr98lKGTOgAceaZ5WPK2XpxUUs4lgJ { width:4rem;height:0.3125rem;top:15.37109375rem;left:8rem;z-index:15014;background-color:#262627;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #fVFT4kHWhrioVAavUFD1mcT8VveBRXEJ { width:7.5rem;height:0.3125rem;top:16.306640625rem;left:6.25rem;background-color:#1f2321;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Gk7aTy59EVBDm7ciLbDFhnsVvrAGq5cr { width:14rem;height:14.125rem;top:52.875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNlDbQGbuTkQrXWzp9nsdgvkS2VSrVdI { width:13.1875rem;height:2.2734375rem;top:68.125rem;left:3.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RerezH0eQ1T7x33fHdMOJkzHBJAOMVNG { display:block; }#RerezH0eQ1T7x33fHdMOJkzHBJAOMVNG > .row .container { width:20rem;height:9.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aqda2FhRCfGu07hC3JLmNlhkLcDETG1R { width:7.5rem;height:0.1875rem;top:7.3984375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOdoabrlZ666WJbZgnffEJI12QVdR8Bv { width:20rem;height:2.2744125rem;top:4.375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U1Kyso4OEyx6WrTXM9esWvBqq2XPhlKT { display:block; }#U1Kyso4OEyx6WrTXM9esWvBqq2XPhlKT > .row .container { width:20rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZmzgWEUO4RoIa82bJVXgP2ra1fy8sERa { width:19.5625rem;height:7.436525rem;top:0rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ezrIDqeWGt0XLuNHV4lwfQhEPwDprIAl { display:block; }#ezrIDqeWGt0XLuNHV4lwfQhEPwDprIAl > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B83dPBLLTFZpUQs7bQK4UgvWWxJANmdN { width:19.5625rem;height:7.436525rem;top:0rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DhUaSMTZdVgyCTiZktwJVSUa01IGFrgJ { display:block; }#DhUaSMTZdVgyCTiZktwJVSUa01IGFrgJ > .row .container { width:20rem;height:10.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kb569cnuc9IvZfHtyENBarw5lAC1cpyh { width:19.5625rem;height:8.92383125rem;top:0rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JGHwFBvPlnmPIw4101yscVkbs9WHP8Mk { display:block; }#JGHwFBvPlnmPIw4101yscVkbs9WHP8Mk > .row .container { width:20rem;height:12.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gv49Gt2GtUe75GFSsJ068QQVtASpcK5G { width:19.5625rem;height:10.4111125rem;top:0rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SlPWr1VFtR7Im60Sq8yISuCM63rOiDbN { display:block; }#SlPWr1VFtR7Im60Sq8yISuCM63rOiDbN > .row .container { width:20rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HxDtiywq516K3RQQV05vIsLriyPazKGW { width:19.5625rem;height:10.4111125rem;top:0rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sJz7ODtr300T1GAkebPzzWm5ElE43Ic6 { background-color:transparent;background-image:none;display:block; }#sJz7ODtr300T1GAkebPzzWm5ElE43Ic6 > .row .container { background-color: transparent; background-image: none; }#sJz7ODtr300T1GAkebPzzWm5ElE43Ic6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJz7ODtr300T1GAkebPzzWm5ElE43Ic6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJz7ODtr300T1GAkebPzzWm5ElE43Ic6 > .row .container > .video-iframe-container { display: none; }#sJz7ODtr300T1GAkebPzzWm5ElE43Ic6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJz7ODtr300T1GAkebPzzWm5ElE43Ic6 > .row > .video-iframe-container { display: none; }#sJz7ODtr300T1GAkebPzzWm5ElE43Ic6 > .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); }#sJz7ODtr300T1GAkebPzzWm5ElE43Ic6 > .row .container { width:20rem;height:80.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PIRbaaFzvvwHhJ1Z7Ealw8r7Ckv9ZRob { width:20rem;height:2.2749rem;top:24.125rem;left:0rem;font-size:1.75rem;color:#262627;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xBWxUXLeAIdflXR1XFVaEctwi4MDEy5l { width:7.5rem;height:0.3125rem;top:27.25rem;left:6.25rem;background-color:#c6a35e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #cUVXm5fwFRw9n0yBFdlRX2n3MabxT7P6 { width:19.1875rem;height:47.8125rem;top:29.4375rem;left:0.40625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Lhe8FTCie4WygEJibT72OwdU1pOf6rUm { width:16.375rem;height:26.9375rem;top:4.9375rem;left:1.8125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #WLu7wiZAuqfLMOxrqTeM1sVpVWVVNBvm { width:15.125rem;height:15.125rem;top:6.25rem;left:1.8125rem;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aXppkwO3yH4alkd4p2ONsKhP7PRrQXzF { width:3.9375rem;height:1rem;top:16.8125rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmfUDvx6EBLupROCAOlsxRxmXgSHwLn5 { display:block; }#BmfUDvx6EBLupROCAOlsxRxmXgSHwLn5 > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xD342Ls0xBEW6ml9c6eOixWI3kloeItF { width:20rem;height:5.19921875rem;top:3.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #na9mZopKlT5JVwXN2ODKriSlsONbXWpS { width:20rem;height:16.9921875rem;top:9.51953125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJ65XmR6GR2f0v4FNQy4Ic2GwZROQOT0 { width:20rem;height:18.953488372093rem;top:27.76659375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2TuJoSzu19nS2Aie0ar9WG9d4q1ch2d { display:block; }#E2TuJoSzu19nS2Aie0ar9WG9d4q1ch2d > .row .container { width:20rem;height:16.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gVX2T6UuLrEFvAEeC1sdRv8q549OXH7G { width:16.5rem;height:6.82325rem;top:4.185546875rem;left:1.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FF01BysuKyGW0ewwJfmGaL8pr7ORV6kM { width:17.1245625rem;height:2.923825rem;top:11.75927734375rem;left:1.4365234375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dNsJd6gNLxUETQWBOqziQVQF3cUArU4e { display:block; }#dNsJd6gNLxUETQWBOqziQVQF3cUArU4e > .row .container { width:20rem;height:37.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #webWDfs7T9T7hJADBGpWPUAXUc6UwLC5 { width:13.9980625rem;height:3.499025rem;top:27.6875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIuOH0LuQUiSGToCm2itfPUuNQB4Av12 { display:block; }
 }@media only screen and (max-width: 763px) { #QKEqPBIuSpHhokDPwtdoS9vXNLUElhuM { width:17.6875rem;height:14.40625rem;top:12rem;left:1.125rem;font-size:1rem;display:block; }#QKEqPBIuSpHhokDPwtdoS9vXNLUElhuM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6f2eac1c-0d8e-458e-ba6e-f0767d01dd40/check_drk_red.png); }
 }@media only screen and (max-width: 763px) { #L6O6Po6gCtEuwm69B5L50iS6JVeBDVZV { width:20rem;height:0.25rem;top:10.3125rem;left:0rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #o9GodGXEagodCPzbZvQsr1965bmKQo8c { width:8rem;height:3.75rem;top:6.0625rem;left:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ux25h01pPGWLkIoFDATcK42STPWIZcBb { width:9.1875rem;height:1.875rem;top:7.125rem;left:9.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMHVEdGhrWpSLnz7CSLuoe3gMUevXqlX { width:19.625rem;height:1.6875rem;top:4.625rem;left:0.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVLqn9WOP693bRE16bDfkBh1VUtTTU0Q { width:18.75rem;height:1.40625rem;top:2.5rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HqTuENr0BtlyrZQmdrJWdPxMa34cybDV { width:19.6875rem;height:32.0625rem;top:1rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #p9gzcCEhzM4JmD6ELpX2zrogvysfDH5I { background-color:#1f2321;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#p9gzcCEhzM4JmD6ELpX2zrogvysfDH5I > .row .container { background-color: transparent; background-image: none; }#p9gzcCEhzM4JmD6ELpX2zrogvysfDH5I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9gzcCEhzM4JmD6ELpX2zrogvysfDH5I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9gzcCEhzM4JmD6ELpX2zrogvysfDH5I > .row .container > .video-iframe-container { display: none; }#p9gzcCEhzM4JmD6ELpX2zrogvysfDH5I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9gzcCEhzM4JmD6ELpX2zrogvysfDH5I > .row > .video-iframe-container { display: none; }#p9gzcCEhzM4JmD6ELpX2zrogvysfDH5I > .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); }#p9gzcCEhzM4JmD6ELpX2zrogvysfDH5I > .row .container { border-width: 0; border-radius: 0; }#p9gzcCEhzM4JmD6ELpX2zrogvysfDH5I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p9gzcCEhzM4JmD6ELpX2zrogvysfDH5I > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wt58uIgwf1ZSyyDNET7qmxip0qnG0rPN { width:19.6875rem;height:8.4375rem;top:2.5rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gSZhwNneFZ646Oemgbi6czcMCzgJPUAF { display:block; }#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bbabTAMlepiTP4348d7dyzTvIK9VUIyF { width:9.4375rem;height:2.1875rem;top:1.40625rem;left:5.28125rem;display:block; }
 }