.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ffffff;background-image:none;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); }#faRmVobmQHf50J9ku6QGfXvHetXRtwv6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#faRmVobmQHf50J9ku6QGfXvHetXRtwv6 > .row .container { background-color: transparent; background-image: none; }#faRmVobmQHf50J9ku6QGfXvHetXRtwv6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#faRmVobmQHf50J9ku6QGfXvHetXRtwv6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#faRmVobmQHf50J9ku6QGfXvHetXRtwv6 > .row .container > .video-iframe-container { display: none; }#faRmVobmQHf50J9ku6QGfXvHetXRtwv6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#faRmVobmQHf50J9ku6QGfXvHetXRtwv6 > .row > .video-iframe-container { display: none; }#faRmVobmQHf50J9ku6QGfXvHetXRtwv6 > .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); }#faRmVobmQHf50J9ku6QGfXvHetXRtwv6 > .row .container { border-width: 0; border-radius: 0; }#faRmVobmQHf50J9ku6QGfXvHetXRtwv6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#faRmVobmQHf50J9ku6QGfXvHetXRtwv6 > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:60rem;position:relative;display:block; }#ObBeDoKKkSG5AmZWBOXa0UIh4XI5aq6b { background-color:#00b3b3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:2.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.53125rem;left:51.237504959106rem;display:block; }
#SbhixnmfHPvu4JclUCpeEBB0y7VazRea { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dtPVFRCvUq0n1vfUEAMQwyVlF06g2dni { color:#000000;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.875rem;left:2.5rem;height:1.625rem;display:block; }
#t9xvR1tPqsbgxRxxJU0PZshDZiOBgLII { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.625rem;height:2.3125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:2.46875rem;left:24.375rem;display:block; }
#NA5gIEMZHD3nnlJ5fD2NtG1U4eoM4rra { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s5BG5MbqihvtLTG7xunfOTqdaiKs0h7O { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.875rem;height:2.3125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:2.46875rem;left:29.625rem;display:block; }
#HPPe71nfAc3Az5W3fibQHiy0rTf8QI9S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nPVG7VKWhNJy1qQbb6zi9XVMcEg1GTuT { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:2.3125rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:2.46875rem;left:34.3125rem;display:block; }
#MEIZatHOUvbSCvC0TF9xMC9BdFy97IA4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kyBC1X7JrfNVkJB9z2fPZCNBRbLbboTZ { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.5625rem;height:2.3125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:2.46875rem;left:40.0625rem;display:block; }
#g6sF1NqaF5COifZo8a2FaJyaIPDCLuKI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eaMTGZRg26Kb40dq9LBbe6yuSBLFNS8J { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.5625rem;height:2.3125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:2.5rem;left:44.5625rem;display:block; }
#fPGWKy095FtNbydsrdgplP2IdT6OvEHn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KvtW4wgudwmkMFRrTtmc678dD27L9Qzf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:3.0625rem;left:48.4375rem; }
#L75JVFw0R80mDxqW10Zkp7oITF4tdSAQ { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.3125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:2.46875rem;left:15.0625rem;display:block; }
#Tty2n1XgcSBX2ClalgnvQ6AoHhGnWuR0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o1T6ded0RadSc1dF4ewhx5WBgLA5Z9SZ { position:relative;display:block; }#o1T6ded0RadSc1dF4ewhx5WBgLA5Z9SZ { background-color: transparent; background-image: none; }#o1T6ded0RadSc1dF4ewhx5WBgLA5Z9SZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o1T6ded0RadSc1dF4ewhx5WBgLA5Z9SZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o1T6ded0RadSc1dF4ewhx5WBgLA5Z9SZ > .row .container > .video-iframe-container { display: none; }#o1T6ded0RadSc1dF4ewhx5WBgLA5Z9SZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o1T6ded0RadSc1dF4ewhx5WBgLA5Z9SZ > .row > .video-iframe-container { display: none; }#o1T6ded0RadSc1dF4ewhx5WBgLA5Z9SZ > .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); }#o1T6ded0RadSc1dF4ewhx5WBgLA5Z9SZ { border-width: 0; border-radius: 0; }#o1T6ded0RadSc1dF4ewhx5WBgLA5Z9SZ > .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; }#o1T6ded0RadSc1dF4ewhx5WBgLA5Z9SZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.4375rem;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; }#aDIDuIgZGmeLLdbvh5S4vMF7wN2PM43h { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.3125rem;text-decoration:none;z-index:15030;text-align:left;text-align-last:left;top:4.75rem;left:22.875rem;display:block; }
#T5qATaybIcnoRqMnVJrcoK0CkHLRfzG7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rTAABcZfIaUOUhsXG6EoJX2l6Uk4s4Et { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.1875rem;height:2.3125rem;text-decoration:none;z-index:15028;text-align:left;text-align-last:left;top:2.375rem;left:39.375rem;display:block; }
#Pt218GlzC5TzogTfWzNx2to2FDSTU7z3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RpERhg36dphrzexy9qXohKFOs3KwZysB { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.125rem;height:2.3125rem;text-decoration:none;z-index:15026;text-align:left;text-align-last:left;top:0rem;left:39.40625rem;display:block; }
#Qm0B0mH7V6MfmW32qR0Wlwl9mdzP8QdN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Oowq5zNTpF0IHQT940ZuTzg9MCDwgirV { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.875rem;height:2.3125rem;text-decoration:none;z-index:15025;text-align:left;text-align-last:left;top:0.125rem;left:51rem;display:block; }
#la8A9ZCaWr2NPSwXmu30tWNKxECzGFGq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CBy3wyce7pSF6DRd7g4Q9hn1TaNrt3DD { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.125rem;height:2.3125rem;text-decoration:none;z-index:15027;text-align:left;text-align-last:left;top:4.75rem;left:39.375rem;display:block; }
#CDsn27zg4FE1QzIbZkT9cXLsJlBiSpCc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u8hQhcRUXUzaGANT1FsoCmekVLrloI0i { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:2.3125rem;text-decoration:none;z-index:15031;text-align:left;text-align-last:left;top:0rem;left:22.875rem;display:block; }
#B9maot4xlOnDEQEUepix2FUM6CkF6EW0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i2QBd07zoTcFOv5LKolQOfrQdTx4KAyQ { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.375rem;height:2.3125rem;text-decoration:none;z-index:15026;text-align:left;text-align-last:left;top:2.375rem;left:22.9375rem;display:block; }
#k7MGgb4nBXfAzlFLDDaaBCoK9lCzSE5u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vCQIei3tubS5oJlBd5FH7UCARM0INDoW { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { background-color: transparent; background-image: none; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container > .video-iframe-container { display: none; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row > .video-iframe-container { display: none; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .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); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { border-width: 0; border-radius: 0; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:60rem;overflow:visible;position:relative;display:block; }#fVyoUBUqozhHtlLDmgVu5TNbq5kurORO { color:#000000;display:block;width:33.125rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8.125rem;left:2.5rem;height:3.25rem;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; }
#faBpUluzOlUqZX3DeWwfmyWQPkLteeGO { position:absolute;display:block;z-index:15078;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cf8ac78' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cf8ac78' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:33.75rem;width:21.375rem;top:6.25rem;left:36.21875rem;display:block; }
#DKGvrWcQLebFZ48nAgHbh4ZenLokDskM { position:absolute;display:block;z-index:15078;background-color:#3f3f3f;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:8.6875rem;width:8.6875rem;top:28.09375rem;left:33.25rem;display:block; }
#Kw1XuvFNOg8iEonvu1KF8oPDWGcNdiCO { color:#000000;display:block;width:28.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15063;line-height:1.7;letter-spacing:0;top:12.3125rem;left:2.5rem;height:4.25rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ogW4RkV0UnIQ9FcCmVxtpVm6Sobi8F5J { color:#000000;display:block;width:28.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15064;line-height:1.5;letter-spacing:0;top:17.5rem;left:2.5rem;height:15.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ogW4RkV0UnIQ9FcCmVxtpVm6Sobi8F5J li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ogW4RkV0UnIQ9FcCmVxtpVm6Sobi8F5J li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_61724cf0ef63a2bddee28bd1cb78787548b11d5c.svg); }
#xszp9A6mzbcnI56Rcq33a2PymeTJtmm3 { position:absolute;display:block;z-index:15079;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:8.125rem;top:28.09375rem;left:33.53125rem;overflow:hidden;display:block; }
#uc34zo65Nxnnqc2LmQLxG0ZXZePaOcG9 { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.75rem;width:21.3125rem;top:6.25rem;left:36.25rem;overflow:hidden;display:block; }
#Cr27o0vJmGAsBl5PPF17hPIz76ApnKcD { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,179,179,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,179,179,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,179,179,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,179,179,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c00b3b3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c00b3b3', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,179,179,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.49902375rem;top:0rem;left:45rem;display:block; }
#PS10THBVLpsMtJBEu6b7AJwRGLU99BwQ { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,179,179,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,179,179,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,179,179,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,179,179,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c00b3b3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c00b3b3', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,179,179,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.49902375rem;top:0rem;left:42.625rem;display:block; }
#bQbMnf15zh31x6yNv0PVWorTs7gnoF4p { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,179,179,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,179,179,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,179,179,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,179,179,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c00b3b3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c00b3b3', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,179,179,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.49902375rem;top:0rem;left:40.25rem;display:block; }
#F73DBDoGqZwVZXPqN02qTuQK60h2hBEI { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,179,179,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,179,179,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,179,179,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,179,179,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c00b3b3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c00b3b3', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,179,179,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.49902375rem;top:0rem;left:37.875rem;display:block; }
#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/af668782-e9b8-4437-ad03-8e9724ebd4fe/MARKETING_1920x1080_4.format_auto.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB.adaptive-delivery-prevent-bg, #JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB.lazyload, #JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB.lazyloading { background-image: none; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container { background-color: transparent; background-image: none; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.8); }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container > .video-iframe-container { display: none; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.8); }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row > .video-iframe-container { display: none; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .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); }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container { border-width: 0; border-radius: 0; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB::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; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container { font-size:0.875rem;font-family:arial;height:47.0625rem;width:60rem;position:relative;display:block; }#eLHKgoQ4DEDLntgNx4fdBtMpLgIgTSmp { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:17.0625rem;left:7.9375rem;height:2.54980625rem;font-style:normal;display:block; }
#uEG9wXWBJzak2TG4BiZvE57DAxi9Mcx8 { color:#ededed;display:block;width:14.6244375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:19.5625rem;left:7.9375rem;height:3.3984375rem;font-style:normal;display:block; }
#ElelkB1G8i6LA6F8CU93DRt6KBNJG22D { color:#00b3b3;display:block;width:52.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:3.0625rem;left:3.75rem;height:1.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K3Fafgp9zyi9TAJnQdM2l2MmV8rK86QE { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:5.3125rem;left:3.75rem;height:3.1494125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#SlXNEqazQ6fxdhfNUksqEuD2cL6TX9Xg { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:0rem;display:block; }
#GxH7BLy5JQZlX9lgxTyzczzEAy8n1o3b { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:0rem;display:block; }
#Tqy3BA05U6mGNHCeDGcz9zF6n7CLPyLG { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:0rem;display:block; }
#WnbZuedgmKS9ri1gVnZ29BzlmUxqWVBe { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:1.5rem;display:block; }
#XPm4D4FK4NUJ3PHCSnfTDwcDreZ778CU { color:#ededed;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:19.5625rem;left:32.375rem;height:3.3984375rem;font-style:normal;display:block; }
#WMZqad9lTvwIZgXbMiElPbAoGMK19cBJ { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:17rem;left:32.375rem;height:2.54980625rem;font-style:normal;display:block; }
#NEJixMdBEIpt1LknIqqvkbc2OU88gikH { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.12446875rem;width:2.12446875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:13.875rem;left:32.375rem; }
#qIDpGfPGccUPMRZvavvrK2ooyyJnbQsb { color:#ededed;display:block;width:18.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15042;line-height:1.7;letter-spacing:0;top:32.1875rem;left:7.625rem;height:3.3984375rem;font-style:normal;display:block; }
#aTZstqWTZAASdEUXwJiAt2xD63SvhdoT { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15041;line-height:1.7;letter-spacing:0;top:29.625rem;left:7.625rem;height:2.54980625rem;font-style:normal;display:block; }
#seV4eolEnn6FZlGfQkxTbkSvRptnVdRV { color:#ededed;display:block;width:18.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15030;line-height:1.7;letter-spacing:0;top:32.125rem;left:32.4375rem;height:3.3984375rem;font-style:normal;display:block; }
#puDMzwMPB2MrR2CTqfqt4X1J2R0OOfgL { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15029;line-height:1.7;letter-spacing:0;top:28.875rem;left:32.4375rem;height:2.54980625rem;font-style:normal;display:block; }
#a6oNTHmzGAGikwTQ2rC139HROgmvPFLq { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.12446875rem;width:2.12446875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:13.875rem;left:7.9375rem; }
#TeiTvpgrdXC2GTenTtioJmaNAWCkLJ1k { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.12446875rem;width:2.12446875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:26.8125rem;left:7.625rem; }
#okre1Q1lqTKUHzU1b0aevwhul2N3S4c9 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.12446875rem;width:2.12446875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:26.375rem;left:32.4375rem; }
#vuIDIzXtGU0UiRW0Zmf2ZWsRfiZZu5Jp { position:absolute;display:block;z-index:15007;background-color:#1c1c1c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:28.3125rem;width:60rem;top:11.9375rem;left:0rem;display:block; }
#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container { background-color: transparent; background-image: none; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container > .video-iframe-container { display: none; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row > .video-iframe-container { display: none; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .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); }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container { border-width: 0; border-radius: 0; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:60rem;position:relative;display:block; }#Z3rz8ilhdP1eZTVDzSuQ1oqV2kQKVEsp { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:11.8125rem;left:10.1875rem; }
#Ne5cTwpGoauxbtPIyEKRC0gBSV6DO3cp { color:#000000;display:block;width:17.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:17.875rem;left:2.625rem;height:3.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kbeRsnCJ8qWBHWmtLy3q7o7fv0fWRTvA { color:#00b3b3;display:block;width:52.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:2.8125rem;left:3.75rem;height:1.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pEPZg3351aTZJGkX0ELyK7z8DoE4Aq1V { color:#000000;display:block;width:52.5rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:4.4375rem;left:3.75rem;height:3.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#cu9THOivMRw2XM7wRbIee87nH7uin95a { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:0rem;display:block; }
#JOn8WiNDsXqgrCWTTq9JIU7gG0lvrLLK { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:0rem;display:block; }
#MkU01zsD9kOz6oSLIGbO6uisdp53ayr3 { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,179,179,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,179,179,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,179,179,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,179,179,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c00b3b3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c00b3b3', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,179,179,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:0rem;display:block; }
#q81ocTxLaGoS7PtfJ9TAC3NWGyqyZ2TZ { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,179,179,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,179,179,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,179,179,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,179,179,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c00b3b3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c00b3b3', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,179,179,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:1.5rem;display:block; }
#AcwOTPmtSZQ4oOmr1Z9vz3C1ZD4lJvmh { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,179,179,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(0,179,179,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(0,179,179,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(0,179,179,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c00b3b3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c00b3b3', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(0,179,179,0.3), rgba(0,0,0,0));background-size:auto !important;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;height:4.5rem;width:4.5rem;top:10.625rem;left:9rem;display:block; }
#iVcuTb37yBhfdnUT2WQr7ZO4dGqOaOAv { color:#000000;display:block;width:17.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:17.875rem;left:21.375rem;height:1.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TV2LkXszbrmEPDT4nm0vkQmmnT4hn4Rc { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(181deg, rgba(0,179,179,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(181deg, rgba(0,179,179,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(181deg, rgba(0,179,179,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(181deg, rgba(0,179,179,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c00b3b3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c00b3b3', endColorstr='#00000000' );";background-image: linear-gradient(181deg, rgba(0,179,179,0.3), rgba(0,0,0,0));background-size:auto !important;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;height:4.5rem;width:4.5rem;top:10.625rem;left:27.75rem;display:block; }
#pcpRgWUFVEwl5dZFVfrm5ACILUobwS3X { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:11.8125rem;left:28.9375rem; }
#C2xZ20TFWD3PkdtLsdeTLSofR7bdZOiI { color:#000000;display:block;width:17.249625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:17.875rem;left:40.125rem;height:1.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TaTeNHKJT1bs58i6ymdEd2VhRHho2Sf7 { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(285deg, rgba(0,179,179,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(285deg, rgba(0,179,179,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(285deg, rgba(0,179,179,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(285deg, rgba(0,179,179,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c00b3b3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c00b3b3', endColorstr='#00000000' );";background-image: linear-gradient(285deg, rgba(0,179,179,0.3), rgba(0,0,0,0));background-size:auto !important;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;height:4.5rem;width:4.5rem;top:10.625rem;left:46.625rem;display:block; }
#X92dsiZ3TTnyJgTdczvX05Dd8QCThDOa { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:11.8125rem;left:47.8125rem; }
#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/07ed25df-495f-477d-aafb-7e5fc98cc81b/MARKETING_1920x1080_3.format_auto.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu.adaptive-delivery-prevent-bg, #qbWA7061q9zvDw3LlXmrR78t4pDHMIlu.lazyload, #qbWA7061q9zvDw3LlXmrR78t4pDHMIlu.lazyloading { background-image: none; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container { background-color: transparent; background-image: none; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.8); }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container > .video-iframe-container { display: none; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.8); }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row > .video-iframe-container { display: none; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .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); }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container { border-width: 0; border-radius: 0; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu::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; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:60rem;position:relative;display:block; }#oXiSfuCrdnq0l6eNWmgoGCRFZraTfpIq { color:#ffffff;display:block;width:55rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:12.625rem;left:2.5rem;height:3.1494125rem;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; }
#IENtXnIMZpvlGdXSEutgVkkTiMpisFv7 { color:#ffffff;display:block;width:44.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:17.068359375rem;left:7.90625rem;height:5.73633125rem;text-align:center;text-align-last:center;display:block; }
#IeZvyENN0KuGvoMaa5PAV78y0nLfzCrv { background-color:#1c1c1c;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3115rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:24.9990234375rem;left:21.8427734375rem;display:block; }
#Bul5cAUA94sEQvUOXaT4QvHDn8za32wH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TUu54tI1c1fDqT7Xba6mfsWeuQ0cBJc2 { position:absolute;display:block;z-index:15001;background-color:#00b3b3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.625rem;width:60rem;top:8.125rem;left:0rem;display:block; }
#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;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; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { background-color: transparent; background-image: none; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container > .video-iframe-container { display: none; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row > .video-iframe-container { display: none; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .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); }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { border-width: 0; border-radius: 0; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:60rem;position:relative;display:block; }#Lqqp9kUt0aiSNFAlEeIl5vP9Q67Oc5UL { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:1.9424743652344rem;left:2.6242885589599rem;height:1.48730625rem;text-align:left;text-align-last:left;display:block; }
#DKVRofurF18F71iRuNITSpdP72dJqsWX { position:relative;display:block; }#DKVRofurF18F71iRuNITSpdP72dJqsWX { background-color: transparent; background-image: none; }#DKVRofurF18F71iRuNITSpdP72dJqsWX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKVRofurF18F71iRuNITSpdP72dJqsWX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKVRofurF18F71iRuNITSpdP72dJqsWX > .row .container > .video-iframe-container { display: none; }#DKVRofurF18F71iRuNITSpdP72dJqsWX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKVRofurF18F71iRuNITSpdP72dJqsWX > .row > .video-iframe-container { display: none; }#DKVRofurF18F71iRuNITSpdP72dJqsWX > .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); }#DKVRofurF18F71iRuNITSpdP72dJqsWX { border-width: 0; border-radius: 0; }#DKVRofurF18F71iRuNITSpdP72dJqsWX > .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; }#DKVRofurF18F71iRuNITSpdP72dJqsWX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:21.125rem;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; }#qdgiLR7ieKaokF7LmosSAD6grIrFtiVf { color:#000000;display:block;width:10rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:5.412109375rem;left:25.6875rem;height:0.8125rem;font-style:normal;display:block; }
#QHWiadGlN2CeNwbZyPKviEOlIfJtyvo5 { color:#000000;display:block;width:4.6875rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:6.224609375rem;left:25.6875rem;height:0.8125rem;font-style:normal;display:block; }
#ZM4wVnlWkqh1fFslsR9z9q1DG4KbwGsa { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:8.8125rem;left:42.375rem; }
#ZM4wVnlWkqh1fFslsR9z9q1DG4KbwGsa > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#PZq31oWUN05uQOgpKMZaoK6Nh0TqyWJL { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:8.8125rem;left:45.5rem; }
#PZq31oWUN05uQOgpKMZaoK6Nh0TqyWJL > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#SP5II6KBhpGLNgle9xupnQgJXVIePrSX { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:8.8125rem;left:48.625rem; }
#SP5II6KBhpGLNgle9xupnQgJXVIePrSX > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#W7rxaSXGWX7zCWVBsTzouAKv0QJkgQSN { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:8.8125rem;left:51.75rem; }
#W7rxaSXGWX7zCWVBsTzouAKv0QJkgQSN > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#U8S9zzUGbsIW8oA7A2FXSN0oD9ReEuLH { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.5rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:19.9375rem;left:1.4375rem;height:0.6494125rem;display:block; }
#LkEZ2iIBAmtWlpLIVx35LvNDax3aAcDe { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:3.455078125rem;left:25.6875rem;height:0.9746125rem;font-style:normal;display:block; }
#vJULrkXvmVkX1wdpLyFlyFCc5vBKhOKT { color:#000000;display:block;width:4.6875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:3.455078125rem;left:13.9375rem;height:0.9746125rem;font-style:normal;display:block; }
#EoKZrzlDTnK9H3ZPT7dKy0guuygXlgSR { color:#000000;display:block;width:14.625rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:10.625rem;left:25.6875rem;height:1.625rem;font-style:normal;display:block; }
#pihtFUwVoviXVByg1RkcCD2kE4xEriUr { color:#000000;display:block;width:9.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:3.455078125rem;left:1.4375rem;height:0.9746125rem;font-style:normal;display:block; }
#r4W9PV1Fupxmo403XNRFahkrMNx0uabm { color:#000000;display:block;width:10rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:5.4375rem;left:1.5rem;height:0.8125rem;font-style:normal;display:block; }
#uTVsez2CeSQ7MJHf76QOkVcGHSQehkrq { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:3.455078125rem;left:42.375rem;height:0.9746125rem;font-style:normal;display:block; }
#MW1HlQp9ygZOMBVpKhWMSmbhAlh00EF4 { color:#000000;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:5.375rem;left:42.375rem;height:2.4375rem;font-style:normal;display:block; }
#NuodhfXXDLlwmLWS8fbzdUBZcl8Eukum { color:#000000;display:block;width:4.6875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:8.875rem;left:25.6875rem;height:0.9746125rem;font-style:normal;display:block; }
#ner5Au8rCTCzKKQHhohNurFC4LHD9ocX { background-color:#00b3b3;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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:2.5rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:14.6875rem;left:25.125rem;display:block; }
#WeBvG3s70aPW92FDUSiwaWxpxSTUT97G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FLNAnu2Ov8keMfpJtCOqT3yl8emWnQTS { color:#000000;display:block;width:10rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:6.4375rem;left:1.5rem;height:0.8125rem;font-style:normal;display:block; }
#nNAxX2dl8LR8GkbKTm4uoiIZ2ax1Bdhz { color:#000000;display:block;width:10.1875rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15023;line-height:2;letter-spacing:0;top:7.3125rem;left:1.4375rem;height:10rem;font-style:normal;display:block; }
#nVPBxOGWxTc8KPTUHsAaqLWgDLTQTiT9 { color:#000000;display:block;width:10rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15018;line-height:2;letter-spacing:0;top:5.412109375rem;left:13.9375rem;height:5rem;font-style:normal;display:block; }
#gEFW2HaVCoGGLgQaiLzFErasc6a65iLR { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#KZHKiO1eiamObwTqarPOqiN5wSkqnSpf { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:8.8125rem;left:54.875rem; }
#KZHKiO1eiamObwTqarPOqiN5wSkqnSpf > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #faRmVobmQHf50J9ku6QGfXvHetXRtwv6 { display:block; }#faRmVobmQHf50J9ku6QGfXvHetXRtwv6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ObBeDoKKkSG5AmZWBOXa0UIh4XI5aq6b { width:6.3125rem;height:2.1875rem;top:2.5rem;left:41.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbhixnmfHPvu4JclUCpeEBB0y7VazRea { display:block; }
 }@media only screen and (max-width: 763px) { #dtPVFRCvUq0n1vfUEAMQwyVlF06g2dni { width:9.375rem;height:1.125rem;top:4.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9xvR1tPqsbgxRxxJU0PZshDZiOBgLII { width:4.625rem;height:2.3125rem;top:2.4375rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NA5gIEMZHD3nnlJ5fD2NtG1U4eoM4rra { display:block; }
 }@media only screen and (max-width: 763px) { #s5BG5MbqihvtLTG7xunfOTqdaiKs0h7O { width:3.875rem;height:2.3125rem;top:2.4375rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPPe71nfAc3Az5W3fibQHiy0rTf8QI9S { display:block; }
 }@media only screen and (max-width: 763px) { #nPVG7VKWhNJy1qQbb6zi9XVMcEg1GTuT { width:5rem;height:2.3125rem;top:2.4375rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEIZatHOUvbSCvC0TF9xMC9BdFy97IA4 { display:block; }
 }@media only screen and (max-width: 763px) { #kyBC1X7JrfNVkJB9z2fPZCNBRbLbboTZ { width:4.5625rem;height:2.3125rem;top:2.4375rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6sF1NqaF5COifZo8a2FaJyaIPDCLuKI { display:block; }
 }@media only screen and (max-width: 763px) { #eaMTGZRg26Kb40dq9LBbe6yuSBLFNS8J { width:4.5625rem;height:2.3125rem;top:2.5rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPGWKy095FtNbydsrdgplP2IdT6OvEHn { display:block; }
 }@media only screen and (max-width: 763px) { #KvtW4wgudwmkMFRrTtmc678dD27L9Qzf { top:3.0625rem;left:42.3125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L75JVFw0R80mDxqW10Zkp7oITF4tdSAQ { width:8.6875rem;height:2.3125rem;top:2.4375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tty2n1XgcSBX2ClalgnvQ6AoHhGnWuR0 { display:block; }
 }@media only screen and (max-width: 763px) { #o1T6ded0RadSc1dF4ewhx5WBgLA5Z9SZ { display:block; }#o1T6ded0RadSc1dF4ewhx5WBgLA5Z9SZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aDIDuIgZGmeLLdbvh5S4vMF7wN2PM43h { width:10.3125rem;height:2.3125rem;top:4.75rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5qATaybIcnoRqMnVJrcoK0CkHLRfzG7 { display:block; }
 }@media only screen and (max-width: 763px) { #rTAABcZfIaUOUhsXG6EoJX2l6Uk4s4Et { width:5.1875rem;height:2.3125rem;top:2.375rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pt218GlzC5TzogTfWzNx2to2FDSTU7z3 { display:block; }
 }@media only screen and (max-width: 763px) { #RpERhg36dphrzexy9qXohKFOs3KwZysB { width:5.125rem;height:2.3125rem;top:0rem;left:33.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm0B0mH7V6MfmW32qR0Wlwl9mdzP8QdN { display:block; }
 }@media only screen and (max-width: 763px) { #Oowq5zNTpF0IHQT940ZuTzg9MCDwgirV { width:3.875rem;height:2.3125rem;top:0.125rem;left:43.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #la8A9ZCaWr2NPSwXmu30tWNKxECzGFGq { display:block; }
 }@media only screen and (max-width: 763px) { #CBy3wyce7pSF6DRd7g4Q9hn1TaNrt3DD { width:4.125rem;height:2.3125rem;top:4.75rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDsn27zg4FE1QzIbZkT9cXLsJlBiSpCc { display:block; }
 }@media only screen and (max-width: 763px) { #u8hQhcRUXUzaGANT1FsoCmekVLrloI0i { width:9.25rem;height:2.3125rem;top:0rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9maot4xlOnDEQEUepix2FUM6CkF6EW0 { display:block; }
 }@media only screen and (max-width: 763px) { #i2QBd07zoTcFOv5LKolQOfrQdTx4KAyQ { width:8.375rem;height:2.3125rem;top:2.375rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7MGgb4nBXfAzlFLDDaaBCoK9lCzSE5u { display:block; }
 }@media only screen and (max-width: 763px) { #vCQIei3tubS5oJlBd5FH7UCARM0INDoW { display:block; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fVyoUBUqozhHtlLDmgVu5TNbq5kurORO { top:8.125rem;left:0rem;width:33.125rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #faBpUluzOlUqZX3DeWwfmyWQPkLteeGO { width:21.375rem;height:33.75rem;top:6.25rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKGvrWcQLebFZ48nAgHbh4ZenLokDskM { width:8.6875rem;height:8.6875rem;top:28.0625rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw1XuvFNOg8iEonvu1KF8oPDWGcNdiCO { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogW4RkV0UnIQ9FcCmVxtpVm6Sobi8F5J { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#ogW4RkV0UnIQ9FcCmVxtpVm6Sobi8F5J li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_61724cf0ef63a2bddee28bd1cb78787548b11d5c.svg); }
 }@media only screen and (max-width: 763px) { #xszp9A6mzbcnI56Rcq33a2PymeTJtmm3 { top:28.0625rem;left:27.40625rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uc34zo65Nxnnqc2LmQLxG0ZXZePaOcG9 { top:6.25rem;left:26.4375rem;width:21.3125rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cr27o0vJmGAsBl5PPF17hPIz76ApnKcD { width:0.4375rem;height:31.25rem;top:0rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PS10THBVLpsMtJBEu6b7AJwRGLU99BwQ { width:0.4375rem;height:31.25rem;top:0rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQbMnf15zh31x6yNv0PVWorTs7gnoF4p { width:0.4375rem;height:31.25rem;top:0rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F73DBDoGqZwVZXPqN02qTuQK60h2hBEI { width:0.4375rem;height:31.25rem;top:0rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB { display:block; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eLHKgoQ4DEDLntgNx4fdBtMpLgIgTSmp { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEG9wXWBJzak2TG4BiZvE57DAxi9Mcx8 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElelkB1G8i6LA6F8CU93DRt6KBNJG22D { top:3.0625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3Fafgp9zyi9TAJnQdM2l2MmV8rK86QE { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlXNEqazQ6fxdhfNUksqEuD2cL6TX9Xg { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxH7BLy5JQZlX9lgxTyzczzEAy8n1o3b { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqy3BA05U6mGNHCeDGcz9zF6n7CLPyLG { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnbZuedgmKS9ri1gVnZ29BzlmUxqWVBe { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPm4D4FK4NUJ3PHCSnfTDwcDreZ778CU { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMZqad9lTvwIZgXbMiElPbAoGMK19cBJ { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEJixMdBEIpt1LknIqqvkbc2OU88gikH { top:13.875rem;left:26.25rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIDpGfPGccUPMRZvavvrK2ooyyJnbQsb { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTZstqWTZAASdEUXwJiAt2xD63SvhdoT { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #seV4eolEnn6FZlGfQkxTbkSvRptnVdRV { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #puDMzwMPB2MrR2CTqfqt4X1J2R0OOfgL { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6oNTHmzGAGikwTQ2rC139HROgmvPFLq { top:13.875rem;left:1.8125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeiTvpgrdXC2GTenTtioJmaNAWCkLJ1k { top:26.8125rem;left:1.5rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #okre1Q1lqTKUHzU1b0aevwhul2N3S4c9 { top:26.375rem;left:26.3125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuIDIzXtGU0UiRW0Zmf2ZWsRfiZZu5Jp { width:47.75rem;height:28.25rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wt79DzPM1NaV7SazorVEn43rhMS1Nb2p { display:block; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z3rz8ilhdP1eZTVDzSuQ1oqV2kQKVEsp { top:11.8125rem;left:4.0625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ne5cTwpGoauxbtPIyEKRC0gBSV6DO3cp { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbeRsnCJ8qWBHWmtLy3q7o7fv0fWRTvA { top:2.8125rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEPZg3351aTZJGkX0ELyK7z8DoE4Aq1V { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cu9THOivMRw2XM7wRbIee87nH7uin95a { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOn8WiNDsXqgrCWTTq9JIU7gG0lvrLLK { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkU01zsD9kOz6oSLIGbO6uisdp53ayr3 { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q81ocTxLaGoS7PtfJ9TAC3NWGyqyZ2TZ { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcwOTPmtSZQ4oOmr1Z9vz3C1ZD4lJvmh { width:4.5rem;height:4.5rem;top:10.625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVcuTb37yBhfdnUT2WQr7ZO4dGqOaOAv { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV2LkXszbrmEPDT4nm0vkQmmnT4hn4Rc { width:4.5rem;height:4.5rem;top:10.625rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcpRgWUFVEwl5dZFVfrm5ACILUobwS3X { top:11.8125rem;left:22.8125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2xZ20TFWD3PkdtLsdeTLSofR7bdZOiI { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaTeNHKJT1bs58i6ymdEd2VhRHho2Sf7 { width:4.5rem;height:4.5rem;top:10.625rem;left:40.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X92dsiZ3TTnyJgTdczvX05Dd8QCThDOa { top:11.8125rem;left:41.6875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbWA7061q9zvDw3LlXmrR78t4pDHMIlu { display:block; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oXiSfuCrdnq0l6eNWmgoGCRFZraTfpIq { top:12.5625rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IENtXnIMZpvlGdXSEutgVkkTiMpisFv7 { top:17.0625rem;left:1.78125rem;width:44.1875rem;height:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeZvyENN0KuGvoMaa5PAV78y0nLfzCrv { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bul5cAUA94sEQvUOXaT4QvHDn8za32wH { display:block; }
 }@media only screen and (max-width: 763px) { #TUu54tI1c1fDqT7Xba6mfsWeuQ0cBJc2 { width:47.75rem;height:23.625rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke { display:block; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lqqp9kUt0aiSNFAlEeIl5vP9Q67Oc5UL { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKVRofurF18F71iRuNITSpdP72dJqsWX { display:block; }#DKVRofurF18F71iRuNITSpdP72dJqsWX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qdgiLR7ieKaokF7LmosSAD6grIrFtiVf { top:5.375rem;left:19.5625rem;width:10rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHWiadGlN2CeNwbZyPKviEOlIfJtyvo5 { top:6.1875rem;left:19.5625rem;width:4.6875rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZM4wVnlWkqh1fFslsR9z9q1DG4KbwGsa { top:8.8125rem;left:36.25rem;width:1.25rem;height:1.25rem;display:block; }
#ZM4wVnlWkqh1fFslsR9z9q1DG4KbwGsa > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #PZq31oWUN05uQOgpKMZaoK6Nh0TqyWJL { top:8.8125rem;left:39.375rem;width:1.25rem;height:1.25rem;display:block; }
#PZq31oWUN05uQOgpKMZaoK6Nh0TqyWJL > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #SP5II6KBhpGLNgle9xupnQgJXVIePrSX { top:8.8125rem;left:42.5rem;width:1.25rem;height:1.25rem;display:block; }
#SP5II6KBhpGLNgle9xupnQgJXVIePrSX > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #W7rxaSXGWX7zCWVBsTzouAKv0QJkgQSN { top:8.8125rem;left:45.625rem;width:1.25rem;height:1.25rem;display:block; }
#W7rxaSXGWX7zCWVBsTzouAKv0QJkgQSN > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #U8S9zzUGbsIW8oA7A2FXSN0oD9ReEuLH { top:19.9375rem;left:0rem;width:12.5rem;height:0.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkEZ2iIBAmtWlpLIVx35LvNDax3aAcDe { top:3.4375rem;left:19.5625rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJULrkXvmVkX1wdpLyFlyFCc5vBKhOKT { top:3.4375rem;left:7.8125rem;width:4.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoKZrzlDTnK9H3ZPT7dKy0guuygXlgSR { top:10.625rem;left:19.5625rem;width:14.625rem;height:1.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pihtFUwVoviXVByg1RkcCD2kE4xEriUr { top:3.4375rem;left:0rem;width:9.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4W9PV1Fupxmo403XNRFahkrMNx0uabm { top:5.4375rem;left:0rem;width:10rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTVsez2CeSQ7MJHf76QOkVcGHSQehkrq { top:3.4375rem;left:35.25rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MW1HlQp9ygZOMBVpKhWMSmbhAlh00EF4 { top:5.375rem;left:31.25rem;width:16.5rem;height:2.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuodhfXXDLlwmLWS8fbzdUBZcl8Eukum { top:8.875rem;left:19.5625rem;width:4.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ner5Au8rCTCzKKQHhohNurFC4LHD9ocX { width:15.75rem;height:2.5rem;top:14.6875rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeBvG3s70aPW92FDUSiwaWxpxSTUT97G { display:block; }
 }@media only screen and (max-width: 763px) { #FLNAnu2Ov8keMfpJtCOqT3yl8emWnQTS { top:6.4375rem;left:0rem;width:10rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNAxX2dl8LR8GkbKTm4uoiIZ2ax1Bdhz { top:7.3125rem;left:0rem;width:10.1875rem;height:10rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVPBxOGWxTc8KPTUHsAaqLWgDLTQTiT9 { top:5.375rem;left:7.8125rem;width:10rem;height:5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEFW2HaVCoGGLgQaiLzFErasc6a65iLR { display:none; }
 }@media only screen and (max-width: 763px) { #KZHKiO1eiamObwTqarPOqiN5wSkqnSpf { top:8.8125rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
#KZHKiO1eiamObwTqarPOqiN5wSkqnSpf > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #faRmVobmQHf50J9ku6QGfXvHetXRtwv6 { position:relative;z-index:auto;display:block; }#faRmVobmQHf50J9ku6QGfXvHetXRtwv6 > .row .container { width:20rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ObBeDoKKkSG5AmZWBOXa0UIh4XI5aq6b { width:4.4375rem;height:1.75rem;top:1.2000000476837rem;left:14.549999773503rem;font-size:0.6875rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbhixnmfHPvu4JclUCpeEBB0y7VazRea { display:block; }
 }@media only screen and (max-width: 763px) { #dtPVFRCvUq0n1vfUEAMQwyVlF06g2dni { width:12.125rem;height:1.7871125rem;top:1.1806640625rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9xvR1tPqsbgxRxxJU0PZshDZiOBgLII { width:4.625rem;height:2.625rem;top:3.375rem;left:9.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NA5gIEMZHD3nnlJ5fD2NtG1U4eoM4rra { display:block; }
 }@media only screen and (max-width: 763px) { #s5BG5MbqihvtLTG7xunfOTqdaiKs0h7O { width:3.1875rem;height:2.625rem;top:6.4375rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPPe71nfAc3Az5W3fibQHiy0rTf8QI9S { display:block; }
 }@media only screen and (max-width: 763px) { #nPVG7VKWhNJy1qQbb6zi9XVMcEg1GTuT { width:5.75rem;height:2.625rem;top:6.4375rem;left:4.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEIZatHOUvbSCvC0TF9xMC9BdFy97IA4 { display:block; }
 }@media only screen and (max-width: 763px) { #kyBC1X7JrfNVkJB9z2fPZCNBRbLbboTZ { width:4.375rem;height:2.625rem;top:3.375rem;left:14.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6sF1NqaF5COifZo8a2FaJyaIPDCLuKI { display:block; }
 }@media only screen and (max-width: 763px) { #eaMTGZRg26Kb40dq9LBbe6yuSBLFNS8J { width:3.5rem;height:2.625rem;top:6.4375rem;left:12rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPGWKy095FtNbydsrdgplP2IdT6OvEHn { display:block; }
 }@media only screen and (max-width: 763px) { #KvtW4wgudwmkMFRrTtmc678dD27L9Qzf { display:flex;width:1.25rem;height:1.25rem;top:7.125rem;left:15.375rem; }
 }@media only screen and (max-width: 763px) { #L75JVFw0R80mDxqW10Zkp7oITF4tdSAQ { width:8.6875rem;height:2.3125rem;top:3.53125rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tty2n1XgcSBX2ClalgnvQ6AoHhGnWuR0 { display:block; }
 }@media only screen and (max-width: 763px) { #o1T6ded0RadSc1dF4ewhx5WBgLA5Z9SZ { display:block; }#o1T6ded0RadSc1dF4ewhx5WBgLA5Z9SZ > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aDIDuIgZGmeLLdbvh5S4vMF7wN2PM43h { width:11.0625rem;height:2.3125rem;top:7rem;left:5.75rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #T5qATaybIcnoRqMnVJrcoK0CkHLRfzG7 { display:block; }
 }@media only screen and (max-width: 763px) { #rTAABcZfIaUOUhsXG6EoJX2l6Uk4s4Et { width:5.1875rem;height:2.3125rem;top:9.3125rem;left:11.625rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Pt218GlzC5TzogTfWzNx2to2FDSTU7z3 { display:block; }
 }@media only screen and (max-width: 763px) { #RpERhg36dphrzexy9qXohKFOs3KwZysB { width:5.125rem;height:2.3125rem;top:0rem;left:11.6875rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Qm0B0mH7V6MfmW32qR0Wlwl9mdzP8QdN { display:block; }
 }@media only screen and (max-width: 763px) { #Oowq5zNTpF0IHQT940ZuTzg9MCDwgirV { width:3.875rem;height:2.3125rem;top:11.625rem;left:12.875rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #la8A9ZCaWr2NPSwXmu30tWNKxECzGFGq { display:block; }
 }@media only screen and (max-width: 763px) { #CBy3wyce7pSF6DRd7g4Q9hn1TaNrt3DD { width:3.625rem;height:2.3125rem;top:13.9375rem;left:13.125rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #CDsn27zg4FE1QzIbZkT9cXLsJlBiSpCc { display:block; }
 }@media only screen and (max-width: 763px) { #u8hQhcRUXUzaGANT1FsoCmekVLrloI0i { width:9.375rem;height:2.3125rem;top:4.75rem;left:7.375rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #B9maot4xlOnDEQEUepix2FUM6CkF6EW0 { display:block; }
 }@media only screen and (max-width: 763px) { #i2QBd07zoTcFOv5LKolQOfrQdTx4KAyQ { width:7.75rem;height:2.3125rem;top:2.3125rem;left:9.0625rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #k7MGgb4nBXfAzlFLDDaaBCoK9lCzSE5u { display:block; }
 }@media only screen and (max-width: 763px) { #vCQIei3tubS5oJlBd5FH7UCARM0INDoW { display:block; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fVyoUBUqozhHtlLDmgVu5TNbq5kurORO { width:17.5625rem;height:1.7871125rem;top:3.10546875rem;left:1.21875rem;font-size:1.375rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #faBpUluzOlUqZX3DeWwfmyWQPkLteeGO { width:12.0625rem;height:19.1875rem;top:23.267578125rem;left:6.8125rem;z-index:15081;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #DKGvrWcQLebFZ48nAgHbh4ZenLokDskM { width:7.1875rem;height:7.1875rem;top:33.705078125rem;left:3.1875rem;z-index:15081;display:block; }
 }@media only screen and (max-width: 763px) { #Kw1XuvFNOg8iEonvu1KF8oPDWGcNdiCO { width:17.5rem;height:3.1875rem;top:5.787109375rem;left:1.21875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ogW4RkV0UnIQ9FcCmVxtpVm6Sobi8F5J { width:17.75rem;height:12.75rem;top:10.01171875rem;left:1.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#ogW4RkV0UnIQ9FcCmVxtpVm6Sobi8F5J li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_61724cf0ef63a2bddee28bd1cb78787548b11d5c.svg); }
 }@media only screen and (max-width: 763px) { #xszp9A6mzbcnI56Rcq33a2PymeTJtmm3 { width:6.9375rem;height:6.9375rem;top:33.642578125rem;left:3.3125rem;z-index:15082;display:block; }
 }@media only screen and (max-width: 763px) { #uc34zo65Nxnnqc2LmQLxG0ZXZePaOcG9 { width:12rem;height:19.125rem;top:23.3125rem;left:6.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cr27o0vJmGAsBl5PPF17hPIz76ApnKcD { width:0.5rem;height:7.5rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PS10THBVLpsMtJBEu6b7AJwRGLU99BwQ { width:0.5rem;height:6.9375rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQbMnf15zh31x6yNv0PVWorTs7gnoF4p { width:0.5rem;height:7.5rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F73DBDoGqZwVZXPqN02qTuQK60h2hBEI { width:0.5rem;height:8rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB { display:block; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container { width:20rem;height:39.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eLHKgoQ4DEDLntgNx4fdBtMpLgIgTSmp { width:17.5rem;height:1.9121125rem;top:11rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uEG9wXWBJzak2TG4BiZvE57DAxi9Mcx8 { width:11.625rem;height:2.9746125rem;top:12.875rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ElelkB1G8i6LA6F8CU93DRt6KBNJG22D { width:20rem;height:1.48730625rem;top:3.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3Fafgp9zyi9TAJnQdM2l2MmV8rK86QE { width:20rem;height:3.8496125rem;top:4.6123046875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlXNEqazQ6fxdhfNUksqEuD2cL6TX9Xg { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxH7BLy5JQZlX9lgxTyzczzEAy8n1o3b { width:0.5rem;height:11.25rem;top:0rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqy3BA05U6mGNHCeDGcz9zF6n7CLPyLG { width:0.5rem;height:11.25rem;top:0rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnbZuedgmKS9ri1gVnZ29BzlmUxqWVBe { width:0.5rem;height:11.25rem;top:0rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPm4D4FK4NUJ3PHCSnfTDwcDreZ778CU { width:15.125rem;height:2.9746125rem;top:19.0625rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WMZqad9lTvwIZgXbMiElPbAoGMK19cBJ { width:17.5rem;height:1.9121125rem;top:17.125rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NEJixMdBEIpt1LknIqqvkbc2OU88gikH { display:flex;width:1.5625rem;height:1.5625rem;top:11.1875rem;left:7.875rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #qIDpGfPGccUPMRZvavvrK2ooyyJnbQsb { width:16.6875rem;height:2.9746125rem;top:25.1875rem;left:1.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aTZstqWTZAASdEUXwJiAt2xD63SvhdoT { width:6.1875rem;height:1.9121125rem;top:23.25rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #seV4eolEnn6FZlGfQkxTbkSvRptnVdRV { width:15.125rem;height:4.4619125rem;top:31.125rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #puDMzwMPB2MrR2CTqfqt4X1J2R0OOfgL { width:6.1875rem;height:1.9121125rem;top:29.375rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a6oNTHmzGAGikwTQ2rC139HROgmvPFLq { display:flex;width:1.5625rem;height:1.5625rem;top:17.3125rem;left:7.875rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #TeiTvpgrdXC2GTenTtioJmaNAWCkLJ1k { display:flex;width:1.5625rem;height:1.5625rem;top:23.4375rem;left:8rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #okre1Q1lqTKUHzU1b0aevwhul2N3S4c9 { display:flex;width:1.5625rem;height:1.5625rem;top:29.5625rem;left:8rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #vuIDIzXtGU0UiRW0Zmf2ZWsRfiZZu5Jp { width:20rem;height:26.9375rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wt79DzPM1NaV7SazorVEn43rhMS1Nb2p { display:block; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container { width:20rem;height:34.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z3rz8ilhdP1eZTVDzSuQ1oqV2kQKVEsp { display:flex;width:1.875rem;height:1.875rem;top:9.8125rem;left:9.0625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #Ne5cTwpGoauxbtPIyEKRC0gBSV6DO3cp { width:18.3125rem;height:1.48730625rem;top:13.4375rem;left:0.84375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kbeRsnCJ8qWBHWmtLy3q7o7fv0fWRTvA { width:20rem;height:1.48730625rem;top:3.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEPZg3351aTZJGkX0ELyK7z8DoE4Aq1V { width:20rem;height:1.92480625rem;top:5.2998046875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cu9THOivMRw2XM7wRbIee87nH7uin95a { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOn8WiNDsXqgrCWTTq9JIU7gG0lvrLLK { width:0.5rem;height:11.25rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkU01zsD9kOz6oSLIGbO6uisdp53ayr3 { width:0.5rem;height:11.25rem;top:0rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q81ocTxLaGoS7PtfJ9TAC3NWGyqyZ2TZ { width:0.5rem;height:11.25rem;top:0rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcwOTPmtSZQ4oOmr1Z9vz3C1ZD4lJvmh { width:3.125rem;height:3.125rem;top:9.0625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVcuTb37yBhfdnUT2WQr7ZO4dGqOaOAv { width:15.5rem;height:1.48730625rem;top:21.8125rem;left:2.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TV2LkXszbrmEPDT4nm0vkQmmnT4hn4Rc { width:3.125rem;height:3.125rem;top:17.4375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcpRgWUFVEwl5dZFVfrm5ACILUobwS3X { display:flex;width:1.875rem;height:1.875rem;top:18.0625rem;left:9.0625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #C2xZ20TFWD3PkdtLsdeTLSofR7bdZOiI { width:13.5rem;height:1.48730625rem;top:30.0625rem;left:3.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TaTeNHKJT1bs58i6ymdEd2VhRHho2Sf7 { width:3.125rem;height:3.125rem;top:25.8125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X92dsiZ3TTnyJgTdczvX05Dd8QCThDOa { display:flex;width:1.875rem;height:1.875rem;top:26.4375rem;left:9.0625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #qbWA7061q9zvDw3LlXmrR78t4pDHMIlu { display:block; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container { width:20rem;height:27.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oXiSfuCrdnq0l6eNWmgoGCRFZraTfpIq { width:19.1875rem;height:1.5rem;top:6.75rem;left:0.40625rem;font-size:1.25rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #IENtXnIMZpvlGdXSEutgVkkTiMpisFv7 { width:17.5rem;height:7.436525rem;top:9.75rem;left:1.25rem;font-size:0.875rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #IeZvyENN0KuGvoMaa5PAV78y0nLfzCrv { width:13.9375rem;height:3.75rem;top:18.875rem;left:3.03125rem;z-index:15039;font-size:0.75rem;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) { #Bul5cAUA94sEQvUOXaT4QvHDn8za32wH { display:block; }
 }@media only screen and (max-width: 763px) { #TUu54tI1c1fDqT7Xba6mfsWeuQ0cBJc2 { width:19.1875rem;height:22.125rem;top:3.25rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke { display:block; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lqqp9kUt0aiSNFAlEeIl5vP9Q67Oc5UL { width:13.6875rem;height:1.0625rem;top:0rem;left:3.15625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DKVRofurF18F71iRuNITSpdP72dJqsWX { display:block; }#DKVRofurF18F71iRuNITSpdP72dJqsWX > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qdgiLR7ieKaokF7LmosSAD6grIrFtiVf { width:8.375rem;height:0.8125rem;top:10.8125rem;left:10.4375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QHWiadGlN2CeNwbZyPKviEOlIfJtyvo5 { width:4.4375rem;height:0.8125rem;top:11.8125rem;left:10.4375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZM4wVnlWkqh1fFslsR9z9q1DG4KbwGsa { display:flex;width:0.8125rem;height:0.8125rem;top:8.5625rem;left:18.8125rem;font-size:0.5625rem; }
#ZM4wVnlWkqh1fFslsR9z9q1DG4KbwGsa > img { max-width: 100%;max-height:100%; width:0.8125rem; height:0.8125rem; } }@media only screen and (max-width: 763px) { #PZq31oWUN05uQOgpKMZaoK6Nh0TqyWJL { display:flex;width:0.9375rem;height:0.9375rem;top:10.625rem;left:18.75rem;font-size:0.625rem; }
#PZq31oWUN05uQOgpKMZaoK6Nh0TqyWJL > img { max-width: 100%;max-height:100%; width:0.9375rem; height:0.9375rem; } }@media only screen and (max-width: 763px) { #SP5II6KBhpGLNgle9xupnQgJXVIePrSX { display:flex;width:0.9375rem;height:0.9375rem;top:12.8125rem;left:18.75rem;font-size:0.625rem; }
#SP5II6KBhpGLNgle9xupnQgJXVIePrSX > img { max-width: 100%;max-height:100%; width:0.9375rem; height:0.9375rem; } }@media only screen and (max-width: 763px) { #W7rxaSXGWX7zCWVBsTzouAKv0QJkgQSN { display:flex;width:0.8125rem;height:0.8125rem;top:15rem;left:18.8125rem;font-size:0.5625rem; }
#W7rxaSXGWX7zCWVBsTzouAKv0QJkgQSN > img { max-width: 100%;max-height:100%; width:0.8125rem; height:0.8125rem; } }@media only screen and (max-width: 763px) { #U8S9zzUGbsIW8oA7A2FXSN0oD9ReEuLH { width:12.5rem;height:0.6494125rem;top:25.6181640625rem;left:3.75rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LkEZ2iIBAmtWlpLIVx35LvNDax3aAcDe { width:6.125rem;height:0.9746125rem;top:9.7119140625rem;left:10.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vJULrkXvmVkX1wdpLyFlyFCc5vBKhOKT { width:4.6875rem;height:0.9746125rem;top:1.080078125rem;left:10.375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EoKZrzlDTnK9H3ZPT7dKy0guuygXlgSR { width:14.875rem;height:1.625rem;top:18.0625rem;left:2.5625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pihtFUwVoviXVByg1RkcCD2kE4xEriUr { width:9.5rem;height:0.9746125rem;top:1.080078125rem;left:0.375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r4W9PV1Fupxmo403XNRFahkrMNx0uabm { width:10rem;height:0.8125rem;top:2.875rem;left:0.5rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uTVsez2CeSQ7MJHf76QOkVcGHSQehkrq { width:12.5rem;height:0;top:32.4375rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #MW1HlQp9ygZOMBVpKhWMSmbhAlh00EF4 { width:14.25rem;height:0;top:34.1953125rem;left:2.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #NuodhfXXDLlwmLWS8fbzdUBZcl8Eukum { width:4.6875rem;height:0.9746125rem;top:16.6875rem;left:7.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ner5Au8rCTCzKKQHhohNurFC4LHD9ocX { width:15.0625rem;height:2.5rem;top:20.8125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeBvG3s70aPW92FDUSiwaWxpxSTUT97G { display:block; }
 }@media only screen and (max-width: 763px) { #FLNAnu2Ov8keMfpJtCOqT3yl8emWnQTS { width:10rem;height:0.8125rem;top:3.8125rem;left:0.4375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nNAxX2dl8LR8GkbKTm4uoiIZ2ax1Bdhz { width:9.5rem;height:10rem;top:4.625rem;left:0.4375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nVPBxOGWxTc8KPTUHsAaqLWgDLTQTiT9 { width:9.1875rem;height:5rem;top:2.875rem;left:10.4375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gEFW2HaVCoGGLgQaiLzFErasc6a65iLR { top:6.5625rem;left:18.5rem;width:1.4375rem;height:12.625rem;z-index:15014;background-color:rgba(20,53,60,0.1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #KZHKiO1eiamObwTqarPOqiN5wSkqnSpf { display:flex;width:0.9375rem;height:0.9375rem;top:16.875rem;left:18.75rem;font-size:0.625rem; }
#KZHKiO1eiamObwTqarPOqiN5wSkqnSpf > img { max-width: 100%;max-height:100%; width:0.9375rem; height:0.9375rem; } }