.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:238,232,228;--color-primary-1:204,187,175;--color-primary-2:170,141,122;--color-primary-3:255,26,0;--color-primary-4:113,0,0;--color-secondary-0:235,221,224;--color-secondary-1:189,143,151;--color-secondary-2:122,30,46;--color-secondary-3:61,15,23;--color-secondary-4:18,5,7;--color-tertiary-0:217,217,217;--color-tertiary-1:128,128,128;--color-tertiary-2:0,0,0;--color-tertiary-3:0,0,0;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ebe7e3;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTLIHMAceSEZPufffy5J6CPFo316KUqO { 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; }#kTLIHMAceSEZPufffy5J6CPFo316KUqO > .row .container { background-color: transparent; background-image: none; }#kTLIHMAceSEZPufffy5J6CPFo316KUqO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTLIHMAceSEZPufffy5J6CPFo316KUqO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTLIHMAceSEZPufffy5J6CPFo316KUqO > .row .container > .video-iframe-container { display: none; }#kTLIHMAceSEZPufffy5J6CPFo316KUqO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTLIHMAceSEZPufffy5J6CPFo316KUqO > .row > .video-iframe-container { display: none; }#kTLIHMAceSEZPufffy5J6CPFo316KUqO > .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); }#kTLIHMAceSEZPufffy5J6CPFo316KUqO > .row .container { border-width: 0; border-radius: 0; }#kTLIHMAceSEZPufffy5J6CPFo316KUqO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kTLIHMAceSEZPufffy5J6CPFo316KUqO > .row .container { font-size:0.875rem;font-family:arial;height:9.9375rem;width:75rem;position:relative;display:block; }#CIMpAAooZFfvQNBpJ8d0cBm3kr5C6icF { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:9.6875rem;top:1.59375rem;left:7.3749990463256rem;overflow:hidden;display:block; }
#XiXmdhP2Qg29rG8JTTibSr0azHekwTn4 { color:#f9f2c3;display:block;width:58.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:3.90625rem;left:8.21875rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { background-color: transparent; background-image: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container > .video-iframe-container { display: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container { display: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .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); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { border-width: 0; border-radius: 0; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { font-size:0.875rem;font-family:arial;height:24.4375rem;width:75rem;position:relative;display:block; }#VEvgCriwh4l0dC2c3t2llVsgLhJOh86A { color:#f9f2c3;display:block;width:58.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:19.937499046326rem;left:8.2187490463256rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#anWneLwIT0I0HUWB5uwLdVIyqchg6hor { color:#f9f2c3;display:block;width:58.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.3125rem;left:8.09375rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GshubTNTPtfw0ZW6mm2kKspvTHBiJ1iL .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#GshubTNTPtfw0ZW6mm2kKspvTHBiJ1iL .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:"open sans";font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#GshubTNTPtfw0ZW6mm2kKspvTHBiJ1iL .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-2),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#GshubTNTPtfw0ZW6mm2kKspvTHBiJ1iL { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:12.395830750466rem;left:27.875000953674rem;z-index:15009; }
#GshubTNTPtfw0ZW6mm2kKspvTHBiJ1iL #ERfPKyH8TMozrWzWSKIHgGsR24sHGLXM { display:flex;position:relative;top:0rem;left:0rem; }
#GshubTNTPtfw0ZW6mm2kKspvTHBiJ1iL #X2oBskkDiMh1FiBI4incDgA8y2ggyyq7 { width:auto; }
#GshubTNTPtfw0ZW6mm2kKspvTHBiJ1iL #OWOiNlsJbAxc2kxp0xGer6mtpO56OI2u {  }
#GshubTNTPtfw0ZW6mm2kKspvTHBiJ1iL #EVioI0MRFudyPZVrBpsQpBHC9u5Frf8g { display:flex;position:relative;top:0rem;left:0rem; }
#GshubTNTPtfw0ZW6mm2kKspvTHBiJ1iL #OTodaTD0CHAo2kwQaBwf8V6ESOVtHQ5a {  }
#GshubTNTPtfw0ZW6mm2kKspvTHBiJ1iL #O5TVJNKg8rcLglp4ZnrQwylommlczGHI {  }
#GshubTNTPtfw0ZW6mm2kKspvTHBiJ1iL #rLVao6z155Z6yecWITSHGHentOh7SVWh { display:flex;position:relative;top:0rem;left:0rem; }
#GshubTNTPtfw0ZW6mm2kKspvTHBiJ1iL #VXbZXHt5zHyge7xnw3D9PEQb1M3em2CZ {  }
#GshubTNTPtfw0ZW6mm2kKspvTHBiJ1iL #yt8w9fquU2vZpKAofZIt9t6hlfTTJt4f {  }
#GshubTNTPtfw0ZW6mm2kKspvTHBiJ1iL #CwFE0wUePtVqFvMmAH5JsVxhiIqkHO0W { display:flex;position:relative;top:0rem;left:0rem; }
#GshubTNTPtfw0ZW6mm2kKspvTHBiJ1iL #AxFQBn0gcTt7oPDvrXElqWeBp2Z7vri4 {  }
#GshubTNTPtfw0ZW6mm2kKspvTHBiJ1iL #hlDtmh9O0wWTz6NTTa7VSFMeCEBUm7PD {  }
#Sx8X4gkqxZ2xlK2XX8C2m8yyESscHUh3 { color:#f9f2c3;display:block;width:58.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:9.4375rem;left:8.2187509536744rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NopQB5BfkyIGqarbnU1Kxc85iiLFob00 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, #ffffff, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, #ffffff, rgba(var(--color-primary-2),1));background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NopQB5BfkyIGqarbnU1Kxc85iiLFob00 > .row .container { background-color: transparent; background-image: none; }#NopQB5BfkyIGqarbnU1Kxc85iiLFob00::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NopQB5BfkyIGqarbnU1Kxc85iiLFob00 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NopQB5BfkyIGqarbnU1Kxc85iiLFob00 > .row .container > .video-iframe-container { display: none; }#NopQB5BfkyIGqarbnU1Kxc85iiLFob00 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NopQB5BfkyIGqarbnU1Kxc85iiLFob00 > .row > .video-iframe-container { display: none; }#NopQB5BfkyIGqarbnU1Kxc85iiLFob00 > .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); }#NopQB5BfkyIGqarbnU1Kxc85iiLFob00 > .row .container { border-width: 0; border-radius: 0; }#NopQB5BfkyIGqarbnU1Kxc85iiLFob00 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NopQB5BfkyIGqarbnU1Kxc85iiLFob00 > .row .container { font-size:0.875rem;font-family:arial;height:57.25rem;width:75rem;position:relative;display:block; }#pghMirZcznoid8NVV8vdpiqlmwrqNUqp { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:17.1875rem;top:28.90625rem;left:28.906250953674rem;overflow:hidden;display:block; }
#TTlXf3ap2JJ5BrpD5Pn6UA1CLqqaXGSK { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.75rem;width:16.8125rem;top:39.624998092651rem;left:29.093750953674rem;overflow:hidden;display:block; }
#sXEt9LsPyaVtprNZT4iNoAMtDDhf4Z1Q { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:17.3125rem;top:10.9375rem;left:28.843750953674rem;overflow:hidden;display:block; }
#GeaorH3SbcDTlKD9OxglZlNLWA2f7Gle { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:17.5625rem;top:1.5rem;left:28.718750953674rem;overflow:hidden;display:block; }
#S4ol4aVM70GsWwR0s3G753JiIJrBdC8k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), #ffffff);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), #ffffff);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S4ol4aVM70GsWwR0s3G753JiIJrBdC8k > .row .container { background-color: transparent; background-image: none; }#S4ol4aVM70GsWwR0s3G753JiIJrBdC8k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4ol4aVM70GsWwR0s3G753JiIJrBdC8k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4ol4aVM70GsWwR0s3G753JiIJrBdC8k > .row .container > .video-iframe-container { display: none; }#S4ol4aVM70GsWwR0s3G753JiIJrBdC8k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4ol4aVM70GsWwR0s3G753JiIJrBdC8k > .row > .video-iframe-container { display: none; }#S4ol4aVM70GsWwR0s3G753JiIJrBdC8k > .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); }#S4ol4aVM70GsWwR0s3G753JiIJrBdC8k > .row .container { border-width: 0; border-radius: 0; }#S4ol4aVM70GsWwR0s3G753JiIJrBdC8k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S4ol4aVM70GsWwR0s3G753JiIJrBdC8k > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;position:relative;display:block; }#WP6sqLTfHUs6Q0XniOdpe6H7NWkZ83Jp { 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:60rem;width:60rem;display:none; }
#qHw8WQeFst08HPAOJN1mCekRJcCxiL1U { 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:8.6875rem;width:31.1875rem;top:0.25rem;left:21.906249046326rem;overflow:hidden;display:block; }
#NwbxlxTgG6Xr6N2dnpMgTC8nTUnkW3Qt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, #ffffff, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, #ffffff, rgba(var(--color-primary-2),1));background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NwbxlxTgG6Xr6N2dnpMgTC8nTUnkW3Qt > .row .container { background-color: transparent; background-image: none; }#NwbxlxTgG6Xr6N2dnpMgTC8nTUnkW3Qt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwbxlxTgG6Xr6N2dnpMgTC8nTUnkW3Qt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwbxlxTgG6Xr6N2dnpMgTC8nTUnkW3Qt > .row .container > .video-iframe-container { display: none; }#NwbxlxTgG6Xr6N2dnpMgTC8nTUnkW3Qt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwbxlxTgG6Xr6N2dnpMgTC8nTUnkW3Qt > .row > .video-iframe-container { display: none; }#NwbxlxTgG6Xr6N2dnpMgTC8nTUnkW3Qt > .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); }#NwbxlxTgG6Xr6N2dnpMgTC8nTUnkW3Qt > .row .container { border-width: 0; border-radius: 0; }#NwbxlxTgG6Xr6N2dnpMgTC8nTUnkW3Qt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NwbxlxTgG6Xr6N2dnpMgTC8nTUnkW3Qt > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#e53M39JImiCWSrb1tG4t9JNngwC17qQ9 { 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:60rem;width:60rem;display:none; }
#rnMuIn8ByET2N5xFdwqQZW2Dmao1J6TJ { color:rgba(var(--color-tertiary-2),1);display:block;width:63.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:0.59375rem;left:5.875rem;height:24.375rem;font-style:normal;display:block; }
#nZ199ykbVtSDKLQCEM1fQMKcoZwehK1J { color:rgba(var(--color-tertiary-2),1);display:block;width:63.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:28.322919845581rem;left:5.8750009536743rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WQkeCgJR2BBIbzZp1BpZIWaT7GXBzAJF { border-top:0.1875rem solid #d02424;border-left:0.1875rem solid #d02424;border-right:0.1875rem solid #d02424;border-bottom:0.1875rem solid #d02424;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#WQkeCgJR2BBIbzZp1BpZIWaT7GXBzAJF > .row .container { background-color: transparent; background-image: none; }#WQkeCgJR2BBIbzZp1BpZIWaT7GXBzAJF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQkeCgJR2BBIbzZp1BpZIWaT7GXBzAJF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQkeCgJR2BBIbzZp1BpZIWaT7GXBzAJF > .row .container > .video-iframe-container { display: none; }#WQkeCgJR2BBIbzZp1BpZIWaT7GXBzAJF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQkeCgJR2BBIbzZp1BpZIWaT7GXBzAJF > .row > .video-iframe-container { display: none; }#WQkeCgJR2BBIbzZp1BpZIWaT7GXBzAJF > .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); }#WQkeCgJR2BBIbzZp1BpZIWaT7GXBzAJF > .row .container { border-width: 0; border-radius: 0; }#WQkeCgJR2BBIbzZp1BpZIWaT7GXBzAJF > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#WQkeCgJR2BBIbzZp1BpZIWaT7GXBzAJF > .row .container { font-size:0.875rem;font-family:arial;height:25.46875rem;width:75rem;position:relative;display:block; }#qtnJ2nwbelwnP8UN6z7N52Q1vnfV9y1J { color:rgba(var(--color-tertiary-2),1);display:block;width:63.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:1.390625rem;left:6.25rem;height:1.78125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z5H5H46xMsRAXB12UOIy4aWwC5LCxatF { color:rgba(var(--color-tertiary-2),1);display:block;width:8.4375rem;position:absolute;font-family:inter;font-size:2.0625rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:4.4374923706055rem;left:27.437499046326rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PykgNKW21DrNyocq4BZslkU3oE5p8ngn { color:#fb1142;display:block;width:15.6875rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:7.53125rem;left:33.994791984558rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uDlV2E9deZwT7dzr9Laq7aCuT5DKVuPM { z-index:15005;top:10.515628814698rem;left:24.999999046326rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(var(--color-tertiary-2),0.6) ;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:inter;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.125rem;height:5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#PVR0JWeEx68osdlCTTrmLrVRx6mf0z3P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DMtQVyHJB9n07liXsGhC1J8X63ooRBP2 { z-index:15006;top:17.328128814698rem;left:24.999999046326rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #3c7351, #2b2b2b);background-image: -moz-linear-gradient(216deg, #3c7351, #2b2b2b);background-image: -ms-linear-gradient(216deg, #3c7351, #2b2b2b);background-image: -o-linear-gradient(216deg, #3c7351, #2b2b2b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c7351', endColorstr='#2b2b2b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c7351', endColorstr='#2b2b2b' );";background-image: linear-gradient(216deg, #3c7351, #2b2b2b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(var(--color-tertiary-2),0.6) ;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:inter;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.125rem;height:5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#MmdOCDCMblPJgNtb4b9BddaIzzbheEm7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kTLIHMAceSEZPufffy5J6CPFo316KUqO { display:block; }#kTLIHMAceSEZPufffy5J6CPFo316KUqO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CIMpAAooZFfvQNBpJ8d0cBm3kr5C6icF { top:1.5625rem;left:0rem;width:9.6875rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiXmdhP2Qg29rG8JTTibSr0azHekwTn4 { top:3.875rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { display:block; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VEvgCriwh4l0dC2c3t2llVsgLhJOh86A { top:19.9375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #anWneLwIT0I0HUWB5uwLdVIyqchg6hor { top:1.3125rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GshubTNTPtfw0ZW6mm2kKspvTHBiJ1iL .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GshubTNTPtfw0ZW6mm2kKspvTHBiJ1iL .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#GshubTNTPtfw0ZW6mm2kKspvTHBiJ1iL .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#GshubTNTPtfw0ZW6mm2kKspvTHBiJ1iL { display:flex;width:18rem;height:5.0625rem;top:14.75rem;left:14.249999046326rem; }
 }@media only screen and (max-width: 763px) { #GshubTNTPtfw0ZW6mm2kKspvTHBiJ1iL #ERfPKyH8TMozrWzWSKIHgGsR24sHGLXM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GshubTNTPtfw0ZW6mm2kKspvTHBiJ1iL #X2oBskkDiMh1FiBI4incDgA8y2ggyyq7 {  }
 }@media only screen and (max-width: 763px) { #GshubTNTPtfw0ZW6mm2kKspvTHBiJ1iL #OWOiNlsJbAxc2kxp0xGer6mtpO56OI2u {  }
 }@media only screen and (max-width: 763px) { #GshubTNTPtfw0ZW6mm2kKspvTHBiJ1iL #EVioI0MRFudyPZVrBpsQpBHC9u5Frf8g { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GshubTNTPtfw0ZW6mm2kKspvTHBiJ1iL #OTodaTD0CHAo2kwQaBwf8V6ESOVtHQ5a {  }
 }@media only screen and (max-width: 763px) { #GshubTNTPtfw0ZW6mm2kKspvTHBiJ1iL #O5TVJNKg8rcLglp4ZnrQwylommlczGHI {  }
 }@media only screen and (max-width: 763px) { #GshubTNTPtfw0ZW6mm2kKspvTHBiJ1iL #rLVao6z155Z6yecWITSHGHentOh7SVWh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GshubTNTPtfw0ZW6mm2kKspvTHBiJ1iL #VXbZXHt5zHyge7xnw3D9PEQb1M3em2CZ {  }
 }@media only screen and (max-width: 763px) { #GshubTNTPtfw0ZW6mm2kKspvTHBiJ1iL #yt8w9fquU2vZpKAofZIt9t6hlfTTJt4f {  }
 }@media only screen and (max-width: 763px) { #GshubTNTPtfw0ZW6mm2kKspvTHBiJ1iL #CwFE0wUePtVqFvMmAH5JsVxhiIqkHO0W { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GshubTNTPtfw0ZW6mm2kKspvTHBiJ1iL #AxFQBn0gcTt7oPDvrXElqWeBp2Z7vri4 {  }
 }@media only screen and (max-width: 763px) { #GshubTNTPtfw0ZW6mm2kKspvTHBiJ1iL #hlDtmh9O0wWTz6NTTa7VSFMeCEBUm7PD {  }
 }@media only screen and (max-width: 763px) { #Sx8X4gkqxZ2xlK2XX8C2m8yyESscHUh3 { top:9.4375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NopQB5BfkyIGqarbnU1Kxc85iiLFob00 { display:block; }#NopQB5BfkyIGqarbnU1Kxc85iiLFob00 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pghMirZcznoid8NVV8vdpiqlmwrqNUqp { top:28.875rem;left:15.281250953674rem;width:17.1875rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTlXf3ap2JJ5BrpD5Pn6UA1CLqqaXGSK { top:39.5625rem;left:15.468750953674rem;width:16.8125rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXEt9LsPyaVtprNZT4iNoAMtDDhf4Z1Q { top:10.9375rem;left:15.218750953674rem;width:17.3125rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeaorH3SbcDTlKD9OxglZlNLWA2f7Gle { top:1.5rem;left:15.093750953674rem;width:17.5625rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4ol4aVM70GsWwR0s3G753JiIJrBdC8k { display:block; }#S4ol4aVM70GsWwR0s3G753JiIJrBdC8k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WP6sqLTfHUs6Q0XniOdpe6H7NWkZ83Jp { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qHw8WQeFst08HPAOJN1mCekRJcCxiL1U { top:0.25rem;left:8.2812490463256rem;width:31.1875rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwbxlxTgG6Xr6N2dnpMgTC8nTUnkW3Qt { display:block; }#NwbxlxTgG6Xr6N2dnpMgTC8nTUnkW3Qt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e53M39JImiCWSrb1tG4t9JNngwC17qQ9 { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rnMuIn8ByET2N5xFdwqQZW2Dmao1J6TJ { top:0.5625rem;left:0rem;width:47.75rem;height:24.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZ199ykbVtSDKLQCEM1fQMKcoZwehK1J { top:28.3125rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQkeCgJR2BBIbzZp1BpZIWaT7GXBzAJF { display:block; }#WQkeCgJR2BBIbzZp1BpZIWaT7GXBzAJF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qtnJ2nwbelwnP8UN6z7N52Q1vnfV9y1J { top:1.375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5H5H46xMsRAXB12UOIy4aWwC5LCxatF { top:4.375rem;left:13.812499046326rem;width:8.4375rem;height:3.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PykgNKW21DrNyocq4BZslkU3oE5p8ngn { top:7.5rem;left:20.369791984558rem;width:15.6875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDlV2E9deZwT7dzr9Laq7aCuT5DKVuPM { top:10.5rem;left:11.374999046326rem;width:23.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVR0JWeEx68osdlCTTrmLrVRx6mf0z3P { display:block; }
 }@media only screen and (max-width: 763px) { #DMtQVyHJB9n07liXsGhC1J8X63ooRBP2 { top:17.3125rem;left:11.374999046326rem;width:23.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmdOCDCMblPJgNtb4b9BddaIzzbheEm7 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#f8f6f4;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #kTLIHMAceSEZPufffy5J6CPFo316KUqO { background-color:#7a1e2e;background-image:none;display:block; }#kTLIHMAceSEZPufffy5J6CPFo316KUqO > .row .container { background-color: transparent; background-image: none; }#kTLIHMAceSEZPufffy5J6CPFo316KUqO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTLIHMAceSEZPufffy5J6CPFo316KUqO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTLIHMAceSEZPufffy5J6CPFo316KUqO > .row .container > .video-iframe-container { display: none; }#kTLIHMAceSEZPufffy5J6CPFo316KUqO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTLIHMAceSEZPufffy5J6CPFo316KUqO > .row > .video-iframe-container { display: none; }#kTLIHMAceSEZPufffy5J6CPFo316KUqO > .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); }#kTLIHMAceSEZPufffy5J6CPFo316KUqO > .row .container { width:20rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CIMpAAooZFfvQNBpJ8d0cBm3kr5C6icF { width:8rem;height:3.8125rem;top:1rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XiXmdhP2Qg29rG8JTTibSr0azHekwTn4 { width:20rem;height:5.34375rem;top:3.5625004768372rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { display:block; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { background-color: transparent; background-image: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container > .video-iframe-container { display: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container { display: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .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); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container > .video-iframe-container { border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { width:20rem;height:22.5625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #f8f6f4);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #f8f6f4);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #f8f6f4);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #f8f6f4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8f6f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8f6f4' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #f8f6f4);background-size:contain !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VEvgCriwh4l0dC2c3t2llVsgLhJOh86A { width:18.75rem;height:5.34375rem;top:15.5rem;left:0.625rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#422a1d;display:block; }
 }@media only screen and (max-width: 763px) { #anWneLwIT0I0HUWB5uwLdVIyqchg6hor { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#3c2a2f;display:block; }
 }@media only screen and (max-width: 763px) { #GshubTNTPtfw0ZW6mm2kKspvTHBiJ1iL .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GshubTNTPtfw0ZW6mm2kKspvTHBiJ1iL .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#GshubTNTPtfw0ZW6mm2kKspvTHBiJ1iL .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#GshubTNTPtfw0ZW6mm2kKspvTHBiJ1iL { display:flex;width:18rem;height:5.0625rem;top:9.1875rem;left:0.375rem;background-color:#f8f6f4;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; }
 }@media only screen and (max-width: 763px) { #GshubTNTPtfw0ZW6mm2kKspvTHBiJ1iL #ERfPKyH8TMozrWzWSKIHgGsR24sHGLXM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GshubTNTPtfw0ZW6mm2kKspvTHBiJ1iL #X2oBskkDiMh1FiBI4incDgA8y2ggyyq7 {  }
 }@media only screen and (max-width: 763px) { #GshubTNTPtfw0ZW6mm2kKspvTHBiJ1iL #OWOiNlsJbAxc2kxp0xGer6mtpO56OI2u {  }
 }@media only screen and (max-width: 763px) { #GshubTNTPtfw0ZW6mm2kKspvTHBiJ1iL #EVioI0MRFudyPZVrBpsQpBHC9u5Frf8g { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GshubTNTPtfw0ZW6mm2kKspvTHBiJ1iL #OTodaTD0CHAo2kwQaBwf8V6ESOVtHQ5a {  }
 }@media only screen and (max-width: 763px) { #GshubTNTPtfw0ZW6mm2kKspvTHBiJ1iL #O5TVJNKg8rcLglp4ZnrQwylommlczGHI {  }
 }@media only screen and (max-width: 763px) { #GshubTNTPtfw0ZW6mm2kKspvTHBiJ1iL #rLVao6z155Z6yecWITSHGHentOh7SVWh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GshubTNTPtfw0ZW6mm2kKspvTHBiJ1iL #VXbZXHt5zHyge7xnw3D9PEQb1M3em2CZ {  }
 }@media only screen and (max-width: 763px) { #GshubTNTPtfw0ZW6mm2kKspvTHBiJ1iL #yt8w9fquU2vZpKAofZIt9t6hlfTTJt4f {  }
 }@media only screen and (max-width: 763px) { #GshubTNTPtfw0ZW6mm2kKspvTHBiJ1iL #CwFE0wUePtVqFvMmAH5JsVxhiIqkHO0W { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GshubTNTPtfw0ZW6mm2kKspvTHBiJ1iL #AxFQBn0gcTt7oPDvrXElqWeBp2Z7vri4 {  }
 }@media only screen and (max-width: 763px) { #GshubTNTPtfw0ZW6mm2kKspvTHBiJ1iL #hlDtmh9O0wWTz6NTTa7VSFMeCEBUm7PD {  }
 }@media only screen and (max-width: 763px) { #Sx8X4gkqxZ2xlK2XX8C2m8yyESscHUh3 { width:20rem;height:3.375rem;top:5.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#422a1d;display:block; }
 }@media only screen and (max-width: 763px) { #NopQB5BfkyIGqarbnU1Kxc85iiLFob00 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8f6f4, #aa8d7a);background-image: -moz-linear-gradient(180deg, #f8f6f4, #aa8d7a);background-image: -ms-linear-gradient(180deg, #f8f6f4, #aa8d7a);background-image: -o-linear-gradient(180deg, #f8f6f4, #aa8d7a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f6f4', endColorstr='#aa8d7a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f6f4', endColorstr='#aa8d7a' );";background-image: linear-gradient(180deg, #f8f6f4, #aa8d7a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NopQB5BfkyIGqarbnU1Kxc85iiLFob00 > .row .container { background-color: transparent; background-image: none; }#NopQB5BfkyIGqarbnU1Kxc85iiLFob00::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NopQB5BfkyIGqarbnU1Kxc85iiLFob00 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NopQB5BfkyIGqarbnU1Kxc85iiLFob00 > .row .container > .video-iframe-container { display: none; }#NopQB5BfkyIGqarbnU1Kxc85iiLFob00 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NopQB5BfkyIGqarbnU1Kxc85iiLFob00 > .row > .video-iframe-container { display: none; }#NopQB5BfkyIGqarbnU1Kxc85iiLFob00 > .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); }#NopQB5BfkyIGqarbnU1Kxc85iiLFob00 > .row .container { border-width: 0; border-radius: 0; }#NopQB5BfkyIGqarbnU1Kxc85iiLFob00 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NopQB5BfkyIGqarbnU1Kxc85iiLFob00 > .row .container { width:20rem;height:51.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pghMirZcznoid8NVV8vdpiqlmwrqNUqp { width:15.4375rem;height:7.75rem;top:25.093748092651rem;left:2.2260417938233rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;border-top:0.0625rem solid #aa8d7a;border-left:0.0625rem solid #aa8d7a;border-right:0.0625rem solid #aa8d7a;border-bottom:0.0625rem solid #aa8d7a;display:block; }
 }@media only screen and (max-width: 763px) { #TTlXf3ap2JJ5BrpD5Pn6UA1CLqqaXGSK { width:15.3125rem;height:13.4375rem;top:34.395831108093rem;left:2.2885417938233rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-top:0.0625rem solid #aa8d7a;border-left:0.0625rem solid #aa8d7a;border-right:0.0625rem solid #aa8d7a;border-bottom:0.0625rem solid #aa8d7a;display:block; }
 }@media only screen and (max-width: 763px) { #sXEt9LsPyaVtprNZT4iNoAMtDDhf4Z1Q { width:15.375rem;height:14.9375rem;top:8.8020820617675rem;left:2.2572917938233rem;border-top:0.0625rem solid #aa8d7a;border-left:0.0625rem solid #aa8d7a;border-right:0.0625rem solid #aa8d7a;border-bottom:0.0625rem solid #aa8d7a;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeaorH3SbcDTlKD9OxglZlNLWA2f7Gle { width:15.5rem;height:7rem;top:0rem;left:2.1927080154419rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;border-top:0.0625rem solid #aa8d7a;border-left:0.0625rem solid #aa8d7a;border-right:0.0625rem solid #aa8d7a;border-bottom:0.0625rem solid #aa8d7a;display:block; }
 }@media only screen and (max-width: 763px) { #S4ol4aVM70GsWwR0s3G753JiIJrBdC8k { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #aa8d7a, #f8f6f4);background-image: -moz-linear-gradient(180deg, #aa8d7a, #f8f6f4);background-image: -ms-linear-gradient(180deg, #aa8d7a, #f8f6f4);background-image: -o-linear-gradient(180deg, #aa8d7a, #f8f6f4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa8d7a', endColorstr='#f8f6f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa8d7a', endColorstr='#f8f6f4' );";background-image: linear-gradient(180deg, #aa8d7a, #f8f6f4);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S4ol4aVM70GsWwR0s3G753JiIJrBdC8k > .row .container { background-color: transparent; background-image: none; }#S4ol4aVM70GsWwR0s3G753JiIJrBdC8k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4ol4aVM70GsWwR0s3G753JiIJrBdC8k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4ol4aVM70GsWwR0s3G753JiIJrBdC8k > .row .container > .video-iframe-container { display: none; }#S4ol4aVM70GsWwR0s3G753JiIJrBdC8k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4ol4aVM70GsWwR0s3G753JiIJrBdC8k > .row > .video-iframe-container { display: none; }#S4ol4aVM70GsWwR0s3G753JiIJrBdC8k > .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); }#S4ol4aVM70GsWwR0s3G753JiIJrBdC8k > .row .container { border-width: 0; border-radius: 0; }#S4ol4aVM70GsWwR0s3G753JiIJrBdC8k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S4ol4aVM70GsWwR0s3G753JiIJrBdC8k > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WP6sqLTfHUs6Q0XniOdpe6H7NWkZ83Jp { top:98.75000190735rem;left:3.7187498807907rem;width:12.5625rem;height:12.5625rem;z-index:15039;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #qHw8WQeFst08HPAOJN1mCekRJcCxiL1U { width:20rem;height:5.5711422845691rem;top:3.814697265625E-6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwbxlxTgG6Xr6N2dnpMgTC8nTUnkW3Qt { display:block; }#NwbxlxTgG6Xr6N2dnpMgTC8nTUnkW3Qt { background-color: transparent; background-image: none; }#NwbxlxTgG6Xr6N2dnpMgTC8nTUnkW3Qt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwbxlxTgG6Xr6N2dnpMgTC8nTUnkW3Qt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwbxlxTgG6Xr6N2dnpMgTC8nTUnkW3Qt > .row .container > .video-iframe-container { display: none; }#NwbxlxTgG6Xr6N2dnpMgTC8nTUnkW3Qt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwbxlxTgG6Xr6N2dnpMgTC8nTUnkW3Qt > .row > .video-iframe-container { display: none; }#NwbxlxTgG6Xr6N2dnpMgTC8nTUnkW3Qt > .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); }#NwbxlxTgG6Xr6N2dnpMgTC8nTUnkW3Qt { border-width: 0; border-radius: 0; }#NwbxlxTgG6Xr6N2dnpMgTC8nTUnkW3Qt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NwbxlxTgG6Xr6N2dnpMgTC8nTUnkW3Qt > .row .container { width:20rem;height:67.125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e53M39JImiCWSrb1tG4t9JNngwC17qQ9 { top:98.75000190735rem;left:3.7187498807907rem;width:12.5625rem;height:12.5625rem;z-index:15039;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #rnMuIn8ByET2N5xFdwqQZW2Dmao1J6TJ { width:18.75rem;height:57.375rem;top:1.25rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #nZ199ykbVtSDKLQCEM1fQMKcoZwehK1J { width:20rem;height:6.375rem;top:60.072917938233rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.7;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #WQkeCgJR2BBIbzZp1BpZIWaT7GXBzAJF { background-color:#f8f6f4;background-image:none;border-top:0.125rem solid #6b152b;border-left:0.125rem solid #6b152b;border-right:0.125rem solid #6b152b;border-bottom:0.125rem solid #6b152b;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }#WQkeCgJR2BBIbzZp1BpZIWaT7GXBzAJF > .row .container { background-color: transparent; background-image: none; }#WQkeCgJR2BBIbzZp1BpZIWaT7GXBzAJF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQkeCgJR2BBIbzZp1BpZIWaT7GXBzAJF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQkeCgJR2BBIbzZp1BpZIWaT7GXBzAJF > .row .container > .video-iframe-container { display: none; }#WQkeCgJR2BBIbzZp1BpZIWaT7GXBzAJF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQkeCgJR2BBIbzZp1BpZIWaT7GXBzAJF > .row > .video-iframe-container { display: none; }#WQkeCgJR2BBIbzZp1BpZIWaT7GXBzAJF > .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); }#WQkeCgJR2BBIbzZp1BpZIWaT7GXBzAJF > .row .container { border-width: 0; border-radius: 0; }#WQkeCgJR2BBIbzZp1BpZIWaT7GXBzAJF > .row > .video-iframe-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#WQkeCgJR2BBIbzZp1BpZIWaT7GXBzAJF > .row .container { width:20rem;height:24.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qtnJ2nwbelwnP8UN6z7N52Q1vnfV9y1J { width:18.75rem;height:2.7625rem;top:2.1249990463257rem;left:0.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;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; }
 }@media only screen and (max-width: 763px) { #z5H5H46xMsRAXB12UOIy4aWwC5LCxatF { width:8.4375rem;height:3rem;top:6.6302185058594rem;left:5.78125rem;font-size:2rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #PykgNKW21DrNyocq4BZslkU3oE5p8ngn { width:15.6875rem;height:2.0625rem;top:9.5729179382325rem;left:2.15625rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #uDlV2E9deZwT7dzr9Laq7aCuT5DKVuPM { top:12.512500762939rem;left:0.5rem;width:19rem;height:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVR0JWeEx68osdlCTTrmLrVRx6mf0z3P { display:block; }
 }@media only screen and (max-width: 763px) { #DMtQVyHJB9n07liXsGhC1J8X63ooRBP2 { top:18.010417938233rem;left:0.5rem;width:19rem;height:3.4375rem;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #MmdOCDCMblPJgNtb4b9BddaIzzbheEm7 { display:block; }
 }