.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,247,204;--color-primary-1:255,234,125;--color-primary-2:255,214,0;--color-primary-3:255,198,0;--color-primary-4:51,43,0;--color-secondary-0:213,221,255;--color-secondary-1:128,154,255;--color-secondary-2:44,87,255;--color-secondary-3:45,65,218;--color-secondary-4:0,58,213;--color-tertiary-0:255,255,255;--color-tertiary-1:151,149,151;--color-tertiary-2:128,128,128;--color-tertiary-3:69,69,69;--color-tertiary-4:0,0,0;--headlines-font-family:"lato";--paragraphs-font-family:"lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#252323;background-image:url("https://images.assets-landingi.com/cbaknd86/bg01_011.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#XEmcSWilwC3Q0ZeA8boUS7xKQ9vWTCzV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEmcSWilwC3Q0ZeA8boUS7xKQ9vWTCzV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEmcSWilwC3Q0ZeA8boUS7xKQ9vWTCzV > .row > .video-iframe-container { display: none; }#XEmcSWilwC3Q0ZeA8boUS7xKQ9vWTCzV > .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); }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 { background-color:rgba(var(--color-tertiary-4),1);background-image:none;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;display:block; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container { background-color: transparent; background-image: none; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container > .video-iframe-container { display: none; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row > .video-iframe-container { display: none; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .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); }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container { border-width: 0; border-radius: 0; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container { width:60rem;height:314.5625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#Quz7qQ2NR9OEWNxWpTC0pxSJTRRd3zrH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:5.5rem;top:2.25rem;left:27.25rem;overflow:hidden;display:none; }
#SoPJ3TzsVczzDtbK1DZW49cpm5H6ziOo { color:rgba(var(--color-tertiary-0),1);display:block;width:36.1870625rem;position:absolute;font-family:"titillium web";font-size:3.75rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:3.0620660781861rem;left:0rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#M6LKiDTpNrGQnzikHc4BfV6AdnnkCcfq { color:rgba(var(--color-tertiary-0),1);display:block;width:56.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:102.5rem;left:2.375rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#UVMTOOtMxdLkuqUfOXPJXST3933UelOT { z-index:15003;top:246.3125rem;left:10.875rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(45deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(45deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(45deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(45deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-primary-2),0.25) ;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:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.1844375rem;height:5.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#VcIkcM3xm9dCxJg5MtsxLqUhOure46Tr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O9FE7adEewHRW2yiquv7Ra0gXIXpXb8U { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:44.3105625rem;width:44.3105625rem;top:56.005859375rem;left:9.5302734375rem;overflow:hidden;display:block; }
#uluNAb5BFZQPKSbTHRRlc0aAivVGpmxV { 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:0.625rem;width:0.625rem;top:0rem;left:23.125rem;overflow:hidden;display:block; }
#OXeKu3ZzEnsGpLT34xW6NuUxKpBmaUxp { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:30.9375rem;top:19.5rem;left:0.2490234375rem;overflow:hidden;display:block; }
#mggpRWTKwTViX4970nZLoP4U8K3b05dR { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:37.5615rem;width:24.8730625rem;top:17.3994140625rem;left:31.880859375rem;overflow:hidden;display:block; }
#DHhPXViWz75GFp1XeTFvVwGVg5hXQ2Aw { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:31.625rem;width:26.6875rem;top:41.0625rem;left:31.235160827637rem;overflow:hidden;display:none; }
#rOm5k5TLDT6dbw9KZVc8LSgioetPB6Lq { color:rgba(var(--color-tertiary-0),1);display:block;width:26.6873125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.0869125rem;top:50.5rem;left:2.375rem;display:block; }
#D21KEPdKnzLV7agVxTBVS4GrpKdJo5OT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:60rem;display:none; }
#NTZtTh1aJPlNCMAMszgLgLTtAxOHltve { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:60rem;display:none; }
#W9rx7bQC7rcX6ebw9DBDQvIc0pLAeN0v { color:#dfbb66;display:block;width:30.186625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;height:10.724625rem;top:28.4375rem;left:0.375rem;text-align:center;text-align-last:center;display:block; }
#DlkXI7gfuRZFWgfd615OwsMgQ28pcTRT { color:rgba(var(--color-tertiary-4),1);display:block;width:25.374rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:9.2607375rem;top:40.375rem;left:2.375rem;text-align:center;text-align-last:center;display:block; }
#qzWp14k0VWkDfTo1G074Gc74ofA8mZCJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.8125rem;width:59.5rem;overflow:hidden;top:0rem;left:0rem;display:block; }
#xtDM4ipRuItkEkph3vSooCofZtZvhdUD { z-index:15003;top:254.375rem;left:10.875rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #33da4b, #1dff00);background-image: -moz-linear-gradient(45deg, #33da4b, #1dff00);background-image: -ms-linear-gradient(45deg, #33da4b, #1dff00);background-image: -o-linear-gradient(45deg, #33da4b, #1dff00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#33da4b', endColorstr='#1dff00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#33da4b', endColorstr='#1dff00' );";background-image: linear-gradient(45deg, #33da4b, #1dff00);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-primary-2),0.25) ;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:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.1844375rem;height:5.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#KOuw3lzW5CeqVPgDxSmX6768uM8i3067 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v4ftnVTCD4yG4uTVaA98DaQSi4ap7SaA { z-index:15003;top:262rem;left:10.875rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-primary-2),0.25) ;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:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.1844375rem;height:5.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vT6MkoaVe7vQRT4Pm9hSmkCPttu3x95d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P9LNZQBh9hfE8TEaF88wn1GH4k6Caa8D { z-index:15004;top:292.25rem;left:2.375rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #787878, #949494);background-image: -moz-linear-gradient(45deg, #787878, #949494);background-image: -ms-linear-gradient(45deg, #787878, #949494);background-image: -o-linear-gradient(45deg, #787878, #949494);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#787878', endColorstr='#949494' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#787878', endColorstr='#949494' );";background-image: linear-gradient(45deg, #787878, #949494);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-primary-2),0.25) ;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:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:55.5625rem;height:5.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#I3EDNzoim6LN54wdXx9yTS5kr9qK29eA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SINUXLS8twy4TSb71KXeaT6lUG2KfJV8 { color:rgba(var(--color-tertiary-0),1);display:block;width:56.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:102.06231594086rem;left:2.3748245239258rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TRGt98BXdaTFFWq65cOCH2uncU546hoN { color:rgba(var(--color-tertiary-0),1);display:block;width:37.87375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:3.08715625rem;top:105.46251678467rem;left:11.5625rem;text-align:center;text-align-last:center;display:block; }
#px8EeT43LssW4Ttkf7NyXpv9sTiOUWd1 { color:rgba(var(--color-tertiary-0),1);display:block;width:56.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:108.49165248871rem;left:3.125rem;height:35rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gTNHi9tuWqkHS9dePFAw7OFACQqXuZIc { color:rgba(var(--color-tertiary-0),1);display:block;width:37.874625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:3.08715625rem;top:114.74786949158rem;left:12.71573638916rem;text-align:center;text-align-last:center;display:block; }
#n7bD6UftvVRywDrlL3HswF0wMOboTTb8 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:28.6248125rem;width:28.6248125rem;top:155.6098985672rem;left:1.4053649902344rem;overflow:hidden;display:block; }
#BzwldnynGwpPOTEooMrRxxRCMKT7hSGH { color:rgba(var(--color-tertiary-0),1);display:block;width:57.3118125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:3.65625rem;top:150.46164321899rem;left:1.3423309326172rem;text-align:left;text-align-last:left;display:block; }
#etdP9fXNrW79bWpbAfGs0TdAfSCr8Pva { color:rgba(var(--color-tertiary-0),1);display:block;width:27.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:155.609375rem;left:31.1865234375rem;height:31.49415rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MLnhMoKRAtK8TFFGyTqOqbzR6ZKbBxDl { color:rgba(var(--color-tertiary-0),1);display:block;width:26.3115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:2.03125rem;top:179.5595703125rem;left:31.1865234375rem;display:block; }
#OQoVfT2ndexRVL1oQlL2TNVopL9g5NcD { color:rgba(var(--color-tertiary-0),1);display:block;width:56.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:241.875rem;left:2.529296875rem;height:2.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t4Zrs2gfivvVUuURGydMqACx4Gq3WoZC { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:21.5625rem;width:28.875rem;top:191.8583984375rem;left:30.443359375rem;overflow:hidden;display:block; }
#ktydfLwaZWk2DlarMi9NGJn0i2IcWGTp { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:35.3730625rem;width:27.9365rem;top:191.8583984375rem;left:1.1865234375rem;overflow:hidden;display:block; }
#iomMQiwuHVqNEDTJ2D6LoitWq7WckiNZ { color:rgba(var(--color-tertiary-0),1);display:block;width:56.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:108.24928283691rem;left:2.3748245239258rem;height:32.5rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#HdhvU9a5xZWDFxdvLwCyTPkBK3kcE21C { color:rgba(var(--color-tertiary-0),1);display:block;width:45.5619375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:187.09073257446rem;left:8.9027023315431rem;height:10.39845rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oaohW45qWiXtBtRzi3CTFPxyHC8fWSWV { color:rgba(var(--color-tertiary-0),1);display:block;width:27.9998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:155.6098985672rem;left:31.186080932618rem;height:31.480825rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#i8uz3hzfZ3UrFhOVAt1TUIWS7KdJDH7E { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(var(--color-tertiary-4),0.5) ;height:10.9375rem;width:29.375rem;top:215.751953125rem;left:30.560546875rem;overflow:hidden;display:block; }
#F4mrOd9lPTGUqbJzsFiiR02zTspiKaES { color:rgba(var(--color-tertiary-0),1);display:block;width:49.875rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:272.1875rem;left:5.1875rem;height:14.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EdIeX2my1SkcpUqI81JZCTztPuH13kX4 { color:rgba(var(--color-tertiary-0),1);display:block;width:49.875rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:264.7724609375rem;left:5.0625rem;height:14.21875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qJhyJ3kBOFaOcrMLQtG3cLWAmwWuVItw { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:21.5625rem;width:21.5625rem;top:191.8583984375rem;left:30.443359375rem;overflow:hidden;display:none; }
#xT28fTeZPWWT9T2cLnM79gLvFOVIUeAV { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:21.5625rem;width:21.5625rem;top:191.8583984375rem;left:30.443359375rem;overflow:hidden;display:none; }
#d9TiiTu68D6vTKTpgm4JsJM2Th4LLzyA { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:21.5625rem;width:21.5625rem;top:191.8583984375rem;left:30.443359375rem;overflow:hidden;display:none; }
#Tr8lTXFOiDaAweDisRfTfp9kpPxxCCkJ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:21.5625rem;width:21.5625rem;top:191.8583984375rem;left:30.443359375rem;overflow:hidden;display:none; }
#AEgkGFXrVPWhJRvCm27npP6o2xdfOCEi { color:#d89d2a;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:47.874218702316rem;left:0rem;height:12.9169875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#LGUWAQNqbHkykXJ6CxzPqg6a7Nnr6PLT { color:#d89d2a;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:47.874218702316rem;left:0rem;height:12.9169875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#V5diQEhw1cuXK7nvR8Ht1CbPJiCOUKKC { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:bitter;font-size:3.3125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:229.5478515625rem;left:0rem;height:4.3056625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GkaavQKTVThokyPw6rULco0Tl203BaIH { color:#d89d2a;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:231.1064453125rem;left:0rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BIUTSvLVef9TUTLHOoSTy9CIzxvxGG2y { box-sizing:content-box;height:0.125rem;width:47.75rem;position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:none;top:239.625rem;left:7.091796875rem;display:block; }
#qLtdEiXtkyOqd8TqKDMJBhVC60JGdnMx { position:absolute;display:block;z-index:15002;height:27rem;width:48.875rem;top:65.5rem;left:5.5625rem;display:none; }
#CV3v8wC6Wwb2XURyuSToWC7fanc2CkKr { color:#cfb176;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.75rem;left:0rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#k7KKaV7xTlguFc2WKydMV7AmSTl8qg5D { color:#cfb176;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:306.0625rem;left:0rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v6KNfDpmrVglWVTbO9FlWZuTop1CvOXg { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#qs5AKkcnPfPZXolv95TFCoZELOazmPG7 { 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; }#qs5AKkcnPfPZXolv95TFCoZELOazmPG7 > .row .container { background-color: transparent; background-image: none; }#qs5AKkcnPfPZXolv95TFCoZELOazmPG7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qs5AKkcnPfPZXolv95TFCoZELOazmPG7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qs5AKkcnPfPZXolv95TFCoZELOazmPG7 > .row .container > .video-iframe-container { display: none; }#qs5AKkcnPfPZXolv95TFCoZELOazmPG7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qs5AKkcnPfPZXolv95TFCoZELOazmPG7 > .row > .video-iframe-container { display: none; }#qs5AKkcnPfPZXolv95TFCoZELOazmPG7 > .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); }#qs5AKkcnPfPZXolv95TFCoZELOazmPG7 > .row .container { border-width: 0; border-radius: 0; }#qs5AKkcnPfPZXolv95TFCoZELOazmPG7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qs5AKkcnPfPZXolv95TFCoZELOazmPG7 > .row .container { font-size:0.875rem;font-family:arial;height:27.5rem;width:60rem;position:relative;display:block; }#ioyzfP7NfmTWpySh3RvKaenIszULUi3s { color:rgba(var(--color-tertiary-3),1);display:block;width:14.249125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.8125rem;left:4rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ul2H7llWL9sNnEmF1KKpxonvGbc8uMiL { color:rgba(var(--color-tertiary-1),1);display:block;width:19.0625rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:8rem;left:1.625rem;height:3.167725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n8uLEFxCKgTdm7Me6vB8bqDrO7T6V4Qk { color:rgba(var(--color-tertiary-1),1);display:block;width:19.749375rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:21.231556892395rem;left:37.188583374024rem;height:3.167725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tT5TO048A5Lc0FX9K7aXi17DNaHcRnGv { color:rgba(var(--color-tertiary-3),1);display:block;width:15rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:19.357421875rem;left:39.562503814698rem;height:1.2999125rem;font-style:normal;display:block; }
#VosUGao3UucGcVWhyWMCaNieWlUrJPtZ { color:rgba(var(--color-tertiary-1),1);display:block;width:18.9985rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:13.5rem;left:21.3125rem;height:3.167725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MKpSeKHlA05yncIbNWZbtiCCBIplBa71 { color:rgba(var(--color-tertiary-3),1);display:block;width:15.5620625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:10.1875rem;left:23rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FwVoSiDUwbIpeq15UL6LDbt5FmHTsirx { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:7.125rem;left:29.6875rem; }
#gpBRJqdMXsil4gfR0UMBiOcshsH7F79E { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:16.471355438233rem;left:45.968753814698rem; }
#BdKuV3kbiHAZZTEldy0tz2Eq5BmMN19H { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.37305rem;width:2.37305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:2.5rem;left:9.9375rem; }
#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV { background-color:#fbf5ee;background-image:none;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;display:block; }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row .container { background-color: transparent; background-image: none; }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row .container > .video-iframe-container { display: none; }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row > .video-iframe-container { display: none; }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .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); }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row .container { border-width: 0; border-radius: 0; }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row .container { width:60rem;height:5.625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#LiXTD6aG6qCzcxgTk1TfvyxMXhJXgt48 { color:#cfb176;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.0627136230469rem;left:0rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pQhQuqeqwTM58whT47roX0xtUPDrFsET { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/cre56fRh/BG6.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pQhQuqeqwTM58whT47roX0xtUPDrFsET.adaptive-delivery-prevent-bg, #pQhQuqeqwTM58whT47roX0xtUPDrFsET.lazyload, #pQhQuqeqwTM58whT47roX0xtUPDrFsET.lazyloading { background-image: none; }#pQhQuqeqwTM58whT47roX0xtUPDrFsET > .row .container { background-color: transparent; background-image: none; }#pQhQuqeqwTM58whT47roX0xtUPDrFsET::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQhQuqeqwTM58whT47roX0xtUPDrFsET > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQhQuqeqwTM58whT47roX0xtUPDrFsET > .row .container > .video-iframe-container { display: none; }#pQhQuqeqwTM58whT47roX0xtUPDrFsET > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQhQuqeqwTM58whT47roX0xtUPDrFsET > .row > .video-iframe-container { display: none; }#pQhQuqeqwTM58whT47roX0xtUPDrFsET > .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); }#pQhQuqeqwTM58whT47roX0xtUPDrFsET > .row .container { border-width: 0; border-radius: 0; }#pQhQuqeqwTM58whT47roX0xtUPDrFsET > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pQhQuqeqwTM58whT47roX0xtUPDrFsET > .row .container { font-size:0.875rem;font-family:arial;height:93.25rem;width:60rem;position:relative;display:block; }#vH515c8eyI3f29IiMfiob0r1FNvUeVWu { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:28.9995625rem;width:28.9995625rem;top:0.90386295318606rem;left:30.283203125rem;overflow:hidden;display:block; }
#WwVoJqFOZv5nbatXuhwWko5ZEoIwlq6w { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:28.875rem;width:28.875rem;top:31.374784469604rem;left:1.09375rem;overflow:hidden;display:block; }
#Ps6TfQM01cOGiGo26Tey1mpqOQIZP2K2 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:28.6230625rem;width:28.6230625rem;top:61.618928909302rem;left:1.09375rem;overflow:hidden;display:none; }
#wLfVIku6yuaWfUTKSfU2erOCTk8HcPxI { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:28.3105625rem;width:28.3105625rem;top:75.772573471069rem;left:30.63151550293rem;overflow:hidden;display:none; }
#EG5BbeHZOwJbFkVcE7JsekZkgL6Ctfy1 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:28.9375rem;width:28.9375rem;top:0.9375rem;left:0.966796875rem;overflow:hidden;display:block; }
#kLJKNUmvV2b3gvu9mg96Jm4D9W9TlAKD { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:28.75rem;width:28.75rem;top:31.436634063721rem;left:30.409072875976rem;overflow:hidden;display:block; }
#axvDs5hlrtNn01PcXmCyHyJcn88JndK1 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:28.5623125rem;width:28.5623125rem;top:61.648223876953rem;left:30.502388000488rem;overflow:hidden;display:block; }
#BiBLfi2k5K2hfP43JwlZ0Cux3UKy6LaB { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:28.8125rem;width:28.8125rem;top:31.374784469604rem;left:1.09375rem;overflow:hidden;display:none; }
#BMDVZBoMbgCpdUhRFGQLUXCEomQdwA0X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BMDVZBoMbgCpdUhRFGQLUXCEomQdwA0X > .row .container { background-color: transparent; background-image: none; }#BMDVZBoMbgCpdUhRFGQLUXCEomQdwA0X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMDVZBoMbgCpdUhRFGQLUXCEomQdwA0X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMDVZBoMbgCpdUhRFGQLUXCEomQdwA0X > .row .container > .video-iframe-container { display: none; }#BMDVZBoMbgCpdUhRFGQLUXCEomQdwA0X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMDVZBoMbgCpdUhRFGQLUXCEomQdwA0X > .row > .video-iframe-container { display: none; }#BMDVZBoMbgCpdUhRFGQLUXCEomQdwA0X > .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); }#BMDVZBoMbgCpdUhRFGQLUXCEomQdwA0X > .row .container { border-width: 0; border-radius: 0; }#BMDVZBoMbgCpdUhRFGQLUXCEomQdwA0X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BMDVZBoMbgCpdUhRFGQLUXCEomQdwA0X > .row .container { font-size:0.875rem;font-family:arial;height:129.3125rem;width:60rem;position:relative;display:block; }#WAo46mv5bzCabhmBcnz86Q5aF9oiSIJ1 { color:#ffd36a;display:block;width:56.5625rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.6851129531861rem;left:3.4375rem;height:5.0375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WUsRWXwssx0x5QtOUzGCI5ecp97ugTyb { color:rgba(var(--color-tertiary-0),1);display:block;width:51.25rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:6.72091960907rem;left:6.09375rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i4G8H8RBK6zfMxEIGCblnzD0EdbOEyNx { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30.7498125rem;width:55.625rem;top:12.213541984558rem;left:2.3773880004883rem;display:block; }
#nlP1ZPTzpR2ozzhOGK7IwoUKRRTs33Q5 { z-index:15004;top:17.278645992279rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-primary-2),0.25) ;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:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.375rem;height:3.875rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#m5cWZE7fTZEXQCk01emas15lhZF531Wr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lmGBTEMrFqcbTMDLMIXQHLFtcgInIETn { color:#ffd36a;display:block;width:60rem;position:absolute;font-family:raleway;font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.5rem;left:0.625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Dl8sIMm8USFM61IIhdXh5MwoNFA97L5E { color:rgba(var(--color-tertiary-0),1);display:block;width:22.999125rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:58.262804031372rem;left:18.692489624024rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G2K1gxnz4qcukNG4EzyEiWgDck4Mnbsk { color:#dcba3e;display:block;width:2.3112rem;position:absolute;font-family:oswald;font-size:6rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:52.562934875488rem;left:13.185768127441rem;height:7.7998125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Psk1g56Xq3Ioe1BsWLu1cNCACTZPDX6P { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:55.489366531372rem;left:13.185768127441rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wO3WEH4gXl3vrUylsxtdTJlKLnkQWIpe { color:rgba(var(--color-tertiary-0),1);display:block;width:39.249125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:61.679689407349rem;left:11.223960876465rem;height:1.29980625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#J8vafd06KXlKzDVuUo76g35xVa3qMWvX { color:#dcba3e;display:block;width:2.87435rem;position:absolute;font-family:oswald;font-size:6rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:65.580513000487rem;left:13.562286376953rem;height:7.7998125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FeSCef0Kvb1BIIV5rTzQEsF1JRpJOq2N { color:rgba(var(--color-tertiary-0),1);display:block;width:17.436rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:69.35330200195rem;left:20.717231750488rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NJxIGeHxTLR2eT0novsBiyzxA53oyS8B { color:rgba(var(--color-tertiary-0),1);display:block;width:31.4995625rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:73.311634063719rem;left:14.442276000976rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FspuCDmK50uVMnCfgXkgFiNgNBbn0XHP { color:#dcba3e;display:block;width:2.87435rem;position:absolute;font-family:oswald;font-size:6rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:84.622425079344rem;left:13.562286376953rem;height:7.7998125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cHJL3Ph1CP4XbypJKMEhcbGJBeNPdt79 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.561875rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:87.101783752444rem;left:16.410591125488rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#epc3wD24Q5iP6k8K1Ipgw6mfhOAew3Kt { color:rgba(var(--color-tertiary-0),1);display:block;width:24.4998125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:80.560981750487rem;left:17.942710876465rem;height:1.29980625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#tKGBgdo5tcREURHEAK3hTUchnUIX4VUN { color:#ffd36a;display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.875rem;left:0rem;height:2.92448125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#dxURtkBguUcT4ULmDExMKL3fdBTLvpiG { color:rgba(var(--color-tertiary-0),1);display:block;width:27.8125rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:90.560981750487rem;left:16.941192626953rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PG1AcSxQALviEh0ZzRpKRGnGnMT768y1 { color:#dcba3e;display:block;width:17.436rem;position:absolute;font-family:raleway;font-size:3.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:46.873915672303rem;left:16.748046875rem;height:4.14388125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q9h3Ti5epV3PJR4lRlaZedfgPfEP0a5x { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:51.527755737305rem;left:28.630645751953rem; }
#nwL2A5HLhtVCNm1ovlrDVgL48CTFA2XL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:65.579431533812rem;left:28.630645751953rem; }
#H1E2Amfts7pvZxZI0kAwnQTFURCnqPls { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:83.204214096069rem;left:28.630645751953rem; }
#uVk1GaUGtffeHPHUNHAJVmN3Rp1Vq8k9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:97.328561782837rem;left:28.630645751953rem; }
#iRSHXhOBcCaBUyXvuxMVghCEBRawtKck { z-index:15003;top:103.25rem;left:10.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-secondary-2),1), #035df4);background-image: -moz-linear-gradient(45deg, rgba(var(--color-secondary-2),1), #035df4);background-image: -ms-linear-gradient(45deg, rgba(var(--color-secondary-2),1), #035df4);background-image: -o-linear-gradient(45deg, rgba(var(--color-secondary-2),1), #035df4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#035df4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#035df4' );";background-image: linear-gradient(45deg, rgba(var(--color-secondary-2),1), #035df4);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-primary-2),0.25) ;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:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.1851875rem;height:5.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#v0mvBBzrCmyXGJROOtOohyKIUBSUIqoS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TBGvU9WUBUQT6PvchaDPHgxh5UGZKVPe { z-index:15003;top:111.31186389923rem;left:10.096572875976rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #22ea41, #3bef15);background-image: -moz-linear-gradient(45deg, #22ea41, #3bef15);background-image: -ms-linear-gradient(45deg, #22ea41, #3bef15);background-image: -o-linear-gradient(45deg, #22ea41, #3bef15);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#22ea41', endColorstr='#3bef15' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#22ea41', endColorstr='#3bef15' );";background-image: linear-gradient(45deg, #22ea41, #3bef15);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-primary-2),0.25) ;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:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.1844375rem;height:5.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kZhJAAMvE1uTa20dAMETFR7gArrz56rl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RgVDz80JPGrPQbfGzDQMGVUOMGBC1DrL { z-index:15003;top:119.49869918823rem;left:10.755210876465rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-primary-2),0.25) ;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:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.1844375rem;height:5.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#RRvPLVTDqMugbB3uT0wy3KNxm1bA781H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fxs1z5lDa2PTL9i0ePUKc3EuAMyq0ShH { 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; }#fxs1z5lDa2PTL9i0ePUKc3EuAMyq0ShH > .row .container { background-color: transparent; background-image: none; }#fxs1z5lDa2PTL9i0ePUKc3EuAMyq0ShH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fxs1z5lDa2PTL9i0ePUKc3EuAMyq0ShH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fxs1z5lDa2PTL9i0ePUKc3EuAMyq0ShH > .row .container > .video-iframe-container { display: none; }#fxs1z5lDa2PTL9i0ePUKc3EuAMyq0ShH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fxs1z5lDa2PTL9i0ePUKc3EuAMyq0ShH > .row > .video-iframe-container { display: none; }#fxs1z5lDa2PTL9i0ePUKc3EuAMyq0ShH > .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); }#fxs1z5lDa2PTL9i0ePUKc3EuAMyq0ShH > .row .container { border-width: 0; border-radius: 0; }#fxs1z5lDa2PTL9i0ePUKc3EuAMyq0ShH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fxs1z5lDa2PTL9i0ePUKc3EuAMyq0ShH > .row .container { font-size:0.875rem;font-family:arial;height:105.3125rem;width:60rem;position:relative;display:block; }#wdL7Tr8eqXDU8rwa9h5ohQTyQZaLV3pA { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:11.6875rem;left:0.0625rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#T1RCnEuhlR0hU7n0UPqBZoQkXvD6KJzf { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:17.5rem;left:0rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#krDRs6KhmoIsxlHQIgT8BeqyhWfHJbON { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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: none;height:0.124783125rem;width:7.9980625rem;top:17.437066078186rem;left:26.000434875488rem;display:block; }
#Bhn6FMJGSHubVxbZDvagcXdgKAiQe1cT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(var(--color-tertiary-4),0.5) ;height:11.6875rem;width:40.6875rem;top:20.503143310547rem;left:1.2835960388184rem;overflow:hidden;display:block; }
#c50t2rWgByEwsK9gsxk0ckKkpxMgleX3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(var(--color-tertiary-4),0.5) ;height:11.1875rem;width:44rem;top:33.9375rem;left:14.6875rem;overflow:hidden;display:block; }
#ZSnbqt36oO97tnoC1TDaiiMZXtQUJzdL { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(var(--color-tertiary-4),0.5) ;height:14.875rem;width:45.3125rem;top:49.1875rem;left:1.283203125rem;overflow:hidden;display:block; }
#r0dMmORXhIJbAwxAtB7rvA3vc4K6OHVI { color:rgba(var(--color-tertiary-2),0.15);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:7.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:7.8125rem;left:0rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zCLCcm6HmPz1uTJU4ZhzDamVemDTgfqi { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.56185rem;width:3.68706875rem;top:28.065321922302rem;left:44.12109375rem;overflow:hidden;display:block; }
#lGOAUlFChT7vI7JrsduyQpRfMufM4Ab3 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.56185rem;width:3.68706875rem;top:45.9375rem;left:44.875rem;overflow:hidden;display:block; }
#ftHmKSpKyokesgBRWzTodPRJwArfwEm5 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.561525rem;width:3.686525rem;top:83.3046875rem;left:39.93359375rem;overflow:hidden;display:block; }
#fNVwvM0AfZTo03OaZA6GcLbO4BM5n85r { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.56185rem;width:3.68706875rem;top:28.065321922302rem;left:44.12109375rem;overflow:hidden;display:none; }
#PIJSBBEkuPr5az0E6yEkHb2vvo1pR60d { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(var(--color-tertiary-4),0.5) ;height:14.625rem;width:48.625rem;top:67.375rem;left:10.125rem;overflow:hidden;display:block; }
#DBFgFvTnERsBePeFZQ9yfyuoQJcNP7g9 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.561525rem;width:3.686525rem;top:64.8134765625rem;left:24.625rem;overflow:hidden;display:block; }
#xwDoK8a2A7W2W06Jr4BChvMOEk9nxE2d { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(var(--color-tertiary-4),0.5) ;height:13.375rem;width:51.375rem;top:87.125rem;left:1.283203125rem;overflow:hidden;display:block; }
#xWuSFh6mmODuxHz5er9uikkBybQdT9tG { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.56185rem;width:3.68706875rem;top:28.065321922302rem;left:44.12109375rem;overflow:hidden;display:none; }
#Re0R5v5Tnq8OOgTKvBz09tPaOwNoAJTe { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.56185rem;width:3.68706875rem;top:28.065321922302rem;left:44.12109375rem;overflow:hidden;display:none; }
#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 { background-color:rgba(var(--color-tertiary-4),1);background-image:none;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;display:block; }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .row .container { background-color: transparent; background-image: none; }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .row .container > .video-iframe-container { display: none; }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .row > .video-iframe-container { display: none; }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .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); }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .row .container { border-width: 0; border-radius: 0; }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .row .container { width:60rem;height:31.375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#TkmGQMFNAqdnJIboBChEl43TAMF7UvgV { color:#debd1a;display:block;width:34.936rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.6875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.5596790313721rem;left:18.80859375rem;height:4.7937rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UGJ8wqiO5a6wBFA7rmkHfNt6I4W0Bc6w { color:rgba(var(--color-tertiary-0),1);display:block;width:53.186875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.7;letter-spacing:0;top:7.9144973754881rem;left:2.6822891235351rem;height:4.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l0Lbo906kXmmtTkbfACkTMvVZwGfMaK3 { color:rgba(var(--color-tertiary-0),1);display:block;width:54.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:12.719184875488rem;left:2.6801223754883rem;height:17rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q4fnVeicI4ldzw94FNiEugXippx1cemn { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:32.686625rem;width:32.686625rem;top:31.371501922608rem;left:0.49913024902344rem;overflow:hidden;display:block; }
#uTnzabpl6ixHJtX13OSB8wEvxvrXoaAA { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:32.6855625rem;width:25.8105625rem;top:31.369359970092rem;left:33.751091003418rem;overflow:hidden;display:block; }
#pDMi4455Ld4IbNrTM62p4WZSvkpT3OQv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/cre56fRh/BG6.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pDMi4455Ld4IbNrTM62p4WZSvkpT3OQv.adaptive-delivery-prevent-bg, #pDMi4455Ld4IbNrTM62p4WZSvkpT3OQv.lazyload, #pDMi4455Ld4IbNrTM62p4WZSvkpT3OQv.lazyloading { background-image: none; }#pDMi4455Ld4IbNrTM62p4WZSvkpT3OQv > .row .container { background-color: transparent; background-image: none; }#pDMi4455Ld4IbNrTM62p4WZSvkpT3OQv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pDMi4455Ld4IbNrTM62p4WZSvkpT3OQv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pDMi4455Ld4IbNrTM62p4WZSvkpT3OQv > .row .container > .video-iframe-container { display: none; }#pDMi4455Ld4IbNrTM62p4WZSvkpT3OQv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pDMi4455Ld4IbNrTM62p4WZSvkpT3OQv > .row > .video-iframe-container { display: none; }#pDMi4455Ld4IbNrTM62p4WZSvkpT3OQv > .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); }#pDMi4455Ld4IbNrTM62p4WZSvkpT3OQv > .row .container { border-width: 0; border-radius: 0; }#pDMi4455Ld4IbNrTM62p4WZSvkpT3OQv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pDMi4455Ld4IbNrTM62p4WZSvkpT3OQv > .row .container { font-size:0.875rem;font-family:arial;height:81.625rem;width:60rem;position:relative;display:block; }#oIvhkR1maVEN3DfOXHdHKOBJsSIy491B { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:44.874125rem;width:60rem;top:33.809679031372rem;left:0rem;overflow:hidden;display:block; }
#bt87xuVfxTwe2tvA66UqXcxA42yCTsh1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:32.6855625rem;width:25.8105625rem;top:20.817078113556rem;left:33.564453125rem;overflow:hidden;display:none; }
#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk { background-color:#f4f1ed;background-image:none;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;display:block; }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .row .container { background-color: transparent; background-image: none; }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .row .container > .video-iframe-container { display: none; }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .row > .video-iframe-container { display: none; }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .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); }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .row .container { border-width: 0; border-radius: 0; }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .row .container { width:60rem;height:105.375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#orMZBEu8DVI2Q6TzIlD5lXhZHt11v6eT { color:#d89d2a;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.3749761581421rem;left:0rem;height:4.3066375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG .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:#e3e3e3;background-image:none;vertical-align:top; }
#gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG .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;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem; }
#gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem; }
#gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG .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_ab3d6a9b1930525e2d85434174a34638.svg");background-size:contain !important; }#gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG .accordion-trigger.adaptive-delivery-prevent-bg, #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG .accordion-trigger.lazyload, #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG .accordion-trigger.lazyloading { background-image: none; }
#gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG { box-sizing:content-box;height:auto;width:49.8123125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15005;background-color:#f4f1ed;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:11.381278991699rem;left:5.0303802490234rem; }
#gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #hRyg77EHa9B1sCKyuCLK5rgLmEoe88Qb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #ZQBC7ILQIN85aid75JMi6apIXrDt7gyw { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #zkaipqFMCfy0SC6rhdhcrPhiKMfqTv1n { display:block;position:relative; }
#gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #DDOt8ESBxEx39CldTantxRzT7quG1WzX {  }
#gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #sNP0uwI6kpGlCIgP0PRzh8WeG6Bydm0O {  }
#gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #DmbHRG1wSJJzhSuMrft5MADLTusfQXT8 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #Moqyu2AvAlBVrpp9E6aR6TEGan9npyFg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #V6gUNcnN7ZO4TUTkibzynOp4hi4rdgeQ { display:block;position:relative; }
#gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #egPToKAzL9NfIUQPTDr8xzKTdg6fKaLn {  }
#gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #kBx3T3IV3eGNPH7gMCtVgdp784ZaWy2n { display:none; }
#gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #Ab6HMgd8oQtLU9WtZ592MtrIrnp3XZS3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #S4cywG2FqvGwZrRS9yU0Tp19l88GEBqH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #PH8xwy2rTwW41RMlZDVZERs9O7tO02OK { display:block;position:relative; }
#gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #E0G9IFMpA4s4OlSzVoF1MyGbNvVuPwWs {  }
#gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #n2ErsWBA5nRt49ODZ0Avp0cOvVK6ETZ5 { display:none; }
#gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #bJR9withdmugZz2pJRNK8C5paau4R41B { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #IESL3IblqKEO2fC6Qqu7gUx7dI7Mikpn { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #xegSrc8lSpi2xppq3FoT46UontVVyBT1 { display:block;position:relative; }
#gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #MhNAVUMaCTZqdSZkRVvNoXNRloAH3ffv {  }
#gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #rooLylM7Cs7T4WGpmqgEnTJ1zUWzNnBi { display:none; }
#gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #XKgd1oTCZl5I8ZUUvNOJcrLs1zKaa8Mv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #mUz5y2dpFJ6ZHZiCTwAtTi5dFG0GLdAQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #XGnM9Mnk50lgmxrucNapx9q16HLagh1b { display:block;position:relative; }
#gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #MQWBqVQAZxVKF52WGQ1WHibzMHq3aIfP {  }
#gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #u43RlnHO7Iv9UBOIs7xSxwkHxcfHUTAg { display:none; }
#gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #hyuB5DS77FOpdEIza2WUqvaTyMtEfTsS { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #iSZ1TxDDreZn21Wltwz4kA3cSiXt33Fg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #xreukyLzpDfLZhPmiTfLKT6ZBdP8kZxq { display:block;position:relative; }
#gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #gD4OzcTxJrc7bTNrWb2DBL2As5eS4tgv {  }
#gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #t45wqBdr6IA4eaDdirVI8W3SkT7TpwtL { display:none; }
#gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #wwyPHoGfudddtArxHhpTJNoUMtxkkT6H { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #AMHafPSuxMdI12eiWQv6zwiM20rc06O8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #oS5ciwxKwi0TQ5PnmE7QsDVRTRSsi3Dl { display:block;position:relative; }
#gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #fFgrNz0eKlI70AkxoBXuMh7McP53RAZt {  }
#gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #GTiIgpZdsR5x3AdqmwPmxckZUH7tQmwN { display:none; }
#gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #KeZAFiv9McFgQStI9x89nVS7nd4AEr7E { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #eOOMJCTTACdpTrAuyhemyeT0tRHJu9aN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #p9pzT8VniRkHLXGLcTdgwgelo5HVuEdA { display:block;position:relative; }
#gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #P0aqMrhihl2v4E5R2cFgvTSgGtr8gThN {  }
#gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #T9oAeUiMaBT0O4A9iq48AVXvhcR62342 { display:none; }
#fa4ZUCImuD8TguOKb2TLk0XTut2pBnLZ { position:absolute;display:block;z-index:15002;height:27rem;width:48.875rem;top:65.5rem;left:5.5625rem;display:block; }
#l7QLz96BUSix0wEFgFeSeViSoCKJubgZ { color:#d89d2a;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:47.874218702316rem;left:0rem;height:12.9169875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vDcbKG3ON4eTCcTtrprWgGl2gU1AQvmg { z-index:15003;top:103.625rem;left:14.1875rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#6b6c6c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:7.038875rem;height:1.78928125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#LLLa28VB9hEugyvqIfwXfaISRJiEBIJf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nQd71xfnFkfzqH87CvxuVICIkVO0H4le { z-index:15004;top:103.625rem;left:38.9375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#656565;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:7.038875rem;height:1.78928125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#v4W8fVud6pUXpNSK3a6QWEyIDDTUA1c4 { 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) { #XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 { display:block; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Quz7qQ2NR9OEWNxWpTC0pxSJTRRd3zrH { width:5.5rem;height:4.9375rem;top:2.25rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoPJ3TzsVczzDtbK1DZW49cpm5H6ziOo { width:36.125rem;height:29.5rem;top:3rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6LKiDTpNrGQnzikHc4BfV6AdnnkCcfq { width:47.75rem;height:7.5rem;top:102.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVMTOOtMxdLkuqUfOXPJXST3933UelOT { top:246.3125rem;left:4.75rem;width:40.125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcIkcM3xm9dCxJg5MtsxLqUhOure46Tr { display:block; }
 }@media only screen and (max-width: 763px) { #O9FE7adEewHRW2yiquv7Ra0gXIXpXb8U { width:44.25rem;height:44.25rem;top:56rem;left:3.4052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uluNAb5BFZQPKSbTHRRlc0aAivVGpmxV { top:0rem;left:17rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXeKu3ZzEnsGpLT34xW6NuUxKpBmaUxp { top:19.5rem;left:0rem;width:30.9375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mggpRWTKwTViX4970nZLoP4U8K3b05dR { width:24.8125rem;height:37.470042892788rem;top:17.375rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHhPXViWz75GFp1XeTFvVwGVg5hXQ2Aw { width:26.6875rem;height:31.625rem;top:41.0625rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOm5k5TLDT6dbw9KZVc8LSgioetPB6Lq { top:50.5rem;left:0rem;width:26.625rem;height:3.0625rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #D21KEPdKnzLV7agVxTBVS4GrpKdJo5OT { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NTZtTh1aJPlNCMAMszgLgLTtAxOHltve { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #W9rx7bQC7rcX6ebw9DBDQvIc0pLAeN0v { top:28.4375rem;left:0rem;width:30.125rem;height:10.6875rem;font-size:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DlkXI7gfuRZFWgfd615OwsMgQ28pcTRT { top:40.375rem;left:0rem;width:25.3125rem;height:9.25rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qzWp14k0VWkDfTo1G074Gc74ofA8mZCJ { width:47.75rem;height:12.689863445378rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xtDM4ipRuItkEkph3vSooCofZtZvhdUD { top:254.375rem;left:4.75rem;width:40.125rem;height:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KOuw3lzW5CeqVPgDxSmX6768uM8i3067 { display:block; }
 }@media only screen and (max-width: 763px) { #v4ftnVTCD4yG4uTVaA98DaQSi4ap7SaA { top:262rem;left:4.75rem;width:40.125rem;height:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vT6MkoaVe7vQRT4Pm9hSmkCPttu3x95d { display:block; }
 }@media only screen and (max-width: 763px) { #P9LNZQBh9hfE8TEaF88wn1GH4k6Caa8D { top:292.25rem;left:0rem;width:46.75rem;height:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #I3EDNzoim6LN54wdXx9yTS5kr9qK29eA { display:block; }
 }@media only screen and (max-width: 763px) { #SINUXLS8twy4TSb71KXeaT6lUG2KfJV8 { width:47.75rem;height:2.5rem;top:102rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TRGt98BXdaTFFWq65cOCH2uncU546hoN { top:105.4375rem;left:5.4375rem;width:37.8125rem;height:3.0625rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #px8EeT43LssW4Ttkf7NyXpv9sTiOUWd1 { width:47.75rem;height:35rem;top:108.4375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gTNHi9tuWqkHS9dePFAw7OFACQqXuZIc { top:114.6875rem;left:6.59073638916rem;width:37.8125rem;height:3.0625rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #n7bD6UftvVRywDrlL3HswF0wMOboTTb8 { width:28.5625rem;height:28.5625rem;top:155.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BzwldnynGwpPOTEooMrRxxRCMKT7hSGH { top:150.4375rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #etdP9fXNrW79bWpbAfGs0TdAfSCr8Pva { width:27.9375rem;height:31.4375rem;top:155.5625rem;left:19.8125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MLnhMoKRAtK8TFFGyTqOqbzR6ZKbBxDl { top:179.5rem;left:21.5rem;width:26.25rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OQoVfT2ndexRVL1oQlL2TNVopL9g5NcD { width:47.75rem;height:2.75rem;top:241.875rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #t4Zrs2gfivvVUuURGydMqACx4Gq3WoZC { width:28.875rem;height:21.5625rem;top:191.8125rem;left:18.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ktydfLwaZWk2DlarMi9NGJn0i2IcWGTp { width:27.875rem;height:35.29519149455rem;top:191.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iomMQiwuHVqNEDTJ2D6LoitWq7WckiNZ { width:20rem;height:24rem;top:79.4375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HdhvU9a5xZWDFxdvLwCyTPkBK3kcE21C { width:45.5rem;height:10.375rem;top:187.0625rem;left:2.25rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oaohW45qWiXtBtRzi3CTFPxyHC8fWSWV { width:20rem;height:21rem;top:128.5rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #i8uz3hzfZ3UrFhOVAt1TUIWS7KdJDH7E { width:29.375rem;height:10.9375rem;top:215.75rem;left:18.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #F4mrOd9lPTGUqbJzsFiiR02zTspiKaES { width:47.75rem;height:14.1875rem;top:272.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdIeX2my1SkcpUqI81JZCTztPuH13kX4 { width:20rem;height:6.4375rem;top:209.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qJhyJ3kBOFaOcrMLQtG3cLWAmwWuVItw { width:21.5625rem;height:21.5625rem;top:191.8125rem;left:18.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xT28fTeZPWWT9T2cLnM79gLvFOVIUeAV { width:21.5625rem;height:21.5625rem;top:191.8125rem;left:18.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #d9TiiTu68D6vTKTpgm4JsJM2Th4LLzyA { width:21.5625rem;height:21.5625rem;top:191.8125rem;left:18.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tr8lTXFOiDaAweDisRfTfp9kpPxxCCkJ { width:21.5625rem;height:21.5625rem;top:191.8125rem;left:18.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AEgkGFXrVPWhJRvCm27npP6o2xdfOCEi { width:20rem;height:4.625rem;top:5rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LGUWAQNqbHkykXJ6CxzPqg6a7Nnr6PLT { width:20rem;height:1.5rem;top:2.75rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #V5diQEhw1cuXK7nvR8Ht1CbPJiCOUKKC { width:47.75rem;height:4.25rem;top:229.5rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GkaavQKTVThokyPw6rULco0Tl203BaIH { width:47.75rem;height:5.6875rem;top:231.0625rem;left:0rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BIUTSvLVef9TUTLHOoSTy9CIzxvxGG2y { top:239.625rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLtdEiXtkyOqd8TqKDMJBhVC60JGdnMx { top:65.5rem;left:0rem;width:47.75rem;height:27rem;display:none; }
 }@media only screen and (max-width: 763px) { #CV3v8wC6Wwb2XURyuSToWC7fanc2CkKr { width:47.75rem;height:7.25rem;top:4.6875rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #k7KKaV7xTlguFc2WKydMV7AmSTl8qg5D { width:47.75rem;height:7.3125rem;top:306.0625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6KNfDpmrVglWVTbO9FlWZuTop1CvOXg { display:none; }
 }@media only screen and (max-width: 763px) { #qs5AKkcnPfPZXolv95TFCoZELOazmPG7 { display:block; }#qs5AKkcnPfPZXolv95TFCoZELOazmPG7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ioyzfP7NfmTWpySh3RvKaenIszULUi3s { width:14.1875rem;height:1.25rem;top:5.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ul2H7llWL9sNnEmF1KKpxonvGbc8uMiL { width:19.0625rem;height:3.125rem;top:8rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8uLEFxCKgTdm7Me6vB8bqDrO7T6V4Qk { width:19.6875rem;height:3.125rem;top:21.1875rem;left:28.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT5TO048A5Lc0FX9K7aXi17DNaHcRnGv { width:15rem;height:1.25rem;top:19.3125rem;left:32.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VosUGao3UucGcVWhyWMCaNieWlUrJPtZ { width:18.9375rem;height:3.125rem;top:13.5rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKpSeKHlA05yncIbNWZbtiCCBIplBa71 { width:15.5rem;height:1.25rem;top:10.1875rem;left:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwVoSiDUwbIpeq15UL6LDbt5FmHTsirx { top:7.125rem;left:23.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpBRJqdMXsil4gfR0UMBiOcshsH7F79E { top:16.4375rem;left:39.843753814698rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdKuV3kbiHAZZTEldy0tz2Eq5BmMN19H { top:2.5rem;left:3.8125rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV { display:block; }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LiXTD6aG6qCzcxgTk1TfvyxMXhJXgt48 { width:47.75rem;height:2.1875rem;top:2.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQhQuqeqwTM58whT47roX0xtUPDrFsET { display:block; }#pQhQuqeqwTM58whT47roX0xtUPDrFsET > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vH515c8eyI3f29IiMfiob0r1FNvUeVWu { width:28.9375rem;height:28.9375rem;top:0.875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwVoJqFOZv5nbatXuhwWko5ZEoIwlq6w { width:28.875rem;height:28.875rem;top:31.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ps6TfQM01cOGiGo26Tey1mpqOQIZP2K2 { width:28.5625rem;height:28.5625rem;top:61.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLfVIku6yuaWfUTKSfU2erOCTk8HcPxI { width:28.25rem;height:28.25rem;top:75.75rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EG5BbeHZOwJbFkVcE7JsekZkgL6Ctfy1 { top:0.9375rem;left:0rem;width:28.9375rem;height:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLJKNUmvV2b3gvu9mg96Jm4D9W9TlAKD { width:28.75rem;height:28.75rem;top:31.375rem;left:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #axvDs5hlrtNn01PcXmCyHyJcn88JndK1 { width:28.5rem;height:28.5rem;top:61.625rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BiBLfi2k5K2hfP43JwlZ0Cux3UKy6LaB { width:28.875rem;height:28.875rem;top:31.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BMDVZBoMbgCpdUhRFGQLUXCEomQdwA0X { display:none; }#BMDVZBoMbgCpdUhRFGQLUXCEomQdwA0X > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WAo46mv5bzCabhmBcnz86Q5aF9oiSIJ1 { width:47.75rem;height:5rem;top:1.625rem;left:0rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUsRWXwssx0x5QtOUzGCI5ecp97ugTyb { width:47.75rem;height:1.75rem;top:6.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4G8H8RBK6zfMxEIGCblnzD0EdbOEyNx { width:47.75rem;height:26.396468258427rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlP1ZPTzpR2ozzhOGK7IwoUKRRTs33Q5 { top:17.25rem;left:0rem;width:28.375rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5cWZE7fTZEXQCk01emas15lhZF531Wr { display:block; }
 }@media only screen and (max-width: 763px) { #lmGBTEMrFqcbTMDLMIXQHLFtcgInIETn { width:47.75rem;height:4.0625rem;top:7.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dl8sIMm8USFM61IIhdXh5MwoNFA97L5E { width:22.9375rem;height:2rem;top:58.25rem;left:0.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2K1gxnz4qcukNG4EzyEiWgDck4Mnbsk { width:2.25rem;height:7.75rem;top:52.5625rem;left:10.123268127441rem;font-size:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #Psk1g56Xq3Ioe1BsWLu1cNCACTZPDX6P { width:32.5rem;height:2.8125rem;top:55.4375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wO3WEH4gXl3vrUylsxtdTJlKLnkQWIpe { width:39.1875rem;height:1.25rem;top:61.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8vafd06KXlKzDVuUo76g35xVa3qMWvX { width:2.8125rem;height:7.75rem;top:65.5625rem;left:10.499786376953rem;font-size:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeSCef0Kvb1BIIV5rTzQEsF1JRpJOq2N { width:17.375rem;height:2.8125rem;top:69.3125rem;left:6.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJxIGeHxTLR2eT0novsBiyzxA53oyS8B { width:31.4375rem;height:6.0625rem;top:73.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FspuCDmK50uVMnCfgXkgFiNgNBbn0XHP { width:2.8125rem;height:7.75rem;top:84.5625rem;left:10.499786376953rem;font-size:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHJL3Ph1CP4XbypJKMEhcbGJBeNPdt79 { width:27.5rem;height:2.8125rem;top:87.0625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #epc3wD24Q5iP6k8K1Ipgw6mfhOAew3Kt { width:24.4375rem;height:1.25rem;top:80.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKGBgdo5tcREURHEAK3hTUchnUIX4VUN { width:20rem;height:2.3125rem;top:32.0625rem;left:0rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dxURtkBguUcT4ULmDExMKL3fdBTLvpiG { width:27.8125rem;height:4.0625rem;top:90.5rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PG1AcSxQALviEh0ZzRpKRGnGnMT768y1 { width:17.375rem;height:4.125rem;top:46.8125rem;left:6.5rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9h3Ti5epV3PJR4lRlaZedfgPfEP0a5x { top:51.5rem;left:20.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwL2A5HLhtVCNm1ovlrDVgL48CTFA2XL { top:65.5625rem;left:20.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1E2Amfts7pvZxZI0kAwnQTFURCnqPls { top:83.1875rem;left:20.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVk1GaUGtffeHPHUNHAJVmN3Rp1Vq8k9 { top:97.3125rem;left:20.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRSHXhOBcCaBUyXvuxMVghCEBRawtKck { top:103.25rem;left:4.5625rem;width:40.125rem;height:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #v0mvBBzrCmyXGJROOtOohyKIUBSUIqoS { display:block; }
 }@media only screen and (max-width: 763px) { #TBGvU9WUBUQT6PvchaDPHgxh5UGZKVPe { top:111.25rem;left:0rem;width:40.125rem;height:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kZhJAAMvE1uTa20dAMETFR7gArrz56rl { display:block; }
 }@media only screen and (max-width: 763px) { #RgVDz80JPGrPQbfGzDQMGVUOMGBC1DrL { top:119.4375rem;left:0rem;width:40.125rem;height:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RRvPLVTDqMugbB3uT0wy3KNxm1bA781H { display:block; }
 }@media only screen and (max-width: 763px) { #fxs1z5lDa2PTL9i0ePUKc3EuAMyq0ShH { display:block; }#fxs1z5lDa2PTL9i0ePUKc3EuAMyq0ShH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wdL7Tr8eqXDU8rwa9h5ohQTyQZaLV3pA { width:47.75rem;height:4.0625rem;top:11.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1RCnEuhlR0hU7n0UPqBZoQkXvD6KJzf { width:47.75rem;height:0;top:17.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #krDRs6KhmoIsxlHQIgT8BeqyhWfHJbON { width:7.9375rem;height:0.0625rem;top:17.375rem;left:19.875434875488rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bhn6FMJGSHubVxbZDvagcXdgKAiQe1cT { width:40.6875rem;height:11.6875rem;top:20.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #c50t2rWgByEwsK9gsxk0ckKkpxMgleX3 { width:44rem;height:11.1875rem;top:33.9375rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZSnbqt36oO97tnoC1TDaiiMZXtQUJzdL { width:45.3125rem;height:14.875rem;top:49.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #r0dMmORXhIJbAwxAtB7rvA3vc4K6OHVI { width:47.75rem;height:9.6875rem;top:7.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCLCcm6HmPz1uTJU4ZhzDamVemDTgfqi { width:3.625rem;height:2.5187233761236rem;top:28.0625rem;left:37.99609375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGOAUlFChT7vI7JrsduyQpRfMufM4Ab3 { width:3.625rem;height:2.5187753033005rem;top:45.9375rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftHmKSpKyokesgBRWzTodPRJwArfwEm5 { width:3.625rem;height:2.5187753033005rem;top:83.25rem;left:33.80859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNVwvM0AfZTo03OaZA6GcLbO4BM5n85r { width:3.625rem;height:2.5187233761236rem;top:28.0625rem;left:37.99609375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PIJSBBEkuPr5az0E6yEkHb2vvo1pR60d { width:47.75rem;height:14.361825192802rem;top:67.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DBFgFvTnERsBePeFZQ9yfyuoQJcNP7g9 { width:3.625rem;height:2.5187753033005rem;top:64.8125rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwDoK8a2A7W2W06Jr4BChvMOEk9nxE2d { width:47.75rem;height:12.431265206813rem;top:87.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xWuSFh6mmODuxHz5er9uikkBybQdT9tG { width:3.625rem;height:2.5187233761236rem;top:28.0625rem;left:37.99609375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Re0R5v5Tnq8OOgTKvBz09tPaOwNoAJTe { width:3.625rem;height:2.5187233761236rem;top:28.0625rem;left:37.99609375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 { display:block; }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .row .container { width:47.75rem;height:57.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TkmGQMFNAqdnJIboBChEl43TAMF7UvgV { width:30.625rem;height:3.375rem;top:7.1875rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGJ8wqiO5a6wBFA7rmkHfNt6I4W0Bc6w { width:30.625rem;height:4.25rem;top:13rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0Lbo906kXmmtTkbfACkTMvVZwGfMaK3 { width:30.625rem;height:11.25rem;top:19.8125rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4fnVeicI4ldzw94FNiEugXippx1cemn { width:32.625rem;height:32.625rem;top:31.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTnzabpl6ixHJtX13OSB8wEvxvrXoaAA { width:25.75rem;height:32.608868341207rem;top:31.3125rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDMi4455Ld4IbNrTM62p4WZSvkpT3OQv { display:block; }#pDMi4455Ld4IbNrTM62p4WZSvkpT3OQv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oIvhkR1maVEN3DfOXHdHKOBJsSIy491B { width:47.75rem;height:35.712324479167rem;top:33.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bt87xuVfxTwe2tvA66UqXcxA42yCTsh1 { width:25.75rem;height:32.608868341207rem;top:20.8125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk { display:block; }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #orMZBEu8DVI2Q6TzIlD5lXhZHt11v6eT { width:47.75rem;height:4.25rem;top:3.3125rem;left:0rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG { display:flex;height:auto;width:27.8125rem;top:1.8125rem;left:6.9867210388181rem; }
#gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #hRyg77EHa9B1sCKyuCLK5rgLmEoe88Qb {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #ZQBC7ILQIN85aid75JMi6apIXrDt7gyw {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #zkaipqFMCfy0SC6rhdhcrPhiKMfqTv1n {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #DDOt8ESBxEx39CldTantxRzT7quG1WzX {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #sNP0uwI6kpGlCIgP0PRzh8WeG6Bydm0O {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #DmbHRG1wSJJzhSuMrft5MADLTusfQXT8 {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #Moqyu2AvAlBVrpp9E6aR6TEGan9npyFg {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #V6gUNcnN7ZO4TUTkibzynOp4hi4rdgeQ {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #egPToKAzL9NfIUQPTDr8xzKTdg6fKaLn {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #kBx3T3IV3eGNPH7gMCtVgdp784ZaWy2n {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #Ab6HMgd8oQtLU9WtZ592MtrIrnp3XZS3 {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #S4cywG2FqvGwZrRS9yU0Tp19l88GEBqH {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #PH8xwy2rTwW41RMlZDVZERs9O7tO02OK {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #E0G9IFMpA4s4OlSzVoF1MyGbNvVuPwWs {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #n2ErsWBA5nRt49ODZ0Avp0cOvVK6ETZ5 {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #bJR9withdmugZz2pJRNK8C5paau4R41B {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #IESL3IblqKEO2fC6Qqu7gUx7dI7Mikpn {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #xegSrc8lSpi2xppq3FoT46UontVVyBT1 {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #MhNAVUMaCTZqdSZkRVvNoXNRloAH3ffv {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #rooLylM7Cs7T4WGpmqgEnTJ1zUWzNnBi {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #XKgd1oTCZl5I8ZUUvNOJcrLs1zKaa8Mv {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #mUz5y2dpFJ6ZHZiCTwAtTi5dFG0GLdAQ {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #XGnM9Mnk50lgmxrucNapx9q16HLagh1b {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #MQWBqVQAZxVKF52WGQ1WHibzMHq3aIfP {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #u43RlnHO7Iv9UBOIs7xSxwkHxcfHUTAg {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #hyuB5DS77FOpdEIza2WUqvaTyMtEfTsS {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #iSZ1TxDDreZn21Wltwz4kA3cSiXt33Fg {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #xreukyLzpDfLZhPmiTfLKT6ZBdP8kZxq {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #gD4OzcTxJrc7bTNrWb2DBL2As5eS4tgv {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #t45wqBdr6IA4eaDdirVI8W3SkT7TpwtL {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #wwyPHoGfudddtArxHhpTJNoUMtxkkT6H {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #AMHafPSuxMdI12eiWQv6zwiM20rc06O8 {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #oS5ciwxKwi0TQ5PnmE7QsDVRTRSsi3Dl {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #fFgrNz0eKlI70AkxoBXuMh7McP53RAZt {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #GTiIgpZdsR5x3AdqmwPmxckZUH7tQmwN {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #KeZAFiv9McFgQStI9x89nVS7nd4AEr7E {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #eOOMJCTTACdpTrAuyhemyeT0tRHJu9aN {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #p9pzT8VniRkHLXGLcTdgwgelo5HVuEdA {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #P0aqMrhihl2v4E5R2cFgvTSgGtr8gThN {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #T9oAeUiMaBT0O4A9iq48AVXvhcR62342 {  }
 }@media only screen and (max-width: 763px) { #fa4ZUCImuD8TguOKb2TLk0XTut2pBnLZ { top:65.5rem;left:0rem;width:47.75rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7QLz96BUSix0wEFgFeSeViSoCKJubgZ { width:47.75rem;height:12.875rem;top:47.8125rem;left:0rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDcbKG3ON4eTCcTtrprWgGl2gU1AQvmg { top:103.625rem;left:8.0625rem;width:7rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LLLa28VB9hEugyvqIfwXfaISRJiEBIJf { display:block; }
 }@media only screen and (max-width: 763px) { #nQd71xfnFkfzqH87CvxuVICIkVO0H4le { top:103.625rem;left:32.8125rem;width:7rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #v4W8fVud6pUXpNSK3a6QWEyIDDTUA1c4 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 { background-color:#fbf5ee;background-image:url("https://images.assets-landingi.com/uc/1c4d6886-bf83-432f-8e01-f5e4f84e78bc/8.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6.adaptive-delivery-prevent-bg, #XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6.lazyload, #XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6.lazyloading { background-image: none; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container { background-color: transparent; background-image: none; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container > .video-iframe-container { display: none; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row > .video-iframe-container { display: none; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .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); }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container { width:20rem;height:280.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Quz7qQ2NR9OEWNxWpTC0pxSJTRRd3zrH { width:5.5rem;height:4.9375rem;top:1.3125rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #SoPJ3TzsVczzDtbK1DZW49cpm5H6ziOo { width:19.4375rem;height:7rem;top:20.813802719116rem;left:0rem;text-align:center;text-align-last:center;line-height:1;font-size:1.75rem;color:#cfb176;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #M6LKiDTpNrGQnzikHc4BfV6AdnnkCcfq { width:20rem;height:0;top:123.12411117554rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #UVMTOOtMxdLkuqUfOXPJXST3933UelOT { top:217.25rem;left:1rem;width:18rem;height:3.1875rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;font-size:1.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #1f40c1, #2144dc);background-image: -moz-linear-gradient(45deg, #1f40c1, #2144dc);background-image: -ms-linear-gradient(45deg, #1f40c1, #2144dc);background-image: -o-linear-gradient(45deg, #1f40c1, #2144dc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f40c1', endColorstr='#2144dc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f40c1', endColorstr='#2144dc' );";background-image: linear-gradient(45deg, #1f40c1, #2144dc);background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VcIkcM3xm9dCxJg5MtsxLqUhOure46Tr { display:block; }
 }@media only screen and (max-width: 763px) { #O9FE7adEewHRW2yiquv7Ra0gXIXpXb8U { width:20rem;height:20rem;top:51.884765625rem;left:0rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uluNAb5BFZQPKSbTHRRlc0aAivVGpmxV { width:0.625rem;height:0.625rem;top:69.3125rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXeKu3ZzEnsGpLT34xW6NuUxKpBmaUxp { width:20rem;height:5rem;top:0rem;left:0rem;z-index:15018;overflow:hidden;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mggpRWTKwTViX4970nZLoP4U8K3b05dR { width:20rem;height:30rem;top:11.1875rem;left:0rem;overflow:hidden;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHhPXViWz75GFp1XeTFvVwGVg5hXQ2Aw { width:20rem;height:23.699932318026rem;top:68.43641757965rem;left:0rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rOm5k5TLDT6dbw9KZVc8LSgioetPB6Lq { top:45.5625rem;left:0rem;width:19.307625rem;height:1.7246125rem;z-index:15020;color:#ffffff;font-size:1.4375rem;font-weight:400;font-style:normal;font-family:bitter;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #D21KEPdKnzLV7agVxTBVS4GrpKdJo5OT { top:21.25rem;left:0rem;width:20rem;height:20rem;z-index:15019;overflow:hidden;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTZtTh1aJPlNCMAMszgLgLTtAxOHltve { top:22rem;left:0rem;width:20rem;height:20rem;z-index:15019;overflow:hidden;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9rx7bQC7rcX6ebw9DBDQvIc0pLAeN0v { top:36.6015625rem;left:0rem;width:20rem;height:4.6484375rem;z-index:15021;color:#ffd36a;font-size:1.9375rem;font-weight:400;font-style:normal;font-family:bitter;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DlkXI7gfuRZFWgfd615OwsMgQ28pcTRT { top:42rem;left:0rem;width:19.307625rem;height:2.25rem;z-index:15021;color:#dfc200;font-size:0.9375rem;font-weight:400;font-style:normal;font-family:bitter;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qzWp14k0VWkDfTo1G074Gc74ofA8mZCJ { top:8.37890625rem;left:0rem;width:20rem;height:5.25rem;z-index:15022;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xtDM4ipRuItkEkph3vSooCofZtZvhdUD { top:221.4375rem;left:1rem;width:17.999125rem;height:3.125rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;font-size:1.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #43c11f, #52dc21);background-image: -moz-linear-gradient(45deg, #43c11f, #52dc21);background-image: -ms-linear-gradient(45deg, #43c11f, #52dc21);background-image: -o-linear-gradient(45deg, #43c11f, #52dc21);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#43c11f', endColorstr='#52dc21' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#43c11f', endColorstr='#52dc21' );";background-image: linear-gradient(45deg, #43c11f, #52dc21);background-size:auto !important;color:#ffffff;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #KOuw3lzW5CeqVPgDxSmX6768uM8i3067 { display:block; }
 }@media only screen and (max-width: 763px) { #v4ftnVTCD4yG4uTVaA98DaQSi4ap7SaA { top:225.75rem;left:1rem;width:17.999125rem;height:2.93728125rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;font-size:1.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #dfd133, #dfc409);background-image: -moz-linear-gradient(45deg, #dfd133, #dfc409);background-image: -ms-linear-gradient(45deg, #dfd133, #dfc409);background-image: -o-linear-gradient(45deg, #dfd133, #dfc409);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfd133', endColorstr='#dfc409' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfd133', endColorstr='#dfc409' );";background-image: linear-gradient(45deg, #dfd133, #dfc409);background-size:auto !important;color:#ffffff;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #vT6MkoaVe7vQRT4Pm9hSmkCPttu3x95d { display:block; }
 }@media only screen and (max-width: 763px) { #P9LNZQBh9hfE8TEaF88wn1GH4k6Caa8D { top:262.25rem;left:0.5rem;width:18.9980625rem;height:3.18555rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;font-size:1.125rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #c3c3c3, #878787);background-image: -moz-linear-gradient(45deg, #c3c3c3, #878787);background-image: -ms-linear-gradient(45deg, #c3c3c3, #878787);background-image: -o-linear-gradient(45deg, #c3c3c3, #878787);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3c3c3', endColorstr='#878787' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3c3c3', endColorstr='#878787' );";background-image: linear-gradient(45deg, #c3c3c3, #878787);background-size:auto !important;color:#ffffff;z-index:15005;font-family:"istok web";display:block; }
 }@media only screen and (max-width: 763px) { #I3EDNzoim6LN54wdXx9yTS5kr9qK29eA { display:block; }
 }@media only screen and (max-width: 763px) { #SINUXLS8twy4TSb71KXeaT6lUG2KfJV8 { width:20rem;height:2.4746125rem;top:74.0966796875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;z-index:15004;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TRGt98BXdaTFFWq65cOCH2uncU546hoN { top:77.0712890625rem;left:0rem;width:20rem;height:1.7246125rem;z-index:15021;color:#ffffff;font-size:1.4375rem;font-weight:400;font-style:normal;font-family:bitter;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #px8EeT43LssW4Ttkf7NyXpv9sTiOUWd1 { width:20rem;height:0;top:75.75816345215rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #gTNHi9tuWqkHS9dePFAw7OFACQqXuZIc { top:84.3818359375rem;left:0rem;width:20rem;height:1.7246125rem;z-index:15022;color:#ffffff;font-size:1.4375rem;font-weight:400;font-style:normal;font-family:bitter;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #n7bD6UftvVRywDrlL3HswF0wMOboTTb8 { width:20rem;height:20rem;top:105.380859375rem;left:0rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;overflow:hidden;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #BzwldnynGwpPOTEooMrRxxRCMKT7hSGH { top:125.9453125rem;left:0rem;width:20rem;height:1.7246125rem;z-index:15022;color:#ffffff;font-size:1.4375rem;font-weight:400;font-style:normal;font-family:bitter;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #etdP9fXNrW79bWpbAfGs0TdAfSCr8Pva { width:20rem;height:0;top:126.19495582581rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #MLnhMoKRAtK8TFFGyTqOqbzR6ZKbBxDl { top:146.2890625rem;left:0rem;width:20rem;height:1.2744125rem;z-index:15024;color:#ffffff;font-size:1.0625rem;font-weight:400;font-style:normal;font-family:bitter;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OQoVfT2ndexRVL1oQlL2TNVopL9g5NcD { width:20rem;height:3.5996125rem;top:211.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #t4Zrs2gfivvVUuURGydMqACx4Gq3WoZC { width:20rem;height:15.0605625rem;top:160.125rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #ktydfLwaZWk2DlarMi9NGJn0i2IcWGTp { width:20rem;height:25.2480625rem;top:176.3125rem;left:0rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #iomMQiwuHVqNEDTJ2D6LoitWq7WckiNZ { width:20rem;height:24rem;top:79.4443359375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #HdhvU9a5xZWDFxdvLwCyTPkBK3kcE21C { width:20rem;height:0;top:192.77165603637rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;color:#ffffff;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #oaohW45qWiXtBtRzi3CTFPxyHC8fWSWV { width:20rem;height:21rem;top:128.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #i8uz3hzfZ3UrFhOVAt1TUIWS7KdJDH7E { top:150.4375rem;left:0rem;width:20rem;height:7.5rem;z-index:15027;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.9375rem #aeaeae ;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4mrOd9lPTGUqbJzsFiiR02zTspiKaES { width:20rem;height:0;top:211.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EdIeX2my1SkcpUqI81JZCTztPuH13kX4 { width:20rem;height:6.49903125rem;top:235rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #qJhyJ3kBOFaOcrMLQtG3cLWAmwWuVItw { width:7.8125rem;height:7.8125rem;top:251.5625rem;left:1.75rem;z-index:15003;overflow:hidden;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT28fTeZPWWT9T2cLnM79gLvFOVIUeAV { width:7.8125rem;height:7.8125rem;top:243rem;left:10.6875rem;z-index:15004;overflow:hidden;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9TiiTu68D6vTKTpgm4JsJM2Th4LLzyA { width:7.8125rem;height:7.8125rem;top:243rem;left:1.75rem;z-index:15004;overflow:hidden;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr8lTXFOiDaAweDisRfTfp9kpPxxCCkJ { width:7.8125rem;height:7.8125rem;top:251.5625rem;left:10.6875rem;z-index:15005;overflow:hidden;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEgkGFXrVPWhJRvCm27npP6o2xdfOCEi { width:20rem;height:2.111325rem;top:5.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;font-weight:700;font-style:normal;z-index:15028;font-family:bitter;display:block; }
 }@media only screen and (max-width: 763px) { #LGUWAQNqbHkykXJ6CxzPqg6a7Nnr6PLT { width:20rem;height:1.54296875rem;top:5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;font-weight:400;font-style:normal;z-index:15029;font-family:bitter;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #V5diQEhw1cuXK7nvR8Ht1CbPJiCOUKKC { width:20rem;height:1.54296875rem;top:176rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;font-weight:400;font-style:normal;z-index:15031;font-family:bitter;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GkaavQKTVThokyPw6rULco0Tl203BaIH { width:20rem;height:4.3857375rem;top:176rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:700;font-style:normal;z-index:15030;font-family:bitter;display:block; }
 }@media only screen and (max-width: 763px) { #BIUTSvLVef9TUTLHOoSTy9CIzxvxGG2y { width:20rem;height:0.125rem;top:234.49805rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qLtdEiXtkyOqd8TqKDMJBhVC60JGdnMx { width:16.6875rem;height:9rem;top:181.625rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #CV3v8wC6Wwb2XURyuSToWC7fanc2CkKr { width:20rem;height:3.736325rem;top:274.6875rem;left:0rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:1.4375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #k7KKaV7xTlguFc2WKydMV7AmSTl8qg5D { width:20rem;height:0;top:0.70421409606931rem;left:0rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #v6KNfDpmrVglWVTbO9FlWZuTop1CvOXg { top:271.8125rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #qs5AKkcnPfPZXolv95TFCoZELOazmPG7 { display:block; }#qs5AKkcnPfPZXolv95TFCoZELOazmPG7 > .row .container { width:20rem;height:42.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ioyzfP7NfmTWpySh3RvKaenIszULUi3s { width:14.8123125rem;height:1.29980625rem;top:6.25rem;left:2.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ul2H7llWL9sNnEmF1KKpxonvGbc8uMiL { width:18.2498125rem;height:5.19921875rem;top:8.375rem;left:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n8uLEFxCKgTdm7Me6vB8bqDrO7T6V4Qk { width:19.375rem;height:5.19921875rem;top:31.5rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tT5TO048A5Lc0FX9K7aXi17DNaHcRnGv { width:14.4998125rem;height:1.29980625rem;top:29.5rem;left:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VosUGao3UucGcVWhyWMCaNieWlUrJPtZ { width:18.125rem;height:3.8994125rem;top:19.5rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MKpSeKHlA05yncIbNWZbtiCCBIplBa71 { width:20rem;height:1.29980625rem;top:17.375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FwVoSiDUwbIpeq15UL6LDbt5FmHTsirx { width:2.1875rem;height:2.1875rem;top:25.655600070953rem;left:8.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpBRJqdMXsil4gfR0UMBiOcshsH7F79E { width:2.1875rem;height:2.1875rem;top:14.687500476837rem;left:8.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdKuV3kbiHAZZTEldy0tz2Eq5BmMN19H { width:2.37305rem;height:2.37305rem;top:2.2929692268372rem;left:8.8131513595581rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV { display:block; }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LiXTD6aG6qCzcxgTk1TfvyxMXhJXgt48 { width:20rem;height:3.25rem;top:0.669921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQhQuqeqwTM58whT47roX0xtUPDrFsET { display:block; }#pQhQuqeqwTM58whT47roX0xtUPDrFsET > .row .container { width:20rem;height:148rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vH515c8eyI3f29IiMfiob0r1FNvUeVWu { width:20rem;height:20rem;top:22.040365219116rem;left:0rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WwVoJqFOZv5nbatXuhwWko5ZEoIwlq6w { width:20rem;height:20rem;top:42.999349594116rem;left:0rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Ps6TfQM01cOGiGo26Tey1mpqOQIZP2K2 { width:20rem;height:20rem;top:84.75rem;left:0rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #wLfVIku6yuaWfUTKSfU2erOCTk8HcPxI { width:20rem;height:20rem;top:84.625rem;left:0rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EG5BbeHZOwJbFkVcE7JsekZkgL6Ctfy1 { width:20rem;height:20rem;top:0.95703125rem;left:0rem;overflow:hidden;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLJKNUmvV2b3gvu9mg96Jm4D9W9TlAKD { width:20rem;height:20rem;top:105.5rem;left:0rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;overflow:hidden;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #axvDs5hlrtNn01PcXmCyHyJcn88JndK1 { width:20rem;height:20rem;top:126.5625rem;left:0rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;overflow:hidden;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #BiBLfi2k5K2hfP43JwlZ0Cux3UKy6LaB { width:20rem;height:20rem;top:63.748699188231rem;left:0rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;overflow:hidden;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #BMDVZBoMbgCpdUhRFGQLUXCEomQdwA0X { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/5d04be0f-5feb-463f-abe7-49110d4c44eb/9.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#BMDVZBoMbgCpdUhRFGQLUXCEomQdwA0X.adaptive-delivery-prevent-bg, #BMDVZBoMbgCpdUhRFGQLUXCEomQdwA0X.lazyload, #BMDVZBoMbgCpdUhRFGQLUXCEomQdwA0X.lazyloading { background-image: none; }#BMDVZBoMbgCpdUhRFGQLUXCEomQdwA0X > .row .container { background-color: transparent; background-image: none; }#BMDVZBoMbgCpdUhRFGQLUXCEomQdwA0X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMDVZBoMbgCpdUhRFGQLUXCEomQdwA0X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMDVZBoMbgCpdUhRFGQLUXCEomQdwA0X > .row .container > .video-iframe-container { display: none; }#BMDVZBoMbgCpdUhRFGQLUXCEomQdwA0X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMDVZBoMbgCpdUhRFGQLUXCEomQdwA0X > .row > .video-iframe-container { display: none; }#BMDVZBoMbgCpdUhRFGQLUXCEomQdwA0X > .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); }#BMDVZBoMbgCpdUhRFGQLUXCEomQdwA0X > .row .container { width:20rem;height:87.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WAo46mv5bzCabhmBcnz86Q5aF9oiSIJ1 { width:20rem;height:4.62535625rem;top:1.625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.3125rem;line-height:1;color:#debd1a;display:block; }
 }@media only screen and (max-width: 763px) { #WUsRWXwssx0x5QtOUzGCI5ecp97ugTyb { width:20rem;height:2.69921875rem;top:7.2486982345581rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4G8H8RBK6zfMxEIGCblnzD0EdbOEyNx { height:11.1875rem;width:20rem;top:11.186849594116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlP1ZPTzpR2ozzhOGK7IwoUKRRTs33Q5 { top:23.875rem;left:0rem;width:19rem;height:3.25rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #m5cWZE7fTZEXQCk01emas15lhZF531Wr { display:block; }
 }@media only screen and (max-width: 763px) { #lmGBTEMrFqcbTMDLMIXQHLFtcgInIETn { width:20rem;height:0;top:37.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #Dl8sIMm8USFM61IIhdXh5MwoNFA97L5E { width:15.5rem;height:1.29980625rem;top:38.3125rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2K1gxnz4qcukNG4EzyEiWgDck4Mnbsk { width:2.875rem;height:2.6rem;top:31.4375rem;left:8.5625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Psk1g56Xq3Ioe1BsWLu1cNCACTZPDX6P { width:17.4375rem;height:1.7875rem;top:35.3125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wO3WEH4gXl3vrUylsxtdTJlKLnkQWIpe { width:15.5rem;height:1.94921875rem;top:40.875rem;left:2.25rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8vafd06KXlKzDVuUo76g35xVa3qMWvX { width:2.875rem;height:2.6rem;top:44.0625rem;left:8.5625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeSCef0Kvb1BIIV5rTzQEsF1JRpJOq2N { width:17.4375rem;height:1.7875rem;top:47.9375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJxIGeHxTLR2eT0novsBiyzxA53oyS8B { width:20rem;height:3.89941875rem;top:50.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FspuCDmK50uVMnCfgXkgFiNgNBbn0XHP { width:2.875rem;height:2.6rem;top:58.3125rem;left:8.5625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHJL3Ph1CP4XbypJKMEhcbGJBeNPdt79 { width:17.4375rem;height:1.7875rem;top:62.1875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #epc3wD24Q5iP6k8K1Ipgw6mfhOAew3Kt { width:15.5rem;height:0.975rem;top:56.125rem;left:2.25rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKGBgdo5tcREURHEAK3hTUchnUIX4VUN { width:20rem;height:2.312675rem;top:27.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2.3125rem;line-height:1;color:#ffc743;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #dxURtkBguUcT4ULmDExMKL3fdBTLvpiG { width:15.499125rem;height:2.5996125rem;top:65.123700141906rem;left:2.2493491768837rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #PG1AcSxQALviEh0ZzRpKRGnGnMT768y1 { width:17.375rem;height:auto;top:46.8125rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #q9h3Ti5epV3PJR4lRlaZedfgPfEP0a5x { display:flex;width:3.125rem;height:3.125rem;top:68.803158760069rem;left:8.4375002980231rem; }
 }@media only screen and (max-width: 763px) { #nwL2A5HLhtVCNm1ovlrDVgL48CTFA2XL { display:flex;width:3.125rem;height:3.125rem;top:81.866320084rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #H1E2Amfts7pvZxZI0kAwnQTFURCnqPls { display:flex;width:3.125rem;height:3.125rem;top:86.241320084rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uVk1GaUGtffeHPHUNHAJVmN3Rp1Vq8k9 { display:flex;width:3.125rem;height:3.125rem;top:90.616320084rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iRSHXhOBcCaBUyXvuxMVghCEBRawtKck { top:73.625rem;left:1rem;width:18rem;height:3.1875rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;font-size:1.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #1f40c1, #2144dc);background-image: -moz-linear-gradient(45deg, #1f40c1, #2144dc);background-image: -ms-linear-gradient(45deg, #1f40c1, #2144dc);background-image: -o-linear-gradient(45deg, #1f40c1, #2144dc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f40c1', endColorstr='#2144dc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f40c1', endColorstr='#2144dc' );";background-image: linear-gradient(45deg, #1f40c1, #2144dc);background-size:auto !important;color:#ffffff;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #v0mvBBzrCmyXGJROOtOohyKIUBSUIqoS { display:block; }
 }@media only screen and (max-width: 763px) { #TBGvU9WUBUQT6PvchaDPHgxh5UGZKVPe { top:77.873268127444rem;left:1.0004341006279rem;width:17.9980625rem;height:3.125rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;font-size:1.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #43c11f, #52dc21);background-image: -moz-linear-gradient(45deg, #43c11f, #52dc21);background-image: -ms-linear-gradient(45deg, #43c11f, #52dc21);background-image: -o-linear-gradient(45deg, #43c11f, #52dc21);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#43c11f', endColorstr='#52dc21' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#43c11f', endColorstr='#52dc21' );";background-image: linear-gradient(45deg, #43c11f, #52dc21);background-size:auto !important;color:#ffffff;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #kZhJAAMvE1uTa20dAMETFR7gArrz56rl { display:block; }
 }@media only screen and (max-width: 763px) { #RgVDz80JPGrPQbfGzDQMGVUOMGBC1DrL { top:82.247184753419rem;left:1.0004341006279rem;width:17.9980625rem;height:2.9362rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;font-size:1.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #dfd133, #dfc409);background-image: -moz-linear-gradient(45deg, #dfd133, #dfc409);background-image: -ms-linear-gradient(45deg, #dfd133, #dfc409);background-image: -o-linear-gradient(45deg, #dfd133, #dfc409);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfd133', endColorstr='#dfc409' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfd133', endColorstr='#dfc409' );";background-image: linear-gradient(45deg, #dfd133, #dfc409);background-size:auto !important;color:#ffffff;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #RRvPLVTDqMugbB3uT0wy3KNxm1bA781H { display:block; }
 }@media only screen and (max-width: 763px) { #fxs1z5lDa2PTL9i0ePUKc3EuAMyq0ShH { background-color:#f1f1f1;background-image:none;display:block; }#fxs1z5lDa2PTL9i0ePUKc3EuAMyq0ShH > .row .container { background-color: transparent; background-image: none; }#fxs1z5lDa2PTL9i0ePUKc3EuAMyq0ShH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fxs1z5lDa2PTL9i0ePUKc3EuAMyq0ShH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fxs1z5lDa2PTL9i0ePUKc3EuAMyq0ShH > .row .container > .video-iframe-container { display: none; }#fxs1z5lDa2PTL9i0ePUKc3EuAMyq0ShH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fxs1z5lDa2PTL9i0ePUKc3EuAMyq0ShH > .row > .video-iframe-container { display: none; }#fxs1z5lDa2PTL9i0ePUKc3EuAMyq0ShH > .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); }#fxs1z5lDa2PTL9i0ePUKc3EuAMyq0ShH > .row .container { width:20rem;height:47.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wdL7Tr8eqXDU8rwa9h5ohQTyQZaLV3pA { width:20rem;height:2.4375rem;top:3.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1RCnEuhlR0hU7n0UPqBZoQkXvD6KJzf { width:20rem;height:0;top:6.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krDRs6KhmoIsxlHQIgT8BeqyhWfHJbON { width:2.5rem;height:0.125rem;top:6.1875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bhn6FMJGSHubVxbZDvagcXdgKAiQe1cT { top:14.29843711853rem;left:0.46875rem;width:19.0625rem;height:5.5rem;z-index:15025;overflow:hidden;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.0625rem 0.0625rem 1.9375rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #c50t2rWgByEwsK9gsxk0ckKkpxMgleX3 { top:7.0625rem;left:0.4375rem;width:19.125rem;height:4.875rem;z-index:15026;overflow:hidden;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.0625rem 0.0625rem 2.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #ZSnbqt36oO97tnoC1TDaiiMZXtQUJzdL { top:22.5rem;left:0.5625rem;width:18.9375rem;height:6.25rem;z-index:15027;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(0,0,0,0.5) ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0dMmORXhIJbAwxAtB7rvA3vc4K6OHVI { width:20rem;height:4.0625rem;top:2.125rem;left:0rem;text-align:center;text-align-last:center;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCLCcm6HmPz1uTJU4ZhzDamVemDTgfqi { width:1.18671875rem;height:0.8109375rem;top:21.067970275879rem;left:9.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGOAUlFChT7vI7JrsduyQpRfMufM4Ab3 { width:3.625rem;height:2.5187233761236rem;top:67.262367749025rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ftHmKSpKyokesgBRWzTodPRJwArfwEm5 { width:3.625rem;height:2.5187233761236rem;top:71.030811499025rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fNVwvM0AfZTo03OaZA6GcLbO4BM5n85r { width:1.1859375rem;height:0.81015625rem;top:12.98828125rem;left:9.407031059265rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #PIJSBBEkuPr5az0E6yEkHb2vvo1pR60d { top:31.5625rem;left:0.5625rem;width:18.9375rem;height:5.625rem;z-index:15027;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(0,0,0,0.5) ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBFgFvTnERsBePeFZQ9yfyuoQJcNP7g9 { width:3.625rem;height:2.5187753033005rem;top:64.8125rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xwDoK8a2A7W2W06Jr4BChvMOEk9nxE2d { top:40.1875rem;left:0.375rem;width:19.3125rem;height:5rem;z-index:15027;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(0,0,0,0.5) ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWuSFh6mmODuxHz5er9uikkBybQdT9tG { width:1.1859375rem;height:0.81015625rem;top:29.5rem;left:9.4375rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #Re0R5v5Tnq8OOgTKvBz09tPaOwNoAJTe { width:1.1859375rem;height:0.81015625rem;top:38.3125rem;left:9.4375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 { background-color:#000000;background-image:none;display:block; }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .row .container { background-color: transparent; background-image: none; }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .row .container > .video-iframe-container { display: none; }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .row > .video-iframe-container { display: none; }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .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); }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .row .container { width:20rem;height:57.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TkmGQMFNAqdnJIboBChEl43TAMF7UvgV { width:20rem;height:2.925rem;top:1.1230587433093rem;left:0rem;text-align:center;text-align-last:center;color:#ffd36a;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGJ8wqiO5a6wBFA7rmkHfNt6I4W0Bc6w { width:20rem;height:8.5rem;top:4.9108180999756rem;left:0rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #l0Lbo906kXmmtTkbfACkTMvVZwGfMaK3 { width:20rem;height:23.7890625rem;top:33.433160781861rem;left:0rem;text-align:center;text-align-last:center;line-height:1.7;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4fnVeicI4ldzw94FNiEugXippx1cemn { width:18.125rem;height:18.125rem;top:14.622396469116rem;left:0.93750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTnzabpl6ixHJtX13OSB8wEvxvrXoaAA { width:20rem;height:25.32727638152rem;top:58.486350189209rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pDMi4455Ld4IbNrTM62p4WZSvkpT3OQv { display:block; }#pDMi4455Ld4IbNrTM62p4WZSvkpT3OQv > .row .container { width:20rem;height:17.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oIvhkR1maVEN3DfOXHdHKOBJsSIy491B { width:19.249125rem;height:14.375rem;top:1.1870670318604rem;left:0.37434893846512rem;display:block; }
 }@media only screen and (max-width: 763px) { #bt87xuVfxTwe2tvA66UqXcxA42yCTsh1 { width:19.1873125rem;height:24.0625rem;top:16.25rem;left:0.40581601858139rem;display:none; }
 }@media only screen and (max-width: 763px) { #XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk { display:block; }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .row .container { width:20rem;height:97.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #orMZBEu8DVI2Q6TzIlD5lXhZHt11v6eT { width:20rem;height:1.7875rem;top:1.1867184638977rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG .accordion-element-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(160,153,110,0.56);background-image:none; }
#gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG .accordion-heading-text { color:#000000;font-family:exo;font-size:0.8125rem;height:auto; }
#gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG .accordion-desc-text { font-family:georgia;font-size:0.8125rem;height:auto; }
#gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG { display:flex;height:auto;width:17.5rem;top:2.7367186546326rem;left:0rem; }
#gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #hRyg77EHa9B1sCKyuCLK5rgLmEoe88Qb {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #ZQBC7ILQIN85aid75JMi6apIXrDt7gyw {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #zkaipqFMCfy0SC6rhdhcrPhiKMfqTv1n {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #DDOt8ESBxEx39CldTantxRzT7quG1WzX {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #sNP0uwI6kpGlCIgP0PRzh8WeG6Bydm0O {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #DmbHRG1wSJJzhSuMrft5MADLTusfQXT8 {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #Moqyu2AvAlBVrpp9E6aR6TEGan9npyFg {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #V6gUNcnN7ZO4TUTkibzynOp4hi4rdgeQ {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #egPToKAzL9NfIUQPTDr8xzKTdg6fKaLn {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #kBx3T3IV3eGNPH7gMCtVgdp784ZaWy2n {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #Ab6HMgd8oQtLU9WtZ592MtrIrnp3XZS3 {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #S4cywG2FqvGwZrRS9yU0Tp19l88GEBqH {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #PH8xwy2rTwW41RMlZDVZERs9O7tO02OK {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #E0G9IFMpA4s4OlSzVoF1MyGbNvVuPwWs {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #n2ErsWBA5nRt49ODZ0Avp0cOvVK6ETZ5 {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #bJR9withdmugZz2pJRNK8C5paau4R41B {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #IESL3IblqKEO2fC6Qqu7gUx7dI7Mikpn {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #xegSrc8lSpi2xppq3FoT46UontVVyBT1 {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #MhNAVUMaCTZqdSZkRVvNoXNRloAH3ffv {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #rooLylM7Cs7T4WGpmqgEnTJ1zUWzNnBi {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #XKgd1oTCZl5I8ZUUvNOJcrLs1zKaa8Mv {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #mUz5y2dpFJ6ZHZiCTwAtTi5dFG0GLdAQ {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #XGnM9Mnk50lgmxrucNapx9q16HLagh1b {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #MQWBqVQAZxVKF52WGQ1WHibzMHq3aIfP {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #u43RlnHO7Iv9UBOIs7xSxwkHxcfHUTAg {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #hyuB5DS77FOpdEIza2WUqvaTyMtEfTsS {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #iSZ1TxDDreZn21Wltwz4kA3cSiXt33Fg {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #xreukyLzpDfLZhPmiTfLKT6ZBdP8kZxq {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #gD4OzcTxJrc7bTNrWb2DBL2As5eS4tgv {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #t45wqBdr6IA4eaDdirVI8W3SkT7TpwtL {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #wwyPHoGfudddtArxHhpTJNoUMtxkkT6H {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #AMHafPSuxMdI12eiWQv6zwiM20rc06O8 {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #oS5ciwxKwi0TQ5PnmE7QsDVRTRSsi3Dl {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #fFgrNz0eKlI70AkxoBXuMh7McP53RAZt {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #GTiIgpZdsR5x3AdqmwPmxckZUH7tQmwN {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #KeZAFiv9McFgQStI9x89nVS7nd4AEr7E {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #eOOMJCTTACdpTrAuyhemyeT0tRHJu9aN {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #p9pzT8VniRkHLXGLcTdgwgelo5HVuEdA {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #P0aqMrhihl2v4E5R2cFgvTSgGtr8gThN {  }
 }@media only screen and (max-width: 763px) { #gccGC9GVyHT3Ff2OiLzlnwR5bABMqlZG #T9oAeUiMaBT0O4A9iq48AVXvhcR62342 {  }
 }@media only screen and (max-width: 763px) { #fa4ZUCImuD8TguOKb2TLk0XTut2pBnLZ { width:16.6875rem;height:9rem;top:49.171875rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7QLz96BUSix0wEFgFeSeViSoCKJubgZ { width:20rem;height:7.14844375rem;top:38.356121063233rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vDcbKG3ON4eTCcTtrprWgGl2gU1AQvmg { top:94.9375rem;left:3.1875rem;width:4.409725rem;height:1.12413125rem;font-size:0.4375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #LLLa28VB9hEugyvqIfwXfaISRJiEBIJf { display:block; }
 }@media only screen and (max-width: 763px) { #nQd71xfnFkfzqH87CvxuVICIkVO0H4le { top:94.9375rem;left:12.75rem;width:4.097225rem;height:1.12413125rem;font-size:0.4375rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #v4W8fVud6pUXpNSK3a6QWEyIDDTUA1c4 { display:block; }
 }