.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0: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:235,235,235;--color-tertiary-2:47,47,47;--color-tertiary-3:11,11,11;--color-tertiary-4:0,0,0;--headlines-font-family:"Russo One";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#D49Lef08UUNgwxwfW5tuvrVKhuVZrhml { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#D49Lef08UUNgwxwfW5tuvrVKhuVZrhml > .row .container { background-color: transparent; background-image: none; }#D49Lef08UUNgwxwfW5tuvrVKhuVZrhml::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D49Lef08UUNgwxwfW5tuvrVKhuVZrhml > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D49Lef08UUNgwxwfW5tuvrVKhuVZrhml > .row .container > .video-iframe-container { display: none; }#D49Lef08UUNgwxwfW5tuvrVKhuVZrhml > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D49Lef08UUNgwxwfW5tuvrVKhuVZrhml > .row > .video-iframe-container { display: none; }#D49Lef08UUNgwxwfW5tuvrVKhuVZrhml > .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); }#D49Lef08UUNgwxwfW5tuvrVKhuVZrhml > .row .container { border-width: 0; border-radius: 0; }#D49Lef08UUNgwxwfW5tuvrVKhuVZrhml > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D49Lef08UUNgwxwfW5tuvrVKhuVZrhml > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#m7Fv6mzi028cr4oUO8HgIe8BlQbsL9Ur { box-sizing:content-box;height:4.375rem;width:46.6875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.9375rem;left:27.375rem;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.15) ;display:block; }
#EFmMPp3E6bBXTdMsu15hX5KMKKEzTuzS { z-index:15003;top:1.6875rem;left:58.84375rem;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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zG42JI4ChNEgzHNRuIb9qg3x7PgAfE6b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m1GVAsrUCPKJPvkKZsIOu4JnesNwSqTd { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.875rem;left:49.53125rem;display:block; }
#xpNbK4P2UmFsmze96rCeNg3N2SZIkhd9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JoAW9UvREzsx09FJ9mK5FEv5QPiphrw1 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.875rem;left:40.90625rem;display:block; }
#ga32NWWxtZEmSDcqUPaisRZIywEZ3QbG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kF4kCtrnu91JMdLNrddKw3TFEiX8CPl4 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.875rem;left:30.4375rem;display:block; }
#tK9i8QSr8MPoqVqd8vylsmU6tfIIk1yJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tNn8J7lPR5ZtKkPhvPRSGnSSwiutJ1lT { color:rgba(var(--color-tertiary-4),1);display:block;width:21.75rem;position:absolute;font-family:"marck script";font-size:1.8125rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:2.037109375rem;left:9.75rem;height:2.175rem;font-style:normal;display:block; }
#NOTswnpvJ8WNehv9cAMHfwHkN1CX4qeH { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:10.375rem;top:1.03125rem;left:0rem;overflow:hidden;display:block; }
#nKxuMIJNTPKxhO2QmNisTkoTVQ0OWENy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nKxuMIJNTPKxhO2QmNisTkoTVQ0OWENy > .row .container { background-color: transparent; background-image: none; }#nKxuMIJNTPKxhO2QmNisTkoTVQ0OWENy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nKxuMIJNTPKxhO2QmNisTkoTVQ0OWENy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nKxuMIJNTPKxhO2QmNisTkoTVQ0OWENy > .row .container > .video-iframe-container { display: none; }#nKxuMIJNTPKxhO2QmNisTkoTVQ0OWENy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nKxuMIJNTPKxhO2QmNisTkoTVQ0OWENy > .row > .video-iframe-container { display: none; }#nKxuMIJNTPKxhO2QmNisTkoTVQ0OWENy > .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); }#nKxuMIJNTPKxhO2QmNisTkoTVQ0OWENy > .row .container { border-width: 0; border-radius: 0; }#nKxuMIJNTPKxhO2QmNisTkoTVQ0OWENy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nKxuMIJNTPKxhO2QmNisTkoTVQ0OWENy > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#DEilErodwu0eUbd0Tlcs0DZLWEtczIuS { color:rgba(var(--color-tertiary-4),1);display:block;width:51.8125rem;position:absolute;font-family:"yeseva one";font-size:1.75rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:1.994140625rem;left:2.28125rem;height:4.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O3T8OE0TvJfMzlT3mIwd30CRGH2nE8pF .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; }
#O3T8OE0TvJfMzlT3mIwd30CRGH2nE8pF .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#O3T8OE0TvJfMzlT3mIwd30CRGH2nE8pF .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#O3T8OE0TvJfMzlT3mIwd30CRGH2nE8pF { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.9375rem;left:54.53125rem;z-index:15020; }
#O3T8OE0TvJfMzlT3mIwd30CRGH2nE8pF #WmOdEatJyPoOp8kwDsS5n16z5x1SAgRt { display:flex;position:relative;top:0rem;left:0rem; }
#O3T8OE0TvJfMzlT3mIwd30CRGH2nE8pF #y5So9IpR24m7vhglQnfWnT4ru1Xx8kC0 { width:auto; }
#O3T8OE0TvJfMzlT3mIwd30CRGH2nE8pF #dZz6DEDARVnrqRz58vLLUVCsfEKRVdHT {  }
#O3T8OE0TvJfMzlT3mIwd30CRGH2nE8pF #zQ5napOvdAAX6mNAw4dthhruUWCiNQWy { display:flex;position:relative;top:0rem;left:0rem; }
#O3T8OE0TvJfMzlT3mIwd30CRGH2nE8pF #rLI5uzuu8Tv3xNNQ3MUMXBkbOzuCc0or {  }
#O3T8OE0TvJfMzlT3mIwd30CRGH2nE8pF #Ot6FS9dnFI5BbXXwXwzhyOXzuZ7o3bTe {  }
#O3T8OE0TvJfMzlT3mIwd30CRGH2nE8pF #viDyfeUiTseFLkHl8KXTPwTEE9SHUpkd { display:flex;position:relative;top:0rem;left:0rem; }
#O3T8OE0TvJfMzlT3mIwd30CRGH2nE8pF #Ck1cGO2Sw7fNnTFk7dwTF6lFxP6A6wLb {  }
#O3T8OE0TvJfMzlT3mIwd30CRGH2nE8pF #F99GgKN3NHrsW5C94PvSgDuGXxNrXBkd {  }
#O3T8OE0TvJfMzlT3mIwd30CRGH2nE8pF #KINWZmeFKAf4srShBN7sZm367fGiHR6a { display:flex;position:relative;top:0rem;left:0rem; }
#O3T8OE0TvJfMzlT3mIwd30CRGH2nE8pF #v9isxCpN89EKOIwvaRVd8UvG5mBtfvTC {  }
#O3T8OE0TvJfMzlT3mIwd30CRGH2nE8pF #sWeh39hPOQXlWv9GuJF0n8W9EifWC7s1 {  }
#mV28MmpryqzhV0HGNbKeQgUIeZ8gaE09 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mV28MmpryqzhV0HGNbKeQgUIeZ8gaE09 > .row .container { background-color: transparent; background-image: none; }#mV28MmpryqzhV0HGNbKeQgUIeZ8gaE09::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mV28MmpryqzhV0HGNbKeQgUIeZ8gaE09 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mV28MmpryqzhV0HGNbKeQgUIeZ8gaE09 > .row .container > .video-iframe-container { display: none; }#mV28MmpryqzhV0HGNbKeQgUIeZ8gaE09 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mV28MmpryqzhV0HGNbKeQgUIeZ8gaE09 > .row > .video-iframe-container { display: none; }#mV28MmpryqzhV0HGNbKeQgUIeZ8gaE09 > .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); }#mV28MmpryqzhV0HGNbKeQgUIeZ8gaE09 > .row .container { border-width: 0; border-radius: 0; }#mV28MmpryqzhV0HGNbKeQgUIeZ8gaE09 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mV28MmpryqzhV0HGNbKeQgUIeZ8gaE09 > .row .container { font-size:0.875rem;font-family:arial;height:49.75rem;width:75rem;position:relative;display:block; }#QIe6yyMuntV9x2CrUvt95ikCZiHiqxak { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:20.78125rem;left:2.0625rem;height:9.375rem;display:block; }
#pdDlu6D9O7A52lBb5IoiqTBHTZCsZDlO { z-index:15003;top:37.5rem;left:2.0625rem;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:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.9375rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qoAmiHgOTlaDI08NAovtcgMyvmZXqAJT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zS8Uc9Roi3IUXRHiLPL1A6HEvHJK32Lm { background-color:rgba(var(--color-primary-3),0);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.1875rem solid #ffe28d;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:#238639;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.625rem;height:3.625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:38.5625rem;left:42.5625rem;display:block; }
#AhwCCQI55yvqG51k2GsKKL0URB6OARTA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fn6CeA0NXLX1M7pQTiNIhqIynofgdKgc { position:absolute;display:block;z-index:15037;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:33.1875rem;width:29.6875rem;top:3.1875rem;left:43.875rem;overflow:hidden;display:block; }
#NK7ixtDk1NaZQdcnNXaX8gJm0GAid27z { color:rgba(var(--color-tertiary-4),1);display:block;width:48.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:33.875rem;left:2.75rem;height:1.875rem;display:block; }
#LPV1LTRROaTSPXy8AptKn10EoqSuTaQk { color:rgba(var(--color-primary-2),1);display:block;width:32.9375rem;position:absolute;font-family:"yeseva one";font-size:4.1875rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:13.75rem;left:25.9375rem;height:5.025rem;font-style:normal;display:block; }
#Sol0hxVoz1eDoyPHRuaq3VTLNTsopAIE { color:rgba(var(--color-tertiary-4),1);display:block;width:38.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.4375rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:8.0625rem;left:2.0625rem;height:10.65rem;font-style:normal;display:block; }
#hgLyn55uHkPs7zSHXuNJmUKTiqLiB8OS { color:rgba(var(--color-primary-4),1);display:block;width:60.625rem;position:absolute;font-family:"yeseva one";font-size:1.8125rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:3.625rem;left:3.1875rem;height:2.175rem;font-style:normal;display:block; }
#C4rMGtwmdRfyDwEVwQxtsbeufD9emTTL { box-sizing:content-box;height:2.9375rem;width:29.1875rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.2431640625rem;left:2.0625rem;display:block; }
#iL2rJiub3uF7TW7KI9Hxfcb2ZzZqeG08 { color:rgba(var(--color-tertiary-4),1);display:block;width:48.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:42.125rem;left:2.0625rem;height:1.21875rem;display:block; }
#hhe5u7dAifSJBGOmQSb5izrgH1pBTxrh { 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; }#hhe5u7dAifSJBGOmQSb5izrgH1pBTxrh > .row .container { background-color: transparent; background-image: none; }#hhe5u7dAifSJBGOmQSb5izrgH1pBTxrh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhe5u7dAifSJBGOmQSb5izrgH1pBTxrh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhe5u7dAifSJBGOmQSb5izrgH1pBTxrh > .row .container > .video-iframe-container { display: none; }#hhe5u7dAifSJBGOmQSb5izrgH1pBTxrh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhe5u7dAifSJBGOmQSb5izrgH1pBTxrh > .row > .video-iframe-container { display: none; }#hhe5u7dAifSJBGOmQSb5izrgH1pBTxrh > .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); }#hhe5u7dAifSJBGOmQSb5izrgH1pBTxrh > .row .container { border-width: 0; border-radius: 0; }#hhe5u7dAifSJBGOmQSb5izrgH1pBTxrh > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#hhe5u7dAifSJBGOmQSb5izrgH1pBTxrh > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;overflow:visible;position:relative;display:block; }#mdt2VDC2xL3XUSfLSdVZf1xmVKJ4sHCA { color:rgba(var(--color-tertiary-4),1);display:block;width:69.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:1.125rem;left:2.78125rem;height:1.5rem;font-style:normal;display:block; }
#otRniuTwD1sziZ8HJPs7v9Km6Zt4SCTd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#otRniuTwD1sziZ8HJPs7v9Km6Zt4SCTd > .row .container { background-color: transparent; background-image: none; }#otRniuTwD1sziZ8HJPs7v9Km6Zt4SCTd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otRniuTwD1sziZ8HJPs7v9Km6Zt4SCTd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otRniuTwD1sziZ8HJPs7v9Km6Zt4SCTd > .row .container > .video-iframe-container { display: none; }#otRniuTwD1sziZ8HJPs7v9Km6Zt4SCTd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otRniuTwD1sziZ8HJPs7v9Km6Zt4SCTd > .row > .video-iframe-container { display: none; }#otRniuTwD1sziZ8HJPs7v9Km6Zt4SCTd > .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); }#otRniuTwD1sziZ8HJPs7v9Km6Zt4SCTd > .row .container { border-width: 0; border-radius: 0; }#otRniuTwD1sziZ8HJPs7v9Km6Zt4SCTd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#otRniuTwD1sziZ8HJPs7v9Km6Zt4SCTd > .row .container { font-size:0.875rem;font-family:arial;height:57.25rem;width:75rem;position:relative;display:block; }#AJAHHG2etnB4n1gRt7xK1tX02MheKH2e { color:rgba(var(--color-tertiary-4),1);display:block;width:66.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:2.07421875rem;left:5.75rem;height:4.55rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T7zXiCvALFkR2WO2dmdG8LJeEqhS3vqW { color:rgba(var(--color-tertiary-4),1);display:block;width:69.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:8.3115234375rem;left:2.78125rem;height:5.625rem;text-align:center;text-align-last:center;display:block; }
#XgXfvQKRUsKTITn8rwip4xFDiIJN8lNs { color:rgba(var(--color-tertiary-4),1);display:block;width:62.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:41.0625rem;left:10.71875rem;height:11.25rem;text-align:left;text-align-last:left;display:block; }
#RUvIm82QTTxQSfwtq0ttTDHLJhrMeTlq { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.625rem;width:18.875rem;top:15.6865234375rem;left:4.46875rem;overflow:hidden;display:block; }
#vTDn7AzhPFuZdPrHJsv9vCZQro6oSMGL { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.625rem;width:18.5rem;top:15.6865234375rem;left:28.25rem;overflow:hidden;display:block; }
#wZf5QBTcJ9Co4ltDLEJ9Pq1TJI2gKXAN { position:absolute;display:block;z-index:15014;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:20.125rem;width:18.5rem;top:15.9365234375rem;left:52.15625rem;overflow:hidden;display:block; }
#inHQnvI88ifIEtEOFiMn3FKTXzqLlXTo { box-sizing:content-box;height:13.125rem;width:70.3125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:40.0625rem;left:2.78125rem;border-top-right-radius:1.8125rem;border-bottom-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-top-left-radius:1.8125rem;display:block; }
#lyIsWTTCylErgkKyTRMKpD4UTHZx45zL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.125rem;width:7.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:43.125rem;left:3.65625rem; }
#FNwMl4XGOTCZ2hg28OgtUaSRCpvPPmyo { position:relative;display:block; }#FNwMl4XGOTCZ2hg28OgtUaSRCpvPPmyo { background-color: transparent; background-image: none; }#FNwMl4XGOTCZ2hg28OgtUaSRCpvPPmyo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNwMl4XGOTCZ2hg28OgtUaSRCpvPPmyo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNwMl4XGOTCZ2hg28OgtUaSRCpvPPmyo > .row .container > .video-iframe-container { display: none; }#FNwMl4XGOTCZ2hg28OgtUaSRCpvPPmyo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNwMl4XGOTCZ2hg28OgtUaSRCpvPPmyo > .row > .video-iframe-container { display: none; }#FNwMl4XGOTCZ2hg28OgtUaSRCpvPPmyo > .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); }#FNwMl4XGOTCZ2hg28OgtUaSRCpvPPmyo { border-width: 0; border-radius: 0; }#FNwMl4XGOTCZ2hg28OgtUaSRCpvPPmyo > .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; }#FNwMl4XGOTCZ2hg28OgtUaSRCpvPPmyo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:53.5625rem;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; }#b3Eh9laXolEz6MwVTW8tc9kxMNzSHtdO { box-sizing:content-box;height:19.25rem;width:19.25rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;top:31.624217987061rem;left:2.375rem;border-top-right-radius:0rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#StDEkUXqSQiQU3fkFTczOxw35hmafACX { color:rgba(var(--color-primary-2),1);display:block;width:31.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:1.5615234375rem;left:39.21875rem;height:3rem;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; }
#i7faWoPysuBKNBdS2rRqKPxPQGXCt7wC { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:16.1748046875rem;left:39.3125rem;height:20.125rem;font-style:normal;display:block; }
#qrTOIMuxiwZnaf7l7LFTX5oi34DWamXO { box-sizing:content-box;height:19.25rem;width:19.25rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-2),1);background-image:none;top:31.623435974121rem;left:16.124218940735rem;border-top-right-radius:0rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#RHhM0oCoeBETTsC1CDDfOLqezmDzyQJ2 { 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:35.9375rem;width:32.25rem;top:0.81171751022338rem;left:2.625rem;overflow:hidden;display:block; }
#Vbf8p9wRIKO3JBKRm6mHMpISzWHCfDvK { color:rgba(var(--color-tertiary-4),1);display:block;width:31.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:5.6865234375rem;left:39.21875rem;height:9rem;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; }
#oTn3bUf2uGtVFoPGIzCOEbHWNBrLtC8r { color:rgba(var(--color-tertiary-4),1);display:block;width:30.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:42.3623046875rem;left:40.90625rem;height:6.0375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LT79s2FDbKJmrypsy9fKT34IP6lM3NVw { box-sizing:content-box;height:8.125rem;width:33.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:41.3173828125rem;left:39.375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#kWnPLC0EUmC9P1wZI6C52Zsz5R5mHKwI { position:relative;display:block; }#kWnPLC0EUmC9P1wZI6C52Zsz5R5mHKwI { background-color: transparent; background-image: none; }#kWnPLC0EUmC9P1wZI6C52Zsz5R5mHKwI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWnPLC0EUmC9P1wZI6C52Zsz5R5mHKwI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWnPLC0EUmC9P1wZI6C52Zsz5R5mHKwI > .row .container > .video-iframe-container { display: none; }#kWnPLC0EUmC9P1wZI6C52Zsz5R5mHKwI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWnPLC0EUmC9P1wZI6C52Zsz5R5mHKwI > .row > .video-iframe-container { display: none; }#kWnPLC0EUmC9P1wZI6C52Zsz5R5mHKwI > .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); }#kWnPLC0EUmC9P1wZI6C52Zsz5R5mHKwI { border-width: 0; border-radius: 0; }#kWnPLC0EUmC9P1wZI6C52Zsz5R5mHKwI > .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; }#kWnPLC0EUmC9P1wZI6C52Zsz5R5mHKwI > .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:65.375rem;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; }#uga0gp1SgEv3bnv6p3NL0o05w4oPCwEw { color:rgba(var(--color-tertiary-2),1);display:block;width:67.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:2.171875rem;left:3.5625rem;height:5.90625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#spE1G205pyUUq5eD2o8KJFtIf0L2TJbI { position:absolute;display:block;z-index:15019;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:21.6875rem;width:17.3125rem;top:12.0625rem;left:3.5625rem;overflow:hidden;display:block; }
#qVQT1mC9zwdKaxkmyflWVUhW60SgfpEK { position:absolute;display:block;z-index:15018;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:9.9375rem;width:42.125rem;top:10.625rem;left:28.4375rem;overflow:hidden;display:block; }
#kPK4i2P7Ic8O10KVwwkIcG86g8gyWJCz { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:39.4375rem;top:20.5625rem;left:22.9375rem;overflow:hidden;display:block; }
#ogyOxSG2cLcT54Q7OxIRb5OGQBpC7lgw { position:absolute;display:block;z-index:15019;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:9.4375rem;width:40.125rem;top:29.875rem;left:24.6875rem;overflow:hidden;display:block; }
#nrFVUk5nNae4trSHzJdx3psiSX6RSK8M { position:absolute;display:block;z-index:15018;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:13.75rem;width:49.875rem;top:39.3125rem;left:5.75rem;overflow:hidden;display:block; }
#V6n8LgGoePuuZxaBLhVNxG2VIwAzaOfA { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:54.375rem;top:54.3125rem;left:13.375rem;overflow:hidden;display:block; }
#gqBmeQHsRfuK6hyFVTpv67getu55naHW { color:rgba(var(--color-tertiary-4),1);display:block;width:47.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:8.078125rem;left:11.4375rem;height:2.0125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#THHmL8sKbEooUS0DsJTTSPvEvxLlqf3O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }#THHmL8sKbEooUS0DsJTTSPvEvxLlqf3O > .row .container { background-color: transparent; background-image: none; }#THHmL8sKbEooUS0DsJTTSPvEvxLlqf3O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THHmL8sKbEooUS0DsJTTSPvEvxLlqf3O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THHmL8sKbEooUS0DsJTTSPvEvxLlqf3O > .row .container > .video-iframe-container { display: none; }#THHmL8sKbEooUS0DsJTTSPvEvxLlqf3O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THHmL8sKbEooUS0DsJTTSPvEvxLlqf3O > .row > .video-iframe-container { display: none; }#THHmL8sKbEooUS0DsJTTSPvEvxLlqf3O > .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); }#THHmL8sKbEooUS0DsJTTSPvEvxLlqf3O > .row .container { border-width: 0; border-radius: 0; }#THHmL8sKbEooUS0DsJTTSPvEvxLlqf3O > .row > .video-iframe-container { border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem; }#THHmL8sKbEooUS0DsJTTSPvEvxLlqf3O > .row .container { font-size:0.875rem;font-family:arial;height:91.25rem;width:75rem;position:relative;display:block; }#z3cMaVNsD15hHowoX15gOE6T3z9WF3Iv { color:rgba(var(--color-tertiary-4),1);display:block;width:66.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.9375rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:1.0234375rem;left:5.125rem;height:5.925rem;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; }
#baxkRfnAgtQX4AlRMWtH3RbRIZkhCi5h { color:rgba(var(--color-tertiary-4),1);display:block;width:49.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:7.7373046875rem;left:12.75rem;height:4.025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WG4fIfxHrO5UWL9oaNIAvRDPTxIV5QZA { box-sizing:content-box;height:27.5rem;width:22.625rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14.1875rem;left:0.6875rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-top:0.125rem solid #238639;border-left:0.125rem solid #238639;border-right:0.125rem solid #238639;border-bottom:0.125rem solid #238639;display:block; }
#mweqq3dZxsUukeK5tIcsWDhzRRvEWWa3 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:23.5625rem;left:3.3125rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#awXF34BvS5u7oK8nJadykS9dFcUku4ZP { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:26.36328125rem;left:3.78125rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aNcMidsoOkGP2kTtafHZbetpBdQcfe64 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:29.625rem;left:2.90625rem;height:8.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qIETCWAnINuLSH0eXcrTCl3XDg06yS9z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.125rem;width:7.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:15.8125rem;left:32.875rem; }
#s4FFenP4NXhQJPfyCsz56wNaGqpSkBo5 { box-sizing:content-box;height:27.5rem;width:22.625rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14.3125rem;left:25rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-top:0.125rem solid #238639;border-left:0.125rem solid #238639;border-right:0.125rem solid #238639;border-bottom:0.125rem solid #238639;display:block; }
#DlVsgHNNqBdSkQiy3HS8ZkHv2G4Z3FXf { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:23.6875rem;left:27.625rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fx5lscyMCDltOBAatebzIbD9D1Ci6Zny { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:26.5rem;left:28.125rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KSFiUsXn2QCR6dvqV4tAbE9HVfVmzTSk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.125rem;width:7.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:15.8125rem;left:8.5625rem; }
#TM6XTU1RDeop4PfgX7mv6GdD3L35F8JE { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:29.75rem;left:27.25rem;height:7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BsuaIM9CdUaK5VCtVkg7y5EHlqtdLmnf { box-sizing:content-box;height:27.5rem;width:22.625rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14.3125rem;left:49.9375rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-top:0.125rem solid #238639;border-left:0.125rem solid #238639;border-right:0.125rem solid #238639;border-bottom:0.125rem solid #238639;display:block; }
#GXeUaiLQOHMhANvy0lSrIiFcmHI1mbOA { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;top:23.6875rem;left:52.5625rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pdAEAIHaAXmT5BOrwgLyRIb3Mfz0qpm5 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:26.5rem;left:53.0625rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gMG0VH44ArO5wWbzR9PAvt0kvQRMwSgL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.125rem;width:7.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:15.8125rem;left:57.8125rem; }
#Zyo5JRflBRV6qKiqOlIPX0gAoMcJUGqz { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:29.75rem;left:52.1875rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Myhy0roAdNXGiCEglmSVNmCT9hnmPnBL { box-sizing:content-box;height:44.625rem;width:72.5625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:44.0625rem;left:0.6875rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#DleHSuGCcGuJGvmCXudAzkNfNtw9htwO { color:rgba(var(--color-tertiary-4),1);display:block;width:36.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:46.0625rem;left:2.90625rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#utmXHKDcm8W0H8Ln5ORKCeZ79GbEzTnK { color:rgba(var(--color-tertiary-4),1);display:block;width:32.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:49.4375rem;left:2.90625rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#arN4n2rIlLUeqI1NN9BIRvpSBOtb3Gl2 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:57.0625rem;left:12.75rem;height:1.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Jko7x9LKJvV9r0kCdHZuRvOHZFUVoReK { color:rgba(var(--color-tertiary-4),1);display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:58.9375rem;left:12.75rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Gii3TnZyW7vMmlSa2b4p1zTet3s4kMOS { color:rgba(var(--color-tertiary-4),1);display:block;width:22.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:67.59375rem;left:11.5rem;height:1.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VCL8ts4fQeHpznrKiVxRDTIzh1eXnwWT { color:rgba(var(--color-tertiary-4),1);display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:70.3125rem;left:11.5rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GWEXXdH4nN0AM1zClmCE1NqzeuuIZWuW { color:rgba(var(--color-tertiary-4),1);display:block;width:22.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:77.5625rem;left:11.5rem;height:1.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dapxtvl7lz3vepiPElT6WhicMz76ICpu { color:rgba(var(--color-tertiary-4),1);display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:80.71875rem;left:11.5rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WZpii7ewl5O8lAvrJqfNBvQUCy7V0zz1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.125rem;width:7.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:56.09375rem;left:3.3125rem; }
#tRNPebnybgNryIrfTWaPKFEpgalpnSav { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.125rem;width:7.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:66.4375rem;left:3.3125rem; }
#CyvAAMno0aRVZvnf8iZfPSvKSQ1n6mDZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.125rem;width:7.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:76.0625rem;left:3.3125rem; }
#huRlOgTdleglwo4PWZFEcSC98GCkCBn0 { position:absolute;display:block;z-index:15003;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:27.9375rem;width:25.125rem;top:45.6875rem;left:43.3125rem;overflow:hidden;display:block; }
#NUFfSAMhQKma4Fn9245LGftmEOQHmAzb { position:absolute;display:block;z-index:15019;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:11.3125rem;width:21.8125rem;top:75.9375rem;left:38.375rem;overflow:hidden;display:block; }
#TxsM480cbLzBOeLQWoDNTGNaFre9rGZr { position:absolute;display:block;z-index:15020;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:11.3125rem;width:16.625rem;top:74.8125rem;left:49.9375rem;overflow:hidden;display:block; }
#PApwbZKckbCfTKKbMks529Oge0SPt74z { z-index:;position:relative;display:block; }#PApwbZKckbCfTKKbMks529Oge0SPt74z { background-color: transparent; background-image: none; }#PApwbZKckbCfTKKbMks529Oge0SPt74z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PApwbZKckbCfTKKbMks529Oge0SPt74z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PApwbZKckbCfTKKbMks529Oge0SPt74z > .row .container > .video-iframe-container { display: none; }#PApwbZKckbCfTKKbMks529Oge0SPt74z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PApwbZKckbCfTKKbMks529Oge0SPt74z > .row > .video-iframe-container { display: none; }#PApwbZKckbCfTKKbMks529Oge0SPt74z > .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); }#PApwbZKckbCfTKKbMks529Oge0SPt74z { border-width: 0; border-radius: 0; }#PApwbZKckbCfTKKbMks529Oge0SPt74z > .row .container { 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;font-size:0.875rem;font-family:arial;height:79.3125rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#kEvSExeuMGHJ7CW6zRXan9FTdxkXwVXJ { color:rgba(var(--color-tertiary-4),1);display:block;width:66.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.9375rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:1.5859375rem;left:4.15625rem;height:5.925rem;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; }
#UJsOPpnwkUMNOowx2nA85z5zE46CwxqL { color:rgba(var(--color-tertiary-4),1);display:block;width:56.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:8.1982421875rem;left:9.0625rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rm9MsBSTtrJ4HIKJvBs9cenrgaV8WcSJ { box-sizing:content-box;height:12rem;width:72.5625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:11.1875rem;left:1.25rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#XVBcICmvUwrOP3KDXPchywik3s6ACm0m { color:rgba(var(--color-tertiary-4),1);display:block;width:49rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:13.625rem;left:10.25rem;height:1.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#exGSWLmHrbsWZy7vhX2NuSzC0Rd7U45L { color:rgba(var(--color-tertiary-4),1);display:block;width:40.625rem;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:16.375rem;left:10.25rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zyy8hVqGfLQKWWAKE7bqAMvwBqNe7GpO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.125rem;width:7.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:13.625rem;left:2.1875rem; }
#RAvgGkHLha268EuRZ7KMvVZmAIecoZaa { box-sizing:content-box;height:2.1875rem;width:15.9375rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.5rem;left:56.0625rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#mFN2hpZTb8vLfn4DggfooSNVa9sORDZh { color:rgba(var(--color-primary-4),1);display:block;width:13.6875rem;position:absolute;font-family:"yeseva one";font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:13.875rem;left:57.1875rem;height:1.5rem;font-style:normal;display:block; }
#bTXdrSAAww3hb7q54k33lHgKIFSE8P1C { box-sizing:content-box;height:12rem;width:72.5625rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-1),1);background-image:none;top:24.5625rem;left:1.25rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#qRM03hi5W6esJK5EUt58Ey5Ve6bbJhml { color:rgba(var(--color-tertiary-4),1);display:block;width:49rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;top:27rem;left:10.25rem;height:1.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ne4W8WfxzmgbhRuzFZwGwcmXy8GaMQGd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.125rem;width:7.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:27rem;left:2.1875rem; }
#ig8WQXuIbvkhZvsriM2vdO5rTMlAuaxE { color:rgba(var(--color-tertiary-4),1);display:block;width:46rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:29.75rem;left:10.25rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vhDv6LlF1E2Da9rVXMQxI9JViX32vXMT { box-sizing:content-box;height:2.1875rem;width:15.9375rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.875rem;left:56.0625rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#pgkIT8k0n54DZO1mg3AJzhsTc4iKFrLS { color:rgba(var(--color-primary-4),1);display:block;width:13.6875rem;position:absolute;font-family:"yeseva one";font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.2;letter-spacing:0;top:27.25rem;left:57.1875rem;height:1.5rem;font-style:normal;display:block; }
#uPihLT6nA6g5ouag34oM4xn8oM5goXQ7 { box-sizing:content-box;height:12rem;width:72.5625rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:37.875rem;left:1.25rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#kJQkSwka78zD3MVfifQAvrf3Q6m6JoV3 { color:rgba(var(--color-tertiary-4),1);display:block;width:49rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:40.3125rem;left:10.25rem;height:1.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RECkKK4om4q7pwS5fFMmCVdyDyTq8mcL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.125rem;width:7.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:53.6875rem;left:2rem; }
#fOW6NR66X6fGiN7DOkyMVPmsVVfXVHyQ { color:rgba(var(--color-tertiary-4),1);display:block;width:40.625rem;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:43.0625rem;left:10.25rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DO82iG48TvkZnrMqv2ZBbMNLPfg5HvxA { box-sizing:content-box;height:2.1875rem;width:15.9375rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.1875rem;left:56.0625rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#NA1fhoc120vHgA9uVFIOpQfl5dNnWTdZ { color:rgba(var(--color-primary-4),1);display:block;width:13.6875rem;position:absolute;font-family:"yeseva one";font-size:1.25rem;font-weight:400;z-index:15034;line-height:1.2;letter-spacing:0;top:40.5625rem;left:57.1875rem;height:1.5rem;font-style:normal;display:block; }
#OD64o0KpZTR3SCKlfymgpT5l6txrF964 { box-sizing:content-box;height:12rem;width:72.5625rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-1),1);background-image:none;top:51.25rem;left:1.25rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#o5D4PL2Ze2Ry4UKnJgWPHSfTwVTHSqkN { color:rgba(var(--color-tertiary-4),1);display:block;width:40.625rem;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:56.4375rem;left:10.25rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ehGGSuwee3Ll4Ra5gJzedpwF6HnFPllw { box-sizing:content-box;height:2.1875rem;width:15.9375rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:53.5625rem;left:56.0625rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#DmfgnW0SmUIr3twHgGkZUGkMdOhN0PeC { color:rgba(var(--color-tertiary-4),1);display:block;width:49rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15029;line-height:1;letter-spacing:0;top:53.6875rem;left:10.25rem;height:1.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FeFUfyXVpCxm69mXr4mkwgPK2tKCMNNV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.125rem;width:7.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:40.3125rem;left:2rem; }
#GnTdk9TTwSTJzQkzIzJNdNrPGzddFwLc { box-sizing:content-box;height:12rem;width:72.5625rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:64.625rem;left:1.25rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#TezftmiCmRoSDql9TK6MIqvCCO2AQW1o { color:rgba(var(--color-tertiary-4),1);display:block;width:53rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15037;line-height:1.4;letter-spacing:0;top:70.25rem;left:10.25rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Giqm2J6QHgSSHadbeHhHyHHDbx9vk106 { color:rgba(var(--color-tertiary-4),1);display:block;width:49rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15035;line-height:1;letter-spacing:0;top:67.0625rem;left:10.25rem;height:1.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n87avKldFnXgFbQTrX1lZGZu8Xgy5yv9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.125rem;width:7.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:67.0625rem;left:2.1875rem; }
#vlmSXOQVzp5XLdTgNiIHN64AUZFRTDSD { box-sizing:content-box;height:2.1875rem;width:15.9375rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:66.9375rem;left:56.0625rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#HLaP8wicDLEv2rBLv5MPlH7RcSrzHu31 { color:rgba(var(--color-primary-4),1);display:block;width:13.6875rem;position:absolute;font-family:"yeseva one";font-size:1.25rem;font-weight:400;z-index:15046;line-height:1.2;letter-spacing:0;top:67.3125rem;left:57.1875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W4KyaIJmCf9UZkE69ErTcnG1dst5NXVq { color:rgba(var(--color-primary-4),1);display:block;width:13.6875rem;position:absolute;font-family:"yeseva one";font-size:1.25rem;font-weight:400;z-index:15041;line-height:1.2;letter-spacing:0;top:53.6875rem;left:57.21875rem;height:1.5rem;font-style:normal;display:block; }
#Fma6TWyTaTTF8TMteXsKS4u2fmsXwai3 { position:relative;display:block; }#Fma6TWyTaTTF8TMteXsKS4u2fmsXwai3 { background-color: transparent; background-image: none; }#Fma6TWyTaTTF8TMteXsKS4u2fmsXwai3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fma6TWyTaTTF8TMteXsKS4u2fmsXwai3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fma6TWyTaTTF8TMteXsKS4u2fmsXwai3 > .row .container > .video-iframe-container { display: none; }#Fma6TWyTaTTF8TMteXsKS4u2fmsXwai3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fma6TWyTaTTF8TMteXsKS4u2fmsXwai3 > .row > .video-iframe-container { display: none; }#Fma6TWyTaTTF8TMteXsKS4u2fmsXwai3 > .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); }#Fma6TWyTaTTF8TMteXsKS4u2fmsXwai3 { border-width: 0; border-radius: 0; }#Fma6TWyTaTTF8TMteXsKS4u2fmsXwai3 > .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; }#Fma6TWyTaTTF8TMteXsKS4u2fmsXwai3 > .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:67.5625rem;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; }#NrZ4O4toTzN7tTvgKUSBUW4weTfur95M { color:rgba(var(--color-tertiary-4),1);display:block;width:71.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.9375rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:2.3359375rem;left:3.21875rem;height:5.925rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#e6MkiExZMWc62RSEcuMr5xEFcSycWJte { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:11.0625rem;left:1.1875rem;height:1.725rem;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; }
#iwQGwoqv9lThcmaIJow06ksNz4guLgM2 { color:#e5217d;display:block;width:11.125rem;position:absolute;font-family:"marck script";font-size:1.75rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:10.875rem;left:27.875rem;height:2.1rem;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:right;text-align-last:right;display:block; }
#HuvXJIJPTFe3TGtJB6pMhSdZ7FA1r1zP { color:rgba(var(--color-tertiary-4),1);display:block;width:26.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:15.875rem;left:1.25rem;height:1.725rem;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; }
#II5q05XGHETbk35uUO2BitKqkuTMk46O { color:#e5217d;display:block;width:11.125rem;position:absolute;font-family:"marck script";font-size:1.75rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:16rem;left:27.875rem;height:;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:right;text-align-last:right;display:block; }
#aDyaUh4QcuTbSVQiUsZ7bNWvwiuZVTEF { box-sizing:content-box;height:0.3125rem;width:38.625rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.0625rem;left:1.1875rem;display:block; }
#BKAX7FTQr0o3wR20LTvECZCC35qkAyM1 { box-sizing:content-box;height:0.3125rem;width:38.625rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.8125rem;left:1.1875rem;display:block; }
#lxQay2OoZ6qiXHuBUyKb9FxrEn1z7At1 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:normal;z-index:15011;line-height:1.2;letter-spacing:0;top:21.1875rem;left:1.25rem;height:1.725rem;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; }
#be4u1p2Vah0GZzf2TrTrpCa4ucUZ0hIb { box-sizing:content-box;height:0.3125rem;width:38.625rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.1875rem;left:1.25rem;display:block; }
#MGK6O4UyFg2AM9BTlxANNln2EHAkrNQz { color:#e5217d;display:block;width:11.125rem;position:absolute;font-family:"marck script";font-size:1.75rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:21rem;left:27.875rem;height:2.1rem;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:right;text-align-last:right;display:block; }
#wrnv0Q8rONPQVO1XAyDxZTtestJ3UQr7 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:26rem;left:1.25rem;height:1.725rem;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; }
#VOUD4V8TaoTzdJUBM5CmQ4wsQDPolTCB { color:#e5217d;display:block;width:11.125rem;position:absolute;font-family:"marck script";font-size:1.75rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:26.125rem;left:27.875rem;height:2.1rem;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:right;text-align-last:right;display:block; }
#nZheTSXQAGnKXnyLglOWTKygbFP3Imtd { box-sizing:content-box;height:0.3125rem;width:38.625rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.9375rem;left:1.25rem;display:block; }
#QdTadohZCQ9z3rQ4euy0aTGBZ7k7Mv7S { box-sizing:content-box;height:0.3125rem;width:38.625rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.75rem;left:1.25rem;display:block; }
#gMXWIlmwMfSgc0eCtZmUCcyFmU5pnn4T { color:#e5217d;display:block;width:11.125rem;position:absolute;font-family:"marck script";font-size:1.75rem;font-weight:normal;z-index:15021;line-height:1.2;letter-spacing:0;top:35.9375rem;left:27.875rem;height:2.1rem;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:right;text-align-last:right;display:block; }
#gp1UEGil1T0MyzkfA7dxghh6wnaPcnlK { color:rgba(var(--color-tertiary-4),1);display:block;width:26.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:normal;z-index:15020;line-height:1.2;letter-spacing:0;top:35.8125rem;left:1.25rem;height:1.725rem;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; }
#Qh0fK9Vq3SGdIrKJEhB8pOWBtJkoBFip { box-sizing:content-box;height:0.3125rem;width:38.625rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34rem;left:1.25rem;display:block; }
#rxSyArshRllQOSDfV5v1OZofMOiaWE8T { color:#e5217d;display:block;width:11.125rem;position:absolute;font-family:"marck script";font-size:1.75rem;font-weight:normal;z-index:15018;line-height:1.2;letter-spacing:0;top:30.8125rem;left:27.875rem;height:2.1rem;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:right;text-align-last:right;display:block; }
#Q1ArceS5hVV6d6mGtgOzpIRo9btBWzss { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:31rem;left:1.25rem;height:1.725rem;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; }
#w9VLkzcqbk7zxX26qIWAoUWdyeVrWTeD { color:rgba(var(--color-tertiary-4),1);display:block;width:26.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15021;line-height:1.2;letter-spacing:0;top:41.75rem;left:1.1875rem;height:2.1rem;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; }
#acTJeZbJCDyzo2AliDJp095iHhBhcwey { color:#e5217d;display:block;width:11.125rem;position:absolute;font-family:"marck script";font-size:1.75rem;font-weight:normal;z-index:15022;line-height:1.2;letter-spacing:0;top:41.75rem;left:27.875rem;height:2.1rem;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:right;text-align-last:right;display:block; }
#yNobNxkTf5EuKLUB9h74Kgmk9PFWtUTh { box-sizing:content-box;height:17.5rem;width:32.1875rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-top:0.25rem dashed rgba(var(--color-primary-2),1);border-left:0.25rem dashed rgba(var(--color-primary-2),1);border-right:0.25rem dashed rgba(var(--color-primary-2),1);border-bottom:0.25rem dashed rgba(var(--color-primary-2),1);top:46.5625rem;left:1.875rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#PLdEkLuvCGJgXqf5wVJdrEVwtFwr0g6F { color:rgba(var(--color-tertiary-4),1);display:block;width:26.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:normal;z-index:15032;line-height:1.2;letter-spacing:0;top:48.375rem;left:3.6875rem;height:1.725rem;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; }
#IC9ACfEEuqCHyAghdwvmzMdon8VaX6aF { color:rgba(var(--color-tertiary-4),1);display:block;width:30.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15038;line-height:1.4;letter-spacing:0;top:52.3125rem;left:3.21875rem;height:10.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TTnNltwQykbaUXq7TJeHq2CSlWaypTMm { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),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:40.25rem;width:26.6875rem;top:12.6875rem;left:46rem;display:block; }
#UwTbnuiW0PT2m2HireOyELycTscBNqkF { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:15.0625rem;left:49.3125rem;height:1.8rem;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; }
#inP4pE1BMIuHSvXcnqLIQ1B6B6FsdU3l { color:rgba(var(--color-primary-2),1);display:block;width:5.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.875rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:18.099609375rem;left:55.8125rem;height:5.85rem;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; }
#FbOJOSpoS8tMbdQ2SBUO3doKZ4GBVlQ8 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:23.59375rem;left:49.53125rem;height:1.5rem;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; }
#ssT9naVVuuCxTstF2apcJqG4M4JoszV7 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15089;line-height:2;letter-spacing:0;top:31.0185546875rem;left:47.46875rem;height:10.875rem;font-style:normal;display:block; }#ssT9naVVuuCxTstF2apcJqG4M4JoszV7 li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#ssT9naVVuuCxTstF2apcJqG4M4JoszV7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b653a8ffe12adca0f2d2c876474cbf83.svg); }
#iiTT45D5lQn4hk1U0AHTzGBffbwaGaI2 { z-index:15003;top:43.849609375rem;left:48.59375rem;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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.75rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fpwG5JfpKlFTcyMN5OUNrEZVvf1nM3OH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N2xPMTTdISRETiVwwsyevpqLTeGM8O2p { color:rgba(var(--color-primary-4),1);display:block;width:18.1875rem;position:absolute;font-family:"yeseva one";font-size:1.25rem;font-weight:400;z-index:15040;line-height:1.2;letter-spacing:0;top:26.1123046875rem;left:50.375rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RPbxp5rAfuwE77lLxbn6WpXiQNGftsg7 { box-sizing:content-box;height:2.1875rem;width:17.75rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.7685546875rem;left:50.6875rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#wRDrOv4eNdGry3P7nRecaUutkSeVmrD7 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:31.474609375rem;left:51.5625rem;height:1.5rem;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:right;text-align-last:right;display:block; }
#kNQDw0nDFqP1sf7wNlGdmd0DBTqoaegO { color:rgba(var(--color-tertiary-3),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:36.2373046875rem;left:51.625rem;height:1.5rem;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:right;text-align-last:right;display:block; }
#cOwMooKWLhr7CLkCL1rSzqRlaTzQ25Al { color:rgba(var(--color-tertiary-3),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:40.3125rem;left:51.5625rem;height:1.5rem;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:right;text-align-last:right;display:block; }
#QnFqhREiU2Gnc69xW4hsq9Wom6w7lFLe { color:rgba(var(--color-tertiary-3),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:48.375rem;left:49.53125rem;height:3rem;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; }
#OXpTD0nZTSKqcw9SqUIwevKOyEIreQbI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OXpTD0nZTSKqcw9SqUIwevKOyEIreQbI > .row .container { background-color: transparent; background-image: none; }#OXpTD0nZTSKqcw9SqUIwevKOyEIreQbI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXpTD0nZTSKqcw9SqUIwevKOyEIreQbI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXpTD0nZTSKqcw9SqUIwevKOyEIreQbI > .row .container > .video-iframe-container { display: none; }#OXpTD0nZTSKqcw9SqUIwevKOyEIreQbI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXpTD0nZTSKqcw9SqUIwevKOyEIreQbI > .row > .video-iframe-container { display: none; }#OXpTD0nZTSKqcw9SqUIwevKOyEIreQbI > .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); }#OXpTD0nZTSKqcw9SqUIwevKOyEIreQbI > .row .container { border-width: 0; border-radius: 0; }#OXpTD0nZTSKqcw9SqUIwevKOyEIreQbI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OXpTD0nZTSKqcw9SqUIwevKOyEIreQbI > .row .container { font-size:0.875rem;font-family:arial;height:45.125rem;width:75rem;position:relative;display:block; }#zf9oJryf2zvhmDsegWogxmvft1V8UwN5 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#zf9oJryf2zvhmDsegWogxmvft1V8UwN5 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#zf9oJryf2zvhmDsegWogxmvft1V8UwN5 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.25rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-secondary-3),1);font-style:normal;line-height:1.6;overflow:hidden;height:auto; }
#zf9oJryf2zvhmDsegWogxmvft1V8UwN5 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);font-weight:300;font-style:normal;line-height:1.6;overflow:hidden;height:auto; }
#zf9oJryf2zvhmDsegWogxmvft1V8UwN5 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_1d2833b77ef1fa89dfd14ea730b07c73.svg");background-size:contain !important; }#zf9oJryf2zvhmDsegWogxmvft1V8UwN5 .accordion-trigger.adaptive-delivery-prevent-bg, #zf9oJryf2zvhmDsegWogxmvft1V8UwN5 .accordion-trigger.lazyload, #zf9oJryf2zvhmDsegWogxmvft1V8UwN5 .accordion-trigger.lazyloading { background-image: none; }
#zf9oJryf2zvhmDsegWogxmvft1V8UwN5 { box-sizing:content-box;height:auto;width:25.5625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15024;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:14.412498474121rem;left:5.3125rem; }
#zf9oJryf2zvhmDsegWogxmvft1V8UwN5 #t9Ox2hZTECv0JL6pvJfMVuObtREu6Nlg { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#zf9oJryf2zvhmDsegWogxmvft1V8UwN5 #zXCQgGtxBtwi3MJa194sRmlEvAqE513B { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#zf9oJryf2zvhmDsegWogxmvft1V8UwN5 #uhqiLxT50KNLzKLIhPk86SSxoFouECry { display:block;position:relative; }
#zf9oJryf2zvhmDsegWogxmvft1V8UwN5 #ir99okzODqLqmvRTOJyeD8ePQ0HSgG8z {  }
#zf9oJryf2zvhmDsegWogxmvft1V8UwN5 #ihtJJnJupGIieTsr5GgFAbtNLIg3Q5l1 {  }
#zf9oJryf2zvhmDsegWogxmvft1V8UwN5 #nrcMpPDT0K197F630Zw8Bsux7T0reJiL { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#zf9oJryf2zvhmDsegWogxmvft1V8UwN5 #doitE228QRBC70qzKfq2cFyk2QDOShwZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#zf9oJryf2zvhmDsegWogxmvft1V8UwN5 #b1yUIt3A08Gqg4gRPqJZgB7EqcKesyca { display:block;position:relative; }
#zf9oJryf2zvhmDsegWogxmvft1V8UwN5 #oBDCeJTmTk8dRan6CHA7eDbKiuZ7b66O {  }
#zf9oJryf2zvhmDsegWogxmvft1V8UwN5 #qLga0Wtbt2vmCOPecwPBzSvPVudJb3XK { display:none; }
#zf9oJryf2zvhmDsegWogxmvft1V8UwN5 #xNqox0pr45PMit8u6xi4cmKcsi9AEVyN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#zf9oJryf2zvhmDsegWogxmvft1V8UwN5 #vZBMst5qhOOeBUDxUmPN73hx6a2M90oT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#zf9oJryf2zvhmDsegWogxmvft1V8UwN5 #uPx9ufzLvRA4oSwbnEc3fEuwIZrEwl2O { display:block;position:relative; }
#zf9oJryf2zvhmDsegWogxmvft1V8UwN5 #xuFbQUcXQAuAnhXTop1z8FgtFvterLe2 {  }
#zf9oJryf2zvhmDsegWogxmvft1V8UwN5 #vDtSUKbTi9zAQP4GXaWyTQxn4LTEaOOt { display:none; }
#zliUI6Npdse9Clhq9ukfKEKPFv0hz6Zi { box-sizing:content-box;height:17.4375rem;width:0.0625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;top:16.78750038147rem;left:37.46875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#upK5xvipyPIaPZAeHz0Z6wET4qPaPzNO { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;top:33.03750038147rem;left:36.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.25rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-secondary-3),1);font-style:normal;line-height:1.6;overflow:hidden;height:auto; }
#eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);font-weight:300;font-style:normal;line-height:1.6;overflow:hidden;height:auto; }
#eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_1d2833b77ef1fa89dfd14ea730b07c73.svg");background-size:contain !important; }#eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ .accordion-trigger.adaptive-delivery-prevent-bg, #eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ .accordion-trigger.lazyload, #eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ .accordion-trigger.lazyloading { background-image: none; }
#eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ { box-sizing:content-box;height:auto;width:25.5625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15025;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:14.41250038147rem;left:41.6875rem; }
#eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ #eqB7rQWSlJxEPbRS863gpPd8XdmtC9lG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ #Bc7IX9LEH2y00220UktTm2UuWpnPTZsZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ #qdbwGRHr1hyDrpLnmOLMEeAqPqKQzAuW { display:block;position:relative; }
#eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ #KTcB5EUyPHdvLVnJGTf2KmCUMoMrEvTH {  }
#eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ #VwWr4TBKnvFttkRVUJSPS4NSUOpQNU2B {  }
#eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ #NK8xAuydMub6gIlgPyc3gfAGNSswS2VI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ #sq9MNsVVEVq9U1GT1LLww9uM5s9odl6t { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ #MArc7JOEDIVzJyyStJ6zo1XVLgBm9hlE { display:block;position:relative; }
#eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ #J1SODDuWmbnlsppmIGeDx7roMQNvhCzM {  }
#eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ #h7rOiMP5MVDthgXrTIKkzUlVl5Tgd7HK { display:none; }
#eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ #aVNJrsfndqtAqv1BHFun3yIDcwIyNIUQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ #ppU5Fc63X1kJw4QQd8dIJPOV360oSqpT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ #CcHBTCb1yPCDa3RhlzU15og6e2SVlw5i { display:block;position:relative; }
#eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ #fOvBmTfTsTJvTKKXJEQT08tzOM178obZ {  }
#eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ #ZeSCxxI3GtmnaJk47R9q02ue9F8hGAvb { display:none; }
#eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ #BWcH68A0Oy63qOgnNd14XeugTk76UyDh { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ #UW2wWIQ7lCKTXcSMTJkN7yMdtslnpf7B { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ #E6azhTMJbvWA3rxdD2IIl8NslIyklSnA { display:block;position:relative; }
#eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ #qZVvqE2fTQmLfA1GzmnJBgvTG1ZrFMkH {  }
#eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ #cdbIWMJ8py6DoV4iXH79dZ2atKwMipWJ { display:none; }
#QF1Pk9GinNZnQZ3wGpS6UXVwgBweAwHw { color:#040404;display:block;width:55.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:2.0615234375rem;left:9.5625rem;height:9.6rem;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; }
#gtUvl9oCJnBSIkHPHKR3GQM90w9WIr8b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gtUvl9oCJnBSIkHPHKR3GQM90w9WIr8b > .row .container { background-color: transparent; background-image: none; }#gtUvl9oCJnBSIkHPHKR3GQM90w9WIr8b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtUvl9oCJnBSIkHPHKR3GQM90w9WIr8b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtUvl9oCJnBSIkHPHKR3GQM90w9WIr8b > .row .container > .video-iframe-container { display: none; }#gtUvl9oCJnBSIkHPHKR3GQM90w9WIr8b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtUvl9oCJnBSIkHPHKR3GQM90w9WIr8b > .row > .video-iframe-container { display: none; }#gtUvl9oCJnBSIkHPHKR3GQM90w9WIr8b > .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); }#gtUvl9oCJnBSIkHPHKR3GQM90w9WIr8b > .row .container { border-width: 0; border-radius: 0; }#gtUvl9oCJnBSIkHPHKR3GQM90w9WIr8b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gtUvl9oCJnBSIkHPHKR3GQM90w9WIr8b > .row .container { font-size:0.875rem;font-family:arial;height:41.1875rem;width:75rem;position:relative;display:block; }#QvmQpTt0vNnkzZa9MQ083CDdOwoVCHAl { color:#020202;display:block;width:59.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:27.5rem;left:9.5rem;height:4.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J43o3rlfDXUPGzHa74KdydnePxbnHbxR { background-color:#f20089;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.875rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:34.25rem;left:22.25rem;display:block; }
#znzTTrM1zpWTCXBTAovpNkZPQ2XAJNit { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AZfJJCedyc79QAAh2f4J2fmJgMtMVeoq { color:rgba(var(--color-tertiary-4),1);display:block;width:63.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.9375rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:7.0498046875rem;left:8.9375rem;height:11.85rem;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; }
#U2E66HX9nfVrqVqRm9qs6A8NqradiVMH { color:rgba(var(--color-tertiary-4),1);display:block;width:51.875rem;position:absolute;font-family:"marck script";font-size:4.9375rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:19.51171875rem;left:13.25rem;height:5.925rem;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; }
#NoTsoeL55wg0eN9uzXywCAGafhwWI51F { color:rgba(var(--color-primary-2),1);display:block;width:72.1875rem;position:absolute;font-family:"marck script";font-size:4.9375rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:1.125rem;left:2.8125rem;height:5.925rem;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; }
#SSlz9EHCO0ZQl0bzpODMe91LzmzyPitO { color:#020202;display:block;width:59.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:38.25rem;left:9.5rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pVR8PZpXWiVJ3OiF4ryhdNFAwzvVLTLz { position:relative;display:block; }#pVR8PZpXWiVJ3OiF4ryhdNFAwzvVLTLz { background-color: transparent; background-image: none; }#pVR8PZpXWiVJ3OiF4ryhdNFAwzvVLTLz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVR8PZpXWiVJ3OiF4ryhdNFAwzvVLTLz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVR8PZpXWiVJ3OiF4ryhdNFAwzvVLTLz > .row .container > .video-iframe-container { display: none; }#pVR8PZpXWiVJ3OiF4ryhdNFAwzvVLTLz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVR8PZpXWiVJ3OiF4ryhdNFAwzvVLTLz > .row > .video-iframe-container { display: none; }#pVR8PZpXWiVJ3OiF4ryhdNFAwzvVLTLz > .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); }#pVR8PZpXWiVJ3OiF4ryhdNFAwzvVLTLz { border-width: 0; border-radius: 0; }#pVR8PZpXWiVJ3OiF4ryhdNFAwzvVLTLz > .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; }#pVR8PZpXWiVJ3OiF4ryhdNFAwzvVLTLz > .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:15.5625rem;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; }#TI6Jylxp33hgriDLFIC3VUzAKZFMEcTU { color:rgba(var(--color-primary-2),1);display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:700;z-index:15025;line-height:1.6;letter-spacing:0;top:3.51953125rem;left:18.5rem;height:2.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PEnPi0s1MlL74QOer3FJGTD6TVi8PsRi { 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:#050505;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.1875rem;text-decoration:none;z-index:15028;text-align:left;text-align-last:left;top:3.4375rem;left:49.3125rem;display:block; }
#I9Mz6REoFVvWwZsoUB2BoQ1dbamMoeeA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f7XSTfmiIopPrrVczikXzOsX3eFBbGgd { 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:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.1875rem;text-decoration:none;z-index:15029;text-align:left;text-align-last:left;top:5.625rem;left:49.3125rem;display:block; }
#Ww2IkTKoORrl3lqn9asnIe46IG12RtwH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E8wr51Zmkhf5fi96zMbaqNN6W7z8IwpM { 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:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:2.1875rem;text-decoration:none;z-index:15030;text-align:left;text-align-last:left;top:7.8125rem;left:49.3125rem;display:block; }
#PLBXXadssEuwTUMae1CPNDeEQxrTVIon { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WwaSsWbNH3yVMtkw4FppqfmyGv5FOJTm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:10rem;left:17.5rem; }
#WwaSsWbNH3yVMtkw4FppqfmyGv5FOJTm > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; }#eTqSKSUkVfutVNsyBCD6ubCnHKXGteqm { box-sizing:content-box;height:10rem;width:0.0625rem;position:absolute;display:block;z-index:15001;background-color:#063949;background-image:none;top:2.78125rem;left:47.8125rem;display:block; }
#rQkBMaRGFP0A0smE1t79FSfEVkIbnnfr { box-sizing:content-box;height:0.0625rem;width:10rem;position:absolute;display:block;z-index:15002;background-color:#063949;background-image:none;top:4.9375rem;left:7.5rem;display:block; }
#tpasoPsms9hUT5yrR8HqvuGx97RovPiT { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:6.53125rem;left:16.625rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q4hWFtgNzzWArJxf9KTL3mRQAnTa7XXp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:10rem;left:21.4375rem; }
#Q4hWFtgNzzWArJxf9KTL3mRQAnTa7XXp > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; }#RwUzTVkt00b3UZZEpkRNczPV5dsniGKq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:10rem;left:25rem; }
#RwUzTVkt00b3UZZEpkRNczPV5dsniGKq > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; }#nFzGXvGTMkk0bfOWRSivX7TWwHvBakbI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:10rem;left:28.8125rem; }
#nFzGXvGTMkk0bfOWRSivX7TWwHvBakbI > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; }#v7NtxFZPW5Gs2TF3Ve3aQldVRy8tg59L { 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:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:2.1875rem;text-decoration:none;z-index:15031;text-align:left;text-align-last:left;top:10rem;left:49.3125rem;display:block; }
#aOUEalyBJfpadeesrgfz5za9S6LP7EE2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #D49Lef08UUNgwxwfW5tuvrVKhuVZrhml { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#D49Lef08UUNgwxwfW5tuvrVKhuVZrhml > .row .container { background-color: transparent; background-image: none; }#D49Lef08UUNgwxwfW5tuvrVKhuVZrhml::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D49Lef08UUNgwxwfW5tuvrVKhuVZrhml > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D49Lef08UUNgwxwfW5tuvrVKhuVZrhml > .row .container > .video-iframe-container { display: none; }#D49Lef08UUNgwxwfW5tuvrVKhuVZrhml > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D49Lef08UUNgwxwfW5tuvrVKhuVZrhml > .row > .video-iframe-container { display: none; }#D49Lef08UUNgwxwfW5tuvrVKhuVZrhml > .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); }#D49Lef08UUNgwxwfW5tuvrVKhuVZrhml > .row .container { border-width: 0; border-radius: 0; }#D49Lef08UUNgwxwfW5tuvrVKhuVZrhml > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m7Fv6mzi028cr4oUO8HgIe8BlQbsL9Ur { top:0.9375rem;left:1.0625rem;width:46.6875rem;height:4.375rem;background-color:#ffffff;background-image:none;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #EFmMPp3E6bBXTdMsu15hX5KMKKEzTuzS { top:1.6875rem;left:35.625rem;width:12.125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zG42JI4ChNEgzHNRuIb9qg3x7PgAfE6b { display:block; }
 }@media only screen and (max-width: 763px) { #m1GVAsrUCPKJPvkKZsIOu4JnesNwSqTd { width:5.625rem;height:2.5rem;top:1.875rem;left:35.90625rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #xpNbK4P2UmFsmze96rCeNg3N2SZIkhd9 { display:block; }
 }@media only screen and (max-width: 763px) { #JoAW9UvREzsx09FJ9mK5FEv5QPiphrw1 { width:6.875rem;height:2.5rem;top:1.875rem;left:27.28125rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #ga32NWWxtZEmSDcqUPaisRZIywEZ3QbG { display:block; }
 }@media only screen and (max-width: 763px) { #kF4kCtrnu91JMdLNrddKw3TFEiX8CPl4 { width:9.25rem;height:2.5rem;top:1.875rem;left:16.8125rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #tK9i8QSr8MPoqVqd8vylsmU6tfIIk1yJ { display:block; }
 }@media only screen and (max-width: 763px) { #tNn8J7lPR5ZtKkPhvPRSGnSSwiutJ1lT { top:2rem;left:0rem;width:21.75rem;height:2.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOTswnpvJ8WNehv9cAMHfwHkN1CX4qeH { top:1rem;left:0rem;width:10.375rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKxuMIJNTPKxhO2QmNisTkoTVQ0OWENy { display:block; }#nKxuMIJNTPKxhO2QmNisTkoTVQ0OWENy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DEilErodwu0eUbd0Tlcs0DZLWEtczIuS { top:1.9375rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3T8OE0TvJfMzlT3mIwd30CRGH2nE8pF .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#O3T8OE0TvJfMzlT3mIwd30CRGH2nE8pF .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; }
#O3T8OE0TvJfMzlT3mIwd30CRGH2nE8pF .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; }
#O3T8OE0TvJfMzlT3mIwd30CRGH2nE8pF { display:flex;width:18rem;height:5.0625rem;top:0.9375rem;left:28.5rem; }
 }@media only screen and (max-width: 763px) { #O3T8OE0TvJfMzlT3mIwd30CRGH2nE8pF #WmOdEatJyPoOp8kwDsS5n16z5x1SAgRt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O3T8OE0TvJfMzlT3mIwd30CRGH2nE8pF #y5So9IpR24m7vhglQnfWnT4ru1Xx8kC0 {  }
 }@media only screen and (max-width: 763px) { #O3T8OE0TvJfMzlT3mIwd30CRGH2nE8pF #dZz6DEDARVnrqRz58vLLUVCsfEKRVdHT {  }
 }@media only screen and (max-width: 763px) { #O3T8OE0TvJfMzlT3mIwd30CRGH2nE8pF #zQ5napOvdAAX6mNAw4dthhruUWCiNQWy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O3T8OE0TvJfMzlT3mIwd30CRGH2nE8pF #rLI5uzuu8Tv3xNNQ3MUMXBkbOzuCc0or {  }
 }@media only screen and (max-width: 763px) { #O3T8OE0TvJfMzlT3mIwd30CRGH2nE8pF #Ot6FS9dnFI5BbXXwXwzhyOXzuZ7o3bTe {  }
 }@media only screen and (max-width: 763px) { #O3T8OE0TvJfMzlT3mIwd30CRGH2nE8pF #viDyfeUiTseFLkHl8KXTPwTEE9SHUpkd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O3T8OE0TvJfMzlT3mIwd30CRGH2nE8pF #Ck1cGO2Sw7fNnTFk7dwTF6lFxP6A6wLb {  }
 }@media only screen and (max-width: 763px) { #O3T8OE0TvJfMzlT3mIwd30CRGH2nE8pF #F99GgKN3NHrsW5C94PvSgDuGXxNrXBkd {  }
 }@media only screen and (max-width: 763px) { #O3T8OE0TvJfMzlT3mIwd30CRGH2nE8pF #KINWZmeFKAf4srShBN7sZm367fGiHR6a { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O3T8OE0TvJfMzlT3mIwd30CRGH2nE8pF #v9isxCpN89EKOIwvaRVd8UvG5mBtfvTC {  }
 }@media only screen and (max-width: 763px) { #O3T8OE0TvJfMzlT3mIwd30CRGH2nE8pF #sWeh39hPOQXlWv9GuJF0n8W9EifWC7s1 {  }
 }@media only screen and (max-width: 763px) { #mV28MmpryqzhV0HGNbKeQgUIeZ8gaE09 { display:block; }#mV28MmpryqzhV0HGNbKeQgUIeZ8gaE09 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QIe6yyMuntV9x2CrUvt95ikCZiHiqxak { top:20.75rem;left:0rem;width:32.0625rem;height:11.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdDlu6D9O7A52lBb5IoiqTBHTZCsZDlO { top:37.5rem;left:0rem;width:29.9375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoAmiHgOTlaDI08NAovtcgMyvmZXqAJT { display:block; }
 }@media only screen and (max-width: 763px) { #zS8Uc9Roi3IUXRHiLPL1A6HEvHJK32Lm { width:24.625rem;height:3.625rem;top:38.5625rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhwCCQI55yvqG51k2GsKKL0URB6OARTA { display:block; }
 }@media only screen and (max-width: 763px) { #Fn6CeA0NXLX1M7pQTiNIhqIynofgdKgc { top:3.1875rem;left:18.0625rem;width:29.6875rem;height:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK7ixtDk1NaZQdcnNXaX8gJm0GAid27z { top:33.875rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPV1LTRROaTSPXy8AptKn10EoqSuTaQk { top:13.75rem;left:12.3125rem;width:32.9375rem;height:5rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sol0hxVoz1eDoyPHRuaq3VTLNTsopAIE { top:8.0625rem;left:0rem;width:38.625rem;height:10.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgLyn55uHkPs7zSHXuNJmUKTiqLiB8OS { top:3.625rem;left:0rem;width:47.75rem;height:2.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4rMGtwmdRfyDwEVwQxtsbeufD9emTTL { top:3.1875rem;left:0rem;width:29.1875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iL2rJiub3uF7TW7KI9Hxfcb2ZzZqeG08 { top:42.125rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhe5u7dAifSJBGOmQSb5izrgH1pBTxrh { 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; }#hhe5u7dAifSJBGOmQSb5izrgH1pBTxrh > .row .container { background-color: transparent; background-image: none; }#hhe5u7dAifSJBGOmQSb5izrgH1pBTxrh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhe5u7dAifSJBGOmQSb5izrgH1pBTxrh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhe5u7dAifSJBGOmQSb5izrgH1pBTxrh > .row .container > .video-iframe-container { display: none; }#hhe5u7dAifSJBGOmQSb5izrgH1pBTxrh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhe5u7dAifSJBGOmQSb5izrgH1pBTxrh > .row > .video-iframe-container { display: none; }#hhe5u7dAifSJBGOmQSb5izrgH1pBTxrh > .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); }#hhe5u7dAifSJBGOmQSb5izrgH1pBTxrh > .row .container { border-width: 0; border-radius: 0; }#hhe5u7dAifSJBGOmQSb5izrgH1pBTxrh > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mdt2VDC2xL3XUSfLSdVZf1xmVKJ4sHCA { top:1.125rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #otRniuTwD1sziZ8HJPs7v9Km6Zt4SCTd { display:block; }#otRniuTwD1sziZ8HJPs7v9Km6Zt4SCTd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AJAHHG2etnB4n1gRt7xK1tX02MheKH2e { top:2.0625rem;left:0rem;width:47.75rem;height:4.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7zXiCvALFkR2WO2dmdG8LJeEqhS3vqW { top:8.25rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgXfvQKRUsKTITn8rwip4xFDiIJN8lNs { top:41.0625rem;left:0rem;width:47.75rem;height:11.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUvIm82QTTxQSfwtq0ttTDHLJhrMeTlq { top:15.625rem;left:0rem;width:18.875rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTDn7AzhPFuZdPrHJsv9vCZQro6oSMGL { top:15.625rem;left:14.625rem;width:18.5rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZf5QBTcJ9Co4ltDLEJ9Pq1TJI2gKXAN { top:15.875rem;left:29.25rem;width:18.5rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #inHQnvI88ifIEtEOFiMn3FKTXzqLlXTo { top:40.0625rem;left:0rem;width:47.75rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyIsWTTCylErgkKyTRMKpD4UTHZx45zL { top:43.125rem;left:0rem;width:7.125rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNwMl4XGOTCZ2hg28OgtUaSRCpvPPmyo { display:block; }#FNwMl4XGOTCZ2hg28OgtUaSRCpvPPmyo { background-color: transparent; background-image: none; }#FNwMl4XGOTCZ2hg28OgtUaSRCpvPPmyo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNwMl4XGOTCZ2hg28OgtUaSRCpvPPmyo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNwMl4XGOTCZ2hg28OgtUaSRCpvPPmyo > .row .container > .video-iframe-container { display: none; }#FNwMl4XGOTCZ2hg28OgtUaSRCpvPPmyo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNwMl4XGOTCZ2hg28OgtUaSRCpvPPmyo > .row > .video-iframe-container { display: none; }#FNwMl4XGOTCZ2hg28OgtUaSRCpvPPmyo > .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); }#FNwMl4XGOTCZ2hg28OgtUaSRCpvPPmyo { border-width: 0; border-radius: 0; }#FNwMl4XGOTCZ2hg28OgtUaSRCpvPPmyo > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b3Eh9laXolEz6MwVTW8tc9kxMNzSHtdO { top:31.5625rem;left:0rem;width:19.25rem;height:19.25rem;background-color:#28887a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #StDEkUXqSQiQU3fkFTczOxw35hmafACX { top:1.5rem;left:16.0625rem;width:31.6875rem;height:3rem;font-size:3rem;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #i7faWoPysuBKNBdS2rRqKPxPQGXCt7wC { top:16.125rem;left:16.25rem;width:31.5rem;height:24.125rem;font-size:1.25rem;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #qrTOIMuxiwZnaf7l7LFTX5oi34DWamXO { top:31.5625rem;left:4.625rem;width:19.25rem;height:19.25rem;background-color:#28887a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #RHhM0oCoeBETTsC1CDDfOLqezmDzyQJ2 { top:0.75rem;left:0rem;width:32.25rem;height:35.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Vbf8p9wRIKO3JBKRm6mHMpISzWHCfDvK { top:5.625rem;left:16.0625rem;width:31.6875rem;height:9rem;font-size:3rem;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #oTn3bUf2uGtVFoPGIzCOEbHWNBrLtC8r { top:42.3125rem;left:17.0625rem;width:30.6875rem;height:6rem;font-size:1.25rem;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #LT79s2FDbKJmrypsy9fKT34IP6lM3NVw { top:41.3125rem;left:14rem;width:33.75rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWnPLC0EUmC9P1wZI6C52Zsz5R5mHKwI { display:block; }#kWnPLC0EUmC9P1wZI6C52Zsz5R5mHKwI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uga0gp1SgEv3bnv6p3NL0o05w4oPCwEw { top:2.125rem;left:0rem;width:47.75rem;height:5.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #spE1G205pyUUq5eD2o8KJFtIf0L2TJbI { top:12.0625rem;left:0rem;width:17.3125rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVQT1mC9zwdKaxkmyflWVUhW60SgfpEK { top:10.625rem;left:5.625rem;width:42.125rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPK4i2P7Ic8O10KVwwkIcG86g8gyWJCz { top:20.5625rem;left:8.3125rem;width:39.4375rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogyOxSG2cLcT54Q7OxIRb5OGQBpC7lgw { top:29.875rem;left:7.625rem;width:40.125rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrFVUk5nNae4trSHzJdx3psiSX6RSK8M { top:39.3125rem;left:0rem;width:47.75rem;height:13.164160401003rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6n8LgGoePuuZxaBLhVNxG2VIwAzaOfA { top:54.3125rem;left:0rem;width:47.75rem;height:8.7816091954023rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqBmeQHsRfuK6hyFVTpv67getu55naHW { top:8.0625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.25rem;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #THHmL8sKbEooUS0DsJTTSPvEvxLlqf3O { display:block; }#THHmL8sKbEooUS0DsJTTSPvEvxLlqf3O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z3cMaVNsD15hHowoX15gOE6T3z9WF3Iv { top:1rem;left:0rem;width:47.75rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #baxkRfnAgtQX4AlRMWtH3RbRIZkhCi5h { top:7.6875rem;left:0rem;width:47.75rem;height:4rem;font-size:1.25rem;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #WG4fIfxHrO5UWL9oaNIAvRDPTxIV5QZA { top:14.1875rem;left:0rem;width:22.625rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mweqq3dZxsUukeK5tIcsWDhzRRvEWWa3 { top:23.5625rem;left:0rem;width:17.625rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #awXF34BvS5u7oK8nJadykS9dFcUku4ZP { top:26.3125rem;left:0rem;width:16.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNcMidsoOkGP2kTtafHZbetpBdQcfe64 { top:29.625rem;left:0rem;width:18.875rem;height:10.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIETCWAnINuLSH0eXcrTCl3XDg06yS9z { top:15.8125rem;left:19.25rem;width:7.125rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4FFenP4NXhQJPfyCsz56wNaGqpSkBo5 { top:14.3125rem;left:11.375rem;width:22.625rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlVsgHNNqBdSkQiy3HS8ZkHv2G4Z3FXf { top:23.6875rem;left:14rem;width:17.625rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fx5lscyMCDltOBAatebzIbD9D1Ci6Zny { top:26.5rem;left:14.5rem;width:16.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSFiUsXn2QCR6dvqV4tAbE9HVfVmzTSk { top:15.8125rem;left:0rem;width:7.125rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM6XTU1RDeop4PfgX7mv6GdD3L35F8JE { top:29.75rem;left:13.625rem;width:18.875rem;height:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsuaIM9CdUaK5VCtVkg7y5EHlqtdLmnf { top:14.3125rem;left:24.875rem;width:22.625rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXeUaiLQOHMhANvy0lSrIiFcmHI1mbOA { top:23.6875rem;left:30.125rem;width:17.625rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdAEAIHaAXmT5BOrwgLyRIb3Mfz0qpm5 { top:26.5rem;left:31.0625rem;width:16.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMG0VH44ArO5wWbzR9PAvt0kvQRMwSgL { top:15.8125rem;left:40.625rem;width:7.125rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zyo5JRflBRV6qKiqOlIPX0gAoMcJUGqz { top:29.75rem;left:28.875rem;width:18.875rem;height:10.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Myhy0roAdNXGiCEglmSVNmCT9hnmPnBL { top:44.0625rem;left:0rem;width:47.75rem;height:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DleHSuGCcGuJGvmCXudAzkNfNtw9htwO { top:46.0625rem;left:0rem;width:36.75rem;height:2.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #utmXHKDcm8W0H8Ln5ORKCeZ79GbEzTnK { top:49.4375rem;left:0rem;width:32.125rem;height:5.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #arN4n2rIlLUeqI1NN9BIRvpSBOtb3Gl2 { top:57.0625rem;left:0rem;width:17.625rem;height:1.9375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jko7x9LKJvV9r0kCdHZuRvOHZFUVoReK { top:58.9375rem;left:0rem;width:26.875rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gii3TnZyW7vMmlSa2b4p1zTet3s4kMOS { top:67.5625rem;left:0rem;width:22.6875rem;height:1.9375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCL8ts4fQeHpznrKiVxRDTIzh1eXnwWT { top:70.3125rem;left:0rem;width:26.875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWEXXdH4nN0AM1zClmCE1NqzeuuIZWuW { top:77.5625rem;left:0rem;width:22.6875rem;height:1.9375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dapxtvl7lz3vepiPElT6WhicMz76ICpu { top:80.6875rem;left:0rem;width:26.875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZpii7ewl5O8lAvrJqfNBvQUCy7V0zz1 { top:56.0625rem;left:0rem;width:7.125rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRNPebnybgNryIrfTWaPKFEpgalpnSav { top:66.4375rem;left:0rem;width:7.125rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyvAAMno0aRVZvnf8iZfPSvKSQ1n6mDZ { top:76.0625rem;left:0rem;width:7.125rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #huRlOgTdleglwo4PWZFEcSC98GCkCBn0 { top:45.6875rem;left:22.625rem;width:25.125rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUFfSAMhQKma4Fn9245LGftmEOQHmAzb { top:75.9375rem;left:24.75rem;width:21.8125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxsM480cbLzBOeLQWoDNTGNaFre9rGZr { top:74.8125rem;left:31.125rem;width:16.625rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PApwbZKckbCfTKKbMks529Oge0SPt74z { display:block; }#PApwbZKckbCfTKKbMks529Oge0SPt74z > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kEvSExeuMGHJ7CW6zRXan9FTdxkXwVXJ { top:1.5625rem;left:0rem;width:47.75rem;height:;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJsOPpnwkUMNOowx2nA85z5zE46CwxqL { top:8.1875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rm9MsBSTtrJ4HIKJvBs9cenrgaV8WcSJ { top:11.1875rem;left:0rem;width:47.75rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVBcICmvUwrOP3KDXPchywik3s6ACm0m { top:13.625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #exGSWLmHrbsWZy7vhX2NuSzC0Rd7U45L { top:16.375rem;left:0rem;width:40.625rem;height:5.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyy8hVqGfLQKWWAKE7bqAMvwBqNe7GpO { top:13.625rem;left:0rem;width:7.125rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAvgGkHLha268EuRZ7KMvVZmAIecoZaa { top:13.5rem;left:31.8125rem;width:15.9375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFN2hpZTb8vLfn4DggfooSNVa9sORDZh { top:13.875rem;left:34.0625rem;width:13.6875rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTXdrSAAww3hb7q54k33lHgKIFSE8P1C { top:24.5625rem;left:0rem;width:47.75rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRM03hi5W6esJK5EUt58Ey5Ve6bbJhml { top:27rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ne4W8WfxzmgbhRuzFZwGwcmXy8GaMQGd { top:27rem;left:0rem;width:7.125rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ig8WQXuIbvkhZvsriM2vdO5rTMlAuaxE { top:29.75rem;left:0rem;width:46rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhDv6LlF1E2Da9rVXMQxI9JViX32vXMT { top:26.875rem;left:31.8125rem;width:15.9375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgkIT8k0n54DZO1mg3AJzhsTc4iKFrLS { top:27.25rem;left:34.0625rem;width:13.6875rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPihLT6nA6g5ouag34oM4xn8oM5goXQ7 { top:37.875rem;left:0rem;width:47.75rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJQkSwka78zD3MVfifQAvrf3Q6m6JoV3 { top:40.3125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RECkKK4om4q7pwS5fFMmCVdyDyTq8mcL { top:53.6875rem;left:0rem;width:7.125rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOW6NR66X6fGiN7DOkyMVPmsVVfXVHyQ { top:43.0625rem;left:0rem;width:40.625rem;height:5.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DO82iG48TvkZnrMqv2ZBbMNLPfg5HvxA { top:40.1875rem;left:31.8125rem;width:15.9375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NA1fhoc120vHgA9uVFIOpQfl5dNnWTdZ { top:40.5625rem;left:34.0625rem;width:13.6875rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OD64o0KpZTR3SCKlfymgpT5l6txrF964 { top:51.25rem;left:0rem;width:47.75rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5D4PL2Ze2Ry4UKnJgWPHSfTwVTHSqkN { top:56.4375rem;left:0rem;width:40.625rem;height:5.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehGGSuwee3Ll4Ra5gJzedpwF6HnFPllw { top:53.5625rem;left:31.8125rem;width:15.9375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmfgnW0SmUIr3twHgGkZUGkMdOhN0PeC { top:53.6875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeFUfyXVpCxm69mXr4mkwgPK2tKCMNNV { top:40.3125rem;left:0rem;width:7.125rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnTdk9TTwSTJzQkzIzJNdNrPGzddFwLc { top:64.625rem;left:0rem;width:47.75rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #TezftmiCmRoSDql9TK6MIqvCCO2AQW1o { top:70.25rem;left:0rem;width:47.75rem;height:5.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Giqm2J6QHgSSHadbeHhHyHHDbx9vk106 { top:67.0625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n87avKldFnXgFbQTrX1lZGZu8Xgy5yv9 { top:67.0625rem;left:0rem;width:7.125rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlmSXOQVzp5XLdTgNiIHN64AUZFRTDSD { top:66.9375rem;left:31.8125rem;width:15.9375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLaP8wicDLEv2rBLv5MPlH7RcSrzHu31 { top:67.3125rem;left:34.0625rem;width:13.6875rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4KyaIJmCf9UZkE69ErTcnG1dst5NXVq { top:53.6875rem;left:34.0625rem;width:13.6875rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fma6TWyTaTTF8TMteXsKS4u2fmsXwai3 { display:block; }#Fma6TWyTaTTF8TMteXsKS4u2fmsXwai3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NrZ4O4toTzN7tTvgKUSBUW4weTfur95M { top:2.3125rem;left:0rem;width:47.75rem;height:5.9375rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6MkiExZMWc62RSEcuMr5xEFcSycWJte { top:11.0625rem;left:0rem;width:21rem;height:1.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwQGwoqv9lThcmaIJow06ksNz4guLgM2 { top:10.875rem;left:14.25rem;width:11.125rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuvXJIJPTFe3TGtJB6pMhSdZ7FA1r1zP { top:15.875rem;left:0rem;width:26.625rem;height:1.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #II5q05XGHETbk35uUO2BitKqkuTMk46O { top:16rem;left:14.25rem;width:11.125rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDyaUh4QcuTbSVQiUsZ7bNWvwiuZVTEF { top:14.0625rem;left:0rem;width:38.625rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKAX7FTQr0o3wR20LTvECZCC35qkAyM1 { top:18.8125rem;left:0rem;width:38.625rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxQay2OoZ6qiXHuBUyKb9FxrEn1z7At1 { top:21.1875rem;left:0rem;width:26.625rem;height:1.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #be4u1p2Vah0GZzf2TrTrpCa4ucUZ0hIb { top:24.1875rem;left:0rem;width:38.625rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGK6O4UyFg2AM9BTlxANNln2EHAkrNQz { top:21rem;left:14.25rem;width:11.125rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrnv0Q8rONPQVO1XAyDxZTtestJ3UQr7 { top:26rem;left:0rem;width:26.625rem;height:1.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOUD4V8TaoTzdJUBM5CmQ4wsQDPolTCB { top:26.125rem;left:14.25rem;width:11.125rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZheTSXQAGnKXnyLglOWTKygbFP3Imtd { top:28.9375rem;left:0rem;width:38.625rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdTadohZCQ9z3rQ4euy0aTGBZ7k7Mv7S { top:38.75rem;left:0rem;width:38.625rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMXWIlmwMfSgc0eCtZmUCcyFmU5pnn4T { top:35.9375rem;left:14.25rem;width:11.125rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gp1UEGil1T0MyzkfA7dxghh6wnaPcnlK { top:35.8125rem;left:0rem;width:26.625rem;height:1.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qh0fK9Vq3SGdIrKJEhB8pOWBtJkoBFip { top:34rem;left:0rem;width:38.625rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxSyArshRllQOSDfV5v1OZofMOiaWE8T { top:30.8125rem;left:14.25rem;width:11.125rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1ArceS5hVV6d6mGtgOzpIRo9btBWzss { top:31rem;left:0rem;width:28.5625rem;height:1.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9VLkzcqbk7zxX26qIWAoUWdyeVrWTeD { top:41.75rem;left:0rem;width:26.625rem;height:2.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #acTJeZbJCDyzo2AliDJp095iHhBhcwey { top:41.75rem;left:14.25rem;width:11.125rem;height:2.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNobNxkTf5EuKLUB9h74Kgmk9PFWtUTh { top:46.5625rem;left:0rem;width:32.1875rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLdEkLuvCGJgXqf5wVJdrEVwtFwr0g6F { top:48.375rem;left:0rem;width:26.625rem;height:1.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IC9ACfEEuqCHyAghdwvmzMdon8VaX6aF { top:52.3125rem;left:0rem;width:30.125rem;height:10.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTnNltwQykbaUXq7TJeHq2CSlWaypTMm { top:12.6875rem;left:20.8125rem;width:26.6875rem;height:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwTbnuiW0PT2m2HireOyELycTscBNqkF { top:15.0625rem;left:27.4375rem;width:20.3125rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #inP4pE1BMIuHSvXcnqLIQ1B6B6FsdU3l { top:18.0625rem;left:41.875rem;width:5.875rem;height:5.8125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbOJOSpoS8tMbdQ2SBUO3doKZ4GBVlQ8 { top:23.5625rem;left:27.875rem;width:19.875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssT9naVVuuCxTstF2apcJqG4M4JoszV7 { top:31rem;left:27.6875rem;width:20.0625rem;height:10.875rem;font-size:1rem;display:block; }#ssT9naVVuuCxTstF2apcJqG4M4JoszV7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b653a8ffe12adca0f2d2c876474cbf83.svg); }
 }@media only screen and (max-width: 763px) { #iiTT45D5lQn4hk1U0AHTzGBffbwaGaI2 { top:43.8125rem;left:26rem;width:21.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpwG5JfpKlFTcyMN5OUNrEZVvf1nM3OH { display:block; }
 }@media only screen and (max-width: 763px) { #N2xPMTTdISRETiVwwsyevpqLTeGM8O2p { top:26.0625rem;left:29.5625rem;width:18.1875rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPbxp5rAfuwE77lLxbn6WpXiQNGftsg7 { top:25.75rem;left:30rem;width:17.75rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRDrOv4eNdGry3P7nRecaUutkSeVmrD7 { top:31.4375rem;left:27.875rem;width:19.875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNQDw0nDFqP1sf7wNlGdmd0DBTqoaegO { top:36.1875rem;left:27.875rem;width:19.875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOwMooKWLhr7CLkCL1rSzqRlaTzQ25Al { top:40.3125rem;left:27.875rem;width:19.875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnFqhREiU2Gnc69xW4hsq9Wom6w7lFLe { top:48.375rem;left:27.875rem;width:19.875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXpTD0nZTSKqcw9SqUIwevKOyEIreQbI { display:block; }#OXpTD0nZTSKqcw9SqUIwevKOyEIreQbI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zf9oJryf2zvhmDsegWogxmvft1V8UwN5 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zf9oJryf2zvhmDsegWogxmvft1V8UwN5 { display:flex;height:auto;width:27.8125rem;top:17.625rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #zf9oJryf2zvhmDsegWogxmvft1V8UwN5 #t9Ox2hZTECv0JL6pvJfMVuObtREu6Nlg {  }
 }@media only screen and (max-width: 763px) { #zf9oJryf2zvhmDsegWogxmvft1V8UwN5 #zXCQgGtxBtwi3MJa194sRmlEvAqE513B {  }
 }@media only screen and (max-width: 763px) { #zf9oJryf2zvhmDsegWogxmvft1V8UwN5 #uhqiLxT50KNLzKLIhPk86SSxoFouECry {  }
 }@media only screen and (max-width: 763px) { #zf9oJryf2zvhmDsegWogxmvft1V8UwN5 #ir99okzODqLqmvRTOJyeD8ePQ0HSgG8z {  }
 }@media only screen and (max-width: 763px) { #zf9oJryf2zvhmDsegWogxmvft1V8UwN5 #ihtJJnJupGIieTsr5GgFAbtNLIg3Q5l1 {  }
 }@media only screen and (max-width: 763px) { #zf9oJryf2zvhmDsegWogxmvft1V8UwN5 #nrcMpPDT0K197F630Zw8Bsux7T0reJiL {  }
 }@media only screen and (max-width: 763px) { #zf9oJryf2zvhmDsegWogxmvft1V8UwN5 #doitE228QRBC70qzKfq2cFyk2QDOShwZ {  }
 }@media only screen and (max-width: 763px) { #zf9oJryf2zvhmDsegWogxmvft1V8UwN5 #b1yUIt3A08Gqg4gRPqJZgB7EqcKesyca {  }
 }@media only screen and (max-width: 763px) { #zf9oJryf2zvhmDsegWogxmvft1V8UwN5 #oBDCeJTmTk8dRan6CHA7eDbKiuZ7b66O {  }
 }@media only screen and (max-width: 763px) { #zf9oJryf2zvhmDsegWogxmvft1V8UwN5 #qLga0Wtbt2vmCOPecwPBzSvPVudJb3XK {  }
 }@media only screen and (max-width: 763px) { #zf9oJryf2zvhmDsegWogxmvft1V8UwN5 #xNqox0pr45PMit8u6xi4cmKcsi9AEVyN {  }
 }@media only screen and (max-width: 763px) { #zf9oJryf2zvhmDsegWogxmvft1V8UwN5 #vZBMst5qhOOeBUDxUmPN73hx6a2M90oT {  }
 }@media only screen and (max-width: 763px) { #zf9oJryf2zvhmDsegWogxmvft1V8UwN5 #uPx9ufzLvRA4oSwbnEc3fEuwIZrEwl2O {  }
 }@media only screen and (max-width: 763px) { #zf9oJryf2zvhmDsegWogxmvft1V8UwN5 #xuFbQUcXQAuAnhXTop1z8FgtFvterLe2 {  }
 }@media only screen and (max-width: 763px) { #zf9oJryf2zvhmDsegWogxmvft1V8UwN5 #vDtSUKbTi9zAQP4GXaWyTQxn4LTEaOOt {  }
 }@media only screen and (max-width: 763px) { #zliUI6Npdse9Clhq9ukfKEKPFv0hz6Zi { top:16.75rem;left:23.84375rem;width:0.0625rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #upK5xvipyPIaPZAeHz0Z6wET4qPaPzNO { top:33rem;left:23.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ { display:flex;height:auto;width:27.8125rem;top:17.625rem;left:17.4375rem; }
#eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ #eqB7rQWSlJxEPbRS863gpPd8XdmtC9lG {  }
 }@media only screen and (max-width: 763px) { #eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ #Bc7IX9LEH2y00220UktTm2UuWpnPTZsZ {  }
 }@media only screen and (max-width: 763px) { #eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ #qdbwGRHr1hyDrpLnmOLMEeAqPqKQzAuW {  }
 }@media only screen and (max-width: 763px) { #eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ #KTcB5EUyPHdvLVnJGTf2KmCUMoMrEvTH {  }
 }@media only screen and (max-width: 763px) { #eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ #VwWr4TBKnvFttkRVUJSPS4NSUOpQNU2B {  }
 }@media only screen and (max-width: 763px) { #eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ #NK8xAuydMub6gIlgPyc3gfAGNSswS2VI {  }
 }@media only screen and (max-width: 763px) { #eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ #sq9MNsVVEVq9U1GT1LLww9uM5s9odl6t {  }
 }@media only screen and (max-width: 763px) { #eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ #MArc7JOEDIVzJyyStJ6zo1XVLgBm9hlE {  }
 }@media only screen and (max-width: 763px) { #eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ #J1SODDuWmbnlsppmIGeDx7roMQNvhCzM {  }
 }@media only screen and (max-width: 763px) { #eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ #h7rOiMP5MVDthgXrTIKkzUlVl5Tgd7HK {  }
 }@media only screen and (max-width: 763px) { #eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ #aVNJrsfndqtAqv1BHFun3yIDcwIyNIUQ {  }
 }@media only screen and (max-width: 763px) { #eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ #ppU5Fc63X1kJw4QQd8dIJPOV360oSqpT {  }
 }@media only screen and (max-width: 763px) { #eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ #CcHBTCb1yPCDa3RhlzU15og6e2SVlw5i {  }
 }@media only screen and (max-width: 763px) { #eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ #fOvBmTfTsTJvTKKXJEQT08tzOM178obZ {  }
 }@media only screen and (max-width: 763px) { #eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ #ZeSCxxI3GtmnaJk47R9q02ue9F8hGAvb {  }
 }@media only screen and (max-width: 763px) { #eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ #BWcH68A0Oy63qOgnNd14XeugTk76UyDh {  }
 }@media only screen and (max-width: 763px) { #eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ #UW2wWIQ7lCKTXcSMTJkN7yMdtslnpf7B {  }
 }@media only screen and (max-width: 763px) { #eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ #E6azhTMJbvWA3rxdD2IIl8NslIyklSnA {  }
 }@media only screen and (max-width: 763px) { #eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ #qZVvqE2fTQmLfA1GzmnJBgvTG1ZrFMkH {  }
 }@media only screen and (max-width: 763px) { #eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ #cdbIWMJ8py6DoV4iXH79dZ2atKwMipWJ {  }
 }@media only screen and (max-width: 763px) { #QF1Pk9GinNZnQZ3wGpS6UXVwgBweAwHw { top:2rem;left:0rem;width:47.75rem;height:9.5625rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtUvl9oCJnBSIkHPHKR3GQM90w9WIr8b { display:block; }#gtUvl9oCJnBSIkHPHKR3GQM90w9WIr8b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QvmQpTt0vNnkzZa9MQ083CDdOwoVCHAl { top:27.5rem;left:0rem;width:47.75rem;height:4.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J43o3rlfDXUPGzHa74KdydnePxbnHbxR { width:33.875rem;height:3.4375rem;top:34.25rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #znzTTrM1zpWTCXBTAovpNkZPQ2XAJNit { display:block; }
 }@media only screen and (max-width: 763px) { #AZfJJCedyc79QAAh2f4J2fmJgMtMVeoq { top:7rem;left:0rem;width:47.75rem;height:11.8125rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2E66HX9nfVrqVqRm9qs6A8NqradiVMH { top:19.5rem;left:0rem;width:47.75rem;height:5.875rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoTsoeL55wg0eN9uzXywCAGafhwWI51F { top:1.125rem;left:0rem;width:47.75rem;height:;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSlz9EHCO0ZQl0bzpODMe91LzmzyPitO { top:38.25rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVR8PZpXWiVJ3OiF4ryhdNFAwzvVLTLz { display:block; }#pVR8PZpXWiVJ3OiF4ryhdNFAwzvVLTLz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TI6Jylxp33hgriDLFIC3VUzAKZFMEcTU { top:3.5rem;left:4.875rem;width:15.75rem;height:2.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEnPi0s1MlL74QOer3FJGTD6TVi8PsRi { width:9.375rem;height:2.1875rem;top:3.4375rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9Mz6REoFVvWwZsoUB2BoQ1dbamMoeeA { display:block; }
 }@media only screen and (max-width: 763px) { #f7XSTfmiIopPrrVczikXzOsX3eFBbGgd { width:9.375rem;height:2.1875rem;top:5.625rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ww2IkTKoORrl3lqn9asnIe46IG12RtwH { display:block; }
 }@media only screen and (max-width: 763px) { #E8wr51Zmkhf5fi96zMbaqNN6W7z8IwpM { width:10.125rem;height:2.1875rem;top:7.8125rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLBXXadssEuwTUMae1CPNDeEQxrTVIon { display:block; }
 }@media only screen and (max-width: 763px) { #WwaSsWbNH3yVMtkw4FppqfmyGv5FOJTm { top:10rem;left:3.875rem;width:2.6875rem;height:2.6875rem;display:block; }
#WwaSsWbNH3yVMtkw4FppqfmyGv5FOJTm > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #eTqSKSUkVfutVNsyBCD6ubCnHKXGteqm { top:2.75rem;left:34.1875rem;width:0.0625rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQkBMaRGFP0A0smE1t79FSfEVkIbnnfr { top:4.9375rem;left:0rem;width:10rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpasoPsms9hUT5yrR8HqvuGx97RovPiT { top:6.5rem;left:3rem;width:18.875rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4hWFtgNzzWArJxf9KTL3mRQAnTa7XXp { top:10rem;left:7.8125rem;width:2.6875rem;height:2.6875rem;display:block; }
#Q4hWFtgNzzWArJxf9KTL3mRQAnTa7XXp > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #RwUzTVkt00b3UZZEpkRNczPV5dsniGKq { top:10rem;left:11.375rem;width:2.6875rem;height:2.6875rem;display:block; }
#RwUzTVkt00b3UZZEpkRNczPV5dsniGKq > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #nFzGXvGTMkk0bfOWRSivX7TWwHvBakbI { top:10rem;left:15.1875rem;width:2.6875rem;height:2.6875rem;display:block; }
#nFzGXvGTMkk0bfOWRSivX7TWwHvBakbI > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #v7NtxFZPW5Gs2TF3Ve3aQldVRy8tg59L { width:10.125rem;height:2.1875rem;top:10rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOUEalyBJfpadeesrgfz5za9S6LP7EE2 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #D49Lef08UUNgwxwfW5tuvrVKhuVZrhml { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#D49Lef08UUNgwxwfW5tuvrVKhuVZrhml > .row .container { background-color: transparent; background-image: none; }#D49Lef08UUNgwxwfW5tuvrVKhuVZrhml::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D49Lef08UUNgwxwfW5tuvrVKhuVZrhml > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D49Lef08UUNgwxwfW5tuvrVKhuVZrhml > .row .container > .video-iframe-container { display: none; }#D49Lef08UUNgwxwfW5tuvrVKhuVZrhml > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D49Lef08UUNgwxwfW5tuvrVKhuVZrhml > .row > .video-iframe-container { display: none; }#D49Lef08UUNgwxwfW5tuvrVKhuVZrhml > .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); }#D49Lef08UUNgwxwfW5tuvrVKhuVZrhml > .row .container { border-width: 0; border-radius: 0; }#D49Lef08UUNgwxwfW5tuvrVKhuVZrhml > .row .container { width:20rem;height:24.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m7Fv6mzi028cr4oUO8HgIe8BlQbsL9Ur { width:20rem;height:12.9375rem;top:9.5rem;left:0rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;background-color:#ffffff;background-image:none;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #EFmMPp3E6bBXTdMsu15hX5KMKKEzTuzS { top:17.9375rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zG42JI4ChNEgzHNRuIb9qg3x7PgAfE6b { display:block; }
 }@media only screen and (max-width: 763px) { #m1GVAsrUCPKJPvkKZsIOu4JnesNwSqTd { width:5.4375rem;height:2.5rem;top:13.6875rem;left:11.65625rem;font-size:0.9375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #xpNbK4P2UmFsmze96rCeNg3N2SZIkhd9 { display:block; }
 }@media only screen and (max-width: 763px) { #JoAW9UvREzsx09FJ9mK5FEv5QPiphrw1 { width:7.5625rem;height:2.5rem;top:14.5rem;left:0.625rem;font-size:0.9375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #ga32NWWxtZEmSDcqUPaisRZIywEZ3QbG { display:block; }
 }@media only screen and (max-width: 763px) { #kF4kCtrnu91JMdLNrddKw3TFEiX8CPl4 { width:12.1875rem;height:2.5rem;top:11.1875rem;left:2.4375rem;font-size:0.9375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0b0b0b;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tK9i8QSr8MPoqVqd8vylsmU6tfIIk1yJ { display:block; }
 }@media only screen and (max-width: 763px) { #tNn8J7lPR5ZtKkPhvPRSGnSSwiutJ1lT { width:20rem;height:2.175rem;top:6.19921875rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NOTswnpvJ8WNehv9cAMHfwHkN1CX4qeH { width:10.375rem;height:4.1875rem;top:1.1875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKxuMIJNTPKxhO2QmNisTkoTVQ0OWENy { display:block; }#nKxuMIJNTPKxhO2QmNisTkoTVQ0OWENy > .row .container { width:20rem;height:23rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DEilErodwu0eUbd0Tlcs0DZLWEtczIuS { width:20rem;height:12.6rem;top:1.51171875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #O3T8OE0TvJfMzlT3mIwd30CRGH2nE8pF .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#O3T8OE0TvJfMzlT3mIwd30CRGH2nE8pF .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; }
#O3T8OE0TvJfMzlT3mIwd30CRGH2nE8pF .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; }
#O3T8OE0TvJfMzlT3mIwd30CRGH2nE8pF { display:flex;width:18rem;height:5.0625rem;top:14.94921875rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #O3T8OE0TvJfMzlT3mIwd30CRGH2nE8pF #WmOdEatJyPoOp8kwDsS5n16z5x1SAgRt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O3T8OE0TvJfMzlT3mIwd30CRGH2nE8pF #y5So9IpR24m7vhglQnfWnT4ru1Xx8kC0 {  }
 }@media only screen and (max-width: 763px) { #O3T8OE0TvJfMzlT3mIwd30CRGH2nE8pF #dZz6DEDARVnrqRz58vLLUVCsfEKRVdHT {  }
 }@media only screen and (max-width: 763px) { #O3T8OE0TvJfMzlT3mIwd30CRGH2nE8pF #zQ5napOvdAAX6mNAw4dthhruUWCiNQWy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O3T8OE0TvJfMzlT3mIwd30CRGH2nE8pF #rLI5uzuu8Tv3xNNQ3MUMXBkbOzuCc0or {  }
 }@media only screen and (max-width: 763px) { #O3T8OE0TvJfMzlT3mIwd30CRGH2nE8pF #Ot6FS9dnFI5BbXXwXwzhyOXzuZ7o3bTe {  }
 }@media only screen and (max-width: 763px) { #O3T8OE0TvJfMzlT3mIwd30CRGH2nE8pF #viDyfeUiTseFLkHl8KXTPwTEE9SHUpkd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O3T8OE0TvJfMzlT3mIwd30CRGH2nE8pF #Ck1cGO2Sw7fNnTFk7dwTF6lFxP6A6wLb {  }
 }@media only screen and (max-width: 763px) { #O3T8OE0TvJfMzlT3mIwd30CRGH2nE8pF #F99GgKN3NHrsW5C94PvSgDuGXxNrXBkd {  }
 }@media only screen and (max-width: 763px) { #O3T8OE0TvJfMzlT3mIwd30CRGH2nE8pF #KINWZmeFKAf4srShBN7sZm367fGiHR6a { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O3T8OE0TvJfMzlT3mIwd30CRGH2nE8pF #v9isxCpN89EKOIwvaRVd8UvG5mBtfvTC {  }
 }@media only screen and (max-width: 763px) { #O3T8OE0TvJfMzlT3mIwd30CRGH2nE8pF #sWeh39hPOQXlWv9GuJF0n8W9EifWC7s1 {  }
 }@media only screen and (max-width: 763px) { #mV28MmpryqzhV0HGNbKeQgUIeZ8gaE09 { background-color:#ffffff;background-image:none;display:block; }#mV28MmpryqzhV0HGNbKeQgUIeZ8gaE09 > .row .container { background-color: transparent; background-image: none; }#mV28MmpryqzhV0HGNbKeQgUIeZ8gaE09::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mV28MmpryqzhV0HGNbKeQgUIeZ8gaE09 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mV28MmpryqzhV0HGNbKeQgUIeZ8gaE09 > .row .container > .video-iframe-container { display: none; }#mV28MmpryqzhV0HGNbKeQgUIeZ8gaE09 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mV28MmpryqzhV0HGNbKeQgUIeZ8gaE09 > .row > .video-iframe-container { display: none; }#mV28MmpryqzhV0HGNbKeQgUIeZ8gaE09 > .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); }#mV28MmpryqzhV0HGNbKeQgUIeZ8gaE09 > .row .container { width:20rem;height:65.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QIe6yyMuntV9x2CrUvt95ikCZiHiqxak { width:17.8125rem;height:13.125rem;top:14.8125rem;left:1.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pdDlu6D9O7A52lBb5IoiqTBHTZCsZDlO { top:57.375rem;left:1rem;z-index:15041;width:18rem;height:3.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoAmiHgOTlaDI08NAovtcgMyvmZXqAJT { display:block; }
 }@media only screen and (max-width: 763px) { #zS8Uc9Roi3IUXRHiLPL1A6HEvHJK32Lm { width:13.0625rem;height:2.8125rem;top:29.625rem;left:3.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhwCCQI55yvqG51k2GsKKL0URB6OARTA { display:block; }
 }@media only screen and (max-width: 763px) { #Fn6CeA0NXLX1M7pQTiNIhqIynofgdKgc { width:14.875rem;height:16.6875rem;top:34.625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK7ixtDk1NaZQdcnNXaX8gJm0GAid27z { width:20rem;height:3.75rem;top:52.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LPV1LTRROaTSPXy8AptKn10EoqSuTaQk { width:7.875rem;height:2.4rem;top:11.88671875rem;left:11.125rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Sol0hxVoz1eDoyPHRuaq3VTLNTsopAIE { width:16.75rem;height:7.875rem;top:5.47265625rem;left:1rem;font-size:2.1875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hgLyn55uHkPs7zSHXuNJmUKTiqLiB8OS { width:20rem;height:1.125rem;top:2.46875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #C4rMGtwmdRfyDwEVwQxtsbeufD9emTTL { width:16.5625rem;height:2.9375rem;top:1.5625rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iL2rJiub3uF7TW7KI9Hxfcb2ZzZqeG08 { width:17.4375rem;height:2.4375rem;top:62.125rem;left:1.3125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hhe5u7dAifSJBGOmQSb5izrgH1pBTxrh { 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; }#hhe5u7dAifSJBGOmQSb5izrgH1pBTxrh > .row .container { background-color: transparent; background-image: none; }#hhe5u7dAifSJBGOmQSb5izrgH1pBTxrh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhe5u7dAifSJBGOmQSb5izrgH1pBTxrh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhe5u7dAifSJBGOmQSb5izrgH1pBTxrh > .row .container > .video-iframe-container { display: none; }#hhe5u7dAifSJBGOmQSb5izrgH1pBTxrh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhe5u7dAifSJBGOmQSb5izrgH1pBTxrh > .row > .video-iframe-container { display: none; }#hhe5u7dAifSJBGOmQSb5izrgH1pBTxrh > .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); }#hhe5u7dAifSJBGOmQSb5izrgH1pBTxrh > .row .container { border-width: 0; border-radius: 0; }#hhe5u7dAifSJBGOmQSb5izrgH1pBTxrh > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mdt2VDC2xL3XUSfLSdVZf1xmVKJ4sHCA { width:20rem;height:3.375rem;top:1.248046875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #otRniuTwD1sziZ8HJPs7v9Km6Zt4SCTd { display:block; }#otRniuTwD1sziZ8HJPs7v9Km6Zt4SCTd > .row .container { width:20rem;height:117.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AJAHHG2etnB4n1gRt7xK1tX02MheKH2e { width:20rem;height:9.84375rem;top:1.029296875rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #T7zXiCvALFkR2WO2dmdG8LJeEqhS3vqW { width:18.25rem;height:11.25rem;top:11.8125rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XgXfvQKRUsKTITn8rwip4xFDiIJN8lNs { width:16.8125rem;height:16.03125rem;top:97.966796875rem;left:1.59375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RUvIm82QTTxQSfwtq0ttTDHLJhrMeTlq { width:18.875rem;height:20.625rem;top:23.75rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTDn7AzhPFuZdPrHJsv9vCZQro6oSMGL { width:18.5rem;height:20.625rem;top:45.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZf5QBTcJ9Co4ltDLEJ9Pq1TJI2gKXAN { width:18.5rem;height:20.125rem;top:67.5rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #inHQnvI88ifIEtEOFiMn3FKTXzqLlXTo { width:18.875rem;height:27.4375rem;top:88.841796875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyIsWTTCylErgkKyTRMKpD4UTHZx45zL { display:flex;width:7.125rem;height:7.125rem;top:89.375rem;left:6.4375rem; }
 }@media only screen and (max-width: 763px) { #FNwMl4XGOTCZ2hg28OgtUaSRCpvPPmyo { display:block; }#FNwMl4XGOTCZ2hg28OgtUaSRCpvPPmyo { background-color: transparent; background-image: none; }#FNwMl4XGOTCZ2hg28OgtUaSRCpvPPmyo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNwMl4XGOTCZ2hg28OgtUaSRCpvPPmyo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNwMl4XGOTCZ2hg28OgtUaSRCpvPPmyo > .row .container > .video-iframe-container { display: none; }#FNwMl4XGOTCZ2hg28OgtUaSRCpvPPmyo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNwMl4XGOTCZ2hg28OgtUaSRCpvPPmyo > .row > .video-iframe-container { display: none; }#FNwMl4XGOTCZ2hg28OgtUaSRCpvPPmyo > .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); }#FNwMl4XGOTCZ2hg28OgtUaSRCpvPPmyo { border-width: 0; border-radius: 0; }#FNwMl4XGOTCZ2hg28OgtUaSRCpvPPmyo > .row .container { width:20rem;height:89.375rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b3Eh9laXolEz6MwVTW8tc9kxMNzSHtdO { width:10rem;height:10rem;top:26.611721038818rem;left:0.74921876192094rem;background-color:#28887a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #StDEkUXqSQiQU3fkFTczOxw35hmafACX { width:17.5rem;height:5.25rem;top:1.625rem;left:1.25rem;font-size:2.625rem;text-align:center;text-align-last:center;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #i7faWoPysuBKNBdS2rRqKPxPQGXCt7wC { width:17.5rem;height:31.5rem;top:45.8125rem;left:1.6240234375rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15035;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #qrTOIMuxiwZnaf7l7LFTX5oi34DWamXO { width:7.375rem;height:7.375rem;top:25.999999284744rem;left:9.0617185235025rem;background-color:#28887a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #RHhM0oCoeBETTsC1CDDfOLqezmDzyQJ2 { width:19.25rem;height:21.5625rem;top:6.8125011920931rem;left:0.74921876192094rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Vbf8p9wRIKO3JBKRm6mHMpISzWHCfDvK { width:17.8125rem;height:8rem;top:36.611328125rem;left:1.09375rem;font-size:2rem;text-align:center;text-align-last:center;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #oTn3bUf2uGtVFoPGIzCOEbHWNBrLtC8r { width:18.875rem;height:7rem;top:80rem;left:0.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15035;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #LT79s2FDbKJmrypsy9fKT34IP6lM3NVw { width:20rem;height:8.125rem;top:79.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWnPLC0EUmC9P1wZI6C52Zsz5R5mHKwI { display:block; }#kWnPLC0EUmC9P1wZI6C52Zsz5R5mHKwI > .row .container { width:20rem;height:62.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uga0gp1SgEv3bnv6p3NL0o05w4oPCwEw { width:19.375rem;height:6.5625rem;top:1.169921875rem;left:0.3125rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #spE1G205pyUUq5eD2o8KJFtIf0L2TJbI { width:17.3125rem;height:21.6875rem;top:33.875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVQT1mC9zwdKaxkmyflWVUhW60SgfpEK { width:20rem;height:4.7181008902077rem;top:56.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPK4i2P7Ic8O10KVwwkIcG86g8gyWJCz { width:20rem;height:4.12305rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogyOxSG2cLcT54Q7OxIRb5OGQBpC7lgw { width:20rem;height:4.7334rem;top:27.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrFVUk5nNae4trSHzJdx3psiSX6RSK8M { width:20rem;height:5.513675rem;top:19.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6n8LgGoePuuZxaBLhVNxG2VIwAzaOfA { width:20rem;height:3.6777375rem;top:16.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqBmeQHsRfuK6hyFVTpv67getu55naHW { width:20rem;height:3.5rem;top:7.732421875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15035;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #THHmL8sKbEooUS0DsJTTSPvEvxLlqf3O { display:block; }#THHmL8sKbEooUS0DsJTTSPvEvxLlqf3O > .row .container { width:20rem;height:172.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z3cMaVNsD15hHowoX15gOE6T3z9WF3Iv { width:17.125rem;height:5.25rem;top:1.3125rem;left:1.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #baxkRfnAgtQX4AlRMWtH3RbRIZkhCi5h { width:19.0625rem;height:8.75rem;top:7.12109375rem;left:0.46875rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15035;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #WG4fIfxHrO5UWL9oaNIAvRDPTxIV5QZA { width:18.9375rem;height:27.5625rem;top:17.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mweqq3dZxsUukeK5tIcsWDhzRRvEWWa3 { width:17.5rem;height:1.75rem;top:26.3125rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #awXF34BvS5u7oK8nJadykS9dFcUku4ZP { width:17.5rem;height:1.4rem;top:28.75rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aNcMidsoOkGP2kTtafHZbetpBdQcfe64 { width:16rem;height:12.25rem;top:31.25rem;left:2rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qIETCWAnINuLSH0eXcrTCl3XDg06yS9z { display:flex;width:7.125rem;height:7.125rem;top:47rem;left:6.75rem; }
 }@media only screen and (max-width: 763px) { #s4FFenP4NXhQJPfyCsz56wNaGqpSkBo5 { width:18.9375rem;height:24.8125rem;top:46.37109375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlVsgHNNqBdSkQiy3HS8ZkHv2G4Z3FXf { width:17.625rem;height:1.75rem;top:54.875rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fx5lscyMCDltOBAatebzIbD9D1Ci6Zny { width:16.6875rem;height:1.4rem;top:57.6875rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KSFiUsXn2QCR6dvqV4tAbE9HVfVmzTSk { display:flex;width:7.125rem;height:7.125rem;top:18.12109375rem;left:6.4375rem; }
 }@media only screen and (max-width: 763px) { #TM6XTU1RDeop4PfgX7mv6GdD3L35F8JE { width:16.5625rem;height:8.75rem;top:60.9375rem;left:1.71875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BsuaIM9CdUaK5VCtVkg7y5EHlqtdLmnf { width:18.9375rem;height:26.125rem;top:72.6875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXeUaiLQOHMhANvy0lSrIiFcmHI1mbOA { width:17.625rem;height:1.75rem;top:82.0625rem;left:1.1875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pdAEAIHaAXmT5BOrwgLyRIb3Mfz0qpm5 { width:16.6875rem;height:1.4rem;top:84.8125rem;left:1.65625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gMG0VH44ArO5wWbzR9PAvt0kvQRMwSgL { display:flex;width:7.125rem;height:7.125rem;top:73.9375rem;left:6.4375rem; }
 }@media only screen and (max-width: 763px) { #Zyo5JRflBRV6qKiqOlIPX0gAoMcJUGqz { width:16.5625rem;height:10.5rem;top:87.5rem;left:1.71875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Myhy0roAdNXGiCEglmSVNmCT9hnmPnBL { width:18.6875rem;height:68.875rem;top:101.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DleHSuGCcGuJGvmCXudAzkNfNtw9htwO { width:16.8125rem;height:3.625rem;top:102.80859375rem;left:1.59375rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #utmXHKDcm8W0H8Ln5ORKCeZ79GbEzTnK { width:17.4375rem;height:8.75rem;top:107.68359375rem;left:1.28125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #arN4n2rIlLUeqI1NN9BIRvpSBOtb3Gl2 { width:17.625rem;height:1.9375rem;top:125.5625rem;left:1.1875rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jko7x9LKJvV9r0kCdHZuRvOHZFUVoReK { width:17.625rem;height:5.25rem;top:128.25rem;left:1.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gii3TnZyW7vMmlSa2b4p1zTet3s4kMOS { width:17rem;height:3.875rem;top:142.5rem;left:1.5rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VCL8ts4fQeHpznrKiVxRDTIzh1eXnwWT { width:16.3125rem;height:3.5rem;top:147.25rem;left:1.84375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GWEXXdH4nN0AM1zClmCE1NqzeuuIZWuW { width:15.6875rem;height:3.875rem;top:160.1875rem;left:2.15625rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dapxtvl7lz3vepiPElT6WhicMz76ICpu { width:16.875rem;height:3.5rem;top:164.875rem;left:1.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WZpii7ewl5O8lAvrJqfNBvQUCy7V0zz1 { display:flex;width:7.125rem;height:7.125rem;top:117.1875rem;left:6.4375rem; }
 }@media only screen and (max-width: 763px) { #tRNPebnybgNryIrfTWaPKFEpgalpnSav { display:flex;width:7.125rem;height:7.125rem;top:135.12109375rem;left:6.4375rem; }
 }@media only screen and (max-width: 763px) { #CyvAAMno0aRVZvnf8iZfPSvKSQ1n6mDZ { display:flex;width:7.125rem;height:7.125rem;top:152.25rem;left:6.4375rem; }
 }@media only screen and (max-width: 763px) { #huRlOgTdleglwo4PWZFEcSC98GCkCBn0 { width:17.625rem;height:19.5625rem;top:148.875rem;left:1.1875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #NUFfSAMhQKma4Fn9245LGftmEOQHmAzb { width:20rem;height:10.371125rem;top:151.375rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #TxsM480cbLzBOeLQWoDNTGNaFre9rGZr { width:16.625rem;height:11.3125rem;top:156.46875rem;left:1.6875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #PApwbZKckbCfTKKbMks529Oge0SPt74z { display:block; }#PApwbZKckbCfTKKbMks529Oge0SPt74z > .row .container { width:20rem;height:182rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kEvSExeuMGHJ7CW6zRXan9FTdxkXwVXJ { width:20rem;height:4.8rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJsOPpnwkUMNOowx2nA85z5zE46CwxqL { width:20rem;height:5.25rem;top:7.29785rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rm9MsBSTtrJ4HIKJvBs9cenrgaV8WcSJ { width:20rem;height:30.375rem;top:13.796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVBcICmvUwrOP3KDXPchywik3s6ACm0m { width:20rem;height:5.8125rem;top:26.078125rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #exGSWLmHrbsWZy7vhX2NuSzC0Rd7U45L { width:18.625rem;height:10.5rem;top:32.484375rem;left:0.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zyy8hVqGfLQKWWAKE7bqAMvwBqNe7GpO { display:flex;width:7.125rem;height:7.125rem;top:18.359375rem;left:6.4375rem; }
 }@media only screen and (max-width: 763px) { #RAvgGkHLha268EuRZ7KMvVZmAIecoZaa { width:15.9375rem;height:2.1875rem;top:15.453125rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFN2hpZTb8vLfn4DggfooSNVa9sORDZh { width:13.6875rem;height:1.5rem;top:15.796875rem;left:3.15625rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bTXdrSAAww3hb7q54k33lHgKIFSE8P1C { width:20rem;height:28.1875rem;top:45.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRM03hi5W6esJK5EUt58Ey5Ve6bbJhml { width:18.3125rem;height:3.875rem;top:57rem;left:0.84375rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ne4W8WfxzmgbhRuzFZwGwcmXy8GaMQGd { display:flex;width:7.125rem;height:7.125rem;top:49.875rem;left:6.4375rem; }
 }@media only screen and (max-width: 763px) { #ig8WQXuIbvkhZvsriM2vdO5rTMlAuaxE { width:18.25rem;height:10.5rem;top:62.09375rem;left:0.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vhDv6LlF1E2Da9rVXMQxI9JViX32vXMT { width:15.9375rem;height:2.1875rem;top:46.75rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgkIT8k0n54DZO1mg3AJzhsTc4iKFrLS { width:13.6875rem;height:1.5rem;top:47.09375rem;left:3.15625rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uPihLT6nA6g5ouag34oM4xn8oM5goXQ7 { width:20rem;height:32.875rem;top:75.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJQkSwka78zD3MVfifQAvrf3Q6m6JoV3 { width:18.1875rem;height:5.8125rem;top:87rem;left:0.90625rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RECkKK4om4q7pwS5fFMmCVdyDyTq8mcL { display:flex;width:7.125rem;height:7.125rem;top:113.4375rem;left:5.84375rem; }
 }@media only screen and (max-width: 763px) { #fOW6NR66X6fGiN7DOkyMVPmsVVfXVHyQ { width:18.75rem;height:12.25rem;top:94.0625rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DO82iG48TvkZnrMqv2ZBbMNLPfg5HvxA { width:15.9375rem;height:2.1875rem;top:76.4375rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NA1fhoc120vHgA9uVFIOpQfl5dNnWTdZ { width:13.6875rem;height:1.5rem;top:76.78125rem;left:3.15625rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OD64o0KpZTR3SCKlfymgpT5l6txrF964 { width:20rem;height:29.9375rem;top:109.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5D4PL2Ze2Ry4UKnJgWPHSfTwVTHSqkN { width:18rem;height:10.5rem;top:127rem;left:1rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ehGGSuwee3Ll4Ra5gJzedpwF6HnFPllw { width:15.9375rem;height:2.1875rem;top:110.8125rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmfgnW0SmUIr3twHgGkZUGkMdOhN0PeC { width:20rem;height:3.875rem;top:121.875rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FeFUfyXVpCxm69mXr4mkwgPK2tKCMNNV { display:flex;width:7.125rem;height:7.125rem;top:79.375rem;left:6.4375rem; }
 }@media only screen and (max-width: 763px) { #GnTdk9TTwSTJzQkzIzJNdNrPGzddFwLc { width:20rem;height:38.25rem;top:141.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TezftmiCmRoSDql9TK6MIqvCCO2AQW1o { width:18.5rem;height:19.25rem;top:159.1875rem;left:0.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Giqm2J6QHgSSHadbeHhHyHHDbx9vk106 { width:20rem;height:3.875rem;top:153.9375rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n87avKldFnXgFbQTrX1lZGZu8Xgy5yv9 { display:flex;width:7.125rem;height:7.125rem;top:146.125rem;left:5.84375rem; }
 }@media only screen and (max-width: 763px) { #vlmSXOQVzp5XLdTgNiIHN64AUZFRTDSD { width:15.9375rem;height:2.1875rem;top:142.75rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLaP8wicDLEv2rBLv5MPlH7RcSrzHu31 { width:13.6875rem;height:1.5rem;top:143.09375rem;left:4.34375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #W4KyaIJmCf9UZkE69ErTcnG1dst5NXVq { width:13.6875rem;height:1.5rem;top:111.15625rem;left:3.15625rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Fma6TWyTaTTF8TMteXsKS4u2fmsXwai3 { display:block; }#Fma6TWyTaTTF8TMteXsKS4u2fmsXwai3 > .row .container { width:20rem;height:127.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NrZ4O4toTzN7tTvgKUSBUW4weTfur95M { width:20rem;height:4.8rem;top:1.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6MkiExZMWc62RSEcuMr5xEFcSycWJte { width:13.6875rem;height:3.3rem;top:9.5rem;left:1.125rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iwQGwoqv9lThcmaIJow06ksNz4guLgM2 { width:7.1875rem;height:1.575rem;top:10.361328125rem;left:12rem;font-size:1.3125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #HuvXJIJPTFe3TGtJB6pMhSdZ7FA1r1zP { width:11.4375rem;height:5.175rem;top:14.6845703125rem;left:1.125rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #II5q05XGHETbk35uUO2BitKqkuTMk46O { width:11.125rem;height:1.575rem;top:16.4833984375rem;left:8rem;font-size:1.3125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #aDyaUh4QcuTbSVQiUsZ7bNWvwiuZVTEF { width:20rem;height:0.3125rem;top:20.0478515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKAX7FTQr0o3wR20LTvECZCC35qkAyM1 { width:20rem;height:0.3125rem;top:13.9228515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxQay2OoZ6qiXHuBUyKb9FxrEn1z7At1 { width:12rem;height:4.95rem;top:21.8330078125rem;left:0.8125rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #be4u1p2Vah0GZzf2TrTrpCa4ucUZ0hIb { width:20rem;height:0.3125rem;top:28.0830078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGK6O4UyFg2AM9BTlxANNln2EHAkrNQz { width:11.125rem;height:1.575rem;top:21.8330078125rem;left:8rem;font-size:1.3125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #wrnv0Q8rONPQVO1XAyDxZTtestJ3UQr7 { width:10.1875rem;height:3.45rem;top:30.0830078125rem;left:1.125rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VOUD4V8TaoTzdJUBM5CmQ4wsQDPolTCB { width:11.125rem;height:1.575rem;top:31.0205078125rem;left:8rem;font-size:1.3125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #nZheTSXQAGnKXnyLglOWTKygbFP3Imtd { width:20rem;height:0.3125rem;top:35.3330078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdTadohZCQ9z3rQ4euy0aTGBZ7k7Mv7S { width:20rem;height:0.3125rem;top:49.0439453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMXWIlmwMfSgc0eCtZmUCcyFmU5pnn4T { width:11.125rem;height:1.575rem;top:45.8564453125rem;left:7.5rem;font-size:1.3125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #gp1UEGil1T0MyzkfA7dxghh6wnaPcnlK { width:14.125rem;height:3.45rem;top:44.9189453125rem;left:0.90625rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Qh0fK9Vq3SGdIrKJEhB8pOWBtJkoBFip { width:20rem;height:0.3125rem;top:43.2314453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxSyArshRllQOSDfV5v1OZofMOiaWE8T { width:11.125rem;height:1.575rem;top:38.60546875rem;left:8rem;font-size:1.3125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Q1ArceS5hVV6d6mGtgOzpIRo9btBWzss { width:13.625rem;height:4.95rem;top:36.9189453125rem;left:0.375rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w9VLkzcqbk7zxX26qIWAoUWdyeVrWTeD { width:20rem;height:4.2rem;top:50.1064453125rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #acTJeZbJCDyzo2AliDJp095iHhBhcwey { width:11.125rem;height:2.4rem;top:51.9697265625rem;left:8.875rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yNobNxkTf5EuKLUB9h74Kgmk9PFWtUTh { width:17.6875rem;height:23.875rem;top:55.7705078125rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLdEkLuvCGJgXqf5wVJdrEVwtFwr0g6F { width:14.8125rem;height:1.725rem;top:57.7041015625rem;left:2.09375rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IC9ACfEEuqCHyAghdwvmzMdon8VaX6aF { width:15.3125rem;height:19.25rem;top:60.0166015625rem;left:2.34375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TTnNltwQykbaUXq7TJeHq2CSlWaypTMm { width:18rem;height:42rem;top:82.3125rem;left:0.9375rem;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) { #UwTbnuiW0PT2m2HireOyELycTscBNqkF { width:16.5rem;height:1.65rem;top:84.4306640625rem;left:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #inP4pE1BMIuHSvXcnqLIQ1B6B6FsdU3l { width:6.25rem;height:3.6rem;top:87.3818359375rem;left:6.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbOJOSpoS8tMbdQ2SBUO3doKZ4GBVlQ8 { width:7.5rem;height:3rem;top:91.5439453125rem;left:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssT9naVVuuCxTstF2apcJqG4M4JoszV7 { width:13rem;height:13.875rem;top:99.6064453125rem;left:1.40625rem;font-size:1rem;display:block; }#ssT9naVVuuCxTstF2apcJqG4M4JoszV7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b653a8ffe12adca0f2d2c876474cbf83.svg); }
 }@media only screen and (max-width: 763px) { #iiTT45D5lQn4hk1U0AHTzGBffbwaGaI2 { top:115.375rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpwG5JfpKlFTcyMN5OUNrEZVvf1nM3OH { display:block; }
 }@media only screen and (max-width: 763px) { #N2xPMTTdISRETiVwwsyevpqLTeGM8O2p { width:16.9375rem;height:1.5rem;top:95.5439453125rem;left:2.15625rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RPbxp5rAfuwE77lLxbn6WpXiQNGftsg7 { width:17.25rem;height:2.1875rem;top:95.2001953125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRDrOv4eNdGry3P7nRecaUutkSeVmrD7 { width:8.75rem;height:1.5rem;top:100.5rem;left:9.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNQDw0nDFqP1sf7wNlGdmd0DBTqoaegO { width:11.9375rem;height:1.5rem;top:105.7939453125rem;left:5.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOwMooKWLhr7CLkCL1rSzqRlaTzQ25Al { width:13.8125rem;height:1.5rem;top:112.0439453125rem;left:3.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnFqhREiU2Gnc69xW4hsq9Wom6w7lFLe { width:19.875rem;height:3rem;top:120.0166015625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXpTD0nZTSKqcw9SqUIwevKOyEIreQbI { display:block; }#OXpTD0nZTSKqcw9SqUIwevKOyEIreQbI > .row .container { width:20rem;height:73.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zf9oJryf2zvhmDsegWogxmvft1V8UwN5 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zf9oJryf2zvhmDsegWogxmvft1V8UwN5 { display:flex;height:auto;width:17.5rem;top:9.4873046875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zf9oJryf2zvhmDsegWogxmvft1V8UwN5 #t9Ox2hZTECv0JL6pvJfMVuObtREu6Nlg {  }
 }@media only screen and (max-width: 763px) { #zf9oJryf2zvhmDsegWogxmvft1V8UwN5 #zXCQgGtxBtwi3MJa194sRmlEvAqE513B {  }
 }@media only screen and (max-width: 763px) { #zf9oJryf2zvhmDsegWogxmvft1V8UwN5 #uhqiLxT50KNLzKLIhPk86SSxoFouECry {  }
 }@media only screen and (max-width: 763px) { #zf9oJryf2zvhmDsegWogxmvft1V8UwN5 #ir99okzODqLqmvRTOJyeD8ePQ0HSgG8z {  }
 }@media only screen and (max-width: 763px) { #zf9oJryf2zvhmDsegWogxmvft1V8UwN5 #ihtJJnJupGIieTsr5GgFAbtNLIg3Q5l1 {  }
 }@media only screen and (max-width: 763px) { #zf9oJryf2zvhmDsegWogxmvft1V8UwN5 #nrcMpPDT0K197F630Zw8Bsux7T0reJiL {  }
 }@media only screen and (max-width: 763px) { #zf9oJryf2zvhmDsegWogxmvft1V8UwN5 #doitE228QRBC70qzKfq2cFyk2QDOShwZ {  }
 }@media only screen and (max-width: 763px) { #zf9oJryf2zvhmDsegWogxmvft1V8UwN5 #b1yUIt3A08Gqg4gRPqJZgB7EqcKesyca {  }
 }@media only screen and (max-width: 763px) { #zf9oJryf2zvhmDsegWogxmvft1V8UwN5 #oBDCeJTmTk8dRan6CHA7eDbKiuZ7b66O {  }
 }@media only screen and (max-width: 763px) { #zf9oJryf2zvhmDsegWogxmvft1V8UwN5 #qLga0Wtbt2vmCOPecwPBzSvPVudJb3XK {  }
 }@media only screen and (max-width: 763px) { #zf9oJryf2zvhmDsegWogxmvft1V8UwN5 #xNqox0pr45PMit8u6xi4cmKcsi9AEVyN {  }
 }@media only screen and (max-width: 763px) { #zf9oJryf2zvhmDsegWogxmvft1V8UwN5 #vZBMst5qhOOeBUDxUmPN73hx6a2M90oT {  }
 }@media only screen and (max-width: 763px) { #zf9oJryf2zvhmDsegWogxmvft1V8UwN5 #uPx9ufzLvRA4oSwbnEc3fEuwIZrEwl2O {  }
 }@media only screen and (max-width: 763px) { #zf9oJryf2zvhmDsegWogxmvft1V8UwN5 #xuFbQUcXQAuAnhXTop1z8FgtFvterLe2 {  }
 }@media only screen and (max-width: 763px) { #zf9oJryf2zvhmDsegWogxmvft1V8UwN5 #vDtSUKbTi9zAQP4GXaWyTQxn4LTEaOOt {  }
 }@media only screen and (max-width: 763px) { #zliUI6Npdse9Clhq9ukfKEKPFv0hz6Zi { width:0.0625rem;height:38.0625rem;top:9.0625rem;left:19.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #upK5xvipyPIaPZAeHz0Z6wET4qPaPzNO { width:1.25rem;height:1.25rem;top:8.25rem;left:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ { display:flex;height:auto;width:17.5rem;top:45.1875rem;left:0rem; }
#eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ #eqB7rQWSlJxEPbRS863gpPd8XdmtC9lG {  }
 }@media only screen and (max-width: 763px) { #eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ #Bc7IX9LEH2y00220UktTm2UuWpnPTZsZ {  }
 }@media only screen and (max-width: 763px) { #eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ #qdbwGRHr1hyDrpLnmOLMEeAqPqKQzAuW {  }
 }@media only screen and (max-width: 763px) { #eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ #KTcB5EUyPHdvLVnJGTf2KmCUMoMrEvTH {  }
 }@media only screen and (max-width: 763px) { #eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ #VwWr4TBKnvFttkRVUJSPS4NSUOpQNU2B {  }
 }@media only screen and (max-width: 763px) { #eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ #NK8xAuydMub6gIlgPyc3gfAGNSswS2VI {  }
 }@media only screen and (max-width: 763px) { #eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ #sq9MNsVVEVq9U1GT1LLww9uM5s9odl6t {  }
 }@media only screen and (max-width: 763px) { #eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ #MArc7JOEDIVzJyyStJ6zo1XVLgBm9hlE {  }
 }@media only screen and (max-width: 763px) { #eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ #J1SODDuWmbnlsppmIGeDx7roMQNvhCzM {  }
 }@media only screen and (max-width: 763px) { #eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ #h7rOiMP5MVDthgXrTIKkzUlVl5Tgd7HK {  }
 }@media only screen and (max-width: 763px) { #eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ #aVNJrsfndqtAqv1BHFun3yIDcwIyNIUQ {  }
 }@media only screen and (max-width: 763px) { #eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ #ppU5Fc63X1kJw4QQd8dIJPOV360oSqpT {  }
 }@media only screen and (max-width: 763px) { #eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ #CcHBTCb1yPCDa3RhlzU15og6e2SVlw5i {  }
 }@media only screen and (max-width: 763px) { #eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ #fOvBmTfTsTJvTKKXJEQT08tzOM178obZ {  }
 }@media only screen and (max-width: 763px) { #eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ #ZeSCxxI3GtmnaJk47R9q02ue9F8hGAvb {  }
 }@media only screen and (max-width: 763px) { #eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ #BWcH68A0Oy63qOgnNd14XeugTk76UyDh {  }
 }@media only screen and (max-width: 763px) { #eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ #UW2wWIQ7lCKTXcSMTJkN7yMdtslnpf7B {  }
 }@media only screen and (max-width: 763px) { #eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ #E6azhTMJbvWA3rxdD2IIl8NslIyklSnA {  }
 }@media only screen and (max-width: 763px) { #eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ #qZVvqE2fTQmLfA1GzmnJBgvTG1ZrFMkH {  }
 }@media only screen and (max-width: 763px) { #eKPtCvTOxIMypA9XG8RNQUfaekE5J8TJ #cdbIWMJ8py6DoV4iXH79dZ2atKwMipWJ {  }
 }@media only screen and (max-width: 763px) { #QF1Pk9GinNZnQZ3wGpS6UXVwgBweAwHw { width:20rem;height:4.8rem;top:1.2197265625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtUvl9oCJnBSIkHPHKR3GQM90w9WIr8b { display:block; }#gtUvl9oCJnBSIkHPHKR3GQM90w9WIr8b > .row .container { width:20rem;height:38.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QvmQpTt0vNnkzZa9MQ083CDdOwoVCHAl { width:16.875rem;height:14rem;top:14.125rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J43o3rlfDXUPGzHa74KdydnePxbnHbxR { width:16.0625rem;height:3.4375rem;top:29.625rem;left:1.96875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #znzTTrM1zpWTCXBTAovpNkZPQ2XAJNit { display:block; }
 }@media only screen and (max-width: 763px) { #AZfJJCedyc79QAAh2f4J2fmJgMtMVeoq { width:18.375rem;height:4.8rem;top:4.6875rem;left:0.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2E66HX9nfVrqVqRm9qs6A8NqradiVMH { width:20rem;height:2.4rem;top:10.0859375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoTsoeL55wg0eN9uzXywCAGafhwWI51F { width:20rem;height:2.4rem;top:1.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSlz9EHCO0ZQl0bzpODMe91LzmzyPitO { width:16.4375rem;height:3.6rem;top:34.1689453125rem;left:1.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVR8PZpXWiVJ3OiF4ryhdNFAwzvVLTLz { display:block; }#pVR8PZpXWiVJ3OiF4ryhdNFAwzvVLTLz > .row .container { width:20rem;height:26.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TI6Jylxp33hgriDLFIC3VUzAKZFMEcTU { width:18.875rem;height:3.5rem;top:1.5rem;left:0.5625rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PEnPi0s1MlL74QOer3FJGTD6TVi8PsRi { width:5.25rem;height:2.625rem;top:12.625rem;left:3.625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I9Mz6REoFVvWwZsoUB2BoQ1dbamMoeeA { display:block; }
 }@media only screen and (max-width: 763px) { #f7XSTfmiIopPrrVczikXzOsX3eFBbGgd { width:6rem;height:2.625rem;top:15.25rem;left:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ww2IkTKoORrl3lqn9asnIe46IG12RtwH { display:block; }
 }@media only screen and (max-width: 763px) { #E8wr51Zmkhf5fi96zMbaqNN6W7z8IwpM { width:6.1875rem;height:2.625rem;top:18.6875rem;left:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLBXXadssEuwTUMae1CPNDeEQxrTVIon { display:block; }
 }@media only screen and (max-width: 763px) { #WwaSsWbNH3yVMtkw4FppqfmyGv5FOJTm { display:flex;width:3rem;height:3rem;top:8.28125rem;left:9.75rem; }
#WwaSsWbNH3yVMtkw4FppqfmyGv5FOJTm > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #eTqSKSUkVfutVNsyBCD6ubCnHKXGteqm { width:0.3125rem;height:11.375rem;top:13.0625rem;left:1.9514260249554rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQkBMaRGFP0A0smE1t79FSfEVkIbnnfr { width:10rem;height:0.0625rem;top:4.25rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tpasoPsms9hUT5yrR8HqvuGx97RovPiT { width:18.875rem;height:2rem;top:5rem;left:0.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q4hWFtgNzzWArJxf9KTL3mRQAnTa7XXp { display:flex;width:3.3125rem;height:3.3125rem;top:8.125rem;left:1.6875rem; }
#Q4hWFtgNzzWArJxf9KTL3mRQAnTa7XXp > img { max-width: 100%;max-height:100%; width:3.3125rem; height:3.3125rem; } }@media only screen and (max-width: 763px) { #RwUzTVkt00b3UZZEpkRNczPV5dsniGKq { display:flex;width:3.125rem;height:3.125rem;top:8.4375rem;left:5.875rem; }
#RwUzTVkt00b3UZZEpkRNczPV5dsniGKq > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #nFzGXvGTMkk0bfOWRSivX7TWwHvBakbI { display:flex;width:3.5rem;height:3.5rem;top:8.1875rem;left:13.8125rem; }
#nFzGXvGTMkk0bfOWRSivX7TWwHvBakbI > img { max-width: 100%;max-height:100%; width:3.5rem; height:3.5rem; } }@media only screen and (max-width: 763px) { #v7NtxFZPW5Gs2TF3Ve3aQldVRy8tg59L { width:10.125rem;height:2.625rem;top:21.875rem;left:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOUEalyBJfpadeesrgfz5za9S6LP7EE2 { display:block; }
 }