.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:253,221,230;--color-primary-1:248,143,173;--color-primary-2:241,31,90;--color-primary-3:121,16,45;--color-primary-4:36,5,14;--color-secondary-0:255,255,255;--color-secondary-1:250,250,250;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:200,195,191;--color-tertiary-2:70,55,40;--color-tertiary-3:35,28,20;--color-tertiary-4:7,5,4;--headlines-font-family:"exo";--paragraphs-font-family:"exo"; }@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:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTVfCUrXwvPfExVhmG5WxLWF5EbJlUzJ { 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; }#yTVfCUrXwvPfExVhmG5WxLWF5EbJlUzJ > .row .container { background-color: transparent; background-image: none; }#yTVfCUrXwvPfExVhmG5WxLWF5EbJlUzJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTVfCUrXwvPfExVhmG5WxLWF5EbJlUzJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTVfCUrXwvPfExVhmG5WxLWF5EbJlUzJ > .row .container > .video-iframe-container { display: none; }#yTVfCUrXwvPfExVhmG5WxLWF5EbJlUzJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTVfCUrXwvPfExVhmG5WxLWF5EbJlUzJ > .row > .video-iframe-container { display: none; }#yTVfCUrXwvPfExVhmG5WxLWF5EbJlUzJ > .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); }#yTVfCUrXwvPfExVhmG5WxLWF5EbJlUzJ > .row .container { border-width: 0; border-radius: 0; }#yTVfCUrXwvPfExVhmG5WxLWF5EbJlUzJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yTVfCUrXwvPfExVhmG5WxLWF5EbJlUzJ > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:60rem;position:relative;display:block; }#M8IhotlAutH7DHb8oQHNRfnW4unhpFN8 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:16rem;top:0.8125rem;left:0rem;overflow:hidden;display:block; }
#k10yhAHAZlqU3AydvDuD53a4kRrAcqSf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3cb0ab;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; }#k10yhAHAZlqU3AydvDuD53a4kRrAcqSf > .row .container { background-color: transparent; background-image: none; }#k10yhAHAZlqU3AydvDuD53a4kRrAcqSf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k10yhAHAZlqU3AydvDuD53a4kRrAcqSf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k10yhAHAZlqU3AydvDuD53a4kRrAcqSf > .row .container > .video-iframe-container { display: none; }#k10yhAHAZlqU3AydvDuD53a4kRrAcqSf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k10yhAHAZlqU3AydvDuD53a4kRrAcqSf > .row > .video-iframe-container { display: none; }#k10yhAHAZlqU3AydvDuD53a4kRrAcqSf > .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); }#k10yhAHAZlqU3AydvDuD53a4kRrAcqSf > .row .container { border-width: 0; border-radius: 0; }#k10yhAHAZlqU3AydvDuD53a4kRrAcqSf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k10yhAHAZlqU3AydvDuD53a4kRrAcqSf > .row .container { font-size:0.875rem;font-family:arial;height:27.5rem;width:60rem;position:relative;display:block; }#wA9JHBTZZMITn8ECJdsLs9wsTEH4wW8v { color:rgba(var(--color-secondary-0),1);display:block;width:20.4375rem;position:absolute;font-family:apparat;font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.3125rem;left:0rem;height:7.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ERwkFrJfZE2x5TOTwxvlNqMTTkRVATpX { color:rgba(var(--color-secondary-4),1);display:block;width:27.25rem;position:absolute;font-family:apparat;font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:12.1875rem;left:0rem;height:5.95rem;font-style:normal;display:block; }
#BDbXMElWHNNtsIC6TFPQFL3o8bF9hRMe { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(var(--color-tertiary-2),0.16) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:apparat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:20.03125rem;left:0rem;display:block; }
#TVASeqRpu3URZGXSpHDabooATWLr6T5z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SUlo233Sy7SatomvgeJopwfuCasS3BMC { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top: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:18.5625rem;width:24.8125rem;top:3.46875rem;left:32.0625rem;overflow:hidden;display:block; }
#Txib1t7B4pEeVDHgxCEbm8U3G5i5N75u { position:relative;display:block; }#Txib1t7B4pEeVDHgxCEbm8U3G5i5N75u { background-color: transparent; background-image: none; }#Txib1t7B4pEeVDHgxCEbm8U3G5i5N75u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Txib1t7B4pEeVDHgxCEbm8U3G5i5N75u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Txib1t7B4pEeVDHgxCEbm8U3G5i5N75u > .row .container > .video-iframe-container { display: none; }#Txib1t7B4pEeVDHgxCEbm8U3G5i5N75u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Txib1t7B4pEeVDHgxCEbm8U3G5i5N75u > .row > .video-iframe-container { display: none; }#Txib1t7B4pEeVDHgxCEbm8U3G5i5N75u > .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); }#Txib1t7B4pEeVDHgxCEbm8U3G5i5N75u { border-width: 0; border-radius: 0; }#Txib1t7B4pEeVDHgxCEbm8U3G5i5N75u > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Txib1t7B4pEeVDHgxCEbm8U3G5i5N75u > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;font-size:0.875rem;font-family:arial;height:32.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mUaTlUS1EAR7D41E32NA62BsrGLstEyx { color:rgba(var(--color-tertiary-2),1);display:block;width:24.8125rem;position:absolute;font-family:apparat;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.0625rem;left:0rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HWoEW3T9q9S8DEZLuU1eFBa7K92FDu51 { color:rgba(var(--color-secondary-4),1);display:block;width:20.3125rem;position:absolute;font-family:apparat;font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:10.0625rem;left:3.75rem;height:1.48730625rem;font-style:normal;display:block; }
#xaoapSt4Mav0wEI4dLhZR2dzTin068cA { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:9.9375rem;left:1.5rem;overflow:hidden;display:block; }
#GZuBv3CIuAwuyDmWy1MkgTVZV6VMn2X9 { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:12.1875rem;left:1.5rem;overflow:hidden;display:block; }
#zRslxwKL4gfkaBs4AknTGB7FAKVz4FqT { color:rgba(var(--color-secondary-4),1);display:block;width:21.1875rem;position:absolute;font-family:apparat;font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:12.3125rem;left:3.75rem;height:1.48730625rem;font-style:normal;display:block; }
#LRKqs8Z0SmNcrzmTwSKWIU5Cf0n4Tdt9 { color:rgba(var(--color-secondary-4),1);display:block;width:21.1875rem;position:absolute;font-family:apparat;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:14.3125rem;left:3.875rem;height:1.48730625rem;font-style:normal;display:block; }
#s4OwmQiCigbruc3PveJFHvpVw4wbXWNf { color:rgba(var(--color-secondary-4),1);display:block;width:21.1875rem;position:absolute;font-family:apparat;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:16.5rem;left:3.875rem;height:1.48730625rem;font-style:normal;display:block; }
#Ol2UaDRNoKaOhJ1hgJqM0qhv5cwDigfT { color:rgba(var(--color-secondary-4),1);display:block;width:21.1875rem;position:absolute;font-family:apparat;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:18.8125rem;left:3.875rem;height:1.48730625rem;font-style:normal;display:block; }
#IsEQ9SOmNu9wCkE2h2TTvHhDoKcfcIK0 { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:14.25rem;left:1.5rem;overflow:hidden;display:block; }
#WNTKm2Ry4ET7TEb0hmVtW1c4AWrli8Ob { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:16.4375rem;left:1.5rem;overflow:hidden;display:block; }
#WEZIuvNKfCaIzP6mMRlDDf2rKbcOR3Sb { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:18.625rem;left:1.5rem;overflow:hidden;display:block; }
#EEtScZGUvgcGR0DRBlXvSkucNsTKurI3 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(var(--color-tertiary-2),0.16) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:apparat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:21.875rem;left:0rem;display:block; }
#FclHILiMugIhEymQPPcDGJcsa4Ifm30m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X5WsR15AXzCBEgTpLflNBMWk4hzrRWvA { color:rgba(var(--color-secondary-4),1);display:block;width:28.625rem;position:absolute;font-family:apparat;font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:27.375rem;left:0rem;height:1.48730625rem;font-style:normal;display:block; }
#UuHPr93I0t0sVQnNGoCxPAfy8i2oesKH { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.4375rem;width:23.4375rem;top:4.3994140625rem;left:33.28125rem;overflow:hidden;display:block; }
#pSsaJ2MTKXNSFkQleD9Ib0ETkcUSN9Zq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#384a92;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; }#pSsaJ2MTKXNSFkQleD9Ib0ETkcUSN9Zq > .row .container { background-color: transparent; background-image: none; }#pSsaJ2MTKXNSFkQleD9Ib0ETkcUSN9Zq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pSsaJ2MTKXNSFkQleD9Ib0ETkcUSN9Zq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pSsaJ2MTKXNSFkQleD9Ib0ETkcUSN9Zq > .row .container > .video-iframe-container { display: none; }#pSsaJ2MTKXNSFkQleD9Ib0ETkcUSN9Zq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pSsaJ2MTKXNSFkQleD9Ib0ETkcUSN9Zq > .row > .video-iframe-container { display: none; }#pSsaJ2MTKXNSFkQleD9Ib0ETkcUSN9Zq > .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); }#pSsaJ2MTKXNSFkQleD9Ib0ETkcUSN9Zq > .row .container { border-width: 0; border-radius: 0; }#pSsaJ2MTKXNSFkQleD9Ib0ETkcUSN9Zq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pSsaJ2MTKXNSFkQleD9Ib0ETkcUSN9Zq > .row .container { font-size:0.875rem;font-family:arial;height:26.4375rem;width:60rem;position:relative;display:block; }#EL5e6E8aUuA1n0Bu4irNU9xVCtHGvOQv { color:rgba(var(--color-secondary-0),1);display:block;width:21.1875rem;position:absolute;font-family:apparat;font-size:1.0625rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:16.5625rem;left:2.375rem;height:1.48721875rem;font-style:normal;display:block; }
#Zh7qc0kCBO7yN3slMS8JBkV6E8c5Mlha { color:rgba(var(--color-tertiary-0),1);display:block;width:21.1875rem;position:absolute;font-family:apparat;font-size:1.0625rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:14.375rem;left:2.375rem;height:1.48721875rem;font-style:normal;display:block; }
#E9cw09hfMMrA8dDQqUcNKmV2yKTALH8T { color:rgba(var(--color-tertiary-0),1);display:block;width:21.1875rem;position:absolute;font-family:apparat;font-size:1.0625rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:12.1875rem;left:2.375rem;height:1.48721875rem;font-style:normal;display:block; }
#PnQFA9DXiFwGAIxAdA9JvHw4wClq3zrV { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5rem;position:absolute;font-family:apparat;font-size:1.0625rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:10.224609375rem;left:2.25rem;height:1.48721875rem;font-style:normal;display:block; }
#nlDsLPPsgnrNXXL4rmx10K7TlpIOX1ce { color:rgba(var(--color-tertiary-0),1);display:block;width:20.3125rem;position:absolute;font-family:apparat;font-size:1.0625rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:7.9375rem;left:2.25rem;height:1.48721875rem;font-style:normal;display:block; }
#RiZN0GW1PdzuITCIPHKdubB9OctLuJw9 { color:rgba(var(--color-secondary-0),1);display:block;width:28.25rem;position:absolute;font-family:apparat;font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:3.9560546875rem;left:0rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dLosCShenfC1lDAAfq7EtcSXCNMsEA72 { color:rgba(var(--color-secondary-0),1);display:block;width:21.1875rem;position:absolute;font-family:apparat;font-size:1.0625rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:18.810546875rem;left:2.375rem;height:1.48721875rem;font-style:normal;display:block; }
#BVdoUO9th8bf2fv212UzbeyMt5pLNvDV { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.625rem;top:7.8681640625rem;left:0rem;overflow:hidden;display:block; }
#xQOc7bAgGatBwmzWeQvS4ClbnguH6PXa { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.625rem;top:9.9931640625rem;left:0rem;overflow:hidden;display:block; }
#JhRK14EO3EGxAOdqpidTlCqNIXGSpRs8 { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.625rem;top:12.1181640625rem;left:0rem;overflow:hidden;display:block; }
#M5JS2OAVuTi32L3TANL5DIL9nyOZ4obT { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.625rem;top:14.3056640625rem;left:0rem;overflow:hidden;display:block; }
#DZkQuxhrVJNcXMTcIT1Xuyx3abxHuvZF { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.625rem;top:16.4931640625rem;left:0rem;overflow:hidden;display:block; }
#vo0pIhnGNiuZhGO1rc7TSi6DExSUI2zC { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.625rem;top:18.5546875rem;left:0rem;overflow:hidden;display:block; }
#NukUd8rTtwC2uWv9vc6OPDZWEer45Je1 { position:absolute;display:block;z-index:15048;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.1875rem;width:2.1875rem;top:4.9375rem;left:32.5rem;overflow:hidden;display:block; }
#qTd13y0HNAAgC9I6XUJENg70yMVxKzm6 { color:rgba(var(--color-secondary-0),1);display:block;width:22.75rem;position:absolute;font-family:apparat;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.7;letter-spacing:0;top:4.3125rem;left:36.25rem;height:1.9121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#syH2abLzNyqhMRzgKurgpVsnTafUgrgC { color:rgba(var(--color-tertiary-0),1);display:block;width:22.625rem;position:absolute;font-family:apparat;font-size:1rem;font-weight:normal;z-index:15017;line-height:2.1;letter-spacing:0;top:5.875rem;left:36.25rem;height:2.0996125rem;display:block; }
#qM41h7GbUsk52Q7AsBf7Mkp8CXiy8wJS { color:rgba(var(--color-tertiary-0),1);display:block;width:22.6875rem;position:absolute;font-family:apparat;font-size:1rem;font-weight:normal;z-index:15021;line-height:2.1;letter-spacing:0;top:10.875rem;left:36.25rem;height:2.0996125rem;display:block; }
#yA45WdDmEfeWERLHgWytiP4xw4InuZHi { color:rgba(var(--color-secondary-0),1);display:block;width:21.625rem;position:absolute;font-family:apparat;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:9.3125rem;left:36.25rem;height:1.9121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GanKW7l3Zfb1nUCkwFnuHu2TU9TB214u { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5625rem;position:absolute;font-family:apparat;font-size:1rem;font-weight:normal;z-index:15025;line-height:2.1;letter-spacing:0;top:16rem;left:36.25rem;height:2.0996125rem;display:block; }
#XCO14ZDg5heNepIEX8cnfK252m9l1dhE { color:rgba(var(--color-secondary-0),1);display:block;width:21.625rem;position:absolute;font-family:apparat;font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.7;letter-spacing:0;top:14.4375rem;left:36.25rem;height:1.9121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s07GQrXdWiAyMXNltvNtzriZQhTIaV2c { box-sizing:content-box;height:2.625rem;width:2.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15047;background-color:#f11f5a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.6875rem;left:32.25rem;display:block; }
#XJrXv6w8TVpW91Fg98n2VHGRyF2SV0ap { box-sizing:content-box;height:2.625rem;width:2.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15049;background-color:#3cb0ab;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.875rem;left:32.3125rem;display:block; }
#dDoUh2O4SuTOKDTsiLgtssValLluNviK { position:absolute;display:block;z-index:15050;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.3125rem;width:2.3125rem;top:10.0625rem;left:32.4375rem;overflow:hidden;display:block; }
#kZp53LB4nLM4wkazh3Na8PkWPfB5Oh3T { box-sizing:content-box;height:2.625rem;width:2.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15051;background-color:#f4c004;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.8125rem;left:32.3125rem;display:block; }
#MLagDO8HfHDLhuq1ifTqImVSLLiuaOqK { position:absolute;display:block;z-index:15052;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.125rem;width:2.125rem;top:15rem;left:32.5625rem;overflow:hidden;display:block; }
#N3Fi4oFvqx0PQ18hgZDScC87ORPDTb6K { background-color:#f4c004;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(var(--color-tertiary-2),0.16) ;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:apparat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:20.25rem;left:32.25rem;display:block; }
#cEJ3e0nL46NMQDsR23O6vnsZ8QSCVpSZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#blQZfDFWf6MaTH4yk0EtUvF9gENGrFzT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#blQZfDFWf6MaTH4yk0EtUvF9gENGrFzT > .row .container { background-color: transparent; background-image: none; }#blQZfDFWf6MaTH4yk0EtUvF9gENGrFzT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blQZfDFWf6MaTH4yk0EtUvF9gENGrFzT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blQZfDFWf6MaTH4yk0EtUvF9gENGrFzT > .row .container > .video-iframe-container { display: none; }#blQZfDFWf6MaTH4yk0EtUvF9gENGrFzT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blQZfDFWf6MaTH4yk0EtUvF9gENGrFzT > .row > .video-iframe-container { display: none; }#blQZfDFWf6MaTH4yk0EtUvF9gENGrFzT > .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); }#blQZfDFWf6MaTH4yk0EtUvF9gENGrFzT > .row .container { border-width: 0; border-radius: 0; }#blQZfDFWf6MaTH4yk0EtUvF9gENGrFzT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#blQZfDFWf6MaTH4yk0EtUvF9gENGrFzT > .row .container { font-size:0.875rem;font-family:arial;height:15.0625rem;width:60rem;position:relative;display:block; }#Vu4w35fZMoQuuWc3crxc7rJfkaoztonP { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:apparat;font-size:2.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.2314453125rem;left:0rem;height:3.0874rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Quok1131GzH9cii87nDS1vIiC7IG1UB2 { color:rgba(var(--color-primary-4),1);display:block;width:54.125rem;position:absolute;font-family:apparat;font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:9.17578125rem;left:2.9375rem;height:4.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JX6d7c8lZsgJpLGzPAlfPoaz4Ub47TGK { position:relative;display:block; }#JX6d7c8lZsgJpLGzPAlfPoaz4Ub47TGK { background-color: transparent; background-image: none; }#JX6d7c8lZsgJpLGzPAlfPoaz4Ub47TGK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JX6d7c8lZsgJpLGzPAlfPoaz4Ub47TGK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JX6d7c8lZsgJpLGzPAlfPoaz4Ub47TGK > .row .container > .video-iframe-container { display: none; }#JX6d7c8lZsgJpLGzPAlfPoaz4Ub47TGK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JX6d7c8lZsgJpLGzPAlfPoaz4Ub47TGK > .row > .video-iframe-container { display: none; }#JX6d7c8lZsgJpLGzPAlfPoaz4Ub47TGK > .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); }#JX6d7c8lZsgJpLGzPAlfPoaz4Ub47TGK { border-width: 0; border-radius: 0; }#JX6d7c8lZsgJpLGzPAlfPoaz4Ub47TGK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JX6d7c8lZsgJpLGzPAlfPoaz4Ub47TGK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;font-size:0.875rem;font-family:arial;height:35.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Mlci3ImTg739WivTAapdZsLdwfqObrIT { color:rgba(var(--color-tertiary-2),1);display:block;width:19.9375rem;position:absolute;font-family:apparat;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:14.875rem;left:0rem;height:1.9121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bUELFzMlT19vQT69HdcUCFJz82X97yix { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:apparat;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:17.5625rem;left:1.71875rem;height:7rem;text-align:center;text-align-last:center;display:block; }
#b00r64f6yq2N0x64bUpb8oAGlBOtcEX4 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(var(--color-tertiary-2),0.16) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:apparat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:27.8359375rem;left:24.4375rem;display:block; }
#Iru1BSw4G0qTsTxq7CbKWWP7CPk6fFsu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dJEFdkQWcrk2Gr22ViZMFOz2T2zDxPtC { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:11.75rem;top:1.6689453125rem;left:4.125rem;overflow:hidden;display:block; }
#WyVVTI3JVDbRqf2Uiq8kmNJVwd21ehcD { color:rgba(var(--color-tertiary-2),1);display:block;width:19.9375rem;position:absolute;font-family:apparat;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:15rem;left:20rem;height:1.9121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WwOkutds4MMhw6eg3s1C1z6JCZioKvrd { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:apparat;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:17.5625rem;left:21.59375rem;height:7rem;text-align:center;text-align-last:center;display:block; }
#J6cfiJl1vuURMrfBVUPKM7N21vdLnciE { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:11.75rem;top:1.75rem;left:24.125rem;overflow:hidden;display:block; }
#T9cF8c5qTTmWTIHL5l2fkpstTeKsB0xv { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:apparat;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.4;letter-spacing:0;top:17.5625rem;left:41.71875rem;height:5.6rem;text-align:center;text-align-last:center;display:block; }
#xnVGDufalTa1xIfkThp6Wk7vHuSWXTG9 { color:rgba(var(--color-tertiary-2),1);display:block;width:19.9375rem;position:absolute;font-family:apparat;font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.7;letter-spacing:0;top:15.125rem;left:40rem;height:1.9121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ySa8AD5men5Heqy6BrTS2G9ZAyF8wEd8 { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:11.75rem;top:1.875rem;left:44.125rem;overflow:hidden;display:block; }
#HXlQrn0b3bssczyzrhaqP6n30TSqfwBy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b2a89bdd-9c3c-432c-ad8f-aa77d2484567/FullWidthImageLandingiLandingPageTemplate1920x400px.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; }#HXlQrn0b3bssczyzrhaqP6n30TSqfwBy.adaptive-delivery-prevent-bg, #HXlQrn0b3bssczyzrhaqP6n30TSqfwBy.lazyload, #HXlQrn0b3bssczyzrhaqP6n30TSqfwBy.lazyloading { background-image: none; }#HXlQrn0b3bssczyzrhaqP6n30TSqfwBy > .row .container { background-color: transparent; background-image: none; }#HXlQrn0b3bssczyzrhaqP6n30TSqfwBy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-3),0.7); }#HXlQrn0b3bssczyzrhaqP6n30TSqfwBy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXlQrn0b3bssczyzrhaqP6n30TSqfwBy > .row .container > .video-iframe-container { display: none; }#HXlQrn0b3bssczyzrhaqP6n30TSqfwBy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-3),0.7); }#HXlQrn0b3bssczyzrhaqP6n30TSqfwBy > .row > .video-iframe-container { display: none; }#HXlQrn0b3bssczyzrhaqP6n30TSqfwBy > .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); }#HXlQrn0b3bssczyzrhaqP6n30TSqfwBy > .row .container { border-width: 0; border-radius: 0; }#HXlQrn0b3bssczyzrhaqP6n30TSqfwBy::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HXlQrn0b3bssczyzrhaqP6n30TSqfwBy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HXlQrn0b3bssczyzrhaqP6n30TSqfwBy > .row .container { font-size:0.875rem;font-family:arial;height:22.875rem;width:60rem;position:relative;display:block; }#oUpFWQ2M7198Jh8894Bgq6dbJGCmW9h5 { color:rgba(var(--color-secondary-0),1);display:block;width:60rem;position:absolute;font-family:apparat;font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.25rem;left:0rem;height:3.65625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FThQyGFo3FHhgdIzcWfviqHeguc0ADrg { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:apparat;font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:10.875rem;left:0rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#mOswXWHvdbHsNO0xMgnawdgWUI9OL5Et { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(var(--color-tertiary-2),0.16) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:apparat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:14.0625rem;left:24.4375rem;display:block; }
#zDFkNnHLX89w8UGSzspZ4Sqwu5v4MwAz { 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) { #yTVfCUrXwvPfExVhmG5WxLWF5EbJlUzJ { display:block; }#yTVfCUrXwvPfExVhmG5WxLWF5EbJlUzJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M8IhotlAutH7DHb8oQHNRfnW4unhpFN8 { top:0.8125rem;left:0rem;width:16rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k10yhAHAZlqU3AydvDuD53a4kRrAcqSf { display:block; }#k10yhAHAZlqU3AydvDuD53a4kRrAcqSf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wA9JHBTZZMITn8ECJdsLs9wsTEH4wW8v { top:3.3125rem;left:0rem;width:20.4375rem;height:;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERwkFrJfZE2x5TOTwxvlNqMTTkRVATpX { top:12.1875rem;left:0rem;width:27.25rem;height:5.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDbXMElWHNNtsIC6TFPQFL3o8bF9hRMe { width:11.125rem;height:3.5rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVASeqRpu3URZGXSpHDabooATWLr6T5z { display:block; }
 }@media only screen and (max-width: 763px) { #SUlo233Sy7SatomvgeJopwfuCasS3BMC { top:3.4375rem;left:19.8125rem;width:24.8125rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txib1t7B4pEeVDHgxCEbm8U3G5i5N75u { display:block; }#Txib1t7B4pEeVDHgxCEbm8U3G5i5N75u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mUaTlUS1EAR7D41E32NA62BsrGLstEyx { top:4.0625rem;left:0rem;width:24.8125rem;height:4.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWoEW3T9q9S8DEZLuU1eFBa7K92FDu51 { top:10.0625rem;left:0.6875rem;width:20.3125rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaoapSt4Mav0wEI4dLhZR2dzTin068cA { top:9.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZuBv3CIuAwuyDmWy1MkgTVZV6VMn2X9 { top:12.1875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRslxwKL4gfkaBs4AknTGB7FAKVz4FqT { top:12.3125rem;left:0.6875rem;width:21.1875rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRKqs8Z0SmNcrzmTwSKWIU5Cf0n4Tdt9 { top:14.3125rem;left:0.8125rem;width:21.1875rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4OwmQiCigbruc3PveJFHvpVw4wbXWNf { top:16.5rem;left:0.8125rem;width:21.1875rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ol2UaDRNoKaOhJ1hgJqM0qhv5cwDigfT { top:18.8125rem;left:0.8125rem;width:21.1875rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsEQ9SOmNu9wCkE2h2TTvHhDoKcfcIK0 { top:14.25rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNTKm2Ry4ET7TEb0hmVtW1c4AWrli8Ob { top:16.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEZIuvNKfCaIzP6mMRlDDf2rKbcOR3Sb { top:18.625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEtScZGUvgcGR0DRBlXvSkucNsTKurI3 { width:11.125rem;height:3.5rem;top:21.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FclHILiMugIhEymQPPcDGJcsa4Ifm30m { display:block; }
 }@media only screen and (max-width: 763px) { #X5WsR15AXzCBEgTpLflNBMWk4hzrRWvA { top:27.375rem;left:0rem;width:28.625rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuHPr93I0t0sVQnNGoCxPAfy8i2oesKH { top:4.375rem;left:24.09375rem;width:23.4375rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSsaJ2MTKXNSFkQleD9Ib0ETkcUSN9Zq { display:block; }#pSsaJ2MTKXNSFkQleD9Ib0ETkcUSN9Zq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EL5e6E8aUuA1n0Bu4irNU9xVCtHGvOQv { top:16.5625rem;left:0rem;width:21.1875rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zh7qc0kCBO7yN3slMS8JBkV6E8c5Mlha { top:14.375rem;left:0rem;width:21.1875rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9cw09hfMMrA8dDQqUcNKmV2yKTALH8T { top:12.1875rem;left:0rem;width:21.1875rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnQFA9DXiFwGAIxAdA9JvHw4wClq3zrV { top:10.1875rem;left:0rem;width:14.5rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlDsLPPsgnrNXXL4rmx10K7TlpIOX1ce { top:7.9375rem;left:0rem;width:20.3125rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiZN0GW1PdzuITCIPHKdubB9OctLuJw9 { top:3.9375rem;left:0rem;width:28.25rem;height:2.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLosCShenfC1lDAAfq7EtcSXCNMsEA72 { top:18.75rem;left:0rem;width:21.1875rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVdoUO9th8bf2fv212UzbeyMt5pLNvDV { top:7.8125rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQOc7bAgGatBwmzWeQvS4ClbnguH6PXa { top:9.9375rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhRK14EO3EGxAOdqpidTlCqNIXGSpRs8 { top:12.0625rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5JS2OAVuTi32L3TANL5DIL9nyOZ4obT { top:14.25rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZkQuxhrVJNcXMTcIT1Xuyx3abxHuvZF { top:16.4375rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vo0pIhnGNiuZhGO1rc7TSi6DExSUI2zC { top:18.5rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NukUd8rTtwC2uWv9vc6OPDZWEer45Je1 { top:4.9375rem;left:23.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTd13y0HNAAgC9I6XUJENg70yMVxKzm6 { top:4.3125rem;left:25rem;width:22.75rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #syH2abLzNyqhMRzgKurgpVsnTafUgrgC { top:5.875rem;left:25.125rem;width:22.625rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qM41h7GbUsk52Q7AsBf7Mkp8CXiy8wJS { top:10.875rem;left:25.0625rem;width:22.6875rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yA45WdDmEfeWERLHgWytiP4xw4InuZHi { top:9.3125rem;left:26.125rem;width:21.625rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GanKW7l3Zfb1nUCkwFnuHu2TU9TB214u { top:16rem;left:25.1875rem;width:22.5625rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCO14ZDg5heNepIEX8cnfK252m9l1dhE { top:14.4375rem;left:26.125rem;width:21.625rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s07GQrXdWiAyMXNltvNtzriZQhTIaV2c { top:4.6875rem;left:23.875rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJrXv6w8TVpW91Fg98n2VHGRyF2SV0ap { top:9.875rem;left:23.875rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDoUh2O4SuTOKDTsiLgtssValLluNviK { top:10.0625rem;left:23.875rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZp53LB4nLM4wkazh3Na8PkWPfB5Oh3T { top:14.8125rem;left:23.875rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLagDO8HfHDLhuq1ifTqImVSLLiuaOqK { top:15rem;left:23.875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3Fi4oFvqx0PQ18hgZDScC87ORPDTb6K { width:11.125rem;height:3.5rem;top:20.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEJ3e0nL46NMQDsR23O6vnsZ8QSCVpSZ { display:block; }
 }@media only screen and (max-width: 763px) { #blQZfDFWf6MaTH4yk0EtUvF9gENGrFzT { display:block; }#blQZfDFWf6MaTH4yk0EtUvF9gENGrFzT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vu4w35fZMoQuuWc3crxc7rJfkaoztonP { top:4.1875rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Quok1131GzH9cii87nDS1vIiC7IG1UB2 { top:9.125rem;left:0rem;width:47.75rem;height:4.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JX6d7c8lZsgJpLGzPAlfPoaz4Ub47TGK { display:block; }#JX6d7c8lZsgJpLGzPAlfPoaz4Ub47TGK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mlci3ImTg739WivTAapdZsLdwfqObrIT { top:14.875rem;left:0rem;width:19.9375rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUELFzMlT19vQT69HdcUCFJz82X97yix { top:17.5625rem;left:0rem;width:16.5625rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b00r64f6yq2N0x64bUpb8oAGlBOtcEX4 { width:11.125rem;height:3.5rem;top:27.8125rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iru1BSw4G0qTsTxq7CbKWWP7CPk6fFsu { display:block; }
 }@media only screen and (max-width: 763px) { #dJEFdkQWcrk2Gr22ViZMFOz2T2zDxPtC { top:1.625rem;left:2.0625rem;width:11.75rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyVVTI3JVDbRqf2Uiq8kmNJVwd21ehcD { top:15rem;left:11.8125rem;width:19.9375rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwOkutds4MMhw6eg3s1C1z6JCZioKvrd { top:17.5625rem;left:14.9375rem;width:16.8125rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6cfiJl1vuURMrfBVUPKM7N21vdLnciE { top:1.75rem;left:17.9375rem;width:11.75rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9cF8c5qTTmWTIHL5l2fkpstTeKsB0xv { top:17.5625rem;left:31.0625rem;width:16.5625rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnVGDufalTa1xIfkThp6Wk7vHuSWXTG9 { top:15.125rem;left:27.6875rem;width:19.9375rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySa8AD5men5Heqy6BrTS2G9ZAyF8wEd8 { top:1.875rem;left:33.8125rem;width:11.75rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXlQrn0b3bssczyzrhaqP6n30TSqfwBy { display:block; }#HXlQrn0b3bssczyzrhaqP6n30TSqfwBy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oUpFWQ2M7198Jh8894Bgq6dbJGCmW9h5 { top:4.25rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FThQyGFo3FHhgdIzcWfviqHeguc0ADrg { top:10.875rem;left:0rem;width:47.75rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOswXWHvdbHsNO0xMgnawdgWUI9OL5Et { width:11.125rem;height:3.5rem;top:14.0625rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDFkNnHLX89w8UGSzspZ4Sqwu5v4MwAz { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yTVfCUrXwvPfExVhmG5WxLWF5EbJlUzJ { display:block; }#yTVfCUrXwvPfExVhmG5WxLWF5EbJlUzJ > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M8IhotlAutH7DHb8oQHNRfnW4unhpFN8 { width:16rem;height:5.625rem;top:1.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #k10yhAHAZlqU3AydvDuD53a4kRrAcqSf { display:block; }#k10yhAHAZlqU3AydvDuD53a4kRrAcqSf > .row .container { width:20rem;height:41.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wA9JHBTZZMITn8ECJdsLs9wsTEH4wW8v { width:15.3125rem;height:5.52415rem;top:2.6875rem;left:2.34375rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ERwkFrJfZE2x5TOTwxvlNqMTTkRVATpX { width:18.875rem;height:7.875rem;top:9.0625rem;left:0.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BDbXMElWHNNtsIC6TFPQFL3o8bF9hRMe { width:10.375rem;height:3.1875rem;top:18.8125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVASeqRpu3URZGXSpHDabooATWLr6T5z { display:block; }
 }@media only screen and (max-width: 763px) { #SUlo233Sy7SatomvgeJopwfuCasS3BMC { width:17.625rem;height:13.1875rem;top:24.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txib1t7B4pEeVDHgxCEbm8U3G5i5N75u { display:block; }#Txib1t7B4pEeVDHgxCEbm8U3G5i5N75u > .row .container { width:20rem;height:50.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mUaTlUS1EAR7D41E32NA62BsrGLstEyx { width:20rem;height:4.0625rem;top:2.8125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HWoEW3T9q9S8DEZLuU1eFBa7K92FDu51 { width:13.625rem;height:1.3125rem;top:25.875rem;left:3.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xaoapSt4Mav0wEI4dLhZR2dzTin068cA { width:1.5625rem;height:1.5625rem;top:28.84375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZuBv3CIuAwuyDmWy1MkgTVZV6VMn2X9 { width:1.5625rem;height:1.5625rem;top:31.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRslxwKL4gfkaBs4AknTGB7FAKVz4FqT { width:15.1875rem;height:2.625rem;top:28.3125rem;left:3.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LRKqs8Z0SmNcrzmTwSKWIU5Cf0n4Tdt9 { width:13.125rem;height:1.3125rem;top:31.875rem;left:3.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s4OwmQiCigbruc3PveJFHvpVw4wbXWNf { width:12.0625rem;height:1.3125rem;top:34.4375rem;left:3.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ol2UaDRNoKaOhJ1hgJqM0qhv5cwDigfT { width:13.125rem;height:2.625rem;top:36.84375rem;left:3.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IsEQ9SOmNu9wCkE2h2TTvHhDoKcfcIK0 { width:1.5625rem;height:1.5625rem;top:34.3125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNTKm2Ry4ET7TEb0hmVtW1c4AWrli8Ob { width:1.5625rem;height:1.5625rem;top:37.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEZIuvNKfCaIzP6mMRlDDf2rKbcOR3Sb { width:1.5625rem;height:1.5625rem;top:25.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEtScZGUvgcGR0DRBlXvSkucNsTKurI3 { width:11.125rem;height:3.5rem;top:41.0625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FclHILiMugIhEymQPPcDGJcsa4Ifm30m { display:block; }
 }@media only screen and (max-width: 763px) { #X5WsR15AXzCBEgTpLflNBMWk4hzrRWvA { width:20rem;height:1.137075rem;top:46rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UuHPr93I0t0sVQnNGoCxPAfy8i2oesKH { width:15.1875rem;height:15.1875rem;top:8.5625rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSsaJ2MTKXNSFkQleD9Ib0ETkcUSN9Zq { display:block; }#pSsaJ2MTKXNSFkQleD9Ib0ETkcUSN9Zq > .row .container { width:20rem;height:61.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EL5e6E8aUuA1n0Bu4irNU9xVCtHGvOQv { width:13.25rem;height:2.625rem;top:18.875rem;left:3.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Zh7qc0kCBO7yN3slMS8JBkV6E8c5Mlha { width:10.625rem;height:1.3125rem;top:16.375rem;left:3.40625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E9cw09hfMMrA8dDQqUcNKmV2yKTALH8T { width:13.75rem;height:1.3125rem;top:13.53125rem;left:3.40625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PnQFA9DXiFwGAIxAdA9JvHw4wClq3zrV { width:14.5rem;height:1.3125rem;top:10.78125rem;left:3.40625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nlDsLPPsgnrNXXL4rmx10K7TlpIOX1ce { width:11.1875rem;height:1.3125rem;top:8.25rem;left:3.40625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RiZN0GW1PdzuITCIPHKdubB9OctLuJw9 { width:20rem;height:4.0625rem;top:2.5rem;left:0rem;font-size:1.5625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dLosCShenfC1lDAAfq7EtcSXCNMsEA72 { width:15rem;height:1.3125rem;top:22.65625rem;left:3.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BVdoUO9th8bf2fv212UzbeyMt5pLNvDV { width:1.625rem;height:1.625rem;top:7.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQOc7bAgGatBwmzWeQvS4ClbnguH6PXa { width:1.625rem;height:1.625rem;top:10.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhRK14EO3EGxAOdqpidTlCqNIXGSpRs8 { width:1.625rem;height:1.625rem;top:13.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5JS2OAVuTi32L3TANL5DIL9nyOZ4obT { width:1.625rem;height:1.625rem;top:16.21875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZkQuxhrVJNcXMTcIT1Xuyx3abxHuvZF { width:1.625rem;height:1.625rem;top:19.1875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vo0pIhnGNiuZhGO1rc7TSi6DExSUI2zC { width:1.625rem;height:1.625rem;top:22.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NukUd8rTtwC2uWv9vc6OPDZWEer45Je1 { width:2.1875rem;height:2.1875rem;top:27.125rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTd13y0HNAAgC9I6XUJENg70yMVxKzm6 { width:20rem;height:1.9121125rem;top:30.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #syH2abLzNyqhMRzgKurgpVsnTafUgrgC { width:20rem;height:2.0996125rem;top:32.662109375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qM41h7GbUsk52Q7AsBf7Mkp8CXiy8wJS { width:20rem;height:3.5996125rem;top:41.19921875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #yA45WdDmEfeWERLHgWytiP4xw4InuZHi { width:20rem;height:1.9121125rem;top:38.9736328125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GanKW7l3Zfb1nUCkwFnuHu2TU9TB214u { width:20rem;height:2.0996125rem;top:51.560546875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XCO14ZDg5heNepIEX8cnfK252m9l1dhE { width:20rem;height:1.9121125rem;top:49.7099609375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s07GQrXdWiAyMXNltvNtzriZQhTIaV2c { width:2.625rem;height:2.625rem;top:26.875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJrXv6w8TVpW91Fg98n2VHGRyF2SV0ap { width:2.625rem;height:2.625rem;top:35.69921875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDoUh2O4SuTOKDTsiLgtssValLluNviK { width:2.3125rem;height:2.3125rem;top:35.88671875rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZp53LB4nLM4wkazh3Na8PkWPfB5Oh3T { width:2.625rem;height:2.625rem;top:45.875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLagDO8HfHDLhuq1ifTqImVSLLiuaOqK { width:2.125rem;height:2.125rem;top:46.0625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3Fi4oFvqx0PQ18hgZDScC87ORPDTb6K { width:11.125rem;height:3.5rem;top:55.697265625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEJ3e0nL46NMQDsR23O6vnsZ8QSCVpSZ { display:block; }
 }@media only screen and (max-width: 763px) { #blQZfDFWf6MaTH4yk0EtUvF9gENGrFzT { display:block; }#blQZfDFWf6MaTH4yk0EtUvF9gENGrFzT > .row .container { width:20rem;height:18rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vu4w35fZMoQuuWc3crxc7rJfkaoztonP { width:20rem;height:2.5996125rem;top:3.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Quok1131GzH9cii87nDS1vIiC7IG1UB2 { width:16.5625rem;height:10.5rem;top:6.5rem;left:1.71875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JX6d7c8lZsgJpLGzPAlfPoaz4Ub47TGK { display:block; }#JX6d7c8lZsgJpLGzPAlfPoaz4Ub47TGK > .row .container { width:20rem;height:83.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mlci3ImTg739WivTAapdZsLdwfqObrIT { width:19.9375rem;height:1.9121125rem;top:14.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bUELFzMlT19vQT69HdcUCFJz82X97yix { width:16.5625rem;height:6.9993125rem;top:17rem;left:1.71875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b00r64f6yq2N0x64bUpb8oAGlBOtcEX4 { width:11.125rem;height:3.5rem;top:76.162109375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iru1BSw4G0qTsTxq7CbKWWP7CPk6fFsu { display:block; }
 }@media only screen and (max-width: 763px) { #dJEFdkQWcrk2Gr22ViZMFOz2T2zDxPtC { width:11.75rem;height:11.75rem;top:1.5625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyVVTI3JVDbRqf2Uiq8kmNJVwd21ehcD { width:19.9375rem;height:1.9121125rem;top:38.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WwOkutds4MMhw6eg3s1C1z6JCZioKvrd { width:16.875rem;height:6.9993125rem;top:41.5rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J6cfiJl1vuURMrfBVUPKM7N21vdLnciE { width:11.75rem;height:11.75rem;top:25.9375rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9cF8c5qTTmWTIHL5l2fkpstTeKsB0xv { width:16.5625rem;height:6.9993125rem;top:66.6875rem;left:1.71875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xnVGDufalTa1xIfkThp6Wk7vHuSWXTG9 { width:19.9375rem;height:1.9121125rem;top:63.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ySa8AD5men5Heqy6BrTS2G9ZAyF8wEd8 { width:11.75rem;height:11.75rem;top:50.5625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXlQrn0b3bssczyzrhaqP6n30TSqfwBy { display:block; }#HXlQrn0b3bssczyzrhaqP6n30TSqfwBy > .row .container { width:20rem;height:17.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oUpFWQ2M7198Jh8894Bgq6dbJGCmW9h5 { width:20rem;height:2.1933625rem;top:4.75rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FThQyGFo3FHhgdIzcWfviqHeguc0ADrg { width:20rem;height:1.3808625rem;top:8.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOswXWHvdbHsNO0xMgnawdgWUI9OL5Et { width:11.125rem;height:3.5rem;top:10.8125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDFkNnHLX89w8UGSzspZ4Sqwu5v4MwAz { display:block; }
 }