.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#fff9f7;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:56.25rem;width:75rem;overflow:visible;position:relative;display:block; }#p0X7N2vddkn4i8sKIRhM3fbzHTrxQx1c { color:#981e32;display:block;width:35.1875rem;position:absolute;font-family:arapey;font-size:4.25rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:13.125rem;left:0rem;height:9.349625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SHCTaKJRvg6G7ZBeCFhq23NyiFziODBW { color:#050505;display:block;width:35.9375rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:25.1875rem;left:0rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QpWNVkWmoKXrV9LHDEK9CTaJ8RfcR4rD { color:#0a0a0a;display:block;width:7.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:48.625rem;left:6.25rem;height:1.04980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CNX8WXWJnwwJogZn1mLECW7oPntzEEg1 { background-color:#981e32;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.625rem solid #fb8b9c;border-left:0.625rem solid #fb8b9c;border-right:0.625rem solid #fb8b9c;border-bottom:0.625rem solid #fb8b9c;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:4.375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:31.3125rem;left:0rem;display:block; }
#cvVgPB4zCr80g2Q9zBIXxs6eNfZwtIFe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n4QcD9d2yBZ3OvSOkuW4WPFFwT7fUZMh { color:#0a0a0a;display:block;width:27.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:38.3125rem;left:0rem;height:1.19970625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xpvKZbE9pznsdGm89E4zc4elFk1SqnmT { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:11rem;top:40.4375rem;left:0rem;overflow:hidden;display:block; }
#Ksd9kIbapH0xQTVfzQEL1rV69asASTe9 { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:5rem;top:48.0625rem;left:0rem;overflow:hidden;display:block; }
#nFNaCI1AgLIGhTBdCmcKapLznkEdJowA { color:#0a0a0a;display:block;width:8.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:48.625rem;left:18.125rem;height:1.04980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#B6LPv7RAdyfH7WuUH2d7Pufmaq33qIVZ { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:48.0625rem;left:14.75rem;overflow:hidden;display:block; }
#s6cCR3kBSMi91G4I9ZfOcd1xSHtkKARd { color:#0a0a0a;display:block;width:7.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:48.625rem;left:33.75rem;height:1.04980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dhTIxV8ZDwrm0XaCQFU3AoovchkblIeT { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:5rem;top:48.0625rem;left:27.5rem;overflow:hidden;display:block; }
#MqE1cWsRra48LJpLpOE1nRuENHvwB6nP { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.8125rem;width:38.3125rem;top:23.4375rem;left:36.6875rem;overflow:hidden;display:block; }
#zyhVAOGR0fwmToCVfNMvWE9hmTMLaIks { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:8.4375rem;left:14.75rem;overflow:hidden;display:none; }
#wgFXq7Q9TG6Qsu8TZ2SOKpyl7FHoIHtJ { background-color:#7dc35c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.625rem solid #9bea76;border-left:0.625rem solid #9bea76;border-right:0.625rem solid #9bea76;border-bottom:0.625rem solid #9bea76;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:4.375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:34.375rem;left:0rem;display:none; }
#Lo38rJoJqIfSLiP4Vx9t83tnJdzrmIVz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nGXN6Fx5PiOtvlc3zrRt2CuayQ9qal3O { position:absolute;display:block;z-index:15003;height:3.125rem;width:3.125rem;top:0rem;left:71.875rem;display:block; }
#x1ggkI1rOsTMHelvbhOmeEnxrgZxqviR { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:12.5625rem;top:0.8125rem;left:0rem;overflow:hidden;display:block; }
#e1sNCAwLWnwkrgirAwLEHolb39L0HE8V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#981e32;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; }#e1sNCAwLWnwkrgirAwLEHolb39L0HE8V > .row .container { background-color: transparent; background-image: none; }#e1sNCAwLWnwkrgirAwLEHolb39L0HE8V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1sNCAwLWnwkrgirAwLEHolb39L0HE8V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1sNCAwLWnwkrgirAwLEHolb39L0HE8V > .row .container > .video-iframe-container { display: none; }#e1sNCAwLWnwkrgirAwLEHolb39L0HE8V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1sNCAwLWnwkrgirAwLEHolb39L0HE8V > .row > .video-iframe-container { display: none; }#e1sNCAwLWnwkrgirAwLEHolb39L0HE8V > .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); }#e1sNCAwLWnwkrgirAwLEHolb39L0HE8V > .row .container { border-width: 0; border-radius: 0; }#e1sNCAwLWnwkrgirAwLEHolb39L0HE8V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e1sNCAwLWnwkrgirAwLEHolb39L0HE8V > .row .container { font-size:0.875rem;font-family:arial;height:49.375rem;width:75rem;position:relative;display:block; }#WFBTetVTz7P5Z2XONntQILOeE6pJmXNi { color:#ffffff;display:block;width:53.3125rem;position:absolute;font-family:arapey;font-size:2.75rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.3125rem;left:10.84375rem;height:3.57483125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#EtDRNPh4KtgQoM9KKPpPTR4KCsb92QKt { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:14.5625rem;top:13.75rem;left:5.25rem;overflow:hidden;display:block; }
#oJXTltMDw21qtRoOUnbiPG0qsuoof5SC { color:#ffffff;display:block;width:21.375rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:30.5rem;left:1.8125rem;height:2.11230625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XtaTGednVBotaRmrNEGts2D3KPJPqiMJ { color:#ffffff;display:block;width:20.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:34.25rem;left:2.0625rem;height:3.59765625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#U8Ra2G9yDykO5u6VS6eHEKiRrWLOnImL { color:#ffffff;display:block;width:21.375rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:30.5rem;left:26.8125rem;height:2.11230625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tBs0ACcuuK93ezP7J6ktfxGQWmXnL5aw { color:#ffffff;display:block;width:19rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:34.24951171875rem;left:28rem;height:3.59765625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#mlZBJqRkJSiOb6Z4ysWyTCKHzaReiHQG { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:14.5rem;top:13.75rem;left:30.25rem;overflow:hidden;display:block; }
#xFitZVKg1DJ2EPpwGm8wVWe7HNgT4yPn { color:#ffffff;display:block;width:21.375rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:30.5rem;left:51.8125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IZGoIdXM9HNEb3JIIIsbTM6HM2P9e5tK { color:#ffffff;display:block;width:20.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:34.25rem;left:52.0625rem;height:3.59765625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#utgcJcJEpcAfmzaNp1kRnaTElIw8qZbw { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:14.5rem;top:13.75rem;left:55.25rem;overflow:hidden;display:block; }
#LoffHRHrzIGha9ixzd5QrCQiOZot0gHl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fde0e3;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; }#LoffHRHrzIGha9ixzd5QrCQiOZot0gHl > .row .container { background-color: transparent; background-image: none; }#LoffHRHrzIGha9ixzd5QrCQiOZot0gHl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoffHRHrzIGha9ixzd5QrCQiOZot0gHl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoffHRHrzIGha9ixzd5QrCQiOZot0gHl > .row .container > .video-iframe-container { display: none; }#LoffHRHrzIGha9ixzd5QrCQiOZot0gHl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoffHRHrzIGha9ixzd5QrCQiOZot0gHl > .row > .video-iframe-container { display: none; }#LoffHRHrzIGha9ixzd5QrCQiOZot0gHl > .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); }#LoffHRHrzIGha9ixzd5QrCQiOZot0gHl > .row .container { border-width: 0; border-radius: 0; }#LoffHRHrzIGha9ixzd5QrCQiOZot0gHl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LoffHRHrzIGha9ixzd5QrCQiOZot0gHl > .row .container { font-size:0.875rem;font-family:arial;height:86.625rem;width:75rem;position:relative;display:block; }#dXByfa9QkdVOqG4blWWbGnndLw8an7pf { color:#0a0a0a;display:block;width:53.3125rem;position:absolute;font-family:arapey;font-size:2.75rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.9375rem;left:10.84375rem;height:3.57483125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#B3u5Wbryq5DA2CLGmGQCJXO2GOXrJBpw { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.9375rem;width:19.375rem;top:18.625rem;left:2.8125rem;overflow:hidden;display:block; }
#mKeiV4HIRESPfTwpFh0EFhDd8RdEc9ns { color:#0a0a0a;display:block;width:18.25rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:33.3125rem;left:2.8125rem;height:1.7871125rem;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; }
#lFVDbsf56fyn164zPOa44uwcGhXMfWJB { color:#0a0a0a;display:block;width:19.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:35.9375rem;left:2.8125rem;height:3.1494125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#d5ZXeEHdOOE0DezIMRnlQqTy2XTqRdu3 { box-sizing:content-box;height:28.25rem;width:22.375rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.9375rem;left:1.3125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#hV2bAt4MrQOGT01HEV21xqfcKsVXSpTe { box-sizing:content-box;height:1.875rem;width:7.1875rem;position:absolute;display:block;z-index:15012;background-color:#ffe083;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.25rem;left:2.8125rem;border-top-right-radius:7.1875rem;border-bottom-right-radius:7.1875rem;border-bottom-left-radius:7.1875rem;border-top-left-radius:7.1875rem;display:block; }
#DHyKvTwbHqye3s0nV2T3kIhQMMT6TN5o { color:#0a0a0a;display:block;width:5.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:15.625rem;left:3.8125rem;height:1.19970625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hOFVTHT9LgBrDpWuU1yrSOPHB9TMULTN { color:#0a0a0a;display:block;width:17.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:35.9375rem;left:27.8125rem;height:2.0996125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cSNLfNWF0SKredCoHSP81Gz7dopvz9uG { box-sizing:content-box;height:28.25rem;width:22.375rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.9375rem;left:26.3125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#OIoEaPOXEFSkW7Ja3L2QmbTcFXQES7u2 { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.9375rem;width:19.375rem;top:18.625rem;left:27.8125rem;overflow:hidden;display:block; }
#mhCQOBWcQHgcMshR7beJwAFRc6HMRAwc { color:#0a0a0a;display:block;width:18.25rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:33.3125rem;left:27.8125rem;height:1.7871125rem;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; }
#Iz9vw2EiIaNcHVszguzMZoWfRMPB8RX5 { box-sizing:content-box;height:1.875rem;width:7.6875rem;position:absolute;display:block;z-index:15012;background-color:#a4e0f0;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.25rem;left:27.8125rem;border-top-right-radius:7.1875rem;border-bottom-right-radius:7.1875rem;border-bottom-left-radius:7.1875rem;border-top-left-radius:7.1875rem;display:block; }
#fgSRtdvsaeHH8sBRlEPpnwOiHegZmEeL { color:#0a0a0a;display:block;width:5.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:15.650390625rem;left:28.78125rem;height:1.19970625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#C2LFWXUgD2HaUDJc2Pn1XNVtIL7R9To4 { box-sizing:content-box;height:28.25rem;width:22.375rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.9375rem;left:51.3125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#BVlTWgXaCEIN6pBhwwc1gw068VggEysp { color:#0a0a0a;display:block;width:18.6875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:35.93701171875rem;left:53.15625rem;height:3.1494125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xqOKgT2sCUyaQQgGJ4406vEF8WlR6OT6 { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.9375rem;width:19.375rem;top:18.625rem;left:52.8125rem;overflow:hidden;display:block; }
#TuBPLD6sX8N0yhuT9aFiQ1FdklSlJzWL { color:#0a0a0a;display:block;width:19.125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:33.3125rem;left:52.8125rem;height:1.7871125rem;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; }
#Gx280SbTp9NPSrz7c72zFbdghd1u2xhd { box-sizing:content-box;height:1.875rem;width:12.4375rem;position:absolute;display:block;z-index:15012;background-color:#ff969d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.25rem;left:52.8125rem;border-top-right-radius:7.1875rem;border-bottom-right-radius:7.1875rem;border-bottom-left-radius:7.1875rem;border-top-left-radius:7.1875rem;display:block; }
#BMB04JRH0AgcOxK5uBTzAnxCLHHEtCSi { color:#ffffff;display:block;width:10.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:15.625rem;left:53.8125rem;height:1.19970625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OCTXoEEyT3ndgMKkhyxRGQq1NcZq13ex { box-sizing:content-box;height:28.25rem;width:22.375rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.4375rem;left:1.3125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#GLJBrcasMSm3vJTwbWp6AVxudPVTrRJl { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.875rem;width:19.375rem;top:49.125rem;left:2.8125rem;overflow:hidden;display:block; }
#ge3O9RyOZUOXN7NUH0pvseIRaWMt0PnT { box-sizing:content-box;height:1.875rem;width:10.375rem;position:absolute;display:block;z-index:15012;background-color:#ffddcf;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:45.75rem;left:2.8125rem;border-top-right-radius:7.1875rem;border-bottom-right-radius:7.1875rem;border-bottom-left-radius:7.1875rem;border-top-left-radius:7.1875rem;display:block; }
#sSFToRy7aCAFfWmOIkBvXdUTbFsITktP { color:#0a0a0a;display:block;width:5.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:46.125rem;left:3.8125rem;height:1.19970625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TQeTGPlTyDHTkZ9yJyGzkIXMk0XymT8F { color:#0a0a0a;display:block;width:18.25rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:63.8125rem;left:2.8125rem;height:1.7871125rem;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; }
#ikkkWxVIFRrhtiNE6fvUdfcTHGvEiUJk { color:#0a0a0a;display:block;width:19rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:66.43701171875rem;left:3.25rem;height:3.1494125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#aNRuvkz9xgUIeCfRQXagL8stTTmWfWJs { box-sizing:content-box;height:28.25rem;width:22.375rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.4375rem;left:26.3125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#RWbJaHrTZz2dHMPA5PxCTHwvkPF1CO4r { color:#0a0a0a;display:block;width:19rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:66.4375rem;left:27.8125rem;height:3.1494125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#B3oDFkx5LqIiFBuCOGN8uEDB8BzrsGFt { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.875rem;width:19.1875rem;top:49.125rem;left:27.8125rem;overflow:hidden;display:block; }
#IkzNb0x5TtDkNQXHbkXfObHI08kUU37B { color:#0a0a0a;display:block;width:18.25rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:63.8125rem;left:27.8125rem;height:1.7871125rem;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; }
#E5sxePDcv9T8oEWr2hJJBr9muO3pTSqC { box-sizing:content-box;height:1.875rem;width:9.25rem;position:absolute;display:block;z-index:15012;background-color:#aced8e;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:45.75rem;left:27.8125rem;border-top-right-radius:7.1875rem;border-bottom-right-radius:7.1875rem;border-bottom-left-radius:7.1875rem;border-top-left-radius:7.1875rem;display:block; }
#z5O8T7fUgx3doINtTi4ww53Unq9lzgOg { color:#0a0a0a;display:block;width:7.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:46.125rem;left:28.8125rem;height:1.19970625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Hbv0ldWLnVF6o0uQHBb8yIFT5yIlrGlH { box-sizing:content-box;height:28.25rem;width:22.375rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.4375rem;left:51.3125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#x6LiquylyOV3Al5xmRzXnMrpLGTZ1iEs { color:#0a0a0a;display:block;width:19.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:66.4375rem;left:52.8125rem;height:3.1494125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#u857TB7gDW4btKwpZyzDBT6d6Pc1H2ci { color:#0a0a0a;display:block;width:18.25rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:63.8125rem;left:52.8125rem;height:1.7871125rem;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; }
#ExIv7NX6MKhMU0U8Tw8uTQ5WEDqhOoTz { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.9375rem;width:19.375rem;top:49.125rem;left:52.8125rem;overflow:hidden;display:block; }
#mPPMxH78c4mNrKnd0QaUuP4qnW0wr82u { box-sizing:content-box;height:1.875rem;width:10.125rem;position:absolute;display:block;z-index:15012;background-color:#ffbea2;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:45.75rem;left:52.8125rem;border-top-right-radius:7.1875rem;border-bottom-right-radius:7.1875rem;border-bottom-left-radius:7.1875rem;border-top-left-radius:7.1875rem;display:block; }
#MT9spciOS6SRZFCDEHJDOuTCtVc6XTZn { color:#0a0a0a;display:block;width:8.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:46.125rem;left:53.8125rem;height:1.19970625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FocczyRDVxS2ITyBXNxnC9KgcXQPntGW { background-color:#981e32;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.625rem solid #fb8b9c;border-left:0.625rem solid #fb8b9c;border-right:0.625rem solid #fb8b9c;border-bottom:0.625rem solid #fb8b9c;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:4.375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:76.125rem;left:27.8125rem;display:block; }
#V4mH8HkQUl9u88x19CyDHwSEqQGhf7Oo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r9ZvJJCeczzCREd3KP6UTKigwsr5IpEr { background-color:#294777;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.625rem solid #a4e0f0;border-left:0.625rem solid #a4e0f0;border-right:0.625rem solid #a4e0f0;border-bottom:0.625rem solid #a4e0f0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:4.375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:76.125rem;left:27.8125rem;display:none; }
#TfwAWkt5l28D5QEETs0NmHn3817s73Ws { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kb1e9T2m69rEEGnunxPMbwJ4mGooyQJ3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff9f7;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; }#Kb1e9T2m69rEEGnunxPMbwJ4mGooyQJ3 > .row .container { background-color: transparent; background-image: none; }#Kb1e9T2m69rEEGnunxPMbwJ4mGooyQJ3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kb1e9T2m69rEEGnunxPMbwJ4mGooyQJ3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kb1e9T2m69rEEGnunxPMbwJ4mGooyQJ3 > .row .container > .video-iframe-container { display: none; }#Kb1e9T2m69rEEGnunxPMbwJ4mGooyQJ3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kb1e9T2m69rEEGnunxPMbwJ4mGooyQJ3 > .row > .video-iframe-container { display: none; }#Kb1e9T2m69rEEGnunxPMbwJ4mGooyQJ3 > .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); }#Kb1e9T2m69rEEGnunxPMbwJ4mGooyQJ3 > .row .container { border-width: 0; border-radius: 0; }#Kb1e9T2m69rEEGnunxPMbwJ4mGooyQJ3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kb1e9T2m69rEEGnunxPMbwJ4mGooyQJ3 > .row .container { font-size:0.875rem;font-family:arial;height:63.5625rem;width:75rem;position:relative;display:block; }#gDlLF5bm3mpfAxTss4SxZIpTSvTXSI8y { color:#ff969d;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15009;line-height:2;letter-spacing:0;top:9.75rem;left:28.40625rem;height:2rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zBmFGiOD1rch14TLJKsQ6CSPeIR3MOE5 { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:43rem;width:75rem;top:13.875rem;left:0rem;overflow:hidden;display:block; }
#KXHTGQc3qrT7oTWJTX3ulLRhfiO6SJE2 { box-sizing:content-box;height:39.0625rem;width:21.6875rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16rem;left:51.625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#uyTFaT5pyd9d0LRP78LaI5regTLOkrKy { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:27.75rem;width:27.75rem;top:13.875rem;left:0rem;overflow:hidden;display:none; }
#h2GbfMb7TAmEU9qmaooqEQBvTx97fGpg { position:absolute;display:block;z-index:15013;height:36.25rem;width:19.375rem;top:17.25rem;left:52.78125rem;display:block; }
#ATHzpW3O5HXxhKQPwT8lFErwteQvFuTK { color:#ffffff;display:block;width:1.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15010;line-height:2;letter-spacing:0;top:24.8125rem;left:38.03125rem;height:1.7504875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Gk603uQ3ovWBcHwQoUBqVnUeEJ3klU2I { color:#ffffff;display:block;width:1.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15011;line-height:2;letter-spacing:0;top:26.875rem;left:38.03125rem;height:1.7504875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GDlAyCBBwECxyAvTWMrkERzZyUzqe1qM { color:#ffffff;display:block;width:1.6875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15012;line-height:2;letter-spacing:0;top:32.874755859375rem;left:40.655883789062rem;height:1.7504875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nw3uN5ctmRR2nR7QWffJOKDaWKuTvzJ0 { color:#ffffff;display:block;width:2.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15013;line-height:2;letter-spacing:0;top:31.187377929688rem;left:31.655883789062rem;height:1.7504875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qTDz2lVLoSmPqKeDZVAqFKeJVWbCzMML { color:#ffffff;display:block;width:1.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15014;line-height:2;letter-spacing:0;top:39.125rem;left:30.84375rem;height:1.7504875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q1b0c3388418d936b4faef3a366c3b5a { color:#0a0a0a;display:block;width:53.312375rem;position:absolute;font-family:arapey;font-size:2.75rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.611572265625rem;left:10.843505859375rem;height:3.57483125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UcOs0Q12WWLnVhiOX8K6oVgczlBpmJxE { 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; }#UcOs0Q12WWLnVhiOX8K6oVgczlBpmJxE > .row .container { background-color: transparent; background-image: none; }#UcOs0Q12WWLnVhiOX8K6oVgczlBpmJxE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcOs0Q12WWLnVhiOX8K6oVgczlBpmJxE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcOs0Q12WWLnVhiOX8K6oVgczlBpmJxE > .row .container > .video-iframe-container { display: none; }#UcOs0Q12WWLnVhiOX8K6oVgczlBpmJxE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcOs0Q12WWLnVhiOX8K6oVgczlBpmJxE > .row > .video-iframe-container { display: none; }#UcOs0Q12WWLnVhiOX8K6oVgczlBpmJxE > .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); }#UcOs0Q12WWLnVhiOX8K6oVgczlBpmJxE > .row .container { border-width: 0; border-radius: 0; }#UcOs0Q12WWLnVhiOX8K6oVgczlBpmJxE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UcOs0Q12WWLnVhiOX8K6oVgczlBpmJxE > .row .container { font-size:0.875rem;font-family:arial;height:46.125rem;width:75rem;position:relative;display:block; }#Kqh0J86pNmvOLxFo0TuelRexTZVPF6aP { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.25rem;width:29.625rem;top:5.9375rem;left:41.4375rem;overflow:hidden;display:block; }
#XSCLgDSUE1pLsKaFMVl03ENCxB2hHpyy { color:#0a0a0a;display:block;width:36.4375rem;position:absolute;font-family:arapey;font-size:2.75rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.9375rem;left:-0.0625rem;height:7.1484375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#pSk7O5TV3V3kWVwLIlgqFw07KfcHX4pF { color:#0a0a0a;display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:13.875rem;left:0rem;height:8.9355625rem;text-align:left;text-align-last:left;display:block; }
#JUgkGvWmyRe9pmF0LfMwobZ9PpQgkU3w { color:#3a3a3a;display:block;width:33.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:40.5625rem;left:39.4375rem;height:0.8999rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gIOdczz3NkwDdxoi76zAM6ngHMKxIPzO { background-color:#981e32;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.625rem solid #fb8b9c;border-left:0.625rem solid #fb8b9c;border-right:0.625rem solid #fb8b9c;border-bottom:0.625rem solid #fb8b9c;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:4.375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:29.125rem;left:0rem;display:block; }
#n0EcqkR9u0UJinusbKWvzX9JgdxZ53cx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GciMiFwFPRGOuNJLPi472nT8bLMpIwRy { background-color:#7dc35c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.625rem solid #9bea76;border-left:0.625rem solid #9bea76;border-right:0.625rem solid #9bea76;border-bottom:0.625rem solid #9bea76;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:4.375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:29.125rem;left:0rem;display:none; }
#TTo24on6EDemS4uReN00ObcnEQqmS6Xe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xzni3sPgCrumuCQI4qpLTfg4yO28EOdJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff9f7;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; }#xzni3sPgCrumuCQI4qpLTfg4yO28EOdJ > .row .container { background-color: transparent; background-image: none; }#xzni3sPgCrumuCQI4qpLTfg4yO28EOdJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xzni3sPgCrumuCQI4qpLTfg4yO28EOdJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xzni3sPgCrumuCQI4qpLTfg4yO28EOdJ > .row .container > .video-iframe-container { display: none; }#xzni3sPgCrumuCQI4qpLTfg4yO28EOdJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xzni3sPgCrumuCQI4qpLTfg4yO28EOdJ > .row > .video-iframe-container { display: none; }#xzni3sPgCrumuCQI4qpLTfg4yO28EOdJ > .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); }#xzni3sPgCrumuCQI4qpLTfg4yO28EOdJ > .row .container { border-width: 0; border-radius: 0; }#xzni3sPgCrumuCQI4qpLTfg4yO28EOdJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xzni3sPgCrumuCQI4qpLTfg4yO28EOdJ > .row .container { font-size:0.875rem;font-family:arial;height:69.4375rem;width:75rem;position:relative;display:block; }#p52TSeJaK8dcJ6XA2fMKuhEo6zMAwNGk { color:#0a0a0a;display:block;width:44.25rem;position:absolute;font-family:arapey;font-size:2.75rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:5.9375rem;left:15.375rem;height:3.57483125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GNUoV7vUkxJr4r6crWDXglQT8sqbaw16 { position:absolute;display:block;z-index:15026;height:2.9375rem;width:6.4375rem;top:10.375rem;left:68.5625rem;display:block; }
#BpTpvSg2hvesOTDdA6hgK5mm9esRyLNv { position:absolute;display:block;z-index:15025;height:47.75rem;width:75rem;top:15.1875rem;left:0rem;display:block; }
#o8tTF7yefRTuClnrSkqwwUhzpRUUNR9a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fde0e3, #fff9f7);background-image: -moz-linear-gradient(180deg, #fde0e3, #fff9f7);background-image: -ms-linear-gradient(180deg, #fde0e3, #fff9f7);background-image: -o-linear-gradient(180deg, #fde0e3, #fff9f7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fde0e3', endColorstr='#fff9f7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fde0e3', endColorstr='#fff9f7' );";background-image: linear-gradient(180deg, #fde0e3, #fff9f7);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#o8tTF7yefRTuClnrSkqwwUhzpRUUNR9a > .row .container { background-color: transparent; background-image: none; }#o8tTF7yefRTuClnrSkqwwUhzpRUUNR9a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8tTF7yefRTuClnrSkqwwUhzpRUUNR9a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8tTF7yefRTuClnrSkqwwUhzpRUUNR9a > .row .container > .video-iframe-container { display: none; }#o8tTF7yefRTuClnrSkqwwUhzpRUUNR9a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8tTF7yefRTuClnrSkqwwUhzpRUUNR9a > .row > .video-iframe-container { display: none; }#o8tTF7yefRTuClnrSkqwwUhzpRUUNR9a > .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); }#o8tTF7yefRTuClnrSkqwwUhzpRUUNR9a > .row .container { border-width: 0; border-radius: 0; }#o8tTF7yefRTuClnrSkqwwUhzpRUUNR9a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o8tTF7yefRTuClnrSkqwwUhzpRUUNR9a > .row .container { font-size:0.875rem;font-family:arial;height:33.3125rem;width:75rem;position:relative;display:block; }#muJWB4C0MqVRI0IDgsUsWr8ZCGXpdnl1 { position:absolute;display:block;z-index:15001;height:23.75rem;width:34.375rem;top:4.59375rem;left:40.625rem;display:block; }
#zgFcZX4GdxungLNxNWNgsr7OCQ8eTgTi { color:#0a0a0a;display:block;width:37.875rem;position:absolute;font-family:arapey;font-size:4.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:5.9375rem;left:0rem;height:11.0488125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cwXJT1ImmKIWTdaiTCC1iAri0cBEJlpU { color:#ffffff;display:block;width:21.6875rem;position:absolute;font-family:arapey;font-size:4.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:18.0810546875rem;left:1.4375rem;height:5.5249rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#F5hsxUr9lBuZ1qT3yUXH7Nrhh4CVU60n { background-color:#294777;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.625rem solid #a4e0f0;border-left:0.625rem solid #a4e0f0;border-right:0.625rem solid #a4e0f0;border-bottom:0.625rem solid #a4e0f0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:4.375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:76.125rem;left:27.8125rem;display:none; }
#UX0BA1d5M3a8ztGlal81G7g6ZAARJUyB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zgu9mIz71X4DVccAfvd1OS9bNzKDoIvT { box-sizing:content-box;height:5.9375rem;width:24.75rem;position:absolute;display:block;z-index:15000;background-color:#ff969d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.0810546875rem;left:0rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#c6e77041112f66df54b6cfbd29c26d5e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#25262d;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; }#c6e77041112f66df54b6cfbd29c26d5e > .row .container { background-color: transparent; background-image: none; }#c6e77041112f66df54b6cfbd29c26d5e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c6e77041112f66df54b6cfbd29c26d5e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c6e77041112f66df54b6cfbd29c26d5e > .row .container > .video-iframe-container { display: none; }#c6e77041112f66df54b6cfbd29c26d5e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c6e77041112f66df54b6cfbd29c26d5e > .row > .video-iframe-container { display: none; }#c6e77041112f66df54b6cfbd29c26d5e > .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); }#c6e77041112f66df54b6cfbd29c26d5e > .row .container { border-width: 0; border-radius: 0; }#c6e77041112f66df54b6cfbd29c26d5e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c6e77041112f66df54b6cfbd29c26d5e > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;position:relative;display:block; }#p64ffee539c37b339ea99d80178e4c6b { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:1.625rem;left:25.75rem;height:1.3999rem;display:block; }
#Wb1c8b369fec0f93d3378c8716b61160 { color:#ffffff;display:block;width:6.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:1.5625rem;left:42.5rem;height:1.3999rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p0X7N2vddkn4i8sKIRhM3fbzHTrxQx1c { top:13.125rem;left:0rem;width:35.1875rem;height:9.3125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHCTaKJRvg6G7ZBeCFhq23NyiFziODBW { top:25.1875rem;left:0rem;width:35.9375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpWNVkWmoKXrV9LHDEK9CTaJ8RfcR4rD { top:48.625rem;left:0rem;width:7.5625rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNX8WXWJnwwJogZn1mLECW7oPntzEEg1 { width:19.375rem;height:4.375rem;top:31.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvVgPB4zCr80g2Q9zBIXxs6eNfZwtIFe { display:block; }
 }@media only screen and (max-width: 763px) { #n4QcD9d2yBZ3OvSOkuW4WPFFwT7fUZMh { top:38.3125rem;left:0rem;width:27.3125rem;height:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpvKZbE9pznsdGm89E4zc4elFk1SqnmT { top:40.4375rem;left:0rem;width:11rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ksd9kIbapH0xQTVfzQEL1rV69asASTe9 { top:48.0625rem;left:0rem;width:5rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFNaCI1AgLIGhTBdCmcKapLznkEdJowA { top:48.625rem;left:4.5rem;width:8.5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6LPv7RAdyfH7WuUH2d7Pufmaq33qIVZ { top:48.0625rem;left:1.125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6cCR3kBSMi91G4I9ZfOcd1xSHtkKARd { top:48.625rem;left:20.125rem;width:7.5625rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhTIxV8ZDwrm0XaCQFU3AoovchkblIeT { top:48.0625rem;left:13.875rem;width:5rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqE1cWsRra48LJpLpOE1nRuENHvwB6nP { top:23.4375rem;left:9.4375rem;width:38.3125rem;height:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyhVAOGR0fwmToCVfNMvWE9hmTMLaIks { top:8.4375rem;left:1.125rem;width:2.125rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wgFXq7Q9TG6Qsu8TZ2SOKpyl7FHoIHtJ { width:19.375rem;height:4.375rem;top:34.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lo38rJoJqIfSLiP4Vx9t83tnJdzrmIVz { display:block; }
 }@media only screen and (max-width: 763px) { #nGXN6Fx5PiOtvlc3zrRt2CuayQ9qal3O { top:0rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1ggkI1rOsTMHelvbhOmeEnxrgZxqviR { top:0.8125rem;left:0rem;width:12.5625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1sNCAwLWnwkrgirAwLEHolb39L0HE8V { display:block; }#e1sNCAwLWnwkrgirAwLEHolb39L0HE8V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WFBTetVTz7P5Z2XONntQILOeE6pJmXNi { top:5.3125rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtDRNPh4KtgQoM9KKPpPTR4KCsb92QKt { top:13.75rem;left:0.6875rem;width:14.5625rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJXTltMDw21qtRoOUnbiPG0qsuoof5SC { top:30.5rem;left:0rem;width:21.375rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtaTGednVBotaRmrNEGts2D3KPJPqiMJ { top:34.25rem;left:0rem;width:20.875rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8Ra2G9yDykO5u6VS6eHEKiRrWLOnImL { top:30.5rem;left:10.375rem;width:21.375rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBs0ACcuuK93ezP7J6ktfxGQWmXnL5aw { top:34.1875rem;left:12.75rem;width:19rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlZBJqRkJSiOb6Z4ysWyTCKHzaReiHQG { top:13.75rem;left:16.5625rem;width:14.5rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFitZVKg1DJ2EPpwGm8wVWe7HNgT4yPn { top:30.5rem;left:26.25rem;width:21.375rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZGoIdXM9HNEb3JIIIsbTM6HM2P9e5tK { top:34.25rem;left:26.75rem;width:20.875rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #utgcJcJEpcAfmzaNp1kRnaTElIw8qZbw { top:13.75rem;left:32.4375rem;width:14.5rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoffHRHrzIGha9ixzd5QrCQiOZot0gHl { display:block; }#LoffHRHrzIGha9ixzd5QrCQiOZot0gHl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dXByfa9QkdVOqG4blWWbGnndLw8an7pf { top:5.9375rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3u5Wbryq5DA2CLGmGQCJXO2GOXrJBpw { top:18.625rem;left:0rem;width:19.375rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKeiV4HIRESPfTwpFh0EFhDd8RdEc9ns { top:33.3125rem;left:0rem;width:18.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFVDbsf56fyn164zPOa44uwcGhXMfWJB { top:35.9375rem;left:0rem;width:19.25rem;height:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5ZXeEHdOOE0DezIMRnlQqTy2XTqRdu3 { top:12.9375rem;left:0rem;width:22.375rem;height:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hV2bAt4MrQOGT01HEV21xqfcKsVXSpTe { top:15.25rem;left:0rem;width:7.1875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHyKvTwbHqye3s0nV2T3kIhQMMT6TN5o { top:15.625rem;left:0rem;width:5.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOFVTHT9LgBrDpWuU1yrSOPHB9TMULTN { top:35.9375rem;left:12.5rem;width:17.3125rem;height:3.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cSNLfNWF0SKredCoHSP81Gz7dopvz9uG { top:12.9375rem;left:9.375rem;width:22.375rem;height:28.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #OIoEaPOXEFSkW7Ja3L2QmbTcFXQES7u2 { top:18.625rem;left:12.5rem;width:19.375rem;height:12.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mhCQOBWcQHgcMshR7beJwAFRc6HMRAwc { top:33.3125rem;left:13.5rem;width:18.25rem;height:1.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Iz9vw2EiIaNcHVszguzMZoWfRMPB8RX5 { top:15.25rem;left:15.875rem;width:7.6875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fgSRtdvsaeHH8sBRlEPpnwOiHegZmEeL { top:15.625rem;left:15.875rem;width:5.8125rem;height:1.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #C2LFWXUgD2HaUDJc2Pn1XNVtIL7R9To4 { top:12.9375rem;left:25.25rem;width:22.375rem;height:28.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #BVlTWgXaCEIN6pBhwwc1gw068VggEysp { top:35.875rem;left:28.9375rem;width:18.6875rem;height:3.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xqOKgT2sCUyaQQgGJ4406vEF8WlR6OT6 { top:18.625rem;left:28.375rem;width:19.375rem;height:12.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TuBPLD6sX8N0yhuT9aFiQ1FdklSlJzWL { top:33.3125rem;left:28.5rem;width:19.125rem;height:1.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gx280SbTp9NPSrz7c72zFbdghd1u2xhd { top:15.25rem;left:31.75rem;width:12.4375rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BMB04JRH0AgcOxK5uBTzAnxCLHHEtCSi { top:15.625rem;left:31.75rem;width:10.5rem;height:1.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OCTXoEEyT3ndgMKkhyxRGQq1NcZq13ex { top:43.4375rem;left:0rem;width:22.375rem;height:28.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GLJBrcasMSm3vJTwbWp6AVxudPVTrRJl { top:49.125rem;left:0rem;width:19.375rem;height:12.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ge3O9RyOZUOXN7NUH0pvseIRaWMt0PnT { top:45.75rem;left:0rem;width:10.375rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sSFToRy7aCAFfWmOIkBvXdUTbFsITktP { top:46.125rem;left:0rem;width:5.8125rem;height:1.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQeTGPlTyDHTkZ9yJyGzkIXMk0XymT8F { top:63.8125rem;left:0rem;width:18.25rem;height:1.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ikkkWxVIFRrhtiNE6fvUdfcTHGvEiUJk { top:66.375rem;left:0rem;width:19rem;height:3.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aNRuvkz9xgUIeCfRQXagL8stTTmWfWJs { top:43.4375rem;left:9.375rem;width:22.375rem;height:28.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RWbJaHrTZz2dHMPA5PxCTHwvkPF1CO4r { top:66.4375rem;left:12.75rem;width:19rem;height:3.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #B3oDFkx5LqIiFBuCOGN8uEDB8BzrsGFt { top:49.125rem;left:12.5625rem;width:19.1875rem;height:12.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IkzNb0x5TtDkNQXHbkXfObHI08kUU37B { top:63.8125rem;left:15.875rem;width:18.25rem;height:1.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #E5sxePDcv9T8oEWr2hJJBr9muO3pTSqC { top:45.75rem;left:15.875rem;width:9.25rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #z5O8T7fUgx3doINtTi4ww53Unq9lzgOg { top:46.125rem;left:15.875rem;width:7.1875rem;height:1.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hbv0ldWLnVF6o0uQHBb8yIFT5yIlrGlH { top:43.4375rem;left:25.25rem;width:22.375rem;height:28.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #x6LiquylyOV3Al5xmRzXnMrpLGTZ1iEs { top:66.4375rem;left:27.75rem;width:19.1875rem;height:3.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #u857TB7gDW4btKwpZyzDBT6d6Pc1H2ci { top:63.8125rem;left:29.5rem;width:18.25rem;height:1.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ExIv7NX6MKhMU0U8Tw8uTQ5WEDqhOoTz { top:49.125rem;left:28.375rem;width:19.375rem;height:12.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mPPMxH78c4mNrKnd0QaUuP4qnW0wr82u { top:45.75rem;left:31.75rem;width:10.125rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MT9spciOS6SRZFCDEHJDOuTCtVc6XTZn { top:46.125rem;left:31.75rem;width:8.1875rem;height:1.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FocczyRDVxS2ITyBXNxnC9KgcXQPntGW { width:19.375rem;height:4.375rem;top:76.125rem;left:12.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #V4mH8HkQUl9u88x19CyDHwSEqQGhf7Oo { display:block; }
 }@media only screen and (max-width: 763px) { #r9ZvJJCeczzCREd3KP6UTKigwsr5IpEr { width:19.375rem;height:4.375rem;top:76.125rem;left:12.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TfwAWkt5l28D5QEETs0NmHn3817s73Ws { display:block; }
 }@media only screen and (max-width: 763px) { #Kb1e9T2m69rEEGnunxPMbwJ4mGooyQJ3 { display:block; }#Kb1e9T2m69rEEGnunxPMbwJ4mGooyQJ3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gDlLF5bm3mpfAxTss4SxZIpTSvTXSI8y { top:9.75rem;left:5.125rem;width:18.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBmFGiOD1rch14TLJKsQ6CSPeIR3MOE5 { top:13.875rem;left:0rem;width:47.75rem;height:27.376666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXHTGQc3qrT7oTWJTX3ulLRhfiO6SJE2 { top:16rem;left:14.125rem;width:21.6875rem;height:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyTFaT5pyd9d0LRP78LaI5regTLOkrKy { top:13.875rem;left:0rem;width:27.75rem;height:27.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #h2GbfMb7TAmEU9qmaooqEQBvTx97fGpg { top:17.25rem;left:16.4375rem;width:19.375rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATHzpW3O5HXxhKQPwT8lFErwteQvFuTK { top:24.8125rem;left:23.875rem;width:1.8125rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gk603uQ3ovWBcHwQoUBqVnUeEJ3klU2I { top:26.875rem;left:23.875rem;width:1.8125rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDlAyCBBwECxyAvTWMrkERzZyUzqe1qM { top:32.8125rem;left:23.875rem;width:1.6875rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nw3uN5ctmRR2nR7QWffJOKDaWKuTvzJ0 { top:31.125rem;left:21.437133789062rem;width:2.125rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTDz2lVLoSmPqKeDZVAqFKeJVWbCzMML { top:39.125rem;left:20.625rem;width:1.8125rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1b0c3388418d936b4faef3a366c3b5a { top:5.5625rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcOs0Q12WWLnVhiOX8K6oVgczlBpmJxE { display:block; }#UcOs0Q12WWLnVhiOX8K6oVgczlBpmJxE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kqh0J86pNmvOLxFo0TuelRexTZVPF6aP { top:5.9375rem;left:18.125rem;width:29.625rem;height:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSCLgDSUE1pLsKaFMVl03ENCxB2hHpyy { top:5.9375rem;left:0rem;width:36.375rem;height:;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSk7O5TV3V3kWVwLIlgqFw07KfcHX4pF { top:13.875rem;left:0rem;width:33.125rem;height:12.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUgkGvWmyRe9pmF0LfMwobZ9PpQgkU3w { top:40.5625rem;left:14.125rem;width:33.625rem;height:0.875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gIOdczz3NkwDdxoi76zAM6ngHMKxIPzO { width:19.375rem;height:4.375rem;top:29.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0EcqkR9u0UJinusbKWvzX9JgdxZ53cx { display:block; }
 }@media only screen and (max-width: 763px) { #GciMiFwFPRGOuNJLPi472nT8bLMpIwRy { width:19.375rem;height:4.375rem;top:29.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTo24on6EDemS4uReN00ObcnEQqmS6Xe { display:block; }
 }@media only screen and (max-width: 763px) { #xzni3sPgCrumuCQI4qpLTfg4yO28EOdJ { display:block; }#xzni3sPgCrumuCQI4qpLTfg4yO28EOdJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p52TSeJaK8dcJ6XA2fMKuhEo6zMAwNGk { top:5.9375rem;left:0rem;width:44.25rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNUoV7vUkxJr4r6crWDXglQT8sqbaw16 { top:10.375rem;left:41.1875rem;width:6.4375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpTpvSg2hvesOTDdA6hgK5mm9esRyLNv { top:15.1875rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8tTF7yefRTuClnrSkqwwUhzpRUUNR9a { display:block; }#o8tTF7yefRTuClnrSkqwwUhzpRUUNR9a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #muJWB4C0MqVRI0IDgsUsWr8ZCGXpdnl1 { top:4.5625rem;left:13.375rem;width:34.375rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgFcZX4GdxungLNxNWNgsr7OCQ8eTgTi { top:5.9375rem;left:0rem;width:37.875rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwXJT1ImmKIWTdaiTCC1iAri0cBEJlpU { top:18.0625rem;left:0rem;width:21.6875rem;height:5.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5hsxUr9lBuZ1qT3yUXH7Nrhh4CVU60n { width:19.375rem;height:4.375rem;top:76.125rem;left:12.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UX0BA1d5M3a8ztGlal81G7g6ZAARJUyB { display:block; }
 }@media only screen and (max-width: 763px) { #zgu9mIz71X4DVccAfvd1OS9bNzKDoIvT { top:18.0625rem;left:0rem;width:24.75rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6e77041112f66df54b6cfbd29c26d5e { display:block; }#c6e77041112f66df54b6cfbd29c26d5e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p64ffee539c37b339ea99d80178e4c6b { top:1.625rem;left:12.125rem;width:16.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wb1c8b369fec0f93d3378c8716b61160 { top:1.5625rem;left:28.875rem;width:6.75rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#fff9f7;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p0X7N2vddkn4i8sKIRhM3fbzHTrxQx1c { width:18rem;height:4.6484375rem;top:6.875rem;left:1rem;font-size:1.9375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SHCTaKJRvg6G7ZBeCFhq23NyiFziODBW { width:17.875rem;height:2.0996125rem;top:12.4375rem;left:1.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QpWNVkWmoKXrV9LHDEK9CTaJ8RfcR4rD { width:4.25rem;height:1.79980625rem;top:29.375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CNX8WXWJnwwJogZn1mLECW7oPntzEEg1 { width:16.75rem;height:4.0625rem;top:19.75rem;left:1.625rem;font-size:0.875rem;border-top:0.4375rem solid #9bea76;border-left:0.4375rem solid #9bea76;border-right:0.4375rem solid #9bea76;border-bottom:0.4375rem solid #9bea76;display:none; }
 }@media only screen and (max-width: 763px) { #cvVgPB4zCr80g2Q9zBIXxs6eNfZwtIFe { display:block; }
 }@media only screen and (max-width: 763px) { #n4QcD9d2yBZ3OvSOkuW4WPFFwT7fUZMh { width:15.5rem;height:0.75rem;top:22.0625rem;left:2.25rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xpvKZbE9pznsdGm89E4zc4elFk1SqnmT { width:7.8125rem;height:2.8125rem;top:23.625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ksd9kIbapH0xQTVfzQEL1rV69asASTe9 { width:3.6875rem;height:1.5rem;top:38.875rem;left:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nFNaCI1AgLIGhTBdCmcKapLznkEdJowA { width:5.625rem;height:1.79980625rem;top:29.375rem;left:7.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B6LPv7RAdyfH7WuUH2d7Pufmaq33qIVZ { width:1.5rem;height:1.5rem;top:29.5rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6cCR3kBSMi91G4I9ZfOcd1xSHtkKARd { width:4.25rem;height:1.79980625rem;top:29.375rem;left:15.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dhTIxV8ZDwrm0XaCQFU3AoovchkblIeT { width:3.5rem;height:1.5rem;top:41.5625rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MqE1cWsRra48LJpLpOE1nRuENHvwB6nP { width:20rem;height:17.1381875rem;top:34.111328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyhVAOGR0fwmToCVfNMvWE9hmTMLaIks { width:1.5rem;height:1.5rem;top:29.5rem;left:13.625rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #wgFXq7Q9TG6Qsu8TZ2SOKpyl7FHoIHtJ { width:16.75rem;height:4.0625rem;top:16.125rem;left:1.625rem;font-size:0.875rem;border-top:0.4375rem solid #fb8b9c;border-left:0.4375rem solid #fb8b9c;border-right:0.4375rem solid #fb8b9c;border-bottom:0.4375rem solid #fb8b9c;z-index:15011;background-color:#981e32;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) { #Lo38rJoJqIfSLiP4Vx9t83tnJdzrmIVz { display:block; }
 }@media only screen and (max-width: 763px) { #nGXN6Fx5PiOtvlc3zrRt2CuayQ9qal3O { width:3.125rem;height:3.125rem;top:0rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1ggkI1rOsTMHelvbhOmeEnxrgZxqviR { width:10.0625rem;height:2.375rem;top:0.375rem;left:4.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1sNCAwLWnwkrgirAwLEHolb39L0HE8V { display:block; }#e1sNCAwLWnwkrgirAwLEHolb39L0HE8V > .row .container { width:20rem;height:66rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WFBTetVTz7P5Z2XONntQILOeE6pJmXNi { width:18.75rem;height:1.950075rem;top:3.75rem;left:0.625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EtDRNPh4KtgQoM9KKPpPTR4KCsb92QKt { width:7.8125rem;height:7.8125rem;top:9.7490234375rem;left:6.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJXTltMDw21qtRoOUnbiPG0qsuoof5SC { width:20rem;height:1.4624rem;top:19.01171875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XtaTGednVBotaRmrNEGts2D3KPJPqiMJ { width:17.125rem;height:4.19921875rem;top:21.3740234375rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8Ra2G9yDykO5u6VS6eHEKiRrWLOnImL { width:20rem;height:1.4624rem;top:37.35986328125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tBs0ACcuuK93ezP7J6ktfxGQWmXnL5aw { width:15.25rem;height:4.19921875rem;top:39.72216796875rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlZBJqRkJSiOb6Z4ysWyTCKHzaReiHQG { width:7.75rem;height:7.75rem;top:28.04736328125rem;left:6.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFitZVKg1DJ2EPpwGm8wVWe7HNgT4yPn { width:20rem;height:1.4624rem;top:55.7080078125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IZGoIdXM9HNEb3JIIIsbTM6HM2P9e5tK { width:17.8125rem;height:4.19921875rem;top:58.0576171875rem;left:1.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #utgcJcJEpcAfmzaNp1kRnaTElIw8qZbw { width:7.8125rem;height:7.8125rem;top:46.3955078125rem;left:6.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoffHRHrzIGha9ixzd5QrCQiOZot0gHl { display:block; }#LoffHRHrzIGha9ixzd5QrCQiOZot0gHl > .row .container { width:20rem;height:176.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dXByfa9QkdVOqG4blWWbGnndLw8an7pf { width:20rem;height:1.950075rem;top:3.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B3u5Wbryq5DA2CLGmGQCJXO2GOXrJBpw { width:16.6875rem;height:11.125rem;top:11.6875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKeiV4HIRESPfTwpFh0EFhDd8RdEc9ns { width:15.375rem;height:1.4624rem;top:24.125rem;left:1.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lFVDbsf56fyn164zPOa44uwcGhXMfWJB { width:16.6875rem;height:4.5rem;top:26.5625rem;left:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5ZXeEHdOOE0DezIMRnlQqTy2XTqRdu3 { width:18.75rem;height:25.4375rem;top:7.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hV2bAt4MrQOGT01HEV21xqfcKsVXSpTe { width:5.8125rem;height:1.875rem;top:8.6875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHyKvTwbHqye3s0nV2T3kIhQMMT6TN5o { width:5.25rem;height:1.04980625rem;top:9.099609375rem;left:2.65625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hOFVTHT9LgBrDpWuU1yrSOPHB9TMULTN { width:16.6875rem;height:3.375rem;top:53.125rem;left:1.6875rem;font-size:0.9375rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #cSNLfNWF0SKredCoHSP81Gz7dopvz9uG { width:18.75rem;height:25.4375rem;top:34.1875rem;left:0.625rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #OIoEaPOXEFSkW7Ja3L2QmbTcFXQES7u2 { width:16.6875rem;height:11.125rem;top:38.25rem;left:1.6875rem;z-index:15014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mhCQOBWcQHgcMshR7beJwAFRc6HMRAwc { width:15.375rem;height:1.4624rem;top:50.6875rem;left:1.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #Iz9vw2EiIaNcHVszguzMZoWfRMPB8RX5 { width:6.875rem;height:1.875rem;top:35.25rem;left:1.6875rem;z-index:15018;background-color:#a4e0f0;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #fgSRtdvsaeHH8sBRlEPpnwOiHegZmEeL { width:5.25rem;height:1.04980625rem;top:35.66259765625rem;left:2.6875rem;font-size:0.875rem;z-index:15019;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C2LFWXUgD2HaUDJc2Pn1XNVtIL7R9To4 { width:18.75rem;height:25.4375rem;top:60.75rem;left:0.625rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #BVlTWgXaCEIN6pBhwwc1gw068VggEysp { width:15.8125rem;height:4.5rem;top:79.6875rem;left:1.6875rem;font-size:0.9375rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #xqOKgT2sCUyaQQgGJ4406vEF8WlR6OT6 { width:16.6875rem;height:11.125rem;top:64.8125rem;left:1.6875rem;z-index:15020;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TuBPLD6sX8N0yhuT9aFiQ1FdklSlJzWL { width:18.625rem;height:1.4624rem;top:77.25rem;left:1.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #Gx280SbTp9NPSrz7c72zFbdghd1u2xhd { width:10.9375rem;height:1.875rem;top:61.8125rem;left:1.6875rem;z-index:15024;background-color:#ff969d;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #BMB04JRH0AgcOxK5uBTzAnxCLHHEtCSi { width:9.3125rem;height:1.04980625rem;top:62.25rem;left:2.6875rem;font-size:0.875rem;z-index:15025;color:#ffffff;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OCTXoEEyT3ndgMKkhyxRGQq1NcZq13ex { width:18.75rem;height:25.4375rem;top:87.3125rem;left:0.625rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #GLJBrcasMSm3vJTwbWp6AVxudPVTrRJl { width:16.5625rem;height:11.0625rem;top:91.375rem;left:1.6875rem;z-index:15020;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ge3O9RyOZUOXN7NUH0pvseIRaWMt0PnT { width:9.3125rem;height:1.875rem;top:88.375rem;left:1.6875rem;z-index:15024;background-color:#ffddcf;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #sSFToRy7aCAFfWmOIkBvXdUTbFsITktP { width:7.5625rem;height:1.04980625rem;top:88.8125rem;left:2.6875rem;font-size:0.875rem;z-index:15025;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TQeTGPlTyDHTkZ9yJyGzkIXMk0XymT8F { width:15.375rem;height:1.4624rem;top:103.8125rem;left:1.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #ikkkWxVIFRrhtiNE6fvUdfcTHGvEiUJk { width:16.6875rem;height:4.5rem;top:106.25rem;left:1.6875rem;font-size:0.9375rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #aNRuvkz9xgUIeCfRQXagL8stTTmWfWJs { width:18.75rem;height:25.4375rem;top:113.875rem;left:0.625rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #RWbJaHrTZz2dHMPA5PxCTHwvkPF1CO4r { width:16.6875rem;height:4.5rem;top:132.8125rem;left:1.6875rem;font-size:0.9375rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #B3oDFkx5LqIiFBuCOGN8uEDB8BzrsGFt { width:16.6875rem;height:11.125rem;top:117.9375rem;left:1.6875rem;z-index:15026;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IkzNb0x5TtDkNQXHbkXfObHI08kUU37B { width:15.375rem;height:1.4624rem;top:130.375rem;left:1.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #E5sxePDcv9T8oEWr2hJJBr9muO3pTSqC { width:8.125rem;height:1.875rem;top:114.9375rem;left:1.6875rem;z-index:15030;background-color:#aced8e;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #z5O8T7fUgx3doINtTi4ww53Unq9lzgOg { width:6.3125rem;height:1.04980625rem;top:115.375rem;left:2.6875rem;font-size:0.875rem;z-index:15031;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Hbv0ldWLnVF6o0uQHBb8yIFT5yIlrGlH { width:18.75rem;height:25.4375rem;top:140.4375rem;left:0.625rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #x6LiquylyOV3Al5xmRzXnMrpLGTZ1iEs { width:16.6875rem;height:4.5rem;top:159.375rem;left:1.6875rem;font-size:0.9375rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #u857TB7gDW4btKwpZyzDBT6d6Pc1H2ci { width:15.375rem;height:1.4624rem;top:156.9375rem;left:1.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #ExIv7NX6MKhMU0U8Tw8uTQ5WEDqhOoTz { width:16.5625rem;height:11.0625rem;top:144.5rem;left:1.6875rem;z-index:15032;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mPPMxH78c4mNrKnd0QaUuP4qnW0wr82u { width:9.0625rem;height:1.875rem;top:141.5rem;left:1.6875rem;z-index:15036;background-color:#ffbea2;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #MT9spciOS6SRZFCDEHJDOuTCtVc6XTZn { width:7.25rem;height:1.04980625rem;top:141.9375rem;left:2.6875rem;font-size:0.875rem;z-index:15037;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FocczyRDVxS2ITyBXNxnC9KgcXQPntGW { width:16.75rem;height:4.0625rem;top:168.6875rem;left:1.625rem;z-index:15011;font-size:0.875rem;border-top:0.4375rem solid #a4e0f0;border-left:0.4375rem solid #a4e0f0;border-right:0.4375rem solid #a4e0f0;border-bottom:0.4375rem solid #a4e0f0;display:none; }
 }@media only screen and (max-width: 763px) { #V4mH8HkQUl9u88x19CyDHwSEqQGhf7Oo { display:block; }
 }@media only screen and (max-width: 763px) { #r9ZvJJCeczzCREd3KP6UTKigwsr5IpEr { width:16.75rem;height:4.0625rem;top:168.6875rem;left:1.625rem;z-index:15005;font-size:0.875rem;border-top:0.4375rem solid #fb8b9c;border-left:0.4375rem solid #fb8b9c;border-right:0.4375rem solid #fb8b9c;border-bottom:0.4375rem solid #fb8b9c;background-color:#981e32;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) { #TfwAWkt5l28D5QEETs0NmHn3817s73Ws { display:block; }
 }@media only screen and (max-width: 763px) { #Kb1e9T2m69rEEGnunxPMbwJ4mGooyQJ3 { display:block; }#Kb1e9T2m69rEEGnunxPMbwJ4mGooyQJ3 > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gDlLF5bm3mpfAxTss4SxZIpTSvTXSI8y { width:18.75rem;height:2rem;top:8.5625rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zBmFGiOD1rch14TLJKsQ6CSPeIR3MOE5 { width:20rem;height:11.4375rem;top:11.8125rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #KXHTGQc3qrT7oTWJTX3ulLRhfiO6SJE2 { width:20rem;height:20.9375rem;top:32.75rem;left:0rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #uyTFaT5pyd9d0LRP78LaI5regTLOkrKy { width:20rem;height:20rem;top:11.8125rem;left:0rem;overflow:hidden;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #h2GbfMb7TAmEU9qmaooqEQBvTx97fGpg { width:19.375rem;height:20rem;top:32.875rem;left:0rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #ATHzpW3O5HXxhKQPwT8lFErwteQvFuTK { width:1.625rem;height:1.50024375rem;top:13.5rem;left:10.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gk603uQ3ovWBcHwQoUBqVnUeEJ3klU2I { width:1.75rem;height:1.50024375rem;top:15rem;left:10.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GDlAyCBBwECxyAvTWMrkERzZyUzqe1qM { width:1.749875rem;height:1.50024375rem;top:19.310546875rem;left:11.999389648438rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nw3uN5ctmRR2nR7QWffJOKDaWKuTvzJ0 { width:1.75rem;height:1.50024375rem;top:18.037231445312rem;left:5.6634521484375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qTDz2lVLoSmPqKeDZVAqFKeJVWbCzMML { width:1.625rem;height:1.50024375rem;top:23.875rem;left:5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q1b0c3388418d936b4faef3a366c3b5a { width:17.312rem;height:3.90014375rem;top:3.75rem;left:1.3427734375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UcOs0Q12WWLnVhiOX8K6oVgczlBpmJxE { display:block; }#UcOs0Q12WWLnVhiOX8K6oVgczlBpmJxE > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kqh0J86pNmvOLxFo0TuelRexTZVPF6aP { width:15.25rem;height:15.5625rem;top:2.1875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSCLgDSUE1pLsKaFMVl03ENCxB2hHpyy { width:20rem;height:3.90014375rem;top:23.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pSk7O5TV3V3kWVwLIlgqFw07KfcHX4pF { width:19.6875rem;height:10.3955rem;top:31.5rem;left:0.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JUgkGvWmyRe9pmF0LfMwobZ9PpQgkU3w { width:20rem;height:1.499025rem;top:19.623046875rem;left:0rem;font-size:0.625rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #gIOdczz3NkwDdxoi76zAM6ngHMKxIPzO { width:16.75rem;height:4.0625rem;top:43.9375rem;left:1.625rem;border-top:0.4375rem solid #9bea76;border-left:0.4375rem solid #9bea76;border-right:0.4375rem solid #9bea76;border-bottom:0.4375rem solid #9bea76;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #n0EcqkR9u0UJinusbKWvzX9JgdxZ53cx { display:block; }
 }@media only screen and (max-width: 763px) { #GciMiFwFPRGOuNJLPi472nT8bLMpIwRy { width:16.75rem;height:4.0625rem;top:43.9375rem;left:1.625rem;border-top:0.4375rem solid #fb8b9c;border-left:0.4375rem solid #fb8b9c;border-right:0.4375rem solid #fb8b9c;border-bottom:0.4375rem solid #fb8b9c;font-size:0.875rem;z-index:14999;background-color:#981e32;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) { #TTo24on6EDemS4uReN00ObcnEQqmS6Xe { display:block; }
 }@media only screen and (max-width: 763px) { #xzni3sPgCrumuCQI4qpLTfg4yO28EOdJ { display:block; }#xzni3sPgCrumuCQI4qpLTfg4yO28EOdJ > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p52TSeJaK8dcJ6XA2fMKuhEo6zMAwNGk { width:18.125rem;height:3.90014375rem;top:3.75rem;left:0.9375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GNUoV7vUkxJr4r6crWDXglQT8sqbaw16 { width:6.4375rem;height:2.9375rem;top:42.39892578125rem;left:6.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpTpvSg2hvesOTDdA6hgK5mm9esRyLNv { width:20rem;height:31.25rem;top:9.3984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8tTF7yefRTuClnrSkqwwUhzpRUUNR9a { display:block; }#o8tTF7yefRTuClnrSkqwwUhzpRUUNR9a > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #muJWB4C0MqVRI0IDgsUsWr8ZCGXpdnl1 { width:20rem;height:37.5rem;top:14.8125rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #zgFcZX4GdxungLNxNWNgsr7OCQ8eTgTi { width:17.1875rem;height:5.20019375rem;top:3.75rem;left:1.40625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cwXJT1ImmKIWTdaiTCC1iAri0cBEJlpU { width:11.625rem;height:2.6001rem;top:9.6875rem;left:4.1875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F5hsxUr9lBuZ1qT3yUXH7Nrhh4CVU60n { width:16.75rem;height:4.0625rem;top:16.125rem;left:1.625rem;z-index:15012;font-size:0.875rem;border-top:0.4375rem solid #a4e0f0;border-left:0.4375rem solid #a4e0f0;border-right:0.4375rem solid #a4e0f0;border-bottom:0.4375rem solid #a4e0f0;display:none; }
 }@media only screen and (max-width: 763px) { #UX0BA1d5M3a8ztGlal81G7g6ZAARJUyB { display:block; }
 }@media only screen and (max-width: 763px) { #zgu9mIz71X4DVccAfvd1OS9bNzKDoIvT { width:11rem;height:3.25rem;top:9.3623046875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6e77041112f66df54b6cfbd29c26d5e { display:block; }#c6e77041112f66df54b6cfbd29c26d5e > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p64ffee539c37b339ea99d80178e4c6b { width:16.0625rem;height:1.3994125rem;top:1.25rem;left:1.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wb1c8b369fec0f93d3378c8716b61160 { width:6.75rem;height:1.3994125rem;top:3.4609375rem;left:6.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }