.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:255,237,246;--color-primary-1:255,196,224;--color-primary-2:255,136,192;--color-primary-3:128,68,96;--color-primary-4:38,20,29;--color-secondary-0:255,249,234;--color-secondary-1:255,235,184;--color-secondary-2:255,215,112;--color-secondary-3:128,108,56;--color-secondary-4:38,32,17;--color-tertiary-0:255,255,255;--color-tertiary-1:189,219,196;--color-tertiary-2:35,134,57;--color-tertiary-3:18,67,29;--color-tertiary-4:3,13,6;--headlines-font-family:"Russo One";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQ6y0KQJfzFirLT2ou2wlTr0aTmTp8ie { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#HQ6y0KQJfzFirLT2ou2wlTr0aTmTp8ie > .row .container { background-color: transparent; background-image: none; }#HQ6y0KQJfzFirLT2ou2wlTr0aTmTp8ie::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQ6y0KQJfzFirLT2ou2wlTr0aTmTp8ie > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQ6y0KQJfzFirLT2ou2wlTr0aTmTp8ie > .row .container > .video-iframe-container { display: none; }#HQ6y0KQJfzFirLT2ou2wlTr0aTmTp8ie > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQ6y0KQJfzFirLT2ou2wlTr0aTmTp8ie > .row > .video-iframe-container { display: none; }#HQ6y0KQJfzFirLT2ou2wlTr0aTmTp8ie > .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); }#HQ6y0KQJfzFirLT2ou2wlTr0aTmTp8ie > .row .container { border-width: 0; border-radius: 0; }#HQ6y0KQJfzFirLT2ou2wlTr0aTmTp8ie > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HQ6y0KQJfzFirLT2ou2wlTr0aTmTp8ie > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#kEQETCIsTisdJpNRFeShtwuO8JM3PsEu { z-index:15004;top:1.4366321563721rem;left:50.654298782349rem;background-color:#ff88c0;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.4375rem solid #000000;border-bottom:0.4375rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.45095125rem;height:3.88802rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#VRe3hS6tSPamzunJ6smNEvBZ6NUTmcr5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J0fQyQNpsdAXfS6859H7kx16wFr0hpZZ { position:relative;display:block; }#J0fQyQNpsdAXfS6859H7kx16wFr0hpZZ { background-color: transparent; background-image: none; }#J0fQyQNpsdAXfS6859H7kx16wFr0hpZZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J0fQyQNpsdAXfS6859H7kx16wFr0hpZZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J0fQyQNpsdAXfS6859H7kx16wFr0hpZZ > .row .container > .video-iframe-container { display: none; }#J0fQyQNpsdAXfS6859H7kx16wFr0hpZZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J0fQyQNpsdAXfS6859H7kx16wFr0hpZZ > .row > .video-iframe-container { display: none; }#J0fQyQNpsdAXfS6859H7kx16wFr0hpZZ > .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); }#J0fQyQNpsdAXfS6859H7kx16wFr0hpZZ { border-width: 0; border-radius: 0; }#J0fQyQNpsdAXfS6859H7kx16wFr0hpZZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#J0fQyQNpsdAXfS6859H7kx16wFr0hpZZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:66.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hyqhZTuUcvW5KOaDHMx54tbTHJreXd7Q { color:rgba(var(--color-tertiary-4),1);display:block;width:38.186875rem;position:absolute;font-family:kalam;font-size:4.6875rem;font-weight:700;z-index:15053;line-height:1.1;letter-spacing:0;top:15.375rem;left:1.625rem;height:30.9375rem;font-style:normal;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; }
#flT3gIHMc5gChAoTwlZdxtEKMeBgrccV { box-sizing:content-box;height:3.24978125rem;width:38.5623125rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.2) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.3125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.375rem solid #000000;top:8.75rem;left:0.5625rem;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;display:block; }
#FGiuMl6dIMZiv84OozWMol5D5ZPtDtgH { color:rgba(var(--color-tertiary-4),1);display:block;width:45rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:9.4375rem;left:1.625rem;height:2.30035rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U5yQ5fxGrpBOXkVhomvDT2z6O0VDhxNO { position:absolute;display:block;z-index:15054;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:45.4373125rem;width:36.25rem;top:8.125rem;left:38.1875rem;overflow:hidden;display:block; }
#NG3bnb23sToXreFbo9TF1dt6DKI0DIN3 { z-index:15003;top:54.625rem;left:43.75rem;background-color:#ff004c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.186625rem;height:5.74978125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TGWuEiTOAtzltKkx2m6oShWSwPixvW6n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mTwJBRT05TLoioO6wQZ8k1MTkoPkUdMf { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:61.6875rem;left:39.4375rem;height:1.13715rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#luRKHgWE0uTdIEgfdySVuGMn3X81OXwL { color:rgba(var(--color-tertiary-4),1);display:block;width:41.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:47.625rem;left:1.625rem;height:11.9965rem;font-style:normal;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; }
#S0oXlHB4TBxieGZLwFgNV2Z8i4OuSZi4 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#S0oXlHB4TBxieGZLwFgNV2Z8i4OuSZi4 > .row .container { background-color: transparent; background-image: none; }#S0oXlHB4TBxieGZLwFgNV2Z8i4OuSZi4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0oXlHB4TBxieGZLwFgNV2Z8i4OuSZi4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0oXlHB4TBxieGZLwFgNV2Z8i4OuSZi4 > .row .container > .video-iframe-container { display: none; }#S0oXlHB4TBxieGZLwFgNV2Z8i4OuSZi4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0oXlHB4TBxieGZLwFgNV2Z8i4OuSZi4 > .row > .video-iframe-container { display: none; }#S0oXlHB4TBxieGZLwFgNV2Z8i4OuSZi4 > .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); }#S0oXlHB4TBxieGZLwFgNV2Z8i4OuSZi4 > .row .container { border-width: 0; border-radius: 0; }#S0oXlHB4TBxieGZLwFgNV2Z8i4OuSZi4 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#S0oXlHB4TBxieGZLwFgNV2Z8i4OuSZi4 > .row .container { font-size:0.875rem;font-family:arial;height:16.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#EVnOkauzISTQapTbcX4oBAlDAf97D6iA { box-sizing:content-box;height:9.75rem;width:12.625rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-1),1) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.4375rem solid rgba(var(--color-secondary-4),1);border-bottom:0.4375rem solid rgba(var(--color-secondary-4),1);top:2.625rem;left:8.0625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#FSHsCgGr1qUvfv9MwbRG1FNP0BPICEPm { color:#ff6d45;display:block;width:10.3125rem;position:absolute;font-family:caveat;font-size:3.375rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:2.625rem;left:9rem;height:5.39930625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tF78xIabzUyHVOhAZ35OJn1pKmOval2V { color:rgba(var(--color-tertiary-4),1);display:block;width:10.374375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:7.625rem;left:9.4375rem;height:3.99956875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sLlCIp2nz5WyRAdDqEanfzVfqN6tbvLf { box-sizing:content-box;height:9.75rem;width:12.625rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-1),1) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.4375rem solid rgba(var(--color-secondary-4),1);border-bottom:0.4375rem solid rgba(var(--color-secondary-4),1);top:2.875rem;left:23.3125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#dTQEigTUQwuqiTTOLVIEsq1b2naxE1P9 { color:#ff6d45;display:block;width:10.3125rem;position:absolute;font-family:caveat;font-size:3.375rem;font-weight:700;z-index:15026;line-height:1.6;letter-spacing:0;top:2.875rem;left:24.25rem;height:5.39930625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GlbIqWiAgJ9p6RVc95eAIawHpGbMTpd5 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.374375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:7.875rem;left:24.6875rem;height:3.99956875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wBxgnH0dGBhHtx5zsA19tvvSuBnzBM8m { box-sizing:content-box;height:9.75rem;width:12.625rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-1),1) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.4375rem solid rgba(var(--color-secondary-4),1);border-bottom:0.4375rem solid rgba(var(--color-secondary-4),1);top:2.875rem;left:38.3125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#t0Cqg49GfsP9ASgpmbA7sEm3Mmh8D9Dr { color:#ff6d45;display:block;width:10.3125rem;position:absolute;font-family:caveat;font-size:3.375rem;font-weight:700;z-index:15029;line-height:1.6;letter-spacing:0;top:2.875rem;left:39.25rem;height:5.39930625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VmGBRIdFTOgM0LGnAbPki8aSSUnT0T0u { color:rgba(var(--color-tertiary-4),1);display:block;width:10.374375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:7.875rem;left:39.6875rem;height:3.99956875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ozvb1lqpadpHGyGFRtdB9cPbIhz7tSUc { box-sizing:content-box;height:9.75rem;width:12.625rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-1),1) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.4375rem solid rgba(var(--color-secondary-4),1);border-bottom:0.4375rem solid rgba(var(--color-secondary-4),1);top:2.875rem;left:53.1875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#cvy2RSzNCbekAvtc6awoXLKKFIkNz8r6 { color:#ff6d45;display:block;width:10.3125rem;position:absolute;font-family:caveat;font-size:3.375rem;font-weight:700;z-index:15032;line-height:1.6;letter-spacing:0;top:2.875rem;left:54.125rem;height:5.39930625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EoqHEawA106XqFr2GFFRnKuapP4VT6QW { color:rgba(var(--color-tertiary-4),1);display:block;width:10.374375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:7.875rem;left:54.5625rem;height:3.99956875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ncwBt5KAtkcKloNhKxApUPVJLA4Ss1pG { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ncwBt5KAtkcKloNhKxApUPVJLA4Ss1pG > .row .container { background-color: transparent; background-image: none; }#ncwBt5KAtkcKloNhKxApUPVJLA4Ss1pG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncwBt5KAtkcKloNhKxApUPVJLA4Ss1pG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncwBt5KAtkcKloNhKxApUPVJLA4Ss1pG > .row .container > .video-iframe-container { display: none; }#ncwBt5KAtkcKloNhKxApUPVJLA4Ss1pG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncwBt5KAtkcKloNhKxApUPVJLA4Ss1pG > .row > .video-iframe-container { display: none; }#ncwBt5KAtkcKloNhKxApUPVJLA4Ss1pG > .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); }#ncwBt5KAtkcKloNhKxApUPVJLA4Ss1pG > .row .container { border-width: 0; border-radius: 0; }#ncwBt5KAtkcKloNhKxApUPVJLA4Ss1pG > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ncwBt5KAtkcKloNhKxApUPVJLA4Ss1pG > .row .container { font-size:0.875rem;font-family:arial;height:58.5rem;width:75rem;overflow:visible;position:relative;display:block; }#xe1sOmLx4zUHxAdhyNwATvyJ4x1TwydD { color:#238639;display:block;width:32.6248125rem;position:absolute;font-family:caveat;font-size:3.375rem;font-weight:700;z-index:15022;line-height:1.6;letter-spacing:0;top:1.1241321563721rem;left:22.748483657837rem;height:5.39930625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M4Xf2S94zaLEJUDwXoiAT7AuRDtKE6iS { color:rgba(var(--color-primary-4),1);display:block;width:51.311875rem;position:absolute;font-family:caveat;font-size:5.25rem;font-weight:400;z-index:15016;line-height:1.1;letter-spacing:0;top:5.9407558441162rem;left:14.154733657837rem;height:11.5473125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WDyNi4HWTZxxzrResI6Bk1R3vXt29k2B { box-sizing:content-box;height:11.3125rem;width:26.875rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-1),1) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.4375rem solid rgba(var(--color-secondary-4),1);border-bottom:0.4375rem solid rgba(var(--color-secondary-4),1);top:19.187283410691rem;left:7.5618495941163rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#EnuofkTaWTsACQeAK8FvKhqpoJf3t29S { color:#238639;display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:20.1875rem;left:8.5625rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T1lazusT1SBaxFK5aHs3tBQIlWxqJskr { color:rgba(var(--color-tertiary-4),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:23.6875rem;left:8.5625rem;height:5.99935rem;font-style:normal;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; }
#ffPeAid69V4hApivKLLTSRyUtfP3T8kw { color:#000000;display:block;width:64.8125rem;position:absolute;font-family:caveat;font-size:2.625rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:47.061634063721rem;left:6.6536464691163rem;height:9.446625rem;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; }
#HlbWq8GC1RB7ukLcwPgueeMpR48kSFps { box-sizing:content-box;height:11.8125rem;width:26.9375rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-1),1) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.4375rem solid rgba(var(--color-secondary-4),1);border-bottom:0.4375rem solid rgba(var(--color-secondary-4),1);top:19.4375rem;left:38.6875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#UScevqxfDgCZto6wi9Tm4tdVccHxnnEi { color:#238639;display:block;width:23.624125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15026;line-height:1.6;letter-spacing:0;top:20.186633004807rem;left:39.687501907349rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yabLcB3K9m55kKk3VfkDRHo0D5vGdmRP { color:rgba(var(--color-tertiary-4),1);display:block;width:27.061625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:23.055556192063rem;left:39.687501907349rem;height:7.999125rem;font-style:normal;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; }
#r6llJrcK99T1oFcGlwlVwnvR7tyOzPmr { box-sizing:content-box;height:11.3125rem;width:26.875rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-1),1) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.4375rem solid rgba(var(--color-secondary-4),1);border-bottom:0.4375rem solid rgba(var(--color-secondary-4),1);top:33.9375rem;left:9.125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#yt0di8DiTEIMrMPA7LcDkGtG8wTu9TOD { color:#238639;display:block;width:23.624125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15029;line-height:1.6;letter-spacing:0;top:35.4375rem;left:10.1875rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bnQiuT8JhWUhcWbE064udsuQXiUEhPBB { color:rgba(var(--color-tertiary-4),1);display:block;width:24.249125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:38.4375rem;left:9.875rem;height:5.99935rem;font-style:normal;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; }
#QTU2OOrwtnOwbON8Jhp8bDJ6lKnaEefc { box-sizing:content-box;height:11.3125rem;width:26.875rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-1),1) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.4375rem solid rgba(var(--color-secondary-4),1);border-bottom:0.4375rem solid rgba(var(--color-secondary-4),1);top:33.9375rem;left:40.8125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#nsaXqK81Ug2VLr3wEJzhTkRnLZWTqWON { color:#238639;display:block;width:23.624125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15032;line-height:1.6;letter-spacing:0;top:36rem;left:41.6875rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dMgI6t5JffTOh9PEveD79FN7GD70Rmh0 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.6;letter-spacing:0;top:38.4375rem;left:41.8125rem;height:5.99935rem;font-style:normal;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; }
#k0DxSETTcDA97DkmNphDfOfl3WQsH00m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#k0DxSETTcDA97DkmNphDfOfl3WQsH00m > .row .container { background-color: transparent; background-image: none; }#k0DxSETTcDA97DkmNphDfOfl3WQsH00m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0DxSETTcDA97DkmNphDfOfl3WQsH00m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0DxSETTcDA97DkmNphDfOfl3WQsH00m > .row .container > .video-iframe-container { display: none; }#k0DxSETTcDA97DkmNphDfOfl3WQsH00m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0DxSETTcDA97DkmNphDfOfl3WQsH00m > .row > .video-iframe-container { display: none; }#k0DxSETTcDA97DkmNphDfOfl3WQsH00m > .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); }#k0DxSETTcDA97DkmNphDfOfl3WQsH00m > .row .container { border-width: 0; border-radius: 0; }#k0DxSETTcDA97DkmNphDfOfl3WQsH00m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k0DxSETTcDA97DkmNphDfOfl3WQsH00m > .row .container { font-size:0.875rem;font-family:arial;height:60.625rem;width:75rem;position:relative;display:block; }#hD9f7oQDswf90LpwTob5wT0IIbLmDdtk { box-sizing:content-box;height:36.9375rem;width:65.1875rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.4375rem solid rgba(var(--color-secondary-4),1);border-bottom:0.4375rem solid rgba(var(--color-secondary-4),1);top:19.875rem;left:5rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#zwof00xx7ITkHxxp7xB6lmF00ArNxZVO { color:#000000;display:block;width:54.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.875rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:28.3125rem;left:9.6875rem;height:3.45051875rem;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; }
#gn9r97tFAB9MGnmJcpGJQxsT9XPUvBql { box-sizing:content-box;height:3.1875rem;width:6.125rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.2) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.3125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.375rem solid #000000;top:18.0625rem;left:6rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#DxXsBPCKneNXUZKic2CCeHF7Driuop7Z { color:#ff6d45;display:block;width:5.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.5625rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:16.9375rem;left:6.6875rem;height:4.2740875rem;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; }
#AtZXnD3nbWJr9WsMVXqOXNHxQKNyVlpC { color:rgba(var(--color-tertiary-4),1);display:block;width:59rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15030;line-height:1.6;letter-spacing:0;top:22.8125rem;left:8.6875rem;height:31.8924125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IN9dFOy1EBO3ZRVXmG7x7DHdf4v49JLM { color:#238639;display:block;width:32.6248125rem;position:absolute;font-family:caveat;font-size:3.375rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:0.810546875rem;left:21.748048782349rem;height:5.39930625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KR84sW7wBHVp7SSG6Szi802wcMEoRCZI { color:rgba(var(--color-primary-4),1);display:block;width:51.311875rem;position:absolute;font-family:caveat;font-size:5.25rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:5.3743467330933rem;left:13.029516220092rem;height:11.5473125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BmgFGbZa2bz9AF8csP4rWr8UyCB4lAZH { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#BmgFGbZa2bz9AF8csP4rWr8UyCB4lAZH > .row .container { background-color: transparent; background-image: none; }#BmgFGbZa2bz9AF8csP4rWr8UyCB4lAZH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BmgFGbZa2bz9AF8csP4rWr8UyCB4lAZH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BmgFGbZa2bz9AF8csP4rWr8UyCB4lAZH > .row .container > .video-iframe-container { display: none; }#BmgFGbZa2bz9AF8csP4rWr8UyCB4lAZH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BmgFGbZa2bz9AF8csP4rWr8UyCB4lAZH > .row > .video-iframe-container { display: none; }#BmgFGbZa2bz9AF8csP4rWr8UyCB4lAZH > .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); }#BmgFGbZa2bz9AF8csP4rWr8UyCB4lAZH > .row .container { border-width: 0; border-radius: 0; }#BmgFGbZa2bz9AF8csP4rWr8UyCB4lAZH > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#BmgFGbZa2bz9AF8csP4rWr8UyCB4lAZH > .row .container { font-size:0.875rem;font-family:arial;height:69.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#TBanfW0XfPLK1D8WDi8w9kWhIuyoKKtp { box-sizing:content-box;height:16.3125rem;width:19.125rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-1),1) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.4375rem solid rgba(var(--color-secondary-4),1);border-bottom:0.4375rem solid rgba(var(--color-secondary-4),1);top:31.125rem;left:5.4375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#ihX65lsBDiZBxzTPmK1dvZFQzOLVws0G { color:#ff6d45;display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:31.9375rem;left:6rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gTaWFX9sdnWRoJAXdyZDXywFDzbDZ33i { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:37.6875rem;left:6.125rem;height:7.999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FQNLB5BmRDEEgfhCAfTbOygtFpTkotcq { color:rgba(var(--color-primary-4),1);display:block;width:61.25rem;position:absolute;font-family:caveat;font-size:5.25rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:6.8088116645812rem;left:9.4650630950925rem;height:11.5473125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x7wEd0o5F5VNcU4sqbJHXlvsLwbIzQJq { color:rgba(var(--color-tertiary-4),1);display:block;width:69.749375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:20.060800552368rem;left:2.6247844696045rem;height:9.300125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mGPv6oAtrM6B9Ml86JVxgaW70gPSFlp7 { color:#238639;display:block;width:32.6248125rem;position:absolute;font-family:caveat;font-size:3.375rem;font-weight:700;z-index:15024;line-height:1.6;letter-spacing:0;top:1.4789500236511rem;left:23.777128219604rem;height:5.39930625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JGTO5QZ82TxlwxChUOw2PQm21HgULKGF { box-sizing:content-box;height:16.125rem;width:19.125rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-1),1) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.4375rem solid rgba(var(--color-secondary-4),1);border-bottom:0.4375rem solid rgba(var(--color-secondary-4),1);top:31.125rem;left:28.625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#EWHhH1dASpnhofIRPdSaHnX09Gn5NLSn { color:#ff6d45;display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:31.9375rem;left:28.875rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JN8e1Ed3ED9T9ErKa3nW2wtP3knxevM9 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:36.6875rem;left:29.0625rem;height:9.9989375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q3UM5G3xobAoQgM2iTuDz2f1r9roeekP { box-sizing:content-box;height:16.1875rem;width:19.125rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-1),1) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.4375rem solid rgba(var(--color-secondary-4),1);border-bottom:0.4375rem solid rgba(var(--color-secondary-4),1);top:31.125rem;left:51.75rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#MnXsQtbK0fzQpRgHlS9rUk04GexRLJqX { color:#ff6d45;display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:31.9375rem;left:52.3125rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TqBHSCFSIWgEZHPGHMhUDfBHbXAeBZhM { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:36.6875rem;left:52.9375rem;height:9.9989375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZNowtcTtx1NDIuzLdxXxBMxkW85Hihmd { box-sizing:content-box;height:16.1875rem;width:19.125rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-1),1) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.4375rem solid rgba(var(--color-secondary-4),1);border-bottom:0.4375rem solid rgba(var(--color-secondary-4),1);top:49.875rem;left:51.75rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#FexOCo2b7TFqoc4yQMVPRaaEwq3tuuGr { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15032;line-height:1.6;letter-spacing:0;top:55.437284469604rem;left:53.365892410278rem;height:9.9989375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iAqXwGltRNRT3nx8wTtO7zilIlD0XTmT { box-sizing:content-box;height:16.125rem;width:19.125rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-1),1) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.4375rem solid rgba(var(--color-secondary-4),1);border-bottom:0.4375rem solid rgba(var(--color-secondary-4),1);top:49.875rem;left:28.625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#qLuw0EVgEMmASTMVAmT3nC7WI5eu0pMd { color:rgba(var(--color-tertiary-4),1);display:block;width:16.124125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15029;line-height:1.6;letter-spacing:0;top:55.437284469604rem;left:30.365671157837rem;height:9.9989375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qdwqqchvFthHVBeTwc3Q9sSMsv7KLBKa { box-sizing:content-box;height:16.3125rem;width:19.125rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-1),1) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.4375rem solid rgba(var(--color-secondary-4),1);border-bottom:0.4375rem solid rgba(var(--color-secondary-4),1);top:49.875rem;left:5.4375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#EMZqdvK4J84aC9eWE92CRJEbcfx0CTcJ { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:55.437284469604rem;left:6.1794719696045rem;height:9.9989375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T3TdlfCH4h3MMcTta7ccsTftUONSk3vO { color:#ff6d45;display:block;width:16.124125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:50.686850547791rem;left:7.1788196563719rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wWtq0qOZMOhSCT7uyDVCgInUDIFP38Ol { color:#ff6d45;display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:50.6875rem;left:28.875rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w6EErR4raMeyTaGU7B734NSN58ForHJD { color:#ff6d45;display:block;width:16.624375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:50.686850547791rem;left:53.242189407349rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qsyPosPT9Ai4Aqg67GIG32HJrUtkKF6c { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#qsyPosPT9Ai4Aqg67GIG32HJrUtkKF6c > .row .container { background-color: transparent; background-image: none; }#qsyPosPT9Ai4Aqg67GIG32HJrUtkKF6c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qsyPosPT9Ai4Aqg67GIG32HJrUtkKF6c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qsyPosPT9Ai4Aqg67GIG32HJrUtkKF6c > .row .container > .video-iframe-container { display: none; }#qsyPosPT9Ai4Aqg67GIG32HJrUtkKF6c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qsyPosPT9Ai4Aqg67GIG32HJrUtkKF6c > .row > .video-iframe-container { display: none; }#qsyPosPT9Ai4Aqg67GIG32HJrUtkKF6c > .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); }#qsyPosPT9Ai4Aqg67GIG32HJrUtkKF6c > .row .container { border-width: 0; border-radius: 0; }#qsyPosPT9Ai4Aqg67GIG32HJrUtkKF6c > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#qsyPosPT9Ai4Aqg67GIG32HJrUtkKF6c > .row .container { font-size:0.875rem;font-family:arial;height:110.75rem;width:75rem;overflow:visible;position:relative;display:block; }#kPd4Kt3Pc7WO4WMyv1P2g6hdtl2Q32W3 { box-sizing:content-box;height:12.5rem;width:22.5rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-0),1);background-image:none;top:14.3125rem;left:1.3125rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.375rem solid #000000;border-bottom:0.5rem solid #000000;display:block; }
#r4KO9weuQmT34pX1OvJeXE5vDTzWMXO7 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:kalam;font-size:2.5rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:15.560981273651rem;left:2.2384986877441rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x0A66E8gVrCPpZV3su9Auved1FoHALib { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:18.875868558884rem;left:2.2384986877441rem;height:6.9965rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q5X6Z1a2diRP5Lv1UyWip1E4hW94Kmn0 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:18.875869274139rem;left:26.999784469604rem;height:5.24739375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#w7IMuo0FwTi0WttkGIPgiL0u0bRCWZBJ { color:rgba(var(--color-tertiary-4),1);display:block;width:20.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:18.875869274139rem;left:51.286897659302rem;height:5.24739375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KJtErBxKPlfc4Gz9xOR7J6ZuQSSy03S8 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:35.071614742279rem;left:2.2699661254883rem;height:5.24739375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hVNfMdcA36Wr254gJ9K2CNvuDzB3KkRp { color:#238639;display:block;width:32.6248125rem;position:absolute;font-family:caveat;font-size:3.375rem;font-weight:700;z-index:15025;line-height:1.6;letter-spacing:0;top:0.72699737548825rem;left:19.717882156372rem;height:5.39930625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gWAPsTmpf1xPJlGhCDnJ7DfJsxEeCgk1 { color:rgba(var(--color-primary-4),1);display:block;width:61.25rem;position:absolute;font-family:caveat;font-size:5.25rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:6.1263027191162rem;left:6.8750019073488rem;height:5.77365625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RXq9ULV2RgBpFAPdC5U9Kq3rLkEZ36Bo { box-sizing:content-box;height:12.5rem;width:22.5rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-0),1);background-image:none;top:14.312066555023rem;left:26.041669845581rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.375rem solid #000000;border-bottom:0.5rem solid #000000;display:block; }
#S8BfMpfFWW14pRs6PWMg63qHzRJWauoS { color:rgba(var(--color-tertiary-4),1);display:block;width:21.1875rem;position:absolute;font-family:kalam;font-size:2.5rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:15.560981273651rem;left:27.249349594116rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kR1lnaziTlkzbfA0GhJszPmkS5kwz9mP { color:rgba(var(--color-tertiary-4),1);display:block;width:21.1870625rem;position:absolute;font-family:kalam;font-size:2.5rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:15.560981273651rem;left:51.499567031861rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NHJTAstXCkOln6tKrsQCRyfFsPTAcRSN { box-sizing:content-box;height:12.5rem;width:22.5rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-0),1);background-image:none;top:14.312066555023rem;left:50.415582656861rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.375rem solid #000000;border-bottom:0.5rem solid #000000;display:block; }
#XazQHWZUNObh6G8HTLHTpRNAIqZDBsSn { box-sizing:content-box;height:12.5rem;width:22.5rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:29.373918056488rem;left:1.3118495941162rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.375rem solid #000000;border-bottom:0.5rem solid #000000;display:block; }
#ukOOK51bO8oWI5XkV2GTAGfUSMeQD0aS { color:rgba(var(--color-tertiary-4),1);display:block;width:21.1870625rem;position:absolute;font-family:kalam;font-size:2.5rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:31.123048305511rem;left:2.1755657196045rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zrplEFJgzqzIiixXzi7BdsKgi8OoHVoM { color:rgba(var(--color-tertiary-4),1);display:block;width:20.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:35.375rem;left:27.1875rem;height:5.24739375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TMAQ29DmX8MkTDGSMIuTRJEFtG4ZEdmt { box-sizing:content-box;height:12.5rem;width:22.5rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:29.625rem;left:26.25rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.375rem solid #000000;border-bottom:0.5rem solid #000000;display:block; }
#c0xxuIGoVIq1d6QBxQs7wGVtTBNySv8r { color:rgba(var(--color-tertiary-4),1);display:block;width:21.1870625rem;position:absolute;font-family:kalam;font-size:2.5rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:31.375rem;left:27.125rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tNXWTwGxqTAT53lkAPhbhK0gyzrdUvZG { box-sizing:content-box;height:12.5rem;width:22.5rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:29.625rem;left:50.5625rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.375rem solid #000000;border-bottom:0.5rem solid #000000;display:block; }
#odklpe10nEnqOTd3Kp3lCbQPF6NTBy4R { color:rgba(var(--color-tertiary-4),1);display:block;width:20.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:35.375rem;left:51.5rem;height:5.24739375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u6T6RFfM1g5Xg78tAacdgayTUVkyREnf { color:rgba(var(--color-tertiary-4),1);display:block;width:21.1870625rem;position:absolute;font-family:kalam;font-size:2.5rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:31.375rem;left:51.4375rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wH5eabDmAQ5HJM0bRqbkXCARr4mkc5ZJ { box-sizing:content-box;height:12.5rem;width:22.5rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-primary-0),1);background-image:none;top:59.9375rem;left:50.875rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.375rem solid #000000;border-bottom:0.5rem solid #000000;display:block; }
#ZtPOe6xTluLrPpFnOQonvKgbMTwspZFW { color:rgba(var(--color-tertiary-4),1);display:block;width:20.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15046;line-height:1.4;letter-spacing:0;top:65.6875rem;left:27.5rem;height:5.24739375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H84OCV5lCtRTA4WkqIyryo4taiZMVHWp { box-sizing:content-box;height:12.5rem;width:22.5rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-0),1);background-image:none;top:59.9375rem;left:26.5625rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.375rem solid #000000;border-bottom:0.5rem solid #000000;display:block; }
#gyWFGNtkhd5W5vsinJTaSh1iRpQEXWku { color:rgba(var(--color-tertiary-4),1);display:block;width:20.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:66.311851501462rem;left:51.286897659302rem;height:5.24739375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r7DPlZi6forFBz2tmg2nzJZOPJgW9eGA { color:rgba(var(--color-tertiary-4),1);display:block;width:21.1870625rem;position:absolute;font-family:kalam;font-size:2.5rem;font-weight:700;z-index:15030;line-height:1;letter-spacing:0;top:61.6875rem;left:27.4375rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rbpNBgMCqUMGtzMi8TOKGn29VgwF0Tqp { color:rgba(var(--color-tertiary-4),1);display:block;width:21.186rem;position:absolute;font-family:kalam;font-size:2.5rem;font-weight:700;z-index:15033;line-height:1;letter-spacing:0;top:60.755210876465rem;left:51.499567031861rem;height:5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ltxuMxNrNeidPCXZuUvG8aVGbm8VGpHq { color:rgba(var(--color-tertiary-4),1);display:block;width:20.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:65.375rem;left:2.5625rem;height:5.24739375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hzGfyUQTzMD2cdKyxVD6X6vQ8fTMUev9 { box-sizing:content-box;height:12.5rem;width:22.5rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-0),1);background-image:none;top:59.6875rem;left:1.625rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.375rem solid #000000;border-bottom:0.5rem solid #000000;display:block; }
#gInuTxW37aIIGzMeeJMlk20R2Ze1QzUR { color:rgba(var(--color-tertiary-4),1);display:block;width:21.1870625rem;position:absolute;font-family:kalam;font-size:2.5rem;font-weight:700;z-index:15027;line-height:1;letter-spacing:0;top:61.4375rem;left:2.5rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E18PICnqmWi6WnseOGFHP8mAs0LWPl31 { box-sizing:content-box;height:12.5rem;width:22.5rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:44.625rem;left:1.625rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.375rem solid #000000;border-bottom:0.5rem solid #000000;display:block; }
#n3QueSSADycDiSQW2tNd2Pf2EbnOmTFe { box-sizing:content-box;height:12.5rem;width:22.5rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:44.625rem;left:26.375rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.375rem solid #000000;border-bottom:0.5rem solid #000000;display:block; }
#fZVIH8NuJqfcw3IKJWBlBJGigtEagJXK { box-sizing:content-box;height:12.5rem;width:22.5rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:44.625rem;left:50.75rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.375rem solid #000000;border-bottom:0.5rem solid #000000;display:block; }
#unbmlJOLlXzgdCUCzvMrLidG7FfEzIK0 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:49.1875rem;left:2.5625rem;height:6.9965rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SRqJct6SXw7oIiLWfPKTlMOzanCZXiQi { color:rgba(var(--color-tertiary-4),1);display:block;width:20.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15035;line-height:1.4;letter-spacing:0;top:49.1875rem;left:27.3125rem;height:6.9965rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yIDTrWDNebnowzhneigXsaOWRLpcAVK8 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15039;line-height:1.4;letter-spacing:0;top:49.1875rem;left:51.625rem;height:5.24739375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rQ2QMbN597ylaV4kiqf1cs6hfL7TONXq { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:kalam;font-size:2.5rem;font-weight:700;z-index:15025;line-height:1;letter-spacing:0;top:45.875rem;left:2.5625rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dl1kSwLoQnNL4bkvTpcAJLuh3BFGEADT { color:rgba(var(--color-tertiary-4),1);display:block;width:21.1875rem;position:absolute;font-family:kalam;font-size:2.5rem;font-weight:700;z-index:15026;line-height:1;letter-spacing:0;top:45.875rem;left:27.5625rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AIL0sSoK5c6svkaPguWS0TTGUkhIxJcN { color:rgba(var(--color-tertiary-4),1);display:block;width:21.1870625rem;position:absolute;font-family:kalam;font-size:2.5rem;font-weight:700;z-index:15027;line-height:1;letter-spacing:0;top:45.875rem;left:51.8125rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Phpab8zthETkFTLmO8LwcOuQoGwHAsqT { box-sizing:content-box;height:12.5rem;width:22.5rem;position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:74.8125rem;left:50.875rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.375rem solid #000000;border-bottom:0.5rem solid #000000;display:block; }
#EJVlu4LPy6Jdmne6sWi9vxOBz8FVSbTT { box-sizing:content-box;height:12.5rem;width:22.5rem;position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:74.8125rem;left:26.5625rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.375rem solid #000000;border-bottom:0.5rem solid #000000;display:block; }
#q5cr64Hco14fCT3MTzLUVLMHXzUQKZZV { color:rgba(var(--color-tertiary-4),1);display:block;width:20.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15058;line-height:1.4;letter-spacing:0;top:81.1875rem;left:51.3125rem;height:5.24739375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RQfzIt9AmaoZEtD5QL1uoXMUZzNB0UUf { color:rgba(var(--color-tertiary-4),1);display:block;width:20.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15055;line-height:1.4;letter-spacing:0;top:79.50739479065rem;left:28.027345657349rem;height:5.24739375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tc3hVOrRAzRPqo0h2QSCHDFb8MiwnvdN { color:rgba(var(--color-tertiary-4),1);display:block;width:20.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15052;line-height:1.4;letter-spacing:0;top:79.50739479065rem;left:2.2699661254883rem;height:6.9965rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bEGGpDsVklqTWXrMKshIvaHNviDWz14e { box-sizing:content-box;height:12.5rem;width:22.5rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:74.5625rem;left:1.625rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.375rem solid #000000;border-bottom:0.5rem solid #000000;display:block; }
#T4LSoeqlmmfXtVu7o4bdoD7H1ihXKs4y { color:rgba(var(--color-tertiary-4),1);display:block;width:21.186rem;position:absolute;font-family:kalam;font-size:2.5rem;font-weight:700;z-index:15042;line-height:1;letter-spacing:0;top:76.256526947019rem;left:51.499567031861rem;height:5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZHAS1k3equIMys3DOpgF0LwdTEbE4Qiw { color:rgba(var(--color-tertiary-4),1);display:block;width:21.1870625rem;position:absolute;font-family:kalam;font-size:2.5rem;font-weight:700;z-index:15039;line-height:1;letter-spacing:0;top:76.5625rem;left:27.4375rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cMnIwTHKwJIk7NArta0VgTpyJJ8H21JZ { color:rgba(var(--color-tertiary-4),1);display:block;width:21.1870625rem;position:absolute;font-family:kalam;font-size:2.5rem;font-weight:700;z-index:15036;line-height:1;letter-spacing:0;top:76.3125rem;left:2.5rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qBR58mFxXxqqmEbgzTmandq9oOJJ9xR3 { box-sizing:content-box;height:10.875rem;width:22.5625rem;position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:89.125rem;left:50.875rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.375rem solid #000000;border-bottom:0.5rem solid #000000;display:block; }
#rvTPusp7IP4rJz4Ai3xM6IfcPIX6KZs1 { box-sizing:content-box;height:10.9375rem;width:22.5625rem;position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:89.125rem;left:26.5625rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.375rem solid #000000;border-bottom:0.5rem solid #000000;display:block; }
#m0Xrw8TpOAr48z7dEQXI4MCQyWrEq4JZ { color:rgba(var(--color-tertiary-4),1);display:block;width:20.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15067;line-height:1.4;letter-spacing:0;top:93.811855316162rem;left:51.286897659302rem;height:5.24739375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bdAbzKutVP3Bk8n9044wiexHbM3TrTPb { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15064;line-height:1.4;letter-spacing:0;top:93.8125rem;left:28rem;height:5.24739375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AwQvHovU4v4qNwDfmZBOA60VrqRgz1em { color:rgba(var(--color-tertiary-4),1);display:block;width:21.186rem;position:absolute;font-family:kalam;font-size:2.5rem;font-weight:700;z-index:15051;line-height:1;letter-spacing:0;top:90.5625rem;left:51.5rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cohJoEGorPUrne5BNnnRxEBpUOoBHfmv { box-sizing:content-box;height:11.0625rem;width:22.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:88.875rem;left:1.625rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.375rem solid #000000;border-bottom:0.5rem solid #000000;display:block; }
#or8GemMvVSvn6Sefqv50pCb5EXwf3Ifa { color:rgba(var(--color-tertiary-4),1);display:block;width:20.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15061;line-height:1.4;letter-spacing:0;top:93.8125rem;left:2.25rem;height:5.24739375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#USQZFl1wlcJS7S503bZHmVtHnaUiHfPV { color:rgba(var(--color-tertiary-4),1);display:block;width:21.1870625rem;position:absolute;font-family:kalam;font-size:2.5rem;font-weight:700;z-index:15048;line-height:1;letter-spacing:0;top:90.875rem;left:27.4375rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Or2tUflkpslvzLlalJ6a7Pt7ZBwradRt { color:rgba(var(--color-tertiary-4),1);display:block;width:21.1870625rem;position:absolute;font-family:kalam;font-size:2.5rem;font-weight:700;z-index:15045;line-height:1;letter-spacing:0;top:90.625rem;left:2.5rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fPGgzXazDKoKkgE1SXReuCKHwqKXlZcD { z-index:15005;top:103.24871826172rem;left:23.718534469604rem;background-color:#ff88c0;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.4375rem solid #000000;border-bottom:0.4375rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.5rem;height:5.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#JeebTRV2CDbxr4C2DTF9fT0lfzEwn0ri { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DcraI98ETLW24JrqTNWWstfTtm2pHDnn { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#DcraI98ETLW24JrqTNWWstfTtm2pHDnn > .row .container { background-color: transparent; background-image: none; }#DcraI98ETLW24JrqTNWWstfTtm2pHDnn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcraI98ETLW24JrqTNWWstfTtm2pHDnn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcraI98ETLW24JrqTNWWstfTtm2pHDnn > .row .container > .video-iframe-container { display: none; }#DcraI98ETLW24JrqTNWWstfTtm2pHDnn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcraI98ETLW24JrqTNWWstfTtm2pHDnn > .row > .video-iframe-container { display: none; }#DcraI98ETLW24JrqTNWWstfTtm2pHDnn > .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); }#DcraI98ETLW24JrqTNWWstfTtm2pHDnn > .row .container { border-width: 0; border-radius: 0; }#DcraI98ETLW24JrqTNWWstfTtm2pHDnn > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#DcraI98ETLW24JrqTNWWstfTtm2pHDnn > .row .container { font-size:0.875rem;font-family:arial;height:127.125rem;width:75rem;overflow:visible;position:relative;display:block; }#BfXHabRudLJWWCyql4G4HFUTr2DvsZpf { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:23.625rem;width:28.1875rem;top:11rem;left:21.875rem;overflow:hidden;display:block; }
#Mb98LX6MsCaBXpoGoaw1LsWR9Fx2Zlbx { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:39.4375rem;width:15.125rem;top:8.0625rem;left:4.0625rem;overflow:hidden;display:block; }
#whWCEhF6m8XDEsxtnO3SBgMVI5XM43cU { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:30.875rem;width:24.625rem;top:11rem;left:49.4375rem;overflow:hidden;display:block; }
#kvU9CctFc7y6VIAe6RXKooT9llcsmnrI { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:20.5625rem;width:28.1875rem;top:34.75rem;left:21.8125rem;overflow:hidden;display:block; }
#DktUP2tEnJaapNWMt38qmZ5BGHqqJH8E { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:18.125rem;width:22.125rem;top:46.5rem;left:0.75rem;overflow:hidden;display:block; }
#H231sy1W71iDNbX5Svq1zql0NpyddwLg { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:18.0625rem;width:22.125rem;top:45rem;left:50.6875rem;overflow:hidden;display:block; }
#IUzlTXpwkxflctKvZ6i7afiCCzwpyfqB { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:22.3125rem;width:27.75rem;top:54.5rem;left:21.8125rem;overflow:hidden;display:block; }
#noKsqOVXpM13kyB4RRe9QF8ZkEXI0ILU { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:29.1875rem;width:23.3125rem;top:66.9375rem;left:0rem;overflow:hidden;display:block; }
#SzGTSVr8iQHGsbwKm6fVXoK5ncNU1uAy { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:29.1875rem;width:23.3125rem;top:66.9375rem;left:50rem;overflow:hidden;display:block; }
#Jgx7QqT31IRFzVAmLCTSE2BCsnAzXgTD { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:24.625rem;width:32.0625rem;top:76.8125rem;left:21.4375rem;overflow:hidden;display:block; }
#zWe313HRQxtZTEl3R7HdOZEuUFfPVtoG { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:32.0625rem;width:25.625rem;top:91.375rem;left:2.5rem;overflow:hidden;display:block; }
#VKhUM1XvN7LVx4TCdDdKXkSFqbfvvZy7 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:23.25rem;width:28.875rem;top:99.5rem;left:42.8125rem;overflow:hidden;display:block; }
#OrwFLk1IxwQSTsk3ASlQSeFZMB27FlEO { color:rgba(var(--color-primary-4),1);display:block;width:61.25rem;position:absolute;font-family:caveat;font-size:5.25rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:1.4984884262085rem;left:8.9995670318606rem;height:5.77365625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oTaqvN07g6G5SN3gqBTyJMQpmyNxH2ur { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#oTaqvN07g6G5SN3gqBTyJMQpmyNxH2ur > .row .container { background-color: transparent; background-image: none; }#oTaqvN07g6G5SN3gqBTyJMQpmyNxH2ur::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTaqvN07g6G5SN3gqBTyJMQpmyNxH2ur > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTaqvN07g6G5SN3gqBTyJMQpmyNxH2ur > .row .container > .video-iframe-container { display: none; }#oTaqvN07g6G5SN3gqBTyJMQpmyNxH2ur > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTaqvN07g6G5SN3gqBTyJMQpmyNxH2ur > .row > .video-iframe-container { display: none; }#oTaqvN07g6G5SN3gqBTyJMQpmyNxH2ur > .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); }#oTaqvN07g6G5SN3gqBTyJMQpmyNxH2ur > .row .container { border-width: 0; border-radius: 0; }#oTaqvN07g6G5SN3gqBTyJMQpmyNxH2ur > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#oTaqvN07g6G5SN3gqBTyJMQpmyNxH2ur > .row .container { font-size:0.875rem;font-family:arial;height:33.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#MDL4wXIsK4woHIVbgPNTTF6wOWTrPrAP { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:22.5rem;width:40rem;top:9.1875rem;left:17.5rem;display:block; }
#xOly7wQ5lDb8uWC7mSxhXVzzlVTT5sWr { color:rgba(var(--color-primary-4),1);display:block;width:61.25rem;position:absolute;font-family:caveat;font-size:5.25rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:1.4973955154419rem;left:6.8750019073488rem;height:5.77365625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iZ6Rho0olAt7pIIDqnR8AQKqRLPm2m3m { background-color:rgba(var(--color-tertiary-0),0);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#iZ6Rho0olAt7pIIDqnR8AQKqRLPm2m3m > .row .container { background-color: transparent; background-image: none; }#iZ6Rho0olAt7pIIDqnR8AQKqRLPm2m3m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZ6Rho0olAt7pIIDqnR8AQKqRLPm2m3m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZ6Rho0olAt7pIIDqnR8AQKqRLPm2m3m > .row .container > .video-iframe-container { display: none; }#iZ6Rho0olAt7pIIDqnR8AQKqRLPm2m3m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZ6Rho0olAt7pIIDqnR8AQKqRLPm2m3m > .row > .video-iframe-container { display: none; }#iZ6Rho0olAt7pIIDqnR8AQKqRLPm2m3m > .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); }#iZ6Rho0olAt7pIIDqnR8AQKqRLPm2m3m > .row .container { border-width: 0; border-radius: 0; }#iZ6Rho0olAt7pIIDqnR8AQKqRLPm2m3m > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#iZ6Rho0olAt7pIIDqnR8AQKqRLPm2m3m > .row .container { font-size:0.875rem;font-family:arial;height:50.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#BTTiUxKwmKJV3PZPTVsMnWh9Dr4dPMlz { box-sizing:content-box;height:19.375rem;width:18.875rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-1),1) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.4375rem solid rgba(var(--color-secondary-4),1);border-bottom:0.4375rem solid rgba(var(--color-secondary-4),1);top:15.0625rem;left:6.875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#JcJSTl2bF4rHfNyTX2hgermszd6s9W1H { box-sizing:content-box;height:19.5rem;width:18.875rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-1),1) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.4375rem solid rgba(var(--color-secondary-4),1);border-bottom:0.4375rem solid rgba(var(--color-secondary-4),1);top:15.0625rem;left:29.1875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#f8AfvtS7TEhz1bDiWOvkxfoAw2N4G6I3 { box-sizing:content-box;height:19.625rem;width:18.875rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-1),1) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.4375rem solid rgba(var(--color-secondary-4),1);border-bottom:0.4375rem solid rgba(var(--color-secondary-4),1);top:15.0625rem;left:51.625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#EEk7mioCvdTo5l47Q7NGkE83W5zeiJn9 { color:#ff6d45;display:block;width:17.6248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15036;line-height:1.6;letter-spacing:0;top:16.621094703674rem;left:7.7419719696044rem;height:5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ahRP30Kg3yluUZJhmB163cyXMchUpUte { color:#ff6d45;display:block;width:17.6248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15037;line-height:1.6;letter-spacing:0;top:16.622179985046rem;left:30.055341720581rem;height:5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bTbGm7cR9HQWga5dnTkNRGal4chocSy7 { color:#ff6d45;display:block;width:17.6248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15038;line-height:1.6;letter-spacing:0;top:16.620009422302rem;left:52.49241065979rem;height:5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fiVCJNCE1cpl1aAZfMmuCZnWVp4d4W0G { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.6;letter-spacing:0;top:21.620009422302rem;left:7.9611568450925rem;height:11.9986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cHGTXsWNU7xmJpTHUm2vuNnrPiMM3T1a { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15031;line-height:1.6;letter-spacing:0;top:22.311198234558rem;left:30.742189407349rem;height:11.9986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e5TL3CCXWLFmM6AiaWONSlF6BmFD3bMD { color:rgba(var(--color-tertiary-4),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15032;line-height:1.6;letter-spacing:0;top:22.310112953186rem;left:52.304254531861rem;height:11.9986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RP7vIHhd3CxAX5vUnSyHZMIT8BfFkW5z { color:#238639;display:block;width:32.6248125rem;position:absolute;font-family:caveat;font-size:3.375rem;font-weight:700;z-index:15026;line-height:1.6;letter-spacing:0;top:2.1213188171387rem;left:22.335069656372rem;height:5.39930625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Oe6pzr8gISULllKUatocc8thZTitlloR { color:rgba(var(--color-primary-4),1);display:block;width:61.25rem;position:absolute;font-family:caveat;font-size:5.25rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:7.5194787979125rem;left:7.7419719696044rem;height:5.77365625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e5eXVB38qohrd55rGHM3Cu9vJuH8XtAD { color:rgba(var(--color-tertiary-4),1);display:block;width:69.749375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:37.434895833489rem;left:3.2411041259766rem;height:9.300125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qs2pmn3yPPwsXoUt0ZRMBIRb8IG17PHV { position:relative;display:block; }#qs2pmn3yPPwsXoUt0ZRMBIRb8IG17PHV { background-color: transparent; background-image: none; }#qs2pmn3yPPwsXoUt0ZRMBIRb8IG17PHV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qs2pmn3yPPwsXoUt0ZRMBIRb8IG17PHV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qs2pmn3yPPwsXoUt0ZRMBIRb8IG17PHV > .row .container > .video-iframe-container { display: none; }#qs2pmn3yPPwsXoUt0ZRMBIRb8IG17PHV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qs2pmn3yPPwsXoUt0ZRMBIRb8IG17PHV > .row > .video-iframe-container { display: none; }#qs2pmn3yPPwsXoUt0ZRMBIRb8IG17PHV > .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); }#qs2pmn3yPPwsXoUt0ZRMBIRb8IG17PHV { border-width: 0; border-radius: 0; }#qs2pmn3yPPwsXoUt0ZRMBIRb8IG17PHV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qs2pmn3yPPwsXoUt0ZRMBIRb8IG17PHV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:80.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XOPM3mLWr5Gf5J6bIhIMpTJNB8bRrIvS { color:rgba(var(--color-tertiary-4),1);display:block;width:63.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:13.810750961304rem;left:5.9689693450928rem;height:4.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HWh1Zms6IOElZRUDselCUtyz5nBV1Gzg { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.4375rem solid #000000;border-bottom:0.4375rem solid #000000;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:56.9375rem;width:26.5rem;top:21.062286376953rem;left:41.184900283814rem;display:block; }
#BVqHiDkW8mWxkZ9Jpy9HSMnL0nWKv5GX { color:rgba(var(--color-tertiary-0),1);display:block;width:24.0625rem;position:absolute;font-family:kalam;font-size:3.0625rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:24.124351501465rem;left:42.624788284302rem;height:3.67404375rem;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; }
#Q6XKapRdhP5lOz1t9on65HdxXb8BBTu4 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.8745625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15024;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:27.797309875488rem;left:42.624788284302rem;height:3.6002625rem;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; }
#D5T7Pse0VyKHcpLinDJuw9FpZdeeUu8M { color:rgba(var(--color-tertiary-0),1);display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15090;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:37.132171630859rem;left:42.624788284302rem;height:21.7480625rem;font-style:normal;display:block; }#D5T7Pse0VyKHcpLinDJuw9FpZdeeUu8M li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#D5T7Pse0VyKHcpLinDJuw9FpZdeeUu8M li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_796844fd7f634f1644bdff09133c2197.svg); }
#BTvV2cJ6I4PupTOb9gE46ZxLux1UAbxC { color:rgba(var(--color-tertiary-0),1);display:block;width:16.9998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:33.685981750488rem;left:42.624788284302rem;height:1.50065rem;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; }
#JeK5m6zoroRJD7wCGab7ZglZSgRPGX7l { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.4375rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.4375rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:37.5rem;width:25.875rem;top:21.0625rem;left:8.375rem;display:block; }
#EhKUwxb2V8nClW1XCVJoswkGB8e7r9V0 { position:absolute;display:block;z-index:15084;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:20rem;top:29.375rem;left:9.75rem;display:block; }
#Ka1yAqLnEweMRmnq1cDR6lbiepMnPg3s { color:rgba(var(--color-tertiary-4),0.59);display:block;width:20.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:23.75rem;left:9.75rem;height:4.65060625rem;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; }
#ARDasXRAW3dzDHkoCiJkxadpuOeZTzbw { color:rgba(var(--color-tertiary-4),0.61);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15089;line-height:1.5;letter-spacing:0;top:31.3125rem;left:9.6875rem;height:18.9355625rem;font-style:normal;display:block; }#ARDasXRAW3dzDHkoCiJkxadpuOeZTzbw li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#ARDasXRAW3dzDHkoCiJkxadpuOeZTzbw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d81d1e59e5226a763360798bc485e9af2e8fb224.svg); }
#U1Zx7GKsSez6S0Ou4gGEvr0Dz45z9bBR { color:rgba(var(--color-tertiary-4),0.63);display:block;width:6.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15090;line-height:1.5;letter-spacing:0;top:32rem;left:26.3125rem;height:1.68728125rem;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; }
#K8dOXstyq3xXUK1iNPiIghVMfCJik6w8 { color:rgba(var(--color-tertiary-4),0.63);display:block;width:6.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15091;line-height:1.5;letter-spacing:0;top:36.5625rem;left:26.3125rem;height:1.68728125rem;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; }
#GLNR0KhmD1SOrOkI1Bi4bwE3qo8J1Zxg { color:rgba(var(--color-tertiary-4),0.66);display:block;width:6.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15092;line-height:1.5;letter-spacing:0;top:39.9375rem;left:26.375rem;height:1.68728125rem;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; }
#E4DbOcB6L8EFyTPKVneuBGqgMaXvfR2c { color:rgba(var(--color-tertiary-4),0.65);display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15093;line-height:1.5;letter-spacing:0;top:43.4375rem;left:26.3125rem;height:1.68728125rem;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; }
#ybaW6y0Vnb8w4wucT7UXR1NeT6f2yBTu { color:rgba(var(--color-tertiary-4),0.61);display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15094;line-height:1.5;letter-spacing:0;top:47.125rem;left:26.3125rem;height:1.68728125rem;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; }
#FFhqB0WCkbn0ZBgRhTeptMdQgLITdxFe { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15095;line-height:1.5;letter-spacing:0;top:53.5625rem;left:9.75rem;height:1.68728125rem;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; }
#lJ0x9vlHgM791OqpODgmsVr5ZfTCyT8F { color:rgba(var(--color-primary-4),1);display:block;width:10.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15025;line-height:1.2;letter-spacing:0;top:52.5625rem;left:23.5rem;height:3.6002625rem;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; }
#xQDWcHsz2rrQJrnJsP5IFHSylCdssXO8 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15091;line-height:1.5;letter-spacing:0;top:31.875rem;left:59.625rem;height:1.6875rem;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; }
#nfLsrIUUqHiwE3oW6wXSRRzufTsR3scw { color:rgba(var(--color-tertiary-0),1);display:block;width:20.561rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:75.682490348819rem;left:44.365236282349rem;height:1.21853125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gxTe9wAdRGiXftMpN95NOUUUbJOB4kCa { color:#238639;display:block;width:32.6248125rem;position:absolute;font-family:caveat;font-size:3.375rem;font-weight:700;z-index:15027;line-height:1.6;letter-spacing:0;top:1.0655384063721rem;left:22.093099594116rem;height:5.39930625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OaWIKknsSJ6lln1pQtHkJWZTTg9NWrNG { color:rgba(var(--color-primary-4),1);display:block;width:61.25rem;position:absolute;font-family:caveat;font-size:5.25rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:6.3954010009762rem;left:7.7788639068606rem;height:5.77365625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TlWrcXleyxAitkxd0SlT6uUzNpZrn64r { color:rgba(var(--color-tertiary-0),1);display:block;width:16.9998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:31.999784469604rem;left:42.624788284302rem;height:1.50065rem;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; }
#GeeyfxoTxagKfesQkP2PyRl4uAfB9sts { color:rgba(var(--color-tertiary-4),1);display:block;width:17.436rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15096;line-height:1.5;letter-spacing:0;top:60.936396598816rem;left:45.927736282349rem;height:1.68728125rem;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;text-align:center;text-align-last:center;display:block; }
#fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.4825rem;padding-right:0.433125rem;padding-bottom:0.4825rem;padding-left:0.433125rem;display:block;align-items:center;width:2.598125rem;min-width:2.598125rem;height:2.593125rem;position:relative;font-family:"open sans";font-size:1.93rem;font-weight:700;line-height:41.49px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.301875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.464375rem;height:1.024375rem;position:relative;font-family:"open sans";font-size:0.724375rem;font-weight:400;line-height:16.39px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:15.8735rem;height:4.87305rem;padding-top:0.603125rem;padding-right:0.61875rem;padding-bottom:0.603125rem;padding-left:0.61875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:63.674027442931rem;left:46.088327407837rem;z-index:15140; }
#fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #P8Xb2g1uwDuJbNULSWQHl9Xf4mmVGvGv { display:flex;position:relative;top:0rem;left:0rem; }
#fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #WxmdZC9V4Es36BP4h9oCNvITxigWJ0Nb { width:auto; }
#fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #W1FL7UuLpJX62K3JkXBcyhTNFwt7fQof {  }
#fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #Q3HhSvS3g2EZdfdGEva6eSL8oFQ0JHGA { display:flex;position:relative;top:0rem;left:0rem; }
#fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #V6DuAR4nghZgVWEQ8Ul4hwKTxpKit1To {  }
#fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #PmWkkRNCm9fOyF9HfvxDhVJ3skU52WRR {  }
#fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #VcTm0O2hAuctypbHv11snB07EZZ13nzB { display:flex;position:relative;top:0rem;left:0rem; }
#fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #dWXBWdxtqUQhbi99MQmV9uPTVJUC7WwM {  }
#fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #Z7Jmpc6ytEJJ6ORWMkT7DAINFTlwdQPK {  }
#fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #BD00EnTeIl0vor24bM6k2dEyilBuWeS8 { display:flex;position:relative;top:0rem;left:0rem; }
#fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #oySZT9rR1uQT6K6nfdpwMUkp2kTVT5a8 {  }
#fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #aDtM919WgxX1EBfAm4TwvAqiGyQuXS9A {  }
#Sn3rtAplczvshxXT6XTp4SdJHtsvsKvu { box-sizing:content-box;height:3.25rem;width:9.8125rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.2) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.3125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.375rem solid #000000;top:19.376058578491rem;left:56.53537940979rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#gMMguuwNoFI2rE4lnx5GPeQc5Ws6grV6 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.4998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15096;line-height:1.5;letter-spacing:0;top:20.364583969116rem;left:57.255861282349rem;height:1.68728125rem;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; }
#mV66XfTgeQ9oNSFHPWPdPmSgPs9Xchim { z-index:15032;top:70.251719474794rem;left:44.108072280884rem;background-color:#ffd770;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.4375rem solid #000000;border-bottom:0.4375rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.02670125rem;height:3.777345rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#t9ZF33xPWWLadHv7TpNpuTU8QdnC9Q0G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p7ElugT8EelLKpv6twacR4m7XqBVTZoO { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#p7ElugT8EelLKpv6twacR4m7XqBVTZoO > .row .container { background-color: transparent; background-image: none; }#p7ElugT8EelLKpv6twacR4m7XqBVTZoO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p7ElugT8EelLKpv6twacR4m7XqBVTZoO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p7ElugT8EelLKpv6twacR4m7XqBVTZoO > .row .container > .video-iframe-container { display: none; }#p7ElugT8EelLKpv6twacR4m7XqBVTZoO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p7ElugT8EelLKpv6twacR4m7XqBVTZoO > .row > .video-iframe-container { display: none; }#p7ElugT8EelLKpv6twacR4m7XqBVTZoO > .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); }#p7ElugT8EelLKpv6twacR4m7XqBVTZoO > .row .container { border-width: 0; border-radius: 0; }#p7ElugT8EelLKpv6twacR4m7XqBVTZoO > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#p7ElugT8EelLKpv6twacR4m7XqBVTZoO > .row .container { font-size:0.875rem;font-family:arial;height:51.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#RcEAgtOzup2Xk7psNPhvOOuzfMTVcpad { box-sizing:content-box;height:15rem;width:26.8125rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-1),1) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.4375rem solid rgba(var(--color-secondary-4),1);border-bottom:0.4375rem solid rgba(var(--color-secondary-4),1);top:15.1875rem;left:7.3125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#msNIJB9uvDBktlF7qpz8OMn4GaCDTgHn { color:#ff6d45;display:block;width:23.624125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:16.8125rem;left:8.4375rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wtkXiz9yoGZN1Mila9cqL4CqMDv6eAOR { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:20.8125rem;left:8.4375rem;height:7.999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SI75fOvmMfyKtbTr3E7vHXT0bmIdlRVH { box-sizing:content-box;height:14.6875rem;width:26.8125rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-1),1) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.4375rem solid rgba(var(--color-secondary-4),1);border-bottom:0.4375rem solid rgba(var(--color-secondary-4),1);top:15.1875rem;left:41.1875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#Jbqx6s0MwtGu3O78sMHAQN3rPLbrhzKR { color:rgba(var(--color-tertiary-4),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:22.1875rem;left:42.8125rem;height:5.99935rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OidG4dbBgJFw3ZJPlH5q3DAImRt53RWe { color:#ff6d45;display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15026;line-height:1.6;letter-spacing:0;top:16.75rem;left:43.1875rem;height:5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mTXX0OqrBkd3KWbJ93VlXOgdSFoVyd7n { box-sizing:content-box;height:15.25rem;width:26.875rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-1),1) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.4375rem solid rgba(var(--color-secondary-4),1);border-bottom:0.4375rem solid rgba(var(--color-secondary-4),1);top:32.625rem;left:7.25rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#kFoVwiviueTBpHGSiViusMvawvtBELzF { color:#ff6d45;display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15029;line-height:1.6;letter-spacing:0;top:34.1875rem;left:9.125rem;height:5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PzmkHubvHIFCnfuvR1NWDuH547PgT7JP { color:rgba(var(--color-tertiary-4),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:39.0625rem;left:8.8125rem;height:7.999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ASh62tutJW5aI0dVSKWLh7WCud5rLG61 { box-sizing:content-box;height:15.5625rem;width:26.875rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-1),1) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.4375rem solid rgba(var(--color-secondary-4),1);border-bottom:0.4375rem solid rgba(var(--color-secondary-4),1);top:32.625rem;left:40.375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#Pd13PZmxKADUZ5tp1ucHPVXz180PaFVi { color:rgba(var(--color-tertiary-4),1);display:block;width:24.874125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:40.0625rem;left:41.5625rem;height:5.99935rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XNBpI6TV0oyCsHBF6RNSH8nGBgZmb0aO { color:#ff6d45;display:block;width:26.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15032;line-height:1.6;letter-spacing:0;top:34.1875rem;left:41.625rem;height:5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bhwsxCuzqQucQHTGBZkwSa3eafzsFBDT { color:rgba(var(--color-primary-4),1);display:block;width:70.75rem;position:absolute;font-family:caveat;font-size:5.25rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:7.314453125rem;left:2.7799491882324rem;height:5.77365625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IT5887XPVt2tuNGddJoX9lz7Cq1gTuZ5 { color:#238639;display:block;width:32.6248125rem;position:absolute;font-family:caveat;font-size:3.375rem;font-weight:700;z-index:15028;line-height:1.6;letter-spacing:0;top:1.9835071563721rem;left:21.842451095581rem;height:5.39930625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iaav4xI9hgyZSACAWXy6gZgHDyndHBfT { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#iaav4xI9hgyZSACAWXy6gZgHDyndHBfT > .row .container { background-color: transparent; background-image: none; }#iaav4xI9hgyZSACAWXy6gZgHDyndHBfT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iaav4xI9hgyZSACAWXy6gZgHDyndHBfT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iaav4xI9hgyZSACAWXy6gZgHDyndHBfT > .row .container > .video-iframe-container { display: none; }#iaav4xI9hgyZSACAWXy6gZgHDyndHBfT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iaav4xI9hgyZSACAWXy6gZgHDyndHBfT > .row > .video-iframe-container { display: none; }#iaav4xI9hgyZSACAWXy6gZgHDyndHBfT > .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); }#iaav4xI9hgyZSACAWXy6gZgHDyndHBfT > .row .container { border-width: 0; border-radius: 0; }#iaav4xI9hgyZSACAWXy6gZgHDyndHBfT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#iaav4xI9hgyZSACAWXy6gZgHDyndHBfT > .row .container { font-size:0.875rem;font-family:arial;height:85.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#MUOP9zFLumoXgcNJCFuU7z0BNPmLIToi { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:55.1875rem;top:14.3125rem;left:3.6875rem;overflow:hidden;display:block; }
#UcL0q3b3PW2ZDsqa12eTKyDyBrQZuCNc { position:absolute;display:block;z-index:15068;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:43.625rem;width:34.875rem;top:24rem;left:2.125rem;overflow:hidden;display:block; }
#zo8pbxQ5J2ShNEEk7MmnK9lTU3kplUT5 { position:absolute;display:block;z-index:15003;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:11.75rem;width:33.25rem;top:23.1875rem;left:40.4375rem;overflow:hidden;display:block; }
#H5z8nGDhwhAsVXgEoZU0t4OTTwGmJIxF { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.0625rem;width:22.6875rem;top:35.75rem;left:47.3125rem;overflow:hidden;display:block; }
#B5nsI1flER8Zgre1pTgil8H6LeFKOgit { position:absolute;display:block;z-index:15002;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:8.25rem;width:19.5rem;top:51.6875rem;left:53.375rem;overflow:hidden;display:block; }
#TzoS2AbSDdFMFKLkZqsVQc7zfBgM9GLs { position:absolute;display:block;z-index:15002;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:7.875rem;width:33.875rem;top:59.9375rem;left:39.75rem;overflow:hidden;display:block; }
#lFxbT8EiTDFayDGy759rbmHSTN9kkC4g { position:absolute;display:block;z-index:15003;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:16rem;width:28.125rem;top:64.75rem;left:4.6875rem;overflow:hidden;display:block; }
#IlPsclpy6ScpfraHMGkyqnd1kTKfCgsC { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:34.875rem;top:68.375rem;left:37rem;overflow:hidden;display:block; }
#h9mMyIJNG8qui0dWKBdxuZm6dnDKnxdU { color:#238639;display:block;width:32.6248125rem;position:absolute;font-family:caveat;font-size:3.375rem;font-weight:700;z-index:15029;line-height:1.6;letter-spacing:0;top:1.6232719421387rem;left:20.442708969116rem;height:5.39930625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ATOpA2sQA7zL6I7bVyBBNvIUxi34dBv6 { color:rgba(var(--color-primary-4),1);display:block;width:70.75rem;position:absolute;font-family:caveat;font-size:5.25rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:7.0225696563719rem;left:2.1245670318604rem;height:5.77365625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yEPoZDXATaa4Iy1bxcghB5s3e6yds6N8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yEPoZDXATaa4Iy1bxcghB5s3e6yds6N8 > .row .container { background-color: transparent; background-image: none; }#yEPoZDXATaa4Iy1bxcghB5s3e6yds6N8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yEPoZDXATaa4Iy1bxcghB5s3e6yds6N8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yEPoZDXATaa4Iy1bxcghB5s3e6yds6N8 > .row .container > .video-iframe-container { display: none; }#yEPoZDXATaa4Iy1bxcghB5s3e6yds6N8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yEPoZDXATaa4Iy1bxcghB5s3e6yds6N8 > .row > .video-iframe-container { display: none; }#yEPoZDXATaa4Iy1bxcghB5s3e6yds6N8 > .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); }#yEPoZDXATaa4Iy1bxcghB5s3e6yds6N8 > .row .container { border-width: 0; border-radius: 0; }#yEPoZDXATaa4Iy1bxcghB5s3e6yds6N8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yEPoZDXATaa4Iy1bxcghB5s3e6yds6N8 > .row .container { font-size:0.875rem;font-family:arial;height:91.4375rem;width:75rem;position:relative;display:block; }#LelmLJhZv3U8pVvfNzsOtydtBDXz8TEf { box-sizing:content-box;height:11.5rem;width:54.1875rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-1),1) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.4375rem solid rgba(var(--color-secondary-4),1);border-bottom:0.4375rem solid rgba(var(--color-secondary-4),1);top:13.486328866332rem;left:11.374784469604rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#VQ7ucwcvRe8KiXNAmslgUfifiOOIkGfp { color:#ff6d45;display:block;width:43.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15040;line-height:1.6;letter-spacing:0;top:14.75rem;left:12.875rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XbIe8y9DAlFZ9f5NezlfyEvk08NrR8bC { color:rgba(var(--color-tertiary-4),1);display:block;width:52rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15041;line-height:1.6;letter-spacing:0;top:18.0625rem;left:12.875rem;height:5.99935rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bFKWDIIzRsfEbs6n8J6mdgFZgDFyH0pt { box-sizing:content-box;height:10rem;width:54.125rem;position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-1),1) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.4375rem solid rgba(var(--color-secondary-4),1);border-bottom:0.4375rem solid rgba(var(--color-secondary-4),1);top:27.0625rem;left:11.6875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#Tg9Ihq88JviTG0tTqFybRWBfudZqqXTd { color:rgba(var(--color-tertiary-4),1);display:block;width:50.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15044;line-height:1.6;letter-spacing:0;top:31.625rem;left:13.1875rem;height:3.99956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Qq5uSiUSVzTvDvPq6KOttGyQ0e2Ib88V { color:#ff6d45;display:block;width:43.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15043;line-height:1.6;letter-spacing:0;top:28.3125rem;left:13.1875rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KhgvEr45NzA1D2BXK8d4polIXnvFti7G { box-sizing:content-box;height:11.1875rem;width:54.1875rem;position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-1),1) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.4375rem solid rgba(var(--color-secondary-4),1);border-bottom:0.4375rem solid rgba(var(--color-secondary-4),1);top:39rem;left:11.6875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#FWStlMTRczFdQt933amU9pT28MshmbE1 { color:rgba(var(--color-tertiary-4),1);display:block;width:52rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15047;line-height:1.6;letter-spacing:0;top:43.5625rem;left:13.1875rem;height:5.99935rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GAnQVkLXllS0dBpNTHux3Q4IKCqfbV9u { color:#ff6d45;display:block;width:43.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15046;line-height:1.6;letter-spacing:0;top:40.25rem;left:13.1875rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UzBI8GdiPQBlKA5WGewpgWha0XVx9z8S { box-sizing:content-box;height:13.3125rem;width:54.1875rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-1),1) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.4375rem solid rgba(var(--color-secondary-4),1);border-bottom:0.4375rem solid rgba(var(--color-secondary-4),1);top:51.75rem;left:11.6875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#izpP8CsckbtN36NClpsyGVtLI1TLNovy { color:rgba(var(--color-tertiary-4),1);display:block;width:52rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15050;line-height:1.6;letter-spacing:0;top:56.3125rem;left:13.1875rem;height:7.999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Gd6BtaQJV3vD8d97vgtfGUtcfT2LvgUH { color:#ff6d45;display:block;width:43.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15049;line-height:1.6;letter-spacing:0;top:53rem;left:13.1875rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yz5RwaqbLSoVOCTEfUTQBCglc0BaJ4DA { box-sizing:content-box;height:10rem;width:54.125rem;position:absolute;display:block;z-index:15051;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-1),1) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.4375rem solid rgba(var(--color-secondary-4),1);border-bottom:0.4375rem solid rgba(var(--color-secondary-4),1);top:66.75rem;left:11.6875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#f2vdtZz34T81mO931R1keaQf7zGNSbMf { color:rgba(var(--color-tertiary-4),1);display:block;width:50.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15053;line-height:1.6;letter-spacing:0;top:71.3125rem;left:13.1875rem;height:3.99956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FXiR0fR6ylc1J2ngRQ3WUdndpDxyGxpS { color:#ff6d45;display:block;width:43.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15052;line-height:1.6;letter-spacing:0;top:68rem;left:13.1875rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PpbrVgfdUTXAqqFImz06opKD4u02RXpE { color:#238639;display:block;width:32.6248125rem;position:absolute;font-family:caveat;font-size:3.375rem;font-weight:700;z-index:15030;line-height:1.6;letter-spacing:0;top:1.3585071563721rem;left:22.374132156372rem;height:5.39930625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qL0T9VkfTnFBg76ZJ326vLcUw2fKe7H0 { color:rgba(var(--color-primary-4),1);display:block;width:70.75rem;position:absolute;font-family:caveat;font-size:5.25rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:6.1458129882812rem;left:4.2491321563721rem;height:5.77365625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nTUhXfuZ9KrFoP09EAQbRndCmwDtaeo9 { box-sizing:content-box;height:11.25rem;width:54.1875rem;position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-1),1) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.4375rem solid rgba(var(--color-secondary-4),1);border-bottom:0.4375rem solid rgba(var(--color-secondary-4),1);top:78.625rem;left:11.6875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#rac18Fe7Dkhs1yIlvNNQQq7pMLU8stbd { color:rgba(var(--color-tertiary-4),1);display:block;width:50.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15056;line-height:1.6;letter-spacing:0;top:83.1875rem;left:13.1875rem;height:5.99935rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xMUzbWGTsPvNi6qe6WculvRXHQMyk9Xu { color:#ff6d45;display:block;width:43.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15055;line-height:1.6;letter-spacing:0;top:79.875rem;left:13.1875rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r0Jh8S6fALoI3GUJ89tOAvMp2dWWGfVL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#r0Jh8S6fALoI3GUJ89tOAvMp2dWWGfVL > .row .container { background-color: transparent; background-image: none; }#r0Jh8S6fALoI3GUJ89tOAvMp2dWWGfVL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0Jh8S6fALoI3GUJ89tOAvMp2dWWGfVL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0Jh8S6fALoI3GUJ89tOAvMp2dWWGfVL > .row .container > .video-iframe-container { display: none; }#r0Jh8S6fALoI3GUJ89tOAvMp2dWWGfVL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0Jh8S6fALoI3GUJ89tOAvMp2dWWGfVL > .row > .video-iframe-container { display: none; }#r0Jh8S6fALoI3GUJ89tOAvMp2dWWGfVL > .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); }#r0Jh8S6fALoI3GUJ89tOAvMp2dWWGfVL > .row .container { border-width: 0; border-radius: 0; }#r0Jh8S6fALoI3GUJ89tOAvMp2dWWGfVL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r0Jh8S6fALoI3GUJ89tOAvMp2dWWGfVL > .row .container { font-size:0.875rem;font-family:arial;height:40.3125rem;width:75rem;position:relative;display:block; }#i9NZuonTliksmFeExnehwt1vvZpvoBTv { box-sizing:content-box;height:35.5625rem;width:65.125rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.4375rem solid rgba(var(--color-secondary-4),1);border-bottom:0.4375rem solid rgba(var(--color-secondary-4),1);top:1.9997825622559rem;left:6.3118495941163rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#MK499xM6tqAzqprUB3Eebl7umfTWsLsT { color:rgba(var(--color-tertiary-4),1);display:block;width:59rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15030;line-height:1.6;letter-spacing:0;top:14.0625rem;left:9.5625rem;height:11.59725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bMdT2BguZG1vITZgFayR8CRTraKk6PoO { color:rgba(var(--color-tertiary-4),1);display:block;width:51.3125rem;position:absolute;font-family:caveat;font-size:4.875rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:3.0625rem;left:12.375rem;height:9.7504375rem;font-style:normal;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; }
#N4B49yrCOSiiDEEa19zK9AapCrEqpQ4u { z-index:15031;top:27.689903259278rem;left:25.359159469604rem;background-color:#ff88c0;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.4375rem solid #000000;border-bottom:0.4375rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.4375rem;height:5.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#OBoWXROqhaoV6SowuMyk88vQaPC81nmF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PMd6MF4a6UrNNWpN1TA2gWWwnHETTgP7 { color:rgba(var(--color-primary-4),1);display:block;width:24.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:33.682727694511rem;left:26.898874282837rem;height:1.21853125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Lrt9SAo35EkAVvLSOyGOzDGnEbQitFXq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Lrt9SAo35EkAVvLSOyGOzDGnEbQitFXq > .row .container { background-color: transparent; background-image: none; }#Lrt9SAo35EkAVvLSOyGOzDGnEbQitFXq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lrt9SAo35EkAVvLSOyGOzDGnEbQitFXq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lrt9SAo35EkAVvLSOyGOzDGnEbQitFXq > .row .container > .video-iframe-container { display: none; }#Lrt9SAo35EkAVvLSOyGOzDGnEbQitFXq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lrt9SAo35EkAVvLSOyGOzDGnEbQitFXq > .row > .video-iframe-container { display: none; }#Lrt9SAo35EkAVvLSOyGOzDGnEbQitFXq > .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); }#Lrt9SAo35EkAVvLSOyGOzDGnEbQitFXq > .row .container { border-width: 0; border-radius: 0; }#Lrt9SAo35EkAVvLSOyGOzDGnEbQitFXq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lrt9SAo35EkAVvLSOyGOzDGnEbQitFXq > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:75rem;position:relative;display:block; }#vdXqgSwekqrgwLZJySRR3OfBGOftJzff { color:rgba(var(--color-primary-2),1);display:block;width:51.311875rem;position:absolute;font-family:caveat;font-size:4.875rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:2.6226139068604rem;left:13.343099594116rem;height:4.87521875rem;font-style:normal;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; }
#TJVAmVtF8LHtEh9H4TwtChFAWFlQOolV { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffd770;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kalam;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.25rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:10.687981843948rem;left:10.123697280884rem;display:block; }
#BMRWDqcEytD1FOIEmKkvL1oR2M61Oma9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WKUikCGCHMiNORyu49Jx3fOFTbNXT4i6 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffd770;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kalam;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.24978125rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:10.68793463707rem;left:24.061418533325rem;display:block; }
#N0KcKxHkq46DS8qB0Gc1TqTyxRpdvdbo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VFCE2AIbVO5DWz8bTQFOHBqUneLM4AMp { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffd770;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kalam;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.2487rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:10.68793463707rem;left:37.311197280884rem;display:block; }
#MJuBTCiDIAds0NSEEcspU3rRZ3Vml0Kp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CF0qKC3S5TN5NDyS0SUePOH81016Nb6B { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffd770;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kalam;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.25rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:10.68793463707rem;left:52.685548782349rem;display:block; }
#uXHg3eUtt8QE3MT5eTxFuh2HKSWHLpq9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ann2v7vInabhDkB47PtfKVllkH9IwoEy { color:#ffffff;display:block;width:18.8748125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:17.280816793442rem;left:29.561635971069rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iXKxQ1HRKLr0gubNMrhJIm6n13vCTwDV { color:#ffffff;display:block;width:18.8748125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;top:20.718317747116rem;left:29.561635971069rem;height:5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HQ6y0KQJfzFirLT2ou2wlTr0aTmTp8ie { background-color:#ffd476;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#HQ6y0KQJfzFirLT2ou2wlTr0aTmTp8ie > .row .container { background-color: transparent; background-image: none; }#HQ6y0KQJfzFirLT2ou2wlTr0aTmTp8ie::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQ6y0KQJfzFirLT2ou2wlTr0aTmTp8ie > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQ6y0KQJfzFirLT2ou2wlTr0aTmTp8ie > .row .container > .video-iframe-container { display: none; }#HQ6y0KQJfzFirLT2ou2wlTr0aTmTp8ie > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQ6y0KQJfzFirLT2ou2wlTr0aTmTp8ie > .row > .video-iframe-container { display: none; }#HQ6y0KQJfzFirLT2ou2wlTr0aTmTp8ie > .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); }#HQ6y0KQJfzFirLT2ou2wlTr0aTmTp8ie > .row .container { border-width: 0; border-radius: 0; }#HQ6y0KQJfzFirLT2ou2wlTr0aTmTp8ie > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kEQETCIsTisdJpNRFeShtwuO8JM3PsEu { top:1.375rem;left:26.25rem;width:21.4375rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRe3hS6tSPamzunJ6smNEvBZ6NUTmcr5 { display:block; }
 }@media only screen and (max-width: 763px) { #J0fQyQNpsdAXfS6859H7kx16wFr0hpZZ { display:block; }#J0fQyQNpsdAXfS6859H7kx16wFr0hpZZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hyqhZTuUcvW5KOaDHMx54tbTHJreXd7Q { top:15.375rem;left:0rem;width:38.125rem;height:30.9375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #flT3gIHMc5gChAoTwlZdxtEKMeBgrccV { top:8.75rem;left:0rem;width:38.5rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGiuMl6dIMZiv84OozWMol5D5ZPtDtgH { top:9.4375rem;left:0rem;width:45rem;height:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5yQ5fxGrpBOXkVhomvDT2z6O0VDhxNO { top:8.125rem;left:11.5rem;width:36.25rem;height:45.4373125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NG3bnb23sToXreFbo9TF1dt6DKI0DIN3 { top:54.625rem;left:22.625rem;width:25.125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGWuEiTOAtzltKkx2m6oShWSwPixvW6n { display:block; }
 }@media only screen and (max-width: 763px) { #mTwJBRT05TLoioO6wQZ8k1MTkoPkUdMf { top:61.6875rem;left:14rem;width:33.75rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #luRKHgWE0uTdIEgfdySVuGMn3X81OXwL { top:47.625rem;left:0rem;width:41rem;height:11.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0oXlHB4TBxieGZLwFgNV2Z8i4OuSZi4 { display:block; }#S0oXlHB4TBxieGZLwFgNV2Z8i4OuSZi4 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EVnOkauzISTQapTbcX4oBAlDAf97D6iA { top:2.625rem;left:0rem;width:12.5625rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSHsCgGr1qUvfv9MwbRG1FNP0BPICEPm { top:2.5625rem;left:0rem;width:10.3125rem;height:5.375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF78xIabzUyHVOhAZ35OJn1pKmOval2V { top:7.625rem;left:0rem;width:10.3125rem;height:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLlCIp2nz5WyRAdDqEanfzVfqN6tbvLf { top:2.875rem;left:9.6875rem;width:12.5625rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTQEigTUQwuqiTTOLVIEsq1b2naxE1P9 { top:2.875rem;left:10.625rem;width:10.3125rem;height:5.375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlbIqWiAgJ9p6RVc95eAIawHpGbMTpd5 { top:7.875rem;left:11.0625rem;width:10.3125rem;height:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBxgnH0dGBhHtx5zsA19tvvSuBnzBM8m { top:2.875rem;left:24.6875rem;width:12.5625rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0Cqg49GfsP9ASgpmbA7sEm3Mmh8D9Dr { top:2.875rem;left:25.625rem;width:10.3125rem;height:5.375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmGBRIdFTOgM0LGnAbPki8aSSUnT0T0u { top:7.875rem;left:26.0625rem;width:10.3125rem;height:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ozvb1lqpadpHGyGFRtdB9cPbIhz7tSUc { top:2.875rem;left:34.6875rem;width:12.5625rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvy2RSzNCbekAvtc6awoXLKKFIkNz8r6 { top:2.875rem;left:37.4375rem;width:10.3125rem;height:5.375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoqHEawA106XqFr2GFFRnKuapP4VT6QW { top:7.875rem;left:37.4375rem;width:10.3125rem;height:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncwBt5KAtkcKloNhKxApUPVJLA4Ss1pG { background-color:#ffd476;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#ncwBt5KAtkcKloNhKxApUPVJLA4Ss1pG > .row .container { background-color: transparent; background-image: none; }#ncwBt5KAtkcKloNhKxApUPVJLA4Ss1pG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncwBt5KAtkcKloNhKxApUPVJLA4Ss1pG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncwBt5KAtkcKloNhKxApUPVJLA4Ss1pG > .row .container > .video-iframe-container { display: none; }#ncwBt5KAtkcKloNhKxApUPVJLA4Ss1pG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncwBt5KAtkcKloNhKxApUPVJLA4Ss1pG > .row > .video-iframe-container { display: none; }#ncwBt5KAtkcKloNhKxApUPVJLA4Ss1pG > .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); }#ncwBt5KAtkcKloNhKxApUPVJLA4Ss1pG > .row .container { border-width: 0; border-radius: 0; }#ncwBt5KAtkcKloNhKxApUPVJLA4Ss1pG > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xe1sOmLx4zUHxAdhyNwATvyJ4x1TwydD { top:1.0625rem;left:9.1234836578369rem;width:32.5625rem;height:5.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4Xf2S94zaLEJUDwXoiAT7AuRDtKE6iS { top:5.9375rem;left:0rem;width:47.75rem;height:11.5rem;font-size:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDyNi4HWTZxxzrResI6Bk1R3vXt29k2B { top:19.125rem;left:0rem;width:26.875rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnuofkTaWTsACQeAK8FvKhqpoJf3t29S { top:20.125rem;left:0rem;width:23.5625rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1lazusT1SBaxFK5aHs3tBQIlWxqJskr { top:23.625rem;left:0rem;width:24.1875rem;height:5.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffPeAid69V4hApivKLLTSRyUtfP3T8kw { top:47rem;left:0rem;width:47.75rem;height:9.4375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlbWq8GC1RB7ukLcwPgueeMpR48kSFps { top:19.4375rem;left:20.3125rem;width:26.9375rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UScevqxfDgCZto6wi9Tm4tdVccHxnnEi { top:20.125rem;left:24.1875rem;width:23.5625rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yabLcB3K9m55kKk3VfkDRHo0D5vGdmRP { top:23rem;left:20.6875rem;width:27rem;height:7.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6llJrcK99T1oFcGlwlVwnvR7tyOzPmr { top:33.9375rem;left:0rem;width:26.875rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yt0di8DiTEIMrMPA7LcDkGtG8wTu9TOD { top:35.4375rem;left:0rem;width:23.5625rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnQiuT8JhWUhcWbE064udsuQXiUEhPBB { top:38.4375rem;left:0rem;width:24.1875rem;height:5.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTU2OOrwtnOwbON8Jhp8bDJ6lKnaEefc { top:33.9375rem;left:20.375rem;width:26.875rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsaXqK81Ug2VLr3wEJzhTkRnLZWTqWON { top:36rem;left:24.1875rem;width:23.5625rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMgI6t5JffTOh9PEveD79FN7GD70Rmh0 { top:38.4375rem;left:23.5625rem;width:24.1875rem;height:5.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0DxSETTcDA97DkmNphDfOfl3WQsH00m { display:block; }#k0DxSETTcDA97DkmNphDfOfl3WQsH00m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hD9f7oQDswf90LpwTob5wT0IIbLmDdtk { top:19.875rem;left:0rem;width:47.25rem;height:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwof00xx7ITkHxxp7xB6lmF00ArNxZVO { top:28.3125rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gn9r97tFAB9MGnmJcpGJQxsT9XPUvBql { top:18.0625rem;left:0rem;width:6.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxXsBPCKneNXUZKic2CCeHF7Driuop7Z { top:16.9375rem;left:0rem;width:5.0625rem;height:4.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtZXnD3nbWJr9WsMVXqOXNHxQKNyVlpC { top:22.8125rem;left:0rem;width:47.75rem;height:31.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IN9dFOy1EBO3ZRVXmG7x7DHdf4v49JLM { top:0.75rem;left:8.1230487823488rem;width:32.5625rem;height:5.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KR84sW7wBHVp7SSG6Szi802wcMEoRCZI { top:5.3125rem;left:0rem;width:47.75rem;height:11.5rem;font-size:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmgFGbZa2bz9AF8csP4rWr8UyCB4lAZH { background-color:#ffd476;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#BmgFGbZa2bz9AF8csP4rWr8UyCB4lAZH > .row .container { background-color: transparent; background-image: none; }#BmgFGbZa2bz9AF8csP4rWr8UyCB4lAZH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BmgFGbZa2bz9AF8csP4rWr8UyCB4lAZH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BmgFGbZa2bz9AF8csP4rWr8UyCB4lAZH > .row .container > .video-iframe-container { display: none; }#BmgFGbZa2bz9AF8csP4rWr8UyCB4lAZH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BmgFGbZa2bz9AF8csP4rWr8UyCB4lAZH > .row > .video-iframe-container { display: none; }#BmgFGbZa2bz9AF8csP4rWr8UyCB4lAZH > .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); }#BmgFGbZa2bz9AF8csP4rWr8UyCB4lAZH > .row .container { border-width: 0; border-radius: 0; }#BmgFGbZa2bz9AF8csP4rWr8UyCB4lAZH > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBanfW0XfPLK1D8WDi8w9kWhIuyoKKtp { top:31.125rem;left:0rem;width:19.0625rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihX65lsBDiZBxzTPmK1dvZFQzOLVws0G { top:31.9375rem;left:0rem;width:18.4375rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTaWFX9sdnWRoJAXdyZDXywFDzbDZ33i { top:37.6875rem;left:0rem;width:18.125rem;height:7.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQNLB5BmRDEEgfhCAfTbOygtFpTkotcq { top:6.75rem;left:0rem;width:47.75rem;height:11.5rem;font-size:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7wEd0o5F5VNcU4sqbJHXlvsLwbIzQJq { top:20rem;left:0rem;width:47.75rem;height:9.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGPv6oAtrM6B9Ml86JVxgaW70gPSFlp7 { top:1.4375rem;left:10.152128219604rem;width:32.5625rem;height:5.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGTO5QZ82TxlwxChUOw2PQm21HgULKGF { top:31.125rem;left:15rem;width:19.0625rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWHhH1dASpnhofIRPdSaHnX09Gn5NLSn { top:31.9375rem;left:15.25rem;width:18.4375rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JN8e1Ed3ED9T9ErKa3nW2wtP3knxevM9 { top:36.6875rem;left:15.4375rem;width:18.125rem;height:9.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3UM5G3xobAoQgM2iTuDz2f1r9roeekP { top:31.125rem;left:28.125rem;width:19.0625rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnXsQtbK0fzQpRgHlS9rUk04GexRLJqX { top:31.9375rem;left:29.3125rem;width:18.4375rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqBHSCFSIWgEZHPGHMhUDfBHbXAeBZhM { top:36.6875rem;left:30.5625rem;width:17.1875rem;height:9.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNowtcTtx1NDIuzLdxXxBMxkW85Hihmd { top:49.875rem;left:28.1875rem;width:19.0625rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FexOCo2b7TFqoc4yQMVPRaaEwq3tuuGr { top:55.375rem;left:31.375rem;width:16.3125rem;height:9.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAqXwGltRNRT3nx8wTtO7zilIlD0XTmT { top:49.875rem;left:15rem;width:19.0625rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLuw0EVgEMmASTMVAmT3nC7WI5eu0pMd { top:55.375rem;left:16.740671157837rem;width:16.0625rem;height:9.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdwqqchvFthHVBeTwc3Q9sSMsv7KLBKa { top:49.875rem;left:0rem;width:19.0625rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMZqdvK4J84aC9eWE92CRJEbcfx0CTcJ { top:55.375rem;left:0rem;width:18.125rem;height:9.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3TdlfCH4h3MMcTta7ccsTftUONSk3vO { top:50.625rem;left:0rem;width:16.0625rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWtq0qOZMOhSCT7uyDVCgInUDIFP38Ol { top:50.6875rem;left:15.25rem;width:18.4375rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6EErR4raMeyTaGU7B734NSN58ForHJD { top:50.625rem;left:31.125rem;width:16.5625rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsyPosPT9Ai4Aqg67GIG32HJrUtkKF6c { display:block; }#qsyPosPT9Ai4Aqg67GIG32HJrUtkKF6c > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kPd4Kt3Pc7WO4WMyv1P2g6hdtl2Q32W3 { top:14.3125rem;left:0rem;width:22.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4KO9weuQmT34pX1OvJeXE5vDTzWMXO7 { top:15.5rem;left:0rem;width:12.5rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0A66E8gVrCPpZV3su9Auved1FoHALib { top:18.875rem;left:0rem;width:19.0625rem;height:7rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5X6Z1a2diRP5Lv1UyWip1E4hW94Kmn0 { top:18.875rem;left:13.374784469604rem;width:20.9375rem;height:5.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7IMuo0FwTi0WttkGIPgiL0u0bRCWZBJ { top:18.875rem;left:26.8125rem;width:20.9375rem;height:5.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJtErBxKPlfc4Gz9xOR7J6ZuQSSy03S8 { top:35.0625rem;left:0rem;width:20.9375rem;height:5.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVNfMdcA36Wr254gJ9K2CNvuDzB3KkRp { top:0.6875rem;left:6.0928821563721rem;width:32.5625rem;height:5.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWAPsTmpf1xPJlGhCDnJ7DfJsxEeCgk1 { top:6.125rem;left:0rem;width:47.75rem;height:5.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXq9ULV2RgBpFAPdC5U9Kq3rLkEZ36Bo { top:14.25rem;left:12.416669845581rem;width:22.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8BfMpfFWW14pRs6PWMg63qHzRJWauoS { top:15.5rem;left:13.624349594116rem;width:21.1875rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kR1lnaziTlkzbfA0GhJszPmkS5kwz9mP { top:15.5rem;left:26.625rem;width:21.125rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHJTAstXCkOln6tKrsQCRyfFsPTAcRSN { top:14.25rem;left:24.75rem;width:22.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XazQHWZUNObh6G8HTLHTpRNAIqZDBsSn { top:29.3125rem;left:0rem;width:22.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukOOK51bO8oWI5XkV2GTAGfUSMeQD0aS { top:31.0625rem;left:0rem;width:21.125rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrplEFJgzqzIiixXzi7BdsKgi8OoHVoM { top:35.375rem;left:13.5625rem;width:20.9375rem;height:5.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMAQ29DmX8MkTDGSMIuTRJEFtG4ZEdmt { top:29.625rem;left:12.625rem;width:22.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0xxuIGoVIq1d6QBxQs7wGVtTBNySv8r { top:31.375rem;left:13.5rem;width:21.125rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNXWTwGxqTAT53lkAPhbhK0gyzrdUvZG { top:29.625rem;left:24.75rem;width:22.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #odklpe10nEnqOTd3Kp3lCbQPF6NTBy4R { top:35.375rem;left:26.8125rem;width:20.9375rem;height:5.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6T6RFfM1g5Xg78tAacdgayTUVkyREnf { top:31.375rem;left:26.625rem;width:21.125rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wH5eabDmAQ5HJM0bRqbkXCARr4mkc5ZJ { top:59.9375rem;left:24.75rem;width:22.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtPOe6xTluLrPpFnOQonvKgbMTwspZFW { top:65.6875rem;left:13.875rem;width:20.9375rem;height:5.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H84OCV5lCtRTA4WkqIyryo4taiZMVHWp { top:59.9375rem;left:12.9375rem;width:22.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyWFGNtkhd5W5vsinJTaSh1iRpQEXWku { top:66.25rem;left:26.8125rem;width:20.9375rem;height:5.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7DPlZi6forFBz2tmg2nzJZOPJgW9eGA { top:61.6875rem;left:13.8125rem;width:21.125rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbpNBgMCqUMGtzMi8TOKGn29VgwF0Tqp { top:60.75rem;left:26.625rem;width:21.125rem;height:5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltxuMxNrNeidPCXZuUvG8aVGbm8VGpHq { top:65.375rem;left:0rem;width:20.9375rem;height:5.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzGfyUQTzMD2cdKyxVD6X6vQ8fTMUev9 { top:59.6875rem;left:0rem;width:22.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gInuTxW37aIIGzMeeJMlk20R2Ze1QzUR { top:61.4375rem;left:0rem;width:21.125rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E18PICnqmWi6WnseOGFHP8mAs0LWPl31 { top:44.625rem;left:0rem;width:22.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3QueSSADycDiSQW2tNd2Pf2EbnOmTFe { top:44.625rem;left:12.75rem;width:22.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZVIH8NuJqfcw3IKJWBlBJGigtEagJXK { top:44.625rem;left:24.75rem;width:22.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #unbmlJOLlXzgdCUCzvMrLidG7FfEzIK0 { top:49.1875rem;left:0rem;width:19.0625rem;height:6.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRqJct6SXw7oIiLWfPKTlMOzanCZXiQi { top:49.1875rem;left:13.6875rem;width:20.9375rem;height:6.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIDTrWDNebnowzhneigXsaOWRLpcAVK8 { top:49.1875rem;left:26.8125rem;width:20.9375rem;height:5.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQ2QMbN597ylaV4kiqf1cs6hfL7TONXq { top:45.875rem;left:0rem;width:17.5rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dl1kSwLoQnNL4bkvTpcAJLuh3BFGEADT { top:45.875rem;left:13.9375rem;width:21.125rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIL0sSoK5c6svkaPguWS0TTGUkhIxJcN { top:45.875rem;left:26.625rem;width:21.125rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Phpab8zthETkFTLmO8LwcOuQoGwHAsqT { top:74.8125rem;left:24.75rem;width:22.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJVlu4LPy6Jdmne6sWi9vxOBz8FVSbTT { top:74.8125rem;left:12.9375rem;width:22.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5cr64Hco14fCT3MTzLUVLMHXzUQKZZV { top:81.1875rem;left:26.8125rem;width:20.9375rem;height:5.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQfzIt9AmaoZEtD5QL1uoXMUZzNB0UUf { top:79.5rem;left:14.402345657349rem;width:20.9375rem;height:5.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc3hVOrRAzRPqo0h2QSCHDFb8MiwnvdN { top:79.5rem;left:0rem;width:20.9375rem;height:6.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEGGpDsVklqTWXrMKshIvaHNviDWz14e { top:74.5625rem;left:0rem;width:22.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4LSoeqlmmfXtVu7o4bdoD7H1ihXKs4y { top:76.25rem;left:26.625rem;width:21.125rem;height:5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHAS1k3equIMys3DOpgF0LwdTEbE4Qiw { top:76.5625rem;left:13.8125rem;width:21.125rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMnIwTHKwJIk7NArta0VgTpyJJ8H21JZ { top:76.3125rem;left:0rem;width:21.125rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBR58mFxXxqqmEbgzTmandq9oOJJ9xR3 { top:89.125rem;left:24.6875rem;width:22.5625rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvTPusp7IP4rJz4Ai3xM6IfcPIX6KZs1 { top:89.125rem;left:12.9375rem;width:22.5625rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0Xrw8TpOAr48z7dEQXI4MCQyWrEq4JZ { top:93.75rem;left:26.8125rem;width:20.9375rem;height:5.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdAbzKutVP3Bk8n9044wiexHbM3TrTPb { top:93.8125rem;left:14.375rem;width:20.1875rem;height:5.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwQvHovU4v4qNwDfmZBOA60VrqRgz1em { top:90.5625rem;left:26.625rem;width:21.125rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cohJoEGorPUrne5BNnnRxEBpUOoBHfmv { top:88.875rem;left:0rem;width:22.5625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #or8GemMvVSvn6Sefqv50pCb5EXwf3Ifa { top:93.8125rem;left:0rem;width:20.9375rem;height:5.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #USQZFl1wlcJS7S503bZHmVtHnaUiHfPV { top:90.875rem;left:13.8125rem;width:21.125rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Or2tUflkpslvzLlalJ6a7Pt7ZBwradRt { top:90.625rem;left:0rem;width:21.125rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPGgzXazDKoKkgE1SXReuCKHwqKXlZcD { top:103.1875rem;left:10.093534469604rem;width:27.5rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeebTRV2CDbxr4C2DTF9fT0lfzEwn0ri { display:block; }
 }@media only screen and (max-width: 763px) { #DcraI98ETLW24JrqTNWWstfTtm2pHDnn { display:block; }#DcraI98ETLW24JrqTNWWstfTtm2pHDnn > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BfXHabRudLJWWCyql4G4HFUTr2DvsZpf { top:11rem;left:8.25rem;width:28.125rem;height:23.572266014768rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb98LX6MsCaBXpoGoaw1LsWR9Fx2Zlbx { top:8.0625rem;left:0rem;width:15.0625rem;height:39.274399579334rem;display:block; }
 }@media only screen and (max-width: 763px) { #whWCEhF6m8XDEsxtnO3SBgMVI5XM43cU { top:11rem;left:23.1875rem;width:24.5625rem;height:30.796747816586rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvU9CctFc7y6VIAe6RXKooT9llcsmnrI { top:34.75rem;left:8.1875rem;width:28.125rem;height:20.516925264418rem;display:block; }
 }@media only screen and (max-width: 763px) { #DktUP2tEnJaapNWMt38qmZ5BGHqqJH8E { top:46.5rem;left:0rem;width:22.0625rem;height:18.07415683361rem;display:block; }
 }@media only screen and (max-width: 763px) { #H231sy1W71iDNbX5Svq1zql0NpyddwLg { top:45rem;left:25.6875rem;width:22.0625rem;height:18.011395882122rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUzlTXpwkxflctKvZ6i7afiCCzwpyfqB { top:54.5rem;left:8.1875rem;width:27.6875rem;height:22.262410527869rem;display:block; }
 }@media only screen and (max-width: 763px) { #noKsqOVXpM13kyB4RRe9QF8ZkEXI0ILU { top:66.9375rem;left:0rem;width:23.25rem;height:29.110154938791rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzGTSVr8iQHGsbwKm6fVXoK5ncNU1uAy { top:66.9375rem;left:24.5rem;width:23.25rem;height:29.110154938791rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jgx7QqT31IRFzVAmLCTSE2BCsnAzXgTD { top:76.8125rem;left:7.8125rem;width:32rem;height:24.577232127193rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWe313HRQxtZTEl3R7HdOZEuUFfPVtoG { top:91.375rem;left:0rem;width:25.625rem;height:32.061625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKhUM1XvN7LVx4TCdDdKXkSFqbfvvZy7 { top:99.5rem;left:18.9375rem;width:28.8125rem;height:23.199638877525rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrwFLk1IxwQSTsk3ASlQSeFZMB27FlEO { top:1.4375rem;left:0rem;width:47.75rem;height:5.75rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTaqvN07g6G5SN3gqBTyJMQpmyNxH2ur { display:block; }#oTaqvN07g6G5SN3gqBTyJMQpmyNxH2ur > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MDL4wXIsK4woHIVbgPNTTF6wOWTrPrAP { top:9.1875rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOly7wQ5lDb8uWC7mSxhXVzzlVTT5sWr { top:1.4375rem;left:0rem;width:47.75rem;height:5.75rem;font-size:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZ6Rho0olAt7pIIDqnR8AQKqRLPm2m3m { display:block; }#iZ6Rho0olAt7pIIDqnR8AQKqRLPm2m3m > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTTiUxKwmKJV3PZPTVsMnWh9Dr4dPMlz { top:15.0625rem;left:0rem;width:18.8125rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcJSTl2bF4rHfNyTX2hgermszd6s9W1H { top:15.0625rem;left:15.5625rem;width:18.8125rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8AfvtS7TEhz1bDiWOvkxfoAw2N4G6I3 { top:15.0625rem;left:28.375rem;width:18.8125rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEk7mioCvdTo5l47Q7NGkE83W5zeiJn9 { top:16.5625rem;left:0rem;width:17.5625rem;height:5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahRP30Kg3yluUZJhmB163cyXMchUpUte { top:16.5625rem;left:16.430341720581rem;width:17.5625rem;height:5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTbGm7cR9HQWga5dnTkNRGal4chocSy7 { top:16.5625rem;left:30.1875rem;width:17.5625rem;height:5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiVCJNCE1cpl1aAZfMmuCZnWVp4d4W0G { top:21.5625rem;left:0rem;width:17.1875rem;height:11.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHGTXsWNU7xmJpTHUm2vuNnrPiMM3T1a { top:22.25rem;left:17.117189407349rem;width:16.25rem;height:11.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5TL3CCXWLFmM6AiaWONSlF6BmFD3bMD { top:22.25rem;left:29.875rem;width:17.875rem;height:12rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP7vIHhd3CxAX5vUnSyHZMIT8BfFkW5z { top:2.0625rem;left:8.7100696563719rem;width:32.5625rem;height:5.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oe6pzr8gISULllKUatocc8thZTitlloR { top:7.5rem;left:0rem;width:47.75rem;height:5.75rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5eXVB38qohrd55rGHM3Cu9vJuH8XtAD { top:37.375rem;left:0rem;width:47.75rem;height:9.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qs2pmn3yPPwsXoUt0ZRMBIRb8IG17PHV { display:block; }#qs2pmn3yPPwsXoUt0ZRMBIRb8IG17PHV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XOPM3mLWr5Gf5J6bIhIMpTJNB8bRrIvS { top:13.75rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWh1Zms6IOElZRUDselCUtyz5nBV1Gzg { top:21rem;left:20.6875rem;width:26.5rem;height:56.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVqHiDkW8mWxkZ9Jpy9HSMnL0nWKv5GX { top:24.0625rem;left:23.6875rem;width:24.0625rem;height:3.6875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6XKapRdhP5lOz1t9on65HdxXb8BBTu4 { top:27.75rem;left:28.999788284302rem;width:10.8125rem;height:3.5625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5T7Pse0VyKHcpLinDJuw9FpZdeeUu8M { top:37.125rem;left:24.3125rem;width:23.4375rem;height:21.75rem;font-size:1rem;display:block; }#D5T7Pse0VyKHcpLinDJuw9FpZdeeUu8M li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_796844fd7f634f1644bdff09133c2197.svg); }
 }@media only screen and (max-width: 763px) { #BTvV2cJ6I4PupTOb9gE46ZxLux1UAbxC { top:33.625rem;left:28.999788284302rem;width:16.9375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeK5m6zoroRJD7wCGab7ZglZSgRPGX7l { top:21.0625rem;left:0rem;width:25.8125rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhKUwxb2V8nClW1XCVJoswkGB8e7r9V0 { top:29.375rem;left:0rem;width:20rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ka1yAqLnEweMRmnq1cDR6lbiepMnPg3s { top:23.75rem;left:0rem;width:20.3125rem;height:4.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARDasXRAW3dzDHkoCiJkxadpuOeZTzbw { top:31.3125rem;left:0rem;width:12.9375rem;height:18.875rem;font-size:1rem;display:block; }#ARDasXRAW3dzDHkoCiJkxadpuOeZTzbw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d81d1e59e5226a763360798bc485e9af2e8fb224.svg); }
 }@media only screen and (max-width: 763px) { #U1Zx7GKsSez6S0Ou4gGEvr0Dz45z9bBR { top:32rem;left:12.6875rem;width:6.6875rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8dOXstyq3xXUK1iNPiIghVMfCJik6w8 { top:36.5625rem;left:12.6875rem;width:6.6875rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLNR0KhmD1SOrOkI1Bi4bwE3qo8J1Zxg { top:39.9375rem;left:12.75rem;width:6.6875rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4DbOcB6L8EFyTPKVneuBGqgMaXvfR2c { top:43.4375rem;left:12.6875rem;width:7.375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybaW6y0Vnb8w4wucT7UXR1NeT6f2yBTu { top:47.125rem;left:12.6875rem;width:7.375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFhqB0WCkbn0ZBgRhTeptMdQgLITdxFe { top:53.5625rem;left:0rem;width:13rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ0x9vlHgM791OqpODgmsVr5ZfTCyT8F { top:52.5625rem;left:9.875rem;width:10.0625rem;height:3.5625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQDWcHsz2rrQJrnJsP5IFHSylCdssXO8 { top:31.875rem;left:41rem;width:6.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfLsrIUUqHiwE3oW6wXSRRzufTsR3scw { top:75.625rem;left:27.25rem;width:20.5rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxTe9wAdRGiXftMpN95NOUUUbJOB4kCa { top:1.0625rem;left:8.4680995941163rem;width:32.5625rem;height:5.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaWIKknsSJ6lln1pQtHkJWZTTg9NWrNG { top:6.375rem;left:0rem;width:47.75rem;height:5.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlWrcXleyxAitkxd0SlT6uUzNpZrn64r { top:31.9375rem;left:28.999788284302rem;width:16.9375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeeyfxoTxagKfesQkP2PyRl4uAfB9sts { top:60.875rem;left:30.375rem;width:17.375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp { display:flex;width:18rem;height:5.0625rem;top:20.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #P8Xb2g1uwDuJbNULSWQHl9Xf4mmVGvGv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #WxmdZC9V4Es36BP4h9oCNvITxigWJ0Nb {  }
 }@media only screen and (max-width: 763px) { #fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #W1FL7UuLpJX62K3JkXBcyhTNFwt7fQof {  }
 }@media only screen and (max-width: 763px) { #fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #Q3HhSvS3g2EZdfdGEva6eSL8oFQ0JHGA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #V6DuAR4nghZgVWEQ8Ul4hwKTxpKit1To {  }
 }@media only screen and (max-width: 763px) { #fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #PmWkkRNCm9fOyF9HfvxDhVJ3skU52WRR {  }
 }@media only screen and (max-width: 763px) { #fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #VcTm0O2hAuctypbHv11snB07EZZ13nzB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #dWXBWdxtqUQhbi99MQmV9uPTVJUC7WwM {  }
 }@media only screen and (max-width: 763px) { #fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #Z7Jmpc6ytEJJ6ORWMkT7DAINFTlwdQPK {  }
 }@media only screen and (max-width: 763px) { #fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #BD00EnTeIl0vor24bM6k2dEyilBuWeS8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #oySZT9rR1uQT6K6nfdpwMUkp2kTVT5a8 {  }
 }@media only screen and (max-width: 763px) { #fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #aDtM919WgxX1EBfAm4TwvAqiGyQuXS9A {  }
 }@media only screen and (max-width: 763px) { #Sn3rtAplczvshxXT6XTp4SdJHtsvsKvu { top:19.375rem;left:37.5625rem;width:9.8125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMMguuwNoFI2rE4lnx5GPeQc5Ws6grV6 { top:20.3125rem;left:38.25rem;width:9.4375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mV66XfTgeQ9oNSFHPWPdPmSgPs9Xchim { top:70.25rem;left:26.6875rem;width:21rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9ZF33xPWWLadHv7TpNpuTU8QdnC9Q0G { display:block; }
 }@media only screen and (max-width: 763px) { #p7ElugT8EelLKpv6twacR4m7XqBVTZoO { background-color:#ffd476;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#p7ElugT8EelLKpv6twacR4m7XqBVTZoO > .row .container { background-color: transparent; background-image: none; }#p7ElugT8EelLKpv6twacR4m7XqBVTZoO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p7ElugT8EelLKpv6twacR4m7XqBVTZoO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p7ElugT8EelLKpv6twacR4m7XqBVTZoO > .row .container > .video-iframe-container { display: none; }#p7ElugT8EelLKpv6twacR4m7XqBVTZoO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p7ElugT8EelLKpv6twacR4m7XqBVTZoO > .row > .video-iframe-container { display: none; }#p7ElugT8EelLKpv6twacR4m7XqBVTZoO > .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); }#p7ElugT8EelLKpv6twacR4m7XqBVTZoO > .row .container { border-width: 0; border-radius: 0; }#p7ElugT8EelLKpv6twacR4m7XqBVTZoO > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RcEAgtOzup2Xk7psNPhvOOuzfMTVcpad { top:15.1875rem;left:0rem;width:26.75rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #msNIJB9uvDBktlF7qpz8OMn4GaCDTgHn { top:16.8125rem;left:0rem;width:23.5625rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtkXiz9yoGZN1Mila9cqL4CqMDv6eAOR { top:20.8125rem;left:0rem;width:25rem;height:7.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SI75fOvmMfyKtbTr3E7vHXT0bmIdlRVH { top:15.1875rem;left:20.5rem;width:26.75rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jbqx6s0MwtGu3O78sMHAQN3rPLbrhzKR { top:22.1875rem;left:23.5625rem;width:24.1875rem;height:5.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OidG4dbBgJFw3ZJPlH5q3DAImRt53RWe { top:16.75rem;left:24.1875rem;width:23.5625rem;height:5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTXX0OqrBkd3KWbJ93VlXOgdSFoVyd7n { top:32.625rem;left:0rem;width:26.875rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFoVwiviueTBpHGSiViusMvawvtBELzF { top:34.1875rem;left:0rem;width:22.0625rem;height:5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzmkHubvHIFCnfuvR1NWDuH547PgT7JP { top:39.0625rem;left:0rem;width:24.1875rem;height:7.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASh62tutJW5aI0dVSKWLh7WCud5rLG61 { top:32.625rem;left:20.375rem;width:26.875rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pd13PZmxKADUZ5tp1ucHPVXz180PaFVi { top:40.0625rem;left:22.9375rem;width:24.8125rem;height:5.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNBpI6TV0oyCsHBF6RNSH8nGBgZmb0aO { top:34.1875rem;left:21.75rem;width:26rem;height:5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhwsxCuzqQucQHTGBZkwSa3eafzsFBDT { top:7.3125rem;left:0rem;width:47.75rem;height:5.75rem;font-size:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT5887XPVt2tuNGddJoX9lz7Cq1gTuZ5 { top:1.9375rem;left:8.2174510955813rem;width:32.5625rem;height:5.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaav4xI9hgyZSACAWXy6gZgHDyndHBfT { display:block; }#iaav4xI9hgyZSACAWXy6gZgHDyndHBfT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MUOP9zFLumoXgcNJCFuU7z0BNPmLIToi { top:14.3125rem;left:0rem;width:47.75rem;height:8.3820694778853rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcL0q3b3PW2ZDsqa12eTKyDyBrQZuCNc { top:24rem;left:0rem;width:34.8125rem;height:43.547038142534rem;display:block; }
 }@media only screen and (max-width: 763px) { #zo8pbxQ5J2ShNEEk7MmnK9lTU3kplUT5 { top:23.1875rem;left:14.5625rem;width:33.1875rem;height:11.72710630887rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5z8nGDhwhAsVXgEoZU0t4OTTwGmJIxF { top:35.75rem;left:25.125rem;width:22.625rem;height:15.020961552236rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5nsI1flER8Zgre1pTgil8H6LeFKOgit { top:51.6875rem;left:28.3125rem;width:19.4375rem;height:8.2234498649025rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzoS2AbSDdFMFKLkZqsVQc7zfBgM9GLs { top:59.9375rem;left:13.9375rem;width:33.8125rem;height:7.8598901377683rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFxbT8EiTDFayDGy759rbmHSTN9kkC4g { top:64.75rem;left:0rem;width:28.125rem;height:15.999375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlPsclpy6ScpfraHMGkyqnd1kTKfCgsC { top:68.375rem;left:12.9375rem;width:34.8125rem;height:14.099416248795rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9mMyIJNG8qui0dWKBdxuZm6dnDKnxdU { top:1.5625rem;left:6.8177089691163rem;width:32.5625rem;height:5.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATOpA2sQA7zL6I7bVyBBNvIUxi34dBv6 { top:7rem;left:0rem;width:47.75rem;height:5.75rem;font-size:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEPoZDXATaa4Iy1bxcghB5s3e6yds6N8 { display:block; }#yEPoZDXATaa4Iy1bxcghB5s3e6yds6N8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LelmLJhZv3U8pVvfNzsOtydtBDXz8TEf { top:13.4375rem;left:0rem;width:47.25rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQ7ucwcvRe8KiXNAmslgUfifiOOIkGfp { top:14.6875rem;left:0rem;width:43rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbIe8y9DAlFZ9f5NezlfyEvk08NrR8bC { top:18rem;left:0rem;width:47.75rem;height:5.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFKWDIIzRsfEbs6n8J6mdgFZgDFyH0pt { top:27.0625rem;left:0rem;width:47.25rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg9Ihq88JviTG0tTqFybRWBfudZqqXTd { top:31.625rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qq5uSiUSVzTvDvPq6KOttGyQ0e2Ib88V { top:28.3125rem;left:0rem;width:43rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhgvEr45NzA1D2BXK8d4polIXnvFti7G { top:39rem;left:0rem;width:47.25rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWStlMTRczFdQt933amU9pT28MshmbE1 { top:43.5625rem;left:0rem;width:47.75rem;height:5.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAnQVkLXllS0dBpNTHux3Q4IKCqfbV9u { top:40.25rem;left:0rem;width:43rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzBI8GdiPQBlKA5WGewpgWha0XVx9z8S { top:51.75rem;left:0rem;width:47.25rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #izpP8CsckbtN36NClpsyGVtLI1TLNovy { top:56.3125rem;left:0rem;width:47.75rem;height:7.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gd6BtaQJV3vD8d97vgtfGUtcfT2LvgUH { top:53rem;left:0rem;width:43rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yz5RwaqbLSoVOCTEfUTQBCglc0BaJ4DA { top:66.75rem;left:0rem;width:47.25rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2vdtZz34T81mO931R1keaQf7zGNSbMf { top:71.3125rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXiR0fR6ylc1J2ngRQ3WUdndpDxyGxpS { top:68rem;left:0rem;width:43rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpbrVgfdUTXAqqFImz06opKD4u02RXpE { top:1.3125rem;left:8.7491321563719rem;width:32.5625rem;height:5.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qL0T9VkfTnFBg76ZJ326vLcUw2fKe7H0 { top:6.125rem;left:0rem;width:47.75rem;height:5.75rem;font-size:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTUhXfuZ9KrFoP09EAQbRndCmwDtaeo9 { top:78.625rem;left:0rem;width:47.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rac18Fe7Dkhs1yIlvNNQQq7pMLU8stbd { top:83.1875rem;left:0rem;width:47.75rem;height:5.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMUzbWGTsPvNi6qe6WculvRXHQMyk9Xu { top:79.875rem;left:0rem;width:43rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0Jh8S6fALoI3GUJ89tOAvMp2dWWGfVL { display:block; }#r0Jh8S6fALoI3GUJ89tOAvMp2dWWGfVL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9NZuonTliksmFeExnehwt1vvZpvoBTv { top:1.9375rem;left:0rem;width:47.25rem;height:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MK499xM6tqAzqprUB3Eebl7umfTWsLsT { top:14.0625rem;left:0rem;width:47.75rem;height:11.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMdT2BguZG1vITZgFayR8CRTraKk6PoO { top:3rem;left:0rem;width:47.75rem;height:;font-size:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4B49yrCOSiiDEEa19zK9AapCrEqpQ4u { top:27.6875rem;left:11.734159469604rem;width:27.4375rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBoWXROqhaoV6SowuMyk88vQaPC81nmF { display:block; }
 }@media only screen and (max-width: 763px) { #PMd6MF4a6UrNNWpN1TA2gWWwnHETTgP7 { top:33.625rem;left:13.273874282837rem;width:24.375rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lrt9SAo35EkAVvLSOyGOzDGnEbQitFXq { display:block; }#Lrt9SAo35EkAVvLSOyGOzDGnEbQitFXq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vdXqgSwekqrgwLZJySRR3OfBGOftJzff { top:2.5625rem;left:0rem;width:47.75rem;height:4.875rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJVAmVtF8LHtEh9H4TwtChFAWFlQOolV { width:9.375rem;height:3.25rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMRWDqcEytD1FOIEmKkvL1oR2M61Oma9 { display:block; }
 }@media only screen and (max-width: 763px) { #WKUikCGCHMiNORyu49Jx3fOFTbNXT4i6 { width:9.375rem;height:3.1875rem;top:10.6875rem;left:10.436418533325rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0KcKxHkq46DS8qB0Gc1TqTyxRpdvdbo { display:block; }
 }@media only screen and (max-width: 763px) { #VFCE2AIbVO5DWz8bTQFOHBqUneLM4AMp { width:9.375rem;height:3.1875rem;top:10.6875rem;left:23.686197280884rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJuBTCiDIAds0NSEEcspU3rRZ3Vml0Kp { display:block; }
 }@media only screen and (max-width: 763px) { #CF0qKC3S5TN5NDyS0SUePOH81016Nb6B { width:14.375rem;height:3.25rem;top:10.6875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXHg3eUtt8QE3MT5eTxFuh2HKSWHLpq9 { display:block; }
 }@media only screen and (max-width: 763px) { #ann2v7vInabhDkB47PtfKVllkH9IwoEy { top:17.25rem;left:15.936635971069rem;width:18.8125rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXKxQ1HRKLr0gubNMrhJIm6n13vCTwDV { top:20.6875rem;left:15.936635971069rem;width:18.8125rem;height:5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HQ6y0KQJfzFirLT2ou2wlTr0aTmTp8ie { background-color:#ffd476;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#HQ6y0KQJfzFirLT2ou2wlTr0aTmTp8ie > .row .container { background-color: transparent; background-image: none; }#HQ6y0KQJfzFirLT2ou2wlTr0aTmTp8ie::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQ6y0KQJfzFirLT2ou2wlTr0aTmTp8ie > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQ6y0KQJfzFirLT2ou2wlTr0aTmTp8ie > .row .container > .video-iframe-container { display: none; }#HQ6y0KQJfzFirLT2ou2wlTr0aTmTp8ie > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQ6y0KQJfzFirLT2ou2wlTr0aTmTp8ie > .row > .video-iframe-container { display: none; }#HQ6y0KQJfzFirLT2ou2wlTr0aTmTp8ie > .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); }#HQ6y0KQJfzFirLT2ou2wlTr0aTmTp8ie > .row .container { border-width: 0; border-radius: 0; }#HQ6y0KQJfzFirLT2ou2wlTr0aTmTp8ie > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kEQETCIsTisdJpNRFeShtwuO8JM3PsEu { top:1.7491320371627rem;left:0.83658856153488rem;z-index:15073;width:18.27713875rem;height:3.464845rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRe3hS6tSPamzunJ6smNEvBZ6NUTmcr5 { display:block; }
 }@media only screen and (max-width: 763px) { #J0fQyQNpsdAXfS6859H7kx16wFr0hpZZ { display:block; }#J0fQyQNpsdAXfS6859H7kx16wFr0hpZZ > .row .container { width:20rem;height:85.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hyqhZTuUcvW5KOaDHMx54tbTHJreXd7Q { width:18.8748125rem;height:18.2823125rem;top:15.25rem;left:0.5625rem;font-size:2.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #flT3gIHMc5gChAoTwlZdxtEKMeBgrccV { width:18.4375rem;height:5.25rem;top:7.5625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGiuMl6dIMZiv84OozWMol5D5ZPtDtgH { width:18.8748125rem;height:3.0859375rem;top:8.8519968986512rem;left:0.56206601858139rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #U5yQ5fxGrpBOXkVhomvDT2z6O0VDhxNO { width:20rem;height:25.04125rem;top:52.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NG3bnb23sToXreFbo9TF1dt6DKI0DIN3 { top:77.125rem;left:3rem;z-index:15055;width:14.0625rem;height:3.5612rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGWuEiTOAtzltKkx2m6oShWSwPixvW6n { display:block; }
 }@media only screen and (max-width: 763px) { #mTwJBRT05TLoioO6wQZ8k1MTkoPkUdMf { width:14.0625rem;height:2.27430625rem;top:82rem;left:2.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #luRKHgWE0uTdIEgfdySVuGMn3X81OXwL { width:18.6870625rem;height:17.5rem;top:34.5625rem;left:0.6875rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S0oXlHB4TBxieGZLwFgNV2Z8i4OuSZi4 { display:block; }#S0oXlHB4TBxieGZLwFgNV2Z8i4OuSZi4 > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EVnOkauzISTQapTbcX4oBAlDAf97D6iA { width:12.625rem;height:9rem;top:1.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSHsCgGr1qUvfv9MwbRG1FNP0BPICEPm { width:7.686625rem;height:4.30013125rem;top:2.0625rem;left:6.3125rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF78xIabzUyHVOhAZ35OJn1pKmOval2V { width:10.5620625rem;height:3.99956875rem;top:5.625rem;left:4.875rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #sLlCIp2nz5WyRAdDqEanfzVfqN6tbvLf { width:12.5625rem;height:9.6875rem;top:12rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTQEigTUQwuqiTTOLVIEsq1b2naxE1P9 { width:10.3125rem;height:4.30013125rem;top:12.8125rem;left:4.875rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlbIqWiAgJ9p6RVc95eAIawHpGbMTpd5 { width:10.3125rem;height:3.99956875rem;top:17rem;left:5.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #wBxgnH0dGBhHtx5zsA19tvvSuBnzBM8m { width:12.5625rem;height:9.6875rem;top:23.4375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0Cqg49GfsP9ASgpmbA7sEm3Mmh8D9Dr { width:10.3125rem;height:4.30013125rem;top:24.25rem;left:5rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmGBRIdFTOgM0LGnAbPki8aSSUnT0T0u { width:10.3125rem;height:3.99956875rem;top:28.4375rem;left:5.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #Ozvb1lqpadpHGyGFRtdB9cPbIhz7tSUc { width:12.5625rem;height:9.6875rem;top:34.875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvy2RSzNCbekAvtc6awoXLKKFIkNz8r6 { width:10.3125rem;height:4.30013125rem;top:35.625rem;left:5rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoqHEawA106XqFr2GFFRnKuapP4VT6QW { width:10.3125rem;height:3.99956875rem;top:39.875rem;left:5.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #ncwBt5KAtkcKloNhKxApUPVJLA4Ss1pG { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#ncwBt5KAtkcKloNhKxApUPVJLA4Ss1pG > .row .container { background-color: transparent; background-image: none; }#ncwBt5KAtkcKloNhKxApUPVJLA4Ss1pG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncwBt5KAtkcKloNhKxApUPVJLA4Ss1pG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncwBt5KAtkcKloNhKxApUPVJLA4Ss1pG > .row .container > .video-iframe-container { display: none; }#ncwBt5KAtkcKloNhKxApUPVJLA4Ss1pG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncwBt5KAtkcKloNhKxApUPVJLA4Ss1pG > .row > .video-iframe-container { display: none; }#ncwBt5KAtkcKloNhKxApUPVJLA4Ss1pG > .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); }#ncwBt5KAtkcKloNhKxApUPVJLA4Ss1pG > .row .container { border-width: 0; border-radius: 0; }#ncwBt5KAtkcKloNhKxApUPVJLA4Ss1pG > .row .container { width:20rem;height:102rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xe1sOmLx4zUHxAdhyNwATvyJ4x1TwydD { width:20rem;height:3rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4Xf2S94zaLEJUDwXoiAT7AuRDtKE6iS { width:20rem;height:5.08680625rem;top:5.3687502862886rem;left:0rem;font-size:2.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WDyNi4HWTZxxzrResI6Bk1R3vXt29k2B { width:18.25rem;height:18rem;top:11.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnuofkTaWTsACQeAK8FvKhqpoJf3t29S { width:16.8125rem;height:5rem;top:12.875rem;left:1.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1lazusT1SBaxFK5aHs3tBQIlWxqJskr { width:16.625rem;height:9.9989375rem;top:18.9375rem;left:1.9375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ffPeAid69V4hApivKLLTSRyUtfP3T8kw { width:18.186875rem;height:16.793625rem;top:83.372398376462rem;left:0.90603309869769rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlbWq8GC1RB7ukLcwPgueeMpR48kSFps { width:18.4375rem;height:16.5rem;top:31.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UScevqxfDgCZto6wi9Tm4tdVccHxnnEi { width:14.561625rem;height:5rem;top:32.006295084953rem;left:1.8120661377907rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yabLcB3K9m55kKk3VfkDRHo0D5vGdmRP { width:17.3123125rem;height:9.9989375rem;top:36.93685233593rem;left:1.6493056416511rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r6llJrcK99T1oFcGlwlVwnvR7tyOzPmr { width:18.4375rem;height:15.3125rem;top:49.4375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yt0di8DiTEIMrMPA7LcDkGtG8wTu9TOD { width:15.7498125rem;height:5rem;top:50.874568939209rem;left:1.8120661377907rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnQiuT8JhWUhcWbE064udsuQXiUEhPBB { width:16.8120625rem;height:7.999125rem;top:55.874568939209rem;left:1.8977866768837rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QTU2OOrwtnOwbON8Jhp8bDJ6lKnaEefc { width:18rem;height:15rem;top:66.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsaXqK81Ug2VLr3wEJzhTkRnLZWTqWON { width:15.9375rem;height:5rem;top:67.625rem;left:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMgI6t5JffTOh9PEveD79FN7GD70Rmh0 { width:16.4995625rem;height:7.999125rem;top:72.625rem;left:1.75rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k0DxSETTcDA97DkmNphDfOfl3WQsH00m { display:block; }#k0DxSETTcDA97DkmNphDfOfl3WQsH00m > .row .container { width:20rem;height:85.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hD9f7oQDswf90LpwTob5wT0IIbLmDdtk { width:19.5625rem;height:79.8125rem;top:2.9373168945312rem;left:0rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #zwof00xx7ITkHxxp7xB6lmF00ArNxZVO { width:20rem;height:2.3994125rem;top:15.4375rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gn9r97tFAB9MGnmJcpGJQxsT9XPUvBql { width:4.5625rem;height:3.1875rem;top:1.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxXsBPCKneNXUZKic2CCeHF7Driuop7Z { width:5.125rem;height:2.69965rem;top:1.25rem;left:2.875rem;font-size:2.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AtZXnD3nbWJr9WsMVXqOXNHxQKNyVlpC { width:17.874375rem;height:64.775425rem;top:16.187067031861rem;left:1.0622830986977rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IN9dFOy1EBO3ZRVXmG7x7DHdf4v49JLM { width:20rem;height:2.99913125rem;top:4.8535041809082rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KR84sW7wBHVp7SSG6Szi802wcMEoRCZI { width:18.0620625rem;height:6.5983125rem;top:8.3973541259762rem;left:0.96788197755812rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BmgFGbZa2bz9AF8csP4rWr8UyCB4lAZH { background-color:#238639;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#BmgFGbZa2bz9AF8csP4rWr8UyCB4lAZH > .row .container { background-color: transparent; background-image: none; }#BmgFGbZa2bz9AF8csP4rWr8UyCB4lAZH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BmgFGbZa2bz9AF8csP4rWr8UyCB4lAZH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BmgFGbZa2bz9AF8csP4rWr8UyCB4lAZH > .row .container > .video-iframe-container { display: none; }#BmgFGbZa2bz9AF8csP4rWr8UyCB4lAZH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BmgFGbZa2bz9AF8csP4rWr8UyCB4lAZH > .row > .video-iframe-container { display: none; }#BmgFGbZa2bz9AF8csP4rWr8UyCB4lAZH > .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); }#BmgFGbZa2bz9AF8csP4rWr8UyCB4lAZH > .row .container { border-width: 0; border-radius: 0; }#BmgFGbZa2bz9AF8csP4rWr8UyCB4lAZH > .row .container { width:20rem;height:145.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBanfW0XfPLK1D8WDi8w9kWhIuyoKKtp { width:18.8125rem;height:15.5625rem;top:38.5625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihX65lsBDiZBxzTPmK1dvZFQzOLVws0G { width:17.1875rem;height:4.0625rem;top:39.937067508698rem;left:1.4062500596046rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTaWFX9sdnWRoJAXdyZDXywFDzbDZ33i { width:17.6875rem;height:7.999125rem;top:44.75rem;left:0.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FQNLB5BmRDEEgfhCAfTbOygtFpTkotcq { width:18.9995625rem;height:8.658875rem;top:4.7894973754883rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x7wEd0o5F5VNcU4sqbJHXlvsLwbIzQJq { width:18.0620625rem;height:22.34375rem;top:14.345703601837rem;left:0.96896702051162rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #mGPv6oAtrM6B9Ml86JVxgaW70gPSFlp7 { width:20rem;height:2.99913125rem;top:1.7914505004882rem;left:0rem;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JGTO5QZ82TxlwxChUOw2PQm21HgULKGF { width:18.5625rem;height:16.25rem;top:56rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWHhH1dASpnhofIRPdSaHnX09Gn5NLSn { width:18.4375rem;height:4.0625rem;top:56.8125rem;left:0.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JN8e1Ed3ED9T9ErKa3nW2wtP3knxevM9 { width:17.1245625rem;height:9.9989375rem;top:61.5625rem;left:1.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q3UM5G3xobAoQgM2iTuDz2f1r9roeekP { width:18.75rem;height:16.1875rem;top:74rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnXsQtbK0fzQpRgHlS9rUk04GexRLJqX { width:18.4375rem;height:4.0625rem;top:74.8125rem;left:0.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqBHSCFSIWgEZHPGHMhUDfBHbXAeBZhM { width:17.1875rem;height:9.9989375rem;top:79.5625rem;left:1.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZNowtcTtx1NDIuzLdxXxBMxkW85Hihmd { width:18.6875rem;height:16.1875rem;top:126.875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FexOCo2b7TFqoc4yQMVPRaaEwq3tuuGr { width:16.311875rem;height:9.9989375rem;top:132.4375rem;left:1.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iAqXwGltRNRT3nx8wTtO7zilIlD0XTmT { width:18.625rem;height:16.125rem;top:109.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLuw0EVgEMmASTMVAmT3nC7WI5eu0pMd { width:16.0623125rem;height:9.9989375rem;top:114.625rem;left:1.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qdwqqchvFthHVBeTwc3Q9sSMsv7KLBKa { width:18.625rem;height:16.3125rem;top:91.4375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMZqdvK4J84aC9eWE92CRJEbcfx0CTcJ { width:18.125rem;height:9.9989375rem;top:97rem;left:0.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T3TdlfCH4h3MMcTta7ccsTftUONSk3vO { width:16.0623125rem;height:4.0625rem;top:92.25rem;left:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWtq0qOZMOhSCT7uyDVCgInUDIFP38Ol { width:18.4375rem;height:4.0625rem;top:109.87413501739rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6EErR4raMeyTaGU7B734NSN58ForHJD { width:16.5625rem;height:4.0625rem;top:127.6875rem;left:1.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsyPosPT9Ai4Aqg67GIG32HJrUtkKF6c { display:block; }#qsyPosPT9Ai4Aqg67GIG32HJrUtkKF6c > .row .container { width:20rem;height:244.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kPd4Kt3Pc7WO4WMyv1P2g6hdtl2Q32W3 { width:18.875rem;height:11.9375rem;top:12.249349594116rem;left:0.38411456346512rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4KO9weuQmT34pX1OvJeXE5vDTzWMXO7 { width:17.5rem;height:1.75021875rem;top:14.249132156372rem;left:1.2500000596046rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x0A66E8gVrCPpZV3su9Auved1FoHALib { width:17.874375rem;height:6.29775rem;top:17.188585281372rem;left:1.0622830986977rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q5X6Z1a2diRP5Lv1UyWip1E4hW94Kmn0 { width:17.1245625rem;height:4.72330625rem;top:30.040148735046rem;left:1.4366319775581rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w7IMuo0FwTi0WttkGIPgiL0u0bRCWZBJ { width:16.875rem;height:6.29775rem;top:41.124133110046rem;left:1.5625000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KJtErBxKPlfc4Gz9xOR7J6ZuQSSy03S8 { width:17.874375rem;height:6.29775rem;top:54.686418533325rem;left:1.0622830986977rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hVNfMdcA36Wr254gJ9K2CNvuDzB3KkRp { width:20rem;height:2.99913125rem;top:1.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWAPsTmpf1xPJlGhCDnJ7DfJsxEeCgk1 { width:16.124125rem;height:4.9500875rem;top:5.7486972808838rem;left:1.9368491768837rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RXq9ULV2RgBpFAPdC5U9Kq3rLkEZ36Bo { width:18.875rem;height:9.75rem;top:25.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8BfMpfFWW14pRs6PWMg63qHzRJWauoS { width:16.436625rem;height:1.75021875rem;top:27.061633110046rem;left:1.2500000596046rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kR1lnaziTlkzbfA0GhJszPmkS5kwz9mP { width:17.1875rem;height:1.75021875rem;top:38.311633110046rem;left:1.4062500596046rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NHJTAstXCkOln6tKrsQCRyfFsPTAcRSN { width:18.8125rem;height:11.3125rem;top:37.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XazQHWZUNObh6G8HTLHTpRNAIqZDBsSn { width:18.375rem;height:12.625rem;top:49.9375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukOOK51bO8oWI5XkV2GTAGfUSMeQD0aS { width:16.6873125rem;height:1.75021875rem;top:51.687286376953rem;left:1.2500000596046rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zrplEFJgzqzIiixXzi7BdsKgi8OoHVoM { width:17.1875rem;height:4.72330625rem;top:69.0625038147rem;left:1.4062500596046rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TMAQ29DmX8MkTDGSMIuTRJEFtG4ZEdmt { width:18.5625rem;height:10.6875rem;top:64.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0xxuIGoVIq1d6QBxQs7wGVtTBNySv8r { width:15rem;height:1.75021875rem;top:65.999351501462rem;left:1.2500000596046rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tNXWTwGxqTAT53lkAPhbhK0gyzrdUvZG { width:18.6875rem;height:10.1875rem;top:76.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #odklpe10nEnqOTd3Kp3lCbQPF6NTBy4R { width:18.186875rem;height:4.72330625rem;top:80.665148735044rem;left:0.90603309869769rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u6T6RFfM1g5Xg78tAacdgayTUVkyREnf { width:14.6875rem;height:1.75021875rem;top:78.186850547788rem;left:1.2500000596046rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wH5eabDmAQ5HJM0bRqbkXCARr4mkc5ZJ { width:18.75rem;height:10rem;top:148.125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtPOe6xTluLrPpFnOQonvKgbMTwspZFW { width:16.8120625rem;height:4.72330625rem;top:141.16537094116rem;left:1.2500000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H84OCV5lCtRTA4WkqIyryo4taiZMVHWp { width:18.75rem;height:9.4375rem;top:136.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyWFGNtkhd5W5vsinJTaSh1iRpQEXWku { width:17.874375rem;height:4.72330625rem;top:152.35352516174rem;left:1.0622830986977rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r7DPlZi6forFBz2tmg2nzJZOPJgW9eGA { width:15.186625rem;height:1.75021875rem;top:138.68707084656rem;left:1.2500000596046rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rbpNBgMCqUMGtzMi8TOKGn29VgwF0Tqp { width:17.3123125rem;height:1.75021875rem;top:149.62349128723rem;left:1.3433161377907rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ltxuMxNrNeidPCXZuUvG8aVGbm8VGpHq { width:17.874375rem;height:6.29775rem;top:128.31164169311rem;left:1.0622830986977rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hzGfyUQTzMD2cdKyxVD6X6vQ8fTMUev9 { width:18.8125rem;height:11.5rem;top:123.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gInuTxW37aIIGzMeeJMlk20R2Ze1QzUR { width:12.6248125rem;height:1.75021875rem;top:125.68685722351rem;left:1.2500000596046rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E18PICnqmWi6WnseOGFHP8mAs0LWPl31 { width:18.6875rem;height:10.9375rem;top:88.3125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3QueSSADycDiSQW2tNd2Pf2EbnOmTFe { width:18.75rem;height:10.3125rem;top:101.0625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZVIH8NuJqfcw3IKJWBlBJGigtEagJXK { width:18.625rem;height:9.5625rem;top:112.875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #unbmlJOLlXzgdCUCzvMrLidG7FfEzIK0 { width:16.124125rem;height:6.29775rem;top:92.435983657837rem;left:1.2500000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SRqJct6SXw7oIiLWfPKTlMOzanCZXiQi { width:16.936875rem;height:6.29775rem;top:104.50304222107rem;left:1.5310330986977rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yIDTrWDNebnowzhneigXsaOWRLpcAVK8 { width:16.5625rem;height:4.72330625rem;top:117.10286903381rem;left:1.7187500596046rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rQ2QMbN597ylaV4kiqf1cs6hfL7TONXq { width:14.5625rem;height:1.75021875rem;top:89.5625rem;left:1rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dl1kSwLoQnNL4bkvTpcAJLuh3BFGEADT { width:11.5625rem;height:1.75021875rem;top:102.31228733062rem;left:1.2500000596046rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AIL0sSoK5c6svkaPguWS0TTGUkhIxJcN { width:11.875rem;height:1.75021875rem;top:114.12435340881rem;left:1.2500000596046rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Phpab8zthETkFTLmO8LwcOuQoGwHAsqT { width:18.6875rem;height:12.625rem;top:184.6875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJVlu4LPy6Jdmne6sWi9vxOBz8FVSbTT { width:18.8125rem;height:10.1875rem;top:172.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5cr64Hco14fCT3MTzLUVLMHXzUQKZZV { width:16.25rem;height:4.72330625rem;top:191.12413787842rem;left:1.2500000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RQfzIt9AmaoZEtD5QL1uoXMUZzNB0UUf { width:17.249375rem;height:4.72330625rem;top:176.97700500488rem;left:1.3747830986977rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tc3hVOrRAzRPqo0h2QSCHDFb8MiwnvdN { width:18.0620625rem;height:6.29775rem;top:164.12435531616rem;left:0.96788197755812rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bEGGpDsVklqTWXrMKshIvaHNviDWz14e { width:18.8125rem;height:11.5rem;top:159.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4LSoeqlmmfXtVu7o4bdoD7H1ihXKs4y { width:17.1245625rem;height:3.50043125rem;top:186.24892044067rem;left:1.4366319775581rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZHAS1k3equIMys3DOpgF0LwdTEbE4Qiw { width:16.749125rem;height:1.75021875rem;top:174.62457275391rem;left:1.2500000596046rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cMnIwTHKwJIk7NArta0VgTpyJJ8H21JZ { width:14.749375rem;height:1.75021875rem;top:161.62327003479rem;left:1.2500000596046rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qBR58mFxXxqqmEbgzTmandq9oOJJ9xR3 { width:18.5623125rem;height:10.999375rem;top:224.12435722351rem;left:0.50889760255814rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvTPusp7IP4rJz4Ai3xM6IfcPIX6KZs1 { width:18.625rem;height:11.0625rem;top:211.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0Xrw8TpOAr48z7dEQXI4MCQyWrEq4JZ { width:16.936875rem;height:6.29775rem;top:228.31163597107rem;left:1.5310330986977rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bdAbzKutVP3Bk8n9044wiexHbM3TrTPb { width:17.1875rem;height:4.72330625rem;top:215.87457656861rem;left:1.4062500596046rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AwQvHovU4v4qNwDfmZBOA60VrqRgz1em { width:12.8125rem;height:1.75021875rem;top:225.62392234802rem;left:1.2500000596046rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cohJoEGorPUrne5BNnnRxEBpUOoBHfmv { width:18.9375rem;height:9.875rem;top:199.3125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #or8GemMvVSvn6Sefqv50pCb5EXwf3Ifa { width:17.374125rem;height:4.72330625rem;top:203.43642616272rem;left:1.3118489384651rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #USQZFl1wlcJS7S503bZHmVtHnaUiHfPV { width:9.9370625rem;height:1.75021875rem;top:212.93729400635rem;left:1.2500000596046rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Or2tUflkpslvzLlalJ6a7Pt7ZBwradRt { width:16.311875rem;height:1.75021875rem;top:200.87457656861rem;left:1.2500000596046rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fPGgzXazDKoKkgE1SXReuCKHwqKXlZcD { top:237.43707084656rem;left:0.74978297948838rem;z-index:15073;width:18.45076375rem;height:5.01323875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeebTRV2CDbxr4C2DTF9fT0lfzEwn0ri { display:block; }
 }@media only screen and (max-width: 763px) { #DcraI98ETLW24JrqTNWWstfTtm2pHDnn { display:block; }#DcraI98ETLW24JrqTNWWstfTtm2pHDnn > .row .container { width:20rem;height:248.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BfXHabRudLJWWCyql4G4HFUTr2DvsZpf { width:19.3125rem;height:16.125rem;top:8.125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb98LX6MsCaBXpoGoaw1LsWR9Fx2Zlbx { width:9.75rem;height:25.5625rem;top:23.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #whWCEhF6m8XDEsxtnO3SBgMVI5XM43cU { width:20rem;height:25.07614213198rem;top:80.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvU9CctFc7y6VIAe6RXKooT9llcsmnrI { width:20rem;height:14.589800443459rem;top:49.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DktUP2tEnJaapNWMt38qmZ5BGHqqJH8E { width:20rem;height:16.38418079096rem;top:63.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H231sy1W71iDNbX5Svq1zql0NpyddwLg { width:20rem;height:16.327683615819rem;top:123.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUzlTXpwkxflctKvZ6i7afiCCzwpyfqB { width:20rem;height:16.081081081081rem;top:105.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #noKsqOVXpM13kyB4RRe9QF8ZkEXI0ILU { width:20rem;height:25.040214477212rem;top:138.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzGTSVr8iQHGsbwKm6fVXoK5ncNU1uAy { width:20rem;height:25.040214477212rem;top:178.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jgx7QqT31IRFzVAmLCTSE2BCsnAzXgTD { width:20rem;height:15.360623781676rem;top:163.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWe313HRQxtZTEl3R7HdOZEuUFfPVtoG { width:20rem;height:25.024390243902rem;top:204.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKhUM1XvN7LVx4TCdDdKXkSFqbfvvZy7 { width:20rem;height:16.103896103896rem;top:231.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrwFLk1IxwQSTsk3ASlQSeFZMB27FlEO { width:17.874375rem;height:5.36024375rem;top:1.8522129058838rem;left:1.0622830986977rem;font-size:2.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oTaqvN07g6G5SN3gqBTyJMQpmyNxH2ur { display:block; }#oTaqvN07g6G5SN3gqBTyJMQpmyNxH2ur > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MDL4wXIsK4woHIVbgPNTTF6wOWTrPrAP { height:11.25rem;width:20rem;top:5.1866340637207rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOly7wQ5lDb8uWC7mSxhXVzzlVTT5sWr { width:20rem;height:2.1994375rem;top:1.6861972808838rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iZ6Rho0olAt7pIIDqnR8AQKqRLPm2m3m { display:block; }#iZ6Rho0olAt7pIIDqnR8AQKqRLPm2m3m > .row .container { width:20rem;height:99.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTTiUxKwmKJV3PZPTVsMnWh9Dr4dPMlz { width:18.4375rem;height:19.375rem;top:12.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcJSTl2bF4rHfNyTX2hgermszd6s9W1H { width:18.625rem;height:19.5rem;top:33.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8AfvtS7TEhz1bDiWOvkxfoAw2N4G6I3 { width:18.625rem;height:20.9375rem;top:54.1875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEk7mioCvdTo5l47Q7NGkE83W5zeiJn9 { width:17.6248125rem;height:5rem;top:13.373480796814rem;left:1.1870660185814rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahRP30Kg3yluUZJhmB163cyXMchUpUte { width:17.6248125rem;height:5rem;top:34.498700141907rem;left:1.1870660185814rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTbGm7cR9HQWga5dnTkNRGal4chocSy7 { width:17.6248125rem;height:5rem;top:54.998918533325rem;left:1.1870660185814rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiVCJNCE1cpl1aAZfMmuCZnWVp4d4W0G { width:17.1875rem;height:11.9986875rem;top:18.999567508697rem;left:1.4062500596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cHGTXsWNU7xmJpTHUm2vuNnrPiMM3T1a { width:16.25rem;height:11.9986875rem;top:39.998917579651rem;left:1.8750000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e5TL3CCXWLFmM6AiaWONSlF6BmFD3bMD { width:16.936875rem;height:13.9985rem;top:60.366756439209rem;left:1.5310330986977rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RP7vIHhd3CxAX5vUnSyHZMIT8BfFkW5z { width:20rem;height:2.99913125rem;top:1.1229667663574rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oe6pzr8gISULllKUatocc8thZTitlloR { width:17.1875rem;height:5.63801875rem;top:4.8697929382324rem;left:1.4062500596046rem;font-size:2.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e5eXVB38qohrd55rGHM3Cu9vJuH8XtAD { width:17.686625rem;height:20.3125rem;top:77.20483493805rem;left:1.1566841006279rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qs2pmn3yPPwsXoUt0ZRMBIRb8IG17PHV { display:block; }#qs2pmn3yPPwsXoUt0ZRMBIRb8IG17PHV > .row .container { width:20rem;height:118.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XOPM3mLWr5Gf5J6bIhIMpTJNB8bRrIvS { width:17.686625rem;height:8.7456875rem;top:10.249566435814rem;left:1.1555990576744rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HWh1Zms6IOElZRUDselCUtyz5nBV1Gzg { width:20.0625rem;height:59.375rem;top:57.125rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVqHiDkW8mWxkZ9Jpy9HSMnL0nWKv5GX { width:16.4995625rem;height:2.84939375rem;top:61.123050689698rem;left:1.7502170205116rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6XKapRdhP5lOz1t9on65HdxXb8BBTu4 { width:7.5rem;height:2.69965rem;top:64.8125rem;left:1.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5T7Pse0VyKHcpLinDJuw9FpZdeeUu8M { width:17.3125rem;height:26.0709375rem;top:71.187072753906rem;left:1.7502170205116rem;font-size:1rem;display:block; }#D5T7Pse0VyKHcpLinDJuw9FpZdeeUu8M li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_796844fd7f634f1644bdff09133c2197.svg); }
 }@media only screen and (max-width: 763px) { #BTvV2cJ6I4PupTOb9gE46ZxLux1UAbxC { width:7.5rem;height:3.0013rem;top:64.661458969119rem;left:10.818143188953rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeK5m6zoroRJD7wCGab7ZglZSgRPGX7l { width:19.8125rem;height:34.6875rem;top:20.0625rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhKUwxb2V8nClW1XCVJoswkGB8e7r9V0 { width:20rem;height:0.1875rem;top:27.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ka1yAqLnEweMRmnq1cDR6lbiepMnPg3s { width:16.5rem;height:3.2986125rem;top:22.5625rem;left:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARDasXRAW3dzDHkoCiJkxadpuOeZTzbw { width:11.9375rem;height:17.255875rem;top:29.25rem;left:1.375rem;font-size:1rem;display:block; }#ARDasXRAW3dzDHkoCiJkxadpuOeZTzbw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d81d1e59e5226a763360798bc485e9af2e8fb224.svg); }
 }@media only screen and (max-width: 763px) { #U1Zx7GKsSez6S0Ou4gGEvr0Dz45z9bBR { width:6.75rem;height:1.50065rem;top:30.1875rem;left:13.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8dOXstyq3xXUK1iNPiIghVMfCJik6w8 { width:6.75rem;height:1.50065rem;top:33.875rem;left:13.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLNR0KhmD1SOrOkI1Bi4bwE3qo8J1Zxg { width:6.75rem;height:1.50065rem;top:37.125rem;left:13.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4DbOcB6L8EFyTPKVneuBGqgMaXvfR2c { width:7.4375rem;height:1.50065rem;top:40.9375rem;left:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybaW6y0Vnb8w4wucT7UXR1NeT6f2yBTu { width:7.4375rem;height:1.50065rem;top:44.375rem;left:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFhqB0WCkbn0ZBgRhTeptMdQgLITdxFe { width:13.0625rem;height:1.50065rem;top:48.625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ0x9vlHgM791OqpODgmsVr5ZfTCyT8F { width:10.125rem;height:2.3990875rem;top:51.1875rem;left:7.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQDWcHsz2rrQJrnJsP5IFHSylCdssXO8 { width:6.75rem;height:1.50065rem;top:69.6875rem;left:13.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfLsrIUUqHiwE3oW6wXSRRzufTsR3scw { width:20rem;height:1.21853125rem;top:113.24870681763rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxTe9wAdRGiXftMpN95NOUUUbJOB4kCa { width:20rem;height:2.99913125rem;top:0.88225746154787rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaWIKknsSJ6lln1pQtHkJWZTTg9NWrNG { width:18.8748125rem;height:4.9500875rem;top:3.8802083730697rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TlWrcXleyxAitkxd0SlT6uUzNpZrn64r { width:16.936875rem;height:1.50065rem;top:68.257366180419rem;left:1.5310330986977rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeeyfxoTxagKfesQkP2PyRl4uAfB9sts { width:17.3730625rem;height:1.50065rem;top:98.983297348025rem;left:1.3129342198372rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp .widget-text.counter-number { padding-top:0.424375rem;padding-right:0.37375rem;padding-bottom:0.424375rem;padding-left:0.37375rem;width:2.24125rem;min-width:2.24125rem;height:2.281875rem;font-size:1.69875rem;line-height:36.51px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.265625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.98875rem;height:0.901875rem;font-size:0.636875rem;line-height:14.43px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp { display:flex;width:15.4373125rem;height:4.31206875rem;top:101.25651931763rem;left:1.2207031846046rem;padding-top:1.03rem;padding-right:1.05875rem;padding-bottom:1.03rem;padding-left:1.05875rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #P8Xb2g1uwDuJbNULSWQHl9Xf4mmVGvGv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #WxmdZC9V4Es36BP4h9oCNvITxigWJ0Nb {  }
 }@media only screen and (max-width: 763px) { #fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #W1FL7UuLpJX62K3JkXBcyhTNFwt7fQof {  }
 }@media only screen and (max-width: 763px) { #fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #Q3HhSvS3g2EZdfdGEva6eSL8oFQ0JHGA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #V6DuAR4nghZgVWEQ8Ul4hwKTxpKit1To {  }
 }@media only screen and (max-width: 763px) { #fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #PmWkkRNCm9fOyF9HfvxDhVJ3skU52WRR {  }
 }@media only screen and (max-width: 763px) { #fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #VcTm0O2hAuctypbHv11snB07EZZ13nzB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #dWXBWdxtqUQhbi99MQmV9uPTVJUC7WwM {  }
 }@media only screen and (max-width: 763px) { #fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #Z7Jmpc6ytEJJ6ORWMkT7DAINFTlwdQPK {  }
 }@media only screen and (max-width: 763px) { #fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #BD00EnTeIl0vor24bM6k2dEyilBuWeS8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #oySZT9rR1uQT6K6nfdpwMUkp2kTVT5a8 {  }
 }@media only screen and (max-width: 763px) { #fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #aDtM919WgxX1EBfAm4TwvAqiGyQuXS9A {  }
 }@media only screen and (max-width: 763px) { #Sn3rtAplczvshxXT6XTp4SdJHtsvsKvu { width:9.8125rem;height:3.25rem;top:56.152332782746rem;left:8.7500002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMMguuwNoFI2rE4lnx5GPeQc5Ws6grV6 { width:8.125rem;height:1.50065rem;top:57.124567031861rem;left:9.6929257512094rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mV66XfTgeQ9oNSFHPWPdPmSgPs9Xchim { top:108.29644775391rem;left:0.74978297948838rem;z-index:15073;width:18.45076375rem;height:3.76323875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9ZF33xPWWLadHv7TpNpuTU8QdnC9Q0G { display:block; }
 }@media only screen and (max-width: 763px) { #p7ElugT8EelLKpv6twacR4m7XqBVTZoO { background-color:#ffd770;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#p7ElugT8EelLKpv6twacR4m7XqBVTZoO > .row .container { background-color: transparent; background-image: none; }#p7ElugT8EelLKpv6twacR4m7XqBVTZoO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p7ElugT8EelLKpv6twacR4m7XqBVTZoO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p7ElugT8EelLKpv6twacR4m7XqBVTZoO > .row .container > .video-iframe-container { display: none; }#p7ElugT8EelLKpv6twacR4m7XqBVTZoO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p7ElugT8EelLKpv6twacR4m7XqBVTZoO > .row > .video-iframe-container { display: none; }#p7ElugT8EelLKpv6twacR4m7XqBVTZoO > .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); }#p7ElugT8EelLKpv6twacR4m7XqBVTZoO > .row .container { border-width: 0; border-radius: 0; }#p7ElugT8EelLKpv6twacR4m7XqBVTZoO > .row .container { width:20rem;height:88.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RcEAgtOzup2Xk7psNPhvOOuzfMTVcpad { width:19.5625rem;height:16.9375rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #msNIJB9uvDBktlF7qpz8OMn4GaCDTgHn { width:17.1875rem;height:4.0625rem;top:15.375rem;left:0.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtkXiz9yoGZN1Mila9cqL4CqMDv6eAOR { width:18.3125rem;height:9.9989375rem;top:20.3125rem;left:0.8125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SI75fOvmMfyKtbTr3E7vHXT0bmIdlRVH { width:19.5rem;height:14.4375rem;top:32.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jbqx6s0MwtGu3O78sMHAQN3rPLbrhzKR { width:18.3125rem;height:7.999125rem;top:38.8125rem;left:0.8125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OidG4dbBgJFw3ZJPlH5q3DAImRt53RWe { width:17.3125rem;height:5rem;top:33.8125rem;left:0.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTXX0OqrBkd3KWbJ93VlXOgdSFoVyd7n { width:19.625rem;height:18.875rem;top:49.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFoVwiviueTBpHGSiViusMvawvtBELzF { width:15.1248125rem;height:5rem;top:50.6875rem;left:0.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzmkHubvHIFCnfuvR1NWDuH547PgT7JP { width:17.874375rem;height:9.9989375rem;top:56.436635017395rem;left:1.0622830986977rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ASh62tutJW5aI0dVSKWLh7WCud5rLG61 { width:19.5625rem;height:15.125rem;top:70.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pd13PZmxKADUZ5tp1ucHPVXz180PaFVi { width:17.5rem;height:7.999125rem;top:76.125rem;left:0.625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XNBpI6TV0oyCsHBF6RNSH8nGBgZmb0aO { width:16.9375rem;height:5rem;top:71.125rem;left:0.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhwsxCuzqQucQHTGBZkwSa3eafzsFBDT { width:18.9985rem;height:8.658875rem;top:3.5970039367676rem;left:0.50021702051162rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IT5887XPVt2tuNGddJoX9lz7Cq1gTuZ5 { width:20rem;height:2.99913125rem;top:1.2348098754882rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaav4xI9hgyZSACAWXy6gZgHDyndHBfT { display:block; }#iaav4xI9hgyZSACAWXy6gZgHDyndHBfT > .row .container { width:20rem;height:98.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MUOP9zFLumoXgcNJCFuU7z0BNPmLIToi { width:20rem;height:3.5107587768969rem;top:78.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcL0q3b3PW2ZDsqa12eTKyDyBrQZuCNc { width:20rem;height:25.0171875rem;top:8.6750000119206rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zo8pbxQ5J2ShNEEk7MmnK9lTU3kplUT5 { width:20rem;height:7.0676691729323rem;top:51.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5z8nGDhwhAsVXgEoZU0t4OTTwGmJIxF { width:20rem;height:13.278236914601rem;top:83.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5nsI1flER8Zgre1pTgil8H6LeFKOgit { width:20rem;height:8.496125rem;top:41.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzoS2AbSDdFMFKLkZqsVQc7zfBgM9GLs { width:20rem;height:4.6953405017921rem;top:72.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFxbT8EiTDFayDGy759rbmHSTN9kkC4g { width:20rem;height:11.414141414141rem;top:59.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlPsclpy6ScpfraHMGkyqnd1kTKfCgsC { width:20rem;height:8.1003584229391rem;top:33.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9mMyIJNG8qui0dWKBdxuZm6dnDKnxdU { width:20rem;height:2.99913125rem;top:1.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATOpA2sQA7zL6I7bVyBBNvIUxi34dBv6 { width:20rem;height:4.39886875rem;top:5.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yEPoZDXATaa4Iy1bxcghB5s3e6yds6N8 { display:block; }#yEPoZDXATaa4Iy1bxcghB5s3e6yds6N8 > .row .container { width:20rem;height:166.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LelmLJhZv3U8pVvfNzsOtydtBDXz8TEf { width:18.25rem;height:28rem;top:9.5866575241087rem;left:0.66189235448838rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQ7ucwcvRe8KiXNAmslgUfifiOOIkGfp { width:16.936875rem;height:7.5rem;top:10.524089336395rem;left:1.5310330986977rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbIe8y9DAlFZ9f5NezlfyEvk08NrR8bC { width:17.874375rem;height:17.9980625rem;top:18.687067508697rem;left:1.0622830986977rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bFKWDIIzRsfEbs6n8J6mdgFZgDFyH0pt { width:18.6875rem;height:19.25rem;top:39.124350547791rem;left:0.4437934756279rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg9Ihq88JviTG0tTqFybRWBfudZqqXTd { width:17.1875rem;height:9.9989375rem;top:47.374134063721rem;left:1.4062500596046rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Qq5uSiUSVzTvDvPq6KOttGyQ0e2Ib88V { width:17.9373125rem;height:7.5rem;top:39.874187469483rem;left:1.0308160185814rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhgvEr45NzA1D2BXK8d4polIXnvFti7G { width:18.5rem;height:23.3125rem;top:59.75rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWStlMTRczFdQt933amU9pT28MshmbE1 { width:17.249375rem;height:15.99825rem;top:66.499569892881rem;left:1.3747830986977rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GAnQVkLXllS0dBpNTHux3Q4IKCqfbV9u { width:17.375rem;height:5rem;top:60.875rem;left:1.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzBI8GdiPQBlKA5WGewpgWha0XVx9z8S { width:18.5625rem;height:32.8125rem;top:84.811120986937rem;left:0.50564235448838rem;display:block; }
 }@media only screen and (max-width: 763px) { #izpP8CsckbtN36NClpsyGVtLI1TLNovy { width:17.3123125rem;height:23.997375rem;top:93.062030792237rem;left:1.3433161377907rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Gd6BtaQJV3vD8d97vgtfGUtcfT2LvgUH { width:17.9373125rem;height:7.5rem;top:85.562072753906rem;left:1.0308160185814rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yz5RwaqbLSoVOCTEfUTQBCglc0BaJ4DA { width:18.5rem;height:16.75rem;top:119.4375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2vdtZz34T81mO931R1keaQf7zGNSbMf { width:17.1245625rem;height:7.999125rem;top:126.43663978577rem;left:1.4366319775581rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FXiR0fR6ylc1J2ngRQ3WUdndpDxyGxpS { width:16.124125rem;height:5rem;top:120.3125rem;left:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpbrVgfdUTXAqqFImz06opKD4u02RXpE { width:20rem;height:2.99913125rem;top:0.88221454620363rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qL0T9VkfTnFBg76ZJ326vLcUw2fKe7H0 { width:20rem;height:4.39886875rem;top:3.8801956176758rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nTUhXfuZ9KrFoP09EAQbRndCmwDtaeo9 { width:18.5rem;height:25.1875rem;top:138.06207656861rem;left:0.53710943460464rem;display:block; }
 }@media only screen and (max-width: 763px) { #rac18Fe7Dkhs1yIlvNNQQq7pMLU8stbd { width:17.1875rem;height:19.9978125rem;top:142.62479400635rem;left:1.4062500596046rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xMUzbWGTsPvNi6qe6WculvRXHQMyk9Xu { width:17.3123125rem;height:2.5rem;top:139.49979400635rem;left:1.3433161377907rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0Jh8S6fALoI3GUJ89tOAvMp2dWWGfVL { display:block; }#r0Jh8S6fALoI3GUJ89tOAvMp2dWWGfVL > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9NZuonTliksmFeExnehwt1vvZpvoBTv { width:19rem;height:44.9375rem;top:1.4365844726562rem;left:0.49913197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #MK499xM6tqAzqprUB3Eebl7umfTWsLsT { width:17.874375rem;height:26.39rem;top:8.1239147186281rem;left:1.0622830986977rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bMdT2BguZG1vITZgFayR8CRTraKk6PoO { width:16.8125rem;height:3.99956875rem;top:2.875rem;left:1.6875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N4B49yrCOSiiDEEa19zK9AapCrEqpQ4u { top:35.702072753906rem;left:0.75rem;z-index:15073;width:18.5rem;height:5.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBoWXROqhaoV6SowuMyk88vQaPC81nmF { display:block; }
 }@media only screen and (max-width: 763px) { #PMd6MF4a6UrNNWpN1TA2gWWwnHETTgP7 { width:20rem;height:2.43706875rem;top:42.139572753906rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lrt9SAo35EkAVvLSOyGOzDGnEbQitFXq { display:block; }#Lrt9SAo35EkAVvLSOyGOzDGnEbQitFXq > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vdXqgSwekqrgwLZJySRR3OfBGOftJzff { width:16.8125rem;height:2.68771875rem;top:2.875rem;left:1.6875rem;font-size:2.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TJVAmVtF8LHtEh9H4TwtChFAWFlQOolV { width:5.24956875rem;height:3.25rem;top:12.183158874512rem;left:7.374132454395rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BMRWDqcEytD1FOIEmKkvL1oR2M61Oma9 { display:block; }
 }@media only screen and (max-width: 763px) { #WKUikCGCHMiNORyu49Jx3fOFTbNXT4i6 { width:7.874375rem;height:3.24978125rem;top:7.4348964691163rem;left:6.0622833371163rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N0KcKxHkq46DS8qB0Gc1TqTyxRpdvdbo { display:block; }
 }@media only screen and (max-width: 763px) { #VFCE2AIbVO5DWz8bTQFOHBqUneLM4AMp { width:9.375rem;height:3.25rem;top:17.371961593628rem;left:5.3125002980232rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MJuBTCiDIAds0NSEEcspU3rRZ3Vml0Kp { display:block; }
 }@media only screen and (max-width: 763px) { #CF0qKC3S5TN5NDyS0SUePOH81016Nb6B { width:14.375rem;height:3.24978125rem;top:21.812067031861rem;left:2.8125000596046rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uXHg3eUtt8QE3MT5eTxFuh2HKSWHLpq9 { display:block; }
 }@media only screen and (max-width: 763px) { #ann2v7vInabhDkB47PtfKVllkH9IwoEy { width:18.8748125rem;height:1.99978125rem;top:25.749864578247rem;left:0.56206601858139rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iXKxQ1HRKLr0gubNMrhJIm6n13vCTwDV { width:15.9375rem;height:3.99956875rem;top:29.685331344604rem;left:2.0312500596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }