.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: 1199px) {
    html {
        width: 1200px;
    }
}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); }#rkDmp6Ki8JKrc86NeMDp1DnKGxZ8kqai { background-color:#f6f6f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#rkDmp6Ki8JKrc86NeMDp1DnKGxZ8kqai > .row .container { background-color: transparent; background-image: none; }#rkDmp6Ki8JKrc86NeMDp1DnKGxZ8kqai::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rkDmp6Ki8JKrc86NeMDp1DnKGxZ8kqai > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rkDmp6Ki8JKrc86NeMDp1DnKGxZ8kqai > .row .container > .video-iframe-container { display: none; }#rkDmp6Ki8JKrc86NeMDp1DnKGxZ8kqai > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rkDmp6Ki8JKrc86NeMDp1DnKGxZ8kqai > .row > .video-iframe-container { display: none; }#rkDmp6Ki8JKrc86NeMDp1DnKGxZ8kqai > .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); }#rkDmp6Ki8JKrc86NeMDp1DnKGxZ8kqai > .row .container { border-width: 0; border-radius: 0; }#rkDmp6Ki8JKrc86NeMDp1DnKGxZ8kqai > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#rkDmp6Ki8JKrc86NeMDp1DnKGxZ8kqai > .row .container { width:75rem;height:24.875rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#cSUf2dZsASe8kwRPTMRVUawrrTqGZgvQ { color:#006080;display:block;width:36.3125rem;position:absolute;font-family:"source sans pro";font-size:2.0625rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:5.9375rem;left:12.25rem;height:2.4746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kyoRWZQkbJdyZrfdxJTmrJ3ZPHZbTdmh { z-index:15004;top:8.25rem;left:12.625rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ff0f64;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:4.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#MUzOz8hDscOo8HD9eo1blu95pBxqrvLG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b229f8wFwGSqIz7pMwyuTCXzcUC80K2v { box-sizing:content-box;height:16.6875rem;width:59.6875rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:3.4375rem;left:8.125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(128,131,132,0.5) ;display:block; }
#zyAbdsZpEH2tC4wPzarSg1yHOxdvgex8 { color:#006080;display:block;width:29.3125rem;position:absolute;font-family:"source sans pro";font-size:2.0625rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:12.5625rem;left:12.25rem;height:4.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AnHl8xLS4NT3cb13VlSTxOKVeDEuM5PZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:8.9375rem;left:11.125rem; }
#QXcXDc49cEZNTRQGsvlV3Nt27Ild0tOt { z-index:15004;top:8rem;left:47rem;background-color:#006080;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;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:"open sans";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:5.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#D5yUknekDCZhUZGGwawLFPnkaboViH9U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q3WdZzlDQUzsVT7ipmKnzEkzQpnpvKRO { background-color:#006080;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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:"open sans";font-size:2.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.1875rem;height:5.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.0625rem;left:26.375rem;display:none; }
#tvg9Eiels5tZWNNT4b1avQNPp52fdtFM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GEUk11A2IynTUKw11OrpnGfy6VizQMLT { background-color:#006080;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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:"open sans";font-size:2.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.1875rem;height:5.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.0625rem;left:26.375rem;display:none; }
#HWAV8hFkDtrriXe0GthZITAILJkFri4x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QsyAm1ti0BJZH6o5R69TPa8aIXRLK3IT { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#QsyAm1ti0BJZH6o5R69TPa8aIXRLK3IT > .row .container { background-color: transparent; background-image: none; }#QsyAm1ti0BJZH6o5R69TPa8aIXRLK3IT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QsyAm1ti0BJZH6o5R69TPa8aIXRLK3IT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QsyAm1ti0BJZH6o5R69TPa8aIXRLK3IT > .row .container > .video-iframe-container { display: none; }#QsyAm1ti0BJZH6o5R69TPa8aIXRLK3IT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QsyAm1ti0BJZH6o5R69TPa8aIXRLK3IT > .row > .video-iframe-container { display: none; }#QsyAm1ti0BJZH6o5R69TPa8aIXRLK3IT > .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); }#QsyAm1ti0BJZH6o5R69TPa8aIXRLK3IT > .row .container { border-width: 0; border-radius: 0; }#QsyAm1ti0BJZH6o5R69TPa8aIXRLK3IT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#QsyAm1ti0BJZH6o5R69TPa8aIXRLK3IT > .row .container { width:75rem;height:75.1875rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#W6qaic61GiTIiIkbhvOIGOFIWwEOVSG5 { color:#006080;display:block;width:55.3125rem;position:absolute;font-family:"source sans pro";font-size:3.125rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:6.97509765625rem;left:9.9375rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JNhzoOE2uwzuh30NytO4NcBrp6Cbdvkz { z-index:15004;top:66.5rem;left:26.28125rem;background-color:transparent;background-image:none;border-top:0.25rem solid #ff0f64;border-left:0.25rem solid #ff0f64;border-right:0.25rem solid #ff0f64;border-bottom:0.25rem solid #ff0f64;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ff0f64;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.625rem;height:5.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#sslTPa8wNIEmrlfHehulrR4sl4d5qzCC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XLhGtJqT57HgGVfMKr4wd42LxfT01TWS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.1875rem;width:5.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:1.25rem;left:37.4375rem; }
#dTi1P1Gw0WxrbIxXgEM0nbM4VVNICuDM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.3125rem;width:5.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:1.0625rem;left:32.6875rem; }
#nQv9Krehke8T1igyD2iKOThUN7BvrNss { box-sizing:content-box;height:10.75rem;width:75rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:12.75rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(128,131,132,0.24) ;display:block; }
#JRKs3tsFBUrNnXHKKlQSpnthGkTcWVb3 { color:#006080;display:block;width:38.25rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:14.8125rem;left:18.46875rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gBZDSJ1toc8N91XbxZkgVfKAd6ZPk0BJ { color:#212121;display:block;width:47.5rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:17.8125rem;left:13.84375rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tJdDq3CrOPm0ncg3hVP4QcZHrPGLXfzd { box-sizing:content-box;height:22.5625rem;width:75rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:25.3125rem;left:-0.125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(128,131,132,0.24) ;display:block; }
#soaC3CvQQtl9FKT5blOv238kKu02R9Rt { color:#006080;display:block;width:41.5625rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:27.6875rem;left:16.8125rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xmIMfdGavriFUWKhxGBWUZ9blZJicdzK { box-sizing:content-box;height:12.875rem;width:19.4375rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:31.75rem;left:5.875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;border-top:0.125rem solid #d0d0d0;border-left:0.125rem solid #d0d0d0;border-right:0.125rem solid #d0d0d0;border-bottom:0.125rem solid #d0d0d0;display:block; }
#tnxQO7nt80dbv0UMwxmZptGoGVR5QVio { color:#006080;display:block;width:16.125rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:37.3125rem;left:7.53125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yfL1ROQSVdUx4gUVrmhhOcahGScZyBwA { box-sizing:content-box;height:12.875rem;width:19.4375rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:31.75rem;left:27.875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;border-top:0.125rem solid #d0d0d0;border-left:0.125rem solid #d0d0d0;border-right:0.125rem solid #d0d0d0;border-bottom:0.125rem solid #d0d0d0;display:block; }
#tlvmik09TqhiFCAxDuJ4MPiJm7TKzRrm { box-sizing:content-box;height:12.875rem;width:19.4375rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:31.75rem;left:49.9375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;border-top:0.125rem solid #d0d0d0;border-left:0.125rem solid #d0d0d0;border-right:0.125rem solid #d0d0d0;border-bottom:0.125rem solid #d0d0d0;display:block; }
#zgxMv3aIPxT3ChlpTK6xH0CdPxT4Lmhi { z-index:15032;top:38.0625rem;left:8.21875rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ff0f64;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:4.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#EnI5wBDJinrDDWubRB2mpx00Rd2kqDAB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mSBMtrQtcETpTs5Z4yBfq6KbzoqCEeLe { color:#006080;display:block;width:16.125rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:37.3125rem;left:29.53125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S3el3Q1SN0AOy58RcyxCvmn2oruuXWAv { color:#006080;display:block;width:17rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.2;letter-spacing:0;top:37.4375rem;left:51.1875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TvPTyEIugUWacZS3RtmQr4ZCu7wElgWo { color:#006080;display:block;width:16.125rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.2;letter-spacing:0;top:39.6875rem;left:51.625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T8cU6re6uRTqTT4cRDbXde7OiLC2nq1M { color:#006080;display:block;width:17.75rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15029;line-height:1.2;letter-spacing:0;top:39.8125rem;left:28.84375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iEDkwaklgx0h9IaW6elvyChUWPWUCTqb { box-sizing:content-box;height:3.6875rem;width:3.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15033;background-color:#ff0f64;background-image:none;top:32.9375rem;left:13.75rem;display:block; }
#dLkGLfQELi0FWbmI91CPtBmcbRhTd0tz { color:#ffffff;display:block;width:1.0625rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:400;z-index:15034;line-height:1.2;letter-spacing:0;top:33.65625rem;left:15.0625rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I1zcE6sOAXAwfAoN0utPvonBLOv9sU6O { box-sizing:content-box;height:3.6875rem;width:3.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:#ff0f64;background-image:none;top:32.9375rem;left:35.75rem;display:block; }
#cbkRvkHsObpREn5agesPIiUlihm5iIPV { color:#ffffff;display:block;width:1.0625rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:400;z-index:15035;line-height:1.2;letter-spacing:0;top:33.65625rem;left:37.0625rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eTeMATLKWGLpB9ifT7kbOms7yvgmcskd { box-sizing:content-box;height:3.6875rem;width:3.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15035;background-color:#ff0f64;background-image:none;top:32.9375rem;left:57.8125rem;display:block; }
#XFfaM1QC7mHKcsvpLqJfe4rOQNpGU0v0 { color:#ffffff;display:block;width:1.0625rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:400;z-index:15036;line-height:1.2;letter-spacing:0;top:33.6875rem;left:59.125rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OqsXasDZBtJvWqIDTsOOtF3GgsiC10hC { box-sizing:content-box;height:13.8125rem;width:75rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:50.3125rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(128,131,132,0.24) ;display:block; }
#QvPq9iHzeu1vPh7CGZfA8RKDR8NTGgQR { color:#006080;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:52.0625rem;left:21.84375rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#weiTNTVwP3KxeNVXXIX3EQ4WVpLchuHD { color:#212121;display:block;width:26.75rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:55.5625rem;left:24.21875rem;height:5.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#weiTNTVwP3KxeNVXXIX3EQ4WVpLchuHD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#weiTNTVwP3KxeNVXXIX3EQ4WVpLchuHD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_332cd86a862e37f8196fd55b09abbb17.svg); }
#lnKE9RgEbRuq5cnQgLWhBV1skPfRg8x8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:68.09375rem;left:27.875rem; }
#cpHfSP2RDQm8E1NNKrUtWDrCsJVPvx07 { background-color:#006080;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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:"open sans";font-size:2.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.1875rem;height:5.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.0625rem;left:26.375rem;display:none; }
#Gp9QT1kAA9ea1TKfm8Lcs32UWgO6Gtqh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pNl4SK84TpWSnyl7TM9W3QCWkvnc33w1 { background-color:#006080;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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:"open sans";font-size:2.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.1875rem;height:5.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.0625rem;left:26.375rem;display:none; }
#pGJTI4dJTM1mtCvWVmMpZThFsuJCFWwq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yIF7ZNwvvywdvk3tFJtseT0brsDzedCD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#006080;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; }#yIF7ZNwvvywdvk3tFJtseT0brsDzedCD > .row .container { background-color: transparent; background-image: none; }#yIF7ZNwvvywdvk3tFJtseT0brsDzedCD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yIF7ZNwvvywdvk3tFJtseT0brsDzedCD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yIF7ZNwvvywdvk3tFJtseT0brsDzedCD > .row .container > .video-iframe-container { display: none; }#yIF7ZNwvvywdvk3tFJtseT0brsDzedCD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yIF7ZNwvvywdvk3tFJtseT0brsDzedCD > .row > .video-iframe-container { display: none; }#yIF7ZNwvvywdvk3tFJtseT0brsDzedCD > .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); }#yIF7ZNwvvywdvk3tFJtseT0brsDzedCD > .row .container { border-width: 0; border-radius: 0; }#yIF7ZNwvvywdvk3tFJtseT0brsDzedCD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yIF7ZNwvvywdvk3tFJtseT0brsDzedCD > .row .container { font-size:0.875rem;font-family:arial;height:13.6875rem;width:75rem;position:relative;display:block; }#GhcuCoW9T1Enernn0knOZWGfUKTpQuWi { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:4.25rem;left:19.3125rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XSocRObZSGVrpx1xl5Wo7E0qCwWFWkW8 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:3.0625rem;top:3.8125rem;left:13.0625rem;overflow:hidden;display:block; }
#MLst956AuwUqoiTl1JirriVzutoaEnob { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:9.5rem;width:26rem;top:2rem;left:37.9375rem;display:block; }
#B1WO1dU77fk1nboUHnuoAz34bmG2Txsc { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:4.25rem;left:45.75rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NDZwV3OEkSd16iTTVAalm231AaOQpLXy { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:4.875rem;left:39.8125rem;overflow:hidden;display:block; }
#mQfM02Uy4VqybQ4AFJGE4sNHCTycROwG { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:9.5rem;width:26rem;top:1.9375rem;left:10.875rem;display:block; }
#ZdSNcPTaG57lPaUbg7R25MCqggtRFMnq { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ZdSNcPTaG57lPaUbg7R25MCqggtRFMnq > .row .container { background-color: transparent; background-image: none; }#ZdSNcPTaG57lPaUbg7R25MCqggtRFMnq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdSNcPTaG57lPaUbg7R25MCqggtRFMnq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdSNcPTaG57lPaUbg7R25MCqggtRFMnq > .row .container > .video-iframe-container { display: none; }#ZdSNcPTaG57lPaUbg7R25MCqggtRFMnq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdSNcPTaG57lPaUbg7R25MCqggtRFMnq > .row > .video-iframe-container { display: none; }#ZdSNcPTaG57lPaUbg7R25MCqggtRFMnq > .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); }#ZdSNcPTaG57lPaUbg7R25MCqggtRFMnq > .row .container { border-width: 0; border-radius: 0; }#ZdSNcPTaG57lPaUbg7R25MCqggtRFMnq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ZdSNcPTaG57lPaUbg7R25MCqggtRFMnq > .row .container { width:75rem;height:19.375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#orOoLbFuTZsALFT4iJRNplRSrwVuPptN { position:absolute;display:block;z-index:15019;background-color:#ff0f64;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:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2rem;left:7.5rem;display:block; }
#SOis5JVQdCEfE4SKAs4T8s3e0ysDZZH7 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:2.6875rem;left:8.125rem;overflow:hidden;display:block; }
#Ck7Qi3b6FzuuXwTim4DCMxqxR5qlMQ90 { color:#000000;display:block;width:56.3125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:5.3125rem;left:11.1875rem;height:11.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Ck7Qi3b6FzuuXwTim4DCMxqxR5qlMQ90 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ck7Qi3b6FzuuXwTim4DCMxqxR5qlMQ90 li:before{  }
#VIR5cL5QOssHiA5NkGizvTKkpR82iAxg { color:#0f0f10;display:block;width:36.9375rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:2.6875rem;left:11.1875rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P5WxAQmkl5ctcuPoMAPsCvq2pngE0VFA { color:#000000;display:block;width:43.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:4.75rem;left:11.1875rem;height:1.3125rem;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; }
#s3bvF5Oe2sPrXNxB43Ct0fIXDqU4SygZ { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#s3bvF5Oe2sPrXNxB43Ct0fIXDqU4SygZ > .row .container { background-color: transparent; background-image: none; }#s3bvF5Oe2sPrXNxB43Ct0fIXDqU4SygZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3bvF5Oe2sPrXNxB43Ct0fIXDqU4SygZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3bvF5Oe2sPrXNxB43Ct0fIXDqU4SygZ > .row .container > .video-iframe-container { display: none; }#s3bvF5Oe2sPrXNxB43Ct0fIXDqU4SygZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3bvF5Oe2sPrXNxB43Ct0fIXDqU4SygZ > .row > .video-iframe-container { display: none; }#s3bvF5Oe2sPrXNxB43Ct0fIXDqU4SygZ > .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); }#s3bvF5Oe2sPrXNxB43Ct0fIXDqU4SygZ > .row .container { border-width: 0; border-radius: 0; }#s3bvF5Oe2sPrXNxB43Ct0fIXDqU4SygZ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#s3bvF5Oe2sPrXNxB43Ct0fIXDqU4SygZ > .row .container { width:75rem;height:15.875rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#HMdo8HPnhZ3HrzMkOThTxfTv9zXLy19U { position:absolute;display:block;z-index:15019;background-color:#ff0f64;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:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:0.5625rem;left:7.5rem;display:block; }
#RtU7QXTUJly2oJAczAx5D0sQLsqRFdwg { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:1.25rem;left:8.125rem;overflow:hidden;display:block; }
#fqCEN40zFqVpKHyLHcdrTqNU1UChxVHX { color:#000000;display:block;width:56.3125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:3.5rem;left:11.1875rem;height:10.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Jr0xKGAROsHvEx9skILIe9Wt1zgcHxWt { color:#0f0f10;display:block;width:30.75rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:1.375rem;left:11.1875rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#r9ymZ9CdtomPHaR0Fwzk8DvsOk4BsnZU { position:relative;display:block; }#r9ymZ9CdtomPHaR0Fwzk8DvsOk4BsnZU { background-color: transparent; background-image: none; }#r9ymZ9CdtomPHaR0Fwzk8DvsOk4BsnZU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9ymZ9CdtomPHaR0Fwzk8DvsOk4BsnZU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9ymZ9CdtomPHaR0Fwzk8DvsOk4BsnZU > .row .container > .video-iframe-container { display: none; }#r9ymZ9CdtomPHaR0Fwzk8DvsOk4BsnZU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9ymZ9CdtomPHaR0Fwzk8DvsOk4BsnZU > .row > .video-iframe-container { display: none; }#r9ymZ9CdtomPHaR0Fwzk8DvsOk4BsnZU > .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); }#r9ymZ9CdtomPHaR0Fwzk8DvsOk4BsnZU { border-width: 0; border-radius: 0; }#r9ymZ9CdtomPHaR0Fwzk8DvsOk4BsnZU > .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; }#r9ymZ9CdtomPHaR0Fwzk8DvsOk4BsnZU > .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:13.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MeqiB9xEOJe973Ca6VuLgTsLJtoChnFm { background-color:#006080;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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:"open sans";font-size:2.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.1875rem;height:5.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.0625rem;left:26.375rem;display:block; }
#GHlnqz4xJG4f28d4ro2Wv3uL2tU9HuOT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L2GQFBeOJoxIRhKaui9WhSgumSDRXVZB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/1ffbV6f4/bg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !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; }#L2GQFBeOJoxIRhKaui9WhSgumSDRXVZB.adaptive-delivery-prevent-bg, #L2GQFBeOJoxIRhKaui9WhSgumSDRXVZB.lazyload, #L2GQFBeOJoxIRhKaui9WhSgumSDRXVZB.lazyloading { background-image: none; }#L2GQFBeOJoxIRhKaui9WhSgumSDRXVZB > .row .container { background-color: transparent; background-image: none; }#L2GQFBeOJoxIRhKaui9WhSgumSDRXVZB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #615c5c; }#L2GQFBeOJoxIRhKaui9WhSgumSDRXVZB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L2GQFBeOJoxIRhKaui9WhSgumSDRXVZB > .row .container > .video-iframe-container { display: none; }#L2GQFBeOJoxIRhKaui9WhSgumSDRXVZB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #615c5c; }#L2GQFBeOJoxIRhKaui9WhSgumSDRXVZB > .row > .video-iframe-container { display: none; }#L2GQFBeOJoxIRhKaui9WhSgumSDRXVZB > .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); }#L2GQFBeOJoxIRhKaui9WhSgumSDRXVZB > .row .container { border-width: 0; border-radius: 0; }#L2GQFBeOJoxIRhKaui9WhSgumSDRXVZB::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; }#L2GQFBeOJoxIRhKaui9WhSgumSDRXVZB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L2GQFBeOJoxIRhKaui9WhSgumSDRXVZB > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#qhIw54AQSp8kSzpZQwbz6Pp8O7hd09mQ { color:#ffffff;display:block;width:32.3125rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:1.75rem;left:21.3125rem;height:2.6806625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rkDmp6Ki8JKrc86NeMDp1DnKGxZ8kqai { display:block; }#rkDmp6Ki8JKrc86NeMDp1DnKGxZ8kqai > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cSUf2dZsASe8kwRPTMRVUawrrTqGZgvQ { top:5.9375rem;left:0rem;width:36.3125rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyoRWZQkbJdyZrfdxJTmrJ3ZPHZbTdmh { top:8.25rem;left:0rem;width:14.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUzOz8hDscOo8HD9eo1blu95pBxqrvLG { display:block; }
 }@media only screen and (max-width: 763px) { #b229f8wFwGSqIz7pMwyuTCXzcUC80K2v { top:3.4375rem;left:0rem;width:47.75rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyAbdsZpEH2tC4wPzarSg1yHOxdvgex8 { top:12.5625rem;left:0rem;width:29.3125rem;height:4.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnHl8xLS4NT3cb13VlSTxOKVeDEuM5PZ { top:8.9375rem;left:0rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXcXDc49cEZNTRQGsvlV3Nt27Ild0tOt { top:8rem;left:30.9375rem;width:16.8125rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5yUknekDCZhUZGGwawLFPnkaboViH9U { display:block; }
 }@media only screen and (max-width: 763px) { #Q3WdZzlDQUzsVT7ipmKnzEkzQpnpvKRO { width:22.1875rem;height:5.25rem;top:2.0625rem;left:12.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tvg9Eiels5tZWNNT4b1avQNPp52fdtFM { display:block; }
 }@media only screen and (max-width: 763px) { #GEUk11A2IynTUKw11OrpnGfy6VizQMLT { width:22.1875rem;height:5.25rem;top:2.0625rem;left:12.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HWAV8hFkDtrriXe0GthZITAILJkFri4x { display:block; }
 }@media only screen and (max-width: 763px) { #QsyAm1ti0BJZH6o5R69TPa8aIXRLK3IT { display:block; }#QsyAm1ti0BJZH6o5R69TPa8aIXRLK3IT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W6qaic61GiTIiIkbhvOIGOFIWwEOVSG5 { top:6.9375rem;left:0rem;width:47.75rem;height:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNhzoOE2uwzuh30NytO4NcBrp6Cbdvkz { top:66.5rem;left:12.65625rem;width:22.625rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sslTPa8wNIEmrlfHehulrR4sl4d5qzCC { display:block; }
 }@media only screen and (max-width: 763px) { #XLhGtJqT57HgGVfMKr4wd42LxfT01TWS { top:1.25rem;left:23.8125rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTi1P1Gw0WxrbIxXgEM0nbM4VVNICuDM { top:1.0625rem;left:19.0625rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQv9Krehke8T1igyD2iKOThUN7BvrNss { top:12.75rem;left:0rem;width:47.75rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRKs3tsFBUrNnXHKKlQSpnthGkTcWVb3 { top:14.8125rem;left:4.84375rem;width:38.25rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBZDSJ1toc8N91XbxZkgVfKAd6ZPk0BJ { top:17.8125rem;left:0.21875rem;width:47.5rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJdDq3CrOPm0ncg3hVP4QcZHrPGLXfzd { top:25.3125rem;left:0rem;width:47.75rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #soaC3CvQQtl9FKT5blOv238kKu02R9Rt { top:27.6875rem;left:3.1875rem;width:41.5625rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmIMfdGavriFUWKhxGBWUZ9blZJicdzK { top:31.75rem;left:0rem;width:19.4375rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnxQO7nt80dbv0UMwxmZptGoGVR5QVio { top:37.3125rem;left:0rem;width:16.125rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfL1ROQSVdUx4gUVrmhhOcahGScZyBwA { top:31.75rem;left:14.25rem;width:19.4375rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlvmik09TqhiFCAxDuJ4MPiJm7TKzRrm { top:31.75rem;left:28.0625rem;width:19.4375rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgxMv3aIPxT3ChlpTK6xH0CdPxT4Lmhi { top:38.0625rem;left:0rem;width:14.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnI5wBDJinrDDWubRB2mpx00Rd2kqDAB { display:block; }
 }@media only screen and (max-width: 763px) { #mSBMtrQtcETpTs5Z4yBfq6KbzoqCEeLe { top:37.3125rem;left:15.90625rem;width:16.125rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3el3Q1SN0AOy58RcyxCvmn2oruuXWAv { top:37.4375rem;left:30.75rem;width:17rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvPTyEIugUWacZS3RtmQr4ZCu7wElgWo { top:39.6875rem;left:31.625rem;width:16.125rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8cU6re6uRTqTT4cRDbXde7OiLC2nq1M { top:39.8125rem;left:15.21875rem;width:17.75rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEDkwaklgx0h9IaW6elvyChUWPWUCTqb { top:32.9375rem;left:0.125rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLkGLfQELi0FWbmI91CPtBmcbRhTd0tz { top:33.625rem;left:1.4375rem;width:1.0625rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1zcE6sOAXAwfAoN0utPvonBLOv9sU6O { top:32.9375rem;left:22.125rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbkRvkHsObpREn5agesPIiUlihm5iIPV { top:33.625rem;left:23.4375rem;width:1.0625rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTeMATLKWGLpB9ifT7kbOms7yvgmcskd { top:32.9375rem;left:44.0625rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFfaM1QC7mHKcsvpLqJfe4rOQNpGU0v0 { top:33.6875rem;left:45.5rem;width:1.0625rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqsXasDZBtJvWqIDTsOOtF3GgsiC10hC { top:50.3125rem;left:0rem;width:47.75rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvPq9iHzeu1vPh7CGZfA8RKDR8NTGgQR { top:52.0625rem;left:8.21875rem;width:31.5rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #weiTNTVwP3KxeNVXXIX3EQ4WVpLchuHD { top:55.5625rem;left:10.59375rem;width:26.75rem;height:5.6875rem;font-size:1.0625rem;display:block; }#weiTNTVwP3KxeNVXXIX3EQ4WVpLchuHD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_332cd86a862e37f8196fd55b09abbb17.svg); }
 }@media only screen and (max-width: 763px) { #lnKE9RgEbRuq5cnQgLWhBV1skPfRg8x8 { top:68.0625rem;left:14.25rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpHfSP2RDQm8E1NNKrUtWDrCsJVPvx07 { width:22.1875rem;height:5.25rem;top:2.0625rem;left:12.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gp9QT1kAA9ea1TKfm8Lcs32UWgO6Gtqh { display:block; }
 }@media only screen and (max-width: 763px) { #pNl4SK84TpWSnyl7TM9W3QCWkvnc33w1 { width:22.1875rem;height:5.25rem;top:2.0625rem;left:12.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pGJTI4dJTM1mtCvWVmMpZThFsuJCFWwq { display:block; }
 }@media only screen and (max-width: 763px) { #yIF7ZNwvvywdvk3tFJtseT0brsDzedCD { display:block; }#yIF7ZNwvvywdvk3tFJtseT0brsDzedCD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GhcuCoW9T1Enernn0knOZWGfUKTpQuWi { width:14.875rem;height:6rem;top:4.25rem;left:5.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSocRObZSGVrpx1xl5Wo7E0qCwWFWkW8 { top:3.8125rem;left:0rem;width:3.0625rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLst956AuwUqoiTl1JirriVzutoaEnob { top:2rem;left:21.5rem;width:26rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1WO1dU77fk1nboUHnuoAz34bmG2Txsc { width:14.875rem;height:4.5rem;top:4.25rem;left:32.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDZwV3OEkSd16iTTVAalm231AaOQpLXy { top:4.875rem;left:26.1875rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQfM02Uy4VqybQ4AFJGE4sNHCTycROwG { top:1.9375rem;left:0rem;width:26rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdSNcPTaG57lPaUbg7R25MCqggtRFMnq { display:block; }#ZdSNcPTaG57lPaUbg7R25MCqggtRFMnq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #orOoLbFuTZsALFT4iJRNplRSrwVuPptN { width:2.75rem;height:2.75rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOis5JVQdCEfE4SKAs4T8s3e0ysDZZH7 { width:1.4375rem;height:1.4375rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ck7Qi3b6FzuuXwTim4DCMxqxR5qlMQ90 { width:47.75rem;height:11.75rem;top:5.3125rem;left:0rem;font-size:0.9375rem;display:block; }#Ck7Qi3b6FzuuXwTim4DCMxqxR5qlMQ90 li:before{  }
 }@media only screen and (max-width: 763px) { #VIR5cL5QOssHiA5NkGizvTKkpR82iAxg { width:36.9375rem;height:1.25rem;top:2.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5WxAQmkl5ctcuPoMAPsCvq2pngE0VFA { width:43.0625rem;height:1.3125rem;top:4.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3bvF5Oe2sPrXNxB43Ct0fIXDqU4SygZ { display:block; }#s3bvF5Oe2sPrXNxB43Ct0fIXDqU4SygZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HMdo8HPnhZ3HrzMkOThTxfTv9zXLy19U { width:2.75rem;height:2.75rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtU7QXTUJly2oJAczAx5D0sQLsqRFdwg { width:1.4375rem;height:1.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqCEN40zFqVpKHyLHcdrTqNU1UChxVHX { width:47.75rem;height:13.5rem;top:3.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jr0xKGAROsHvEx9skILIe9Wt1zgcHxWt { width:30.75rem;height:1.25rem;top:1.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9ymZ9CdtomPHaR0Fwzk8DvsOk4BsnZU { display:block; }#r9ymZ9CdtomPHaR0Fwzk8DvsOk4BsnZU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MeqiB9xEOJe973Ca6VuLgTsLJtoChnFm { width:22.1875rem;height:5.25rem;top:2.0625rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHlnqz4xJG4f28d4ro2Wv3uL2tU9HuOT { display:block; }
 }@media only screen and (max-width: 763px) { #L2GQFBeOJoxIRhKaui9WhSgumSDRXVZB { display:block; }#L2GQFBeOJoxIRhKaui9WhSgumSDRXVZB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qhIw54AQSp8kSzpZQwbz6Pp8O7hd09mQ { width:32.3125rem;height:2.625rem;top:1.75rem;left:7.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rkDmp6Ki8JKrc86NeMDp1DnKGxZ8kqai { background-color:#ffffff;background-image:none;display:block; }#rkDmp6Ki8JKrc86NeMDp1DnKGxZ8kqai > .row .container { background-color: transparent; background-image: none; }#rkDmp6Ki8JKrc86NeMDp1DnKGxZ8kqai::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rkDmp6Ki8JKrc86NeMDp1DnKGxZ8kqai > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rkDmp6Ki8JKrc86NeMDp1DnKGxZ8kqai > .row .container > .video-iframe-container { display: none; }#rkDmp6Ki8JKrc86NeMDp1DnKGxZ8kqai > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rkDmp6Ki8JKrc86NeMDp1DnKGxZ8kqai > .row > .video-iframe-container { display: none; }#rkDmp6Ki8JKrc86NeMDp1DnKGxZ8kqai > .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); }#rkDmp6Ki8JKrc86NeMDp1DnKGxZ8kqai > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cSUf2dZsASe8kwRPTMRVUawrrTqGZgvQ { width:17.75rem;height:3.44921875rem;top:2.69384765625rem;left:1.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyoRWZQkbJdyZrfdxJTmrJ3ZPHZbTdmh { top:17.84375rem;left:4.5rem;width:14.75rem;height:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MUzOz8hDscOo8HD9eo1blu95pBxqrvLG { display:block; }
 }@media only screen and (max-width: 763px) { #b229f8wFwGSqIz7pMwyuTCXzcUC80K2v { width:20rem;height:18.9375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyAbdsZpEH2tC4wPzarSg1yHOxdvgex8 { width:18.375rem;height:3.44921875rem;top:9.46875rem;left:1.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnHl8xLS4NT3cb13VlSTxOKVeDEuM5PZ { display:flex;width:2.0625rem;height:2.0625rem;top:6.89306640625rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #QXcXDc49cEZNTRQGsvlV3Nt27Ild0tOt { top:17.5625rem;left:3.1875rem;width:16.8125rem;height:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #D5yUknekDCZhUZGGwawLFPnkaboViH9U { display:block; }
 }@media only screen and (max-width: 763px) { #Q3WdZzlDQUzsVT7ipmKnzEkzQpnpvKRO { width:12.8125rem;height:3rem;top:6.14306640625rem;left:1.0625rem;font-size:1.5rem;z-index:15009;background-color:transparent;background-image:none;color:#ff0f64;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #tvg9Eiels5tZWNNT4b1avQNPp52fdtFM { display:block; }
 }@media only screen and (max-width: 763px) { #GEUk11A2IynTUKw11OrpnGfy6VizQMLT { width:17.25rem;height:4.25rem;top:14.0625rem;left:1.3125rem;font-size:1.6875rem;z-index:15008;background-color:#006080;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;border-top:0;border-left:0;border-right:0;border-bottom:0;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) { #HWAV8hFkDtrriXe0GthZITAILJkFri4x { display:block; }
 }@media only screen and (max-width: 763px) { #QsyAm1ti0BJZH6o5R69TPa8aIXRLK3IT { background-color:#ffffff;background-image:none;display:block; }#QsyAm1ti0BJZH6o5R69TPa8aIXRLK3IT > .row .container { background-color: transparent; background-image: none; }#QsyAm1ti0BJZH6o5R69TPa8aIXRLK3IT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QsyAm1ti0BJZH6o5R69TPa8aIXRLK3IT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QsyAm1ti0BJZH6o5R69TPa8aIXRLK3IT > .row .container > .video-iframe-container { display: none; }#QsyAm1ti0BJZH6o5R69TPa8aIXRLK3IT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QsyAm1ti0BJZH6o5R69TPa8aIXRLK3IT > .row > .video-iframe-container { display: none; }#QsyAm1ti0BJZH6o5R69TPa8aIXRLK3IT > .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); }#QsyAm1ti0BJZH6o5R69TPa8aIXRLK3IT > .row .container { width:20rem;height:99.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W6qaic61GiTIiIkbhvOIGOFIWwEOVSG5 { width:19.3125rem;height:4.04980625rem;top:3.31884765625rem;left:0.34375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNhzoOE2uwzuh30NytO4NcBrp6Cbdvkz { top:66.5rem;left:0rem;width:18.5rem;height:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sslTPa8wNIEmrlfHehulrR4sl4d5qzCC { display:block; }
 }@media only screen and (max-width: 763px) { #XLhGtJqT57HgGVfMKr4wd42LxfT01TWS { display:flex;width:2.125rem;height:2.125rem;top:0.5625rem;left:10.125rem; }
 }@media only screen and (max-width: 763px) { #dTi1P1Gw0WxrbIxXgEM0nbM4VVNICuDM { display:flex;width:2.375rem;height:2.375rem;top:0.4375rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #nQv9Krehke8T1igyD2iKOThUN7BvrNss { width:20rem;height:18.1875rem;top:53.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRKs3tsFBUrNnXHKKlQSpnthGkTcWVb3 { width:20rem;height:3.29980625rem;top:55.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBZDSJ1toc8N91XbxZkgVfKAd6ZPk0BJ { width:17.5625rem;height:9.5625rem;top:59.875rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJdDq3CrOPm0ncg3hVP4QcZHrPGLXfzd { width:20rem;height:44rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #soaC3CvQQtl9FKT5blOv238kKu02R9Rt { width:20rem;height:3.29980625rem;top:9.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmIMfdGavriFUWKhxGBWUZ9blZJicdzK { width:17.5625rem;height:11.25rem;top:14.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnxQO7nt80dbv0UMwxmZptGoGVR5QVio { width:16.125rem;height:1.5rem;top:19.4375rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfL1ROQSVdUx4gUVrmhhOcahGScZyBwA { width:17.875rem;height:11.25rem;top:26.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlvmik09TqhiFCAxDuJ4MPiJm7TKzRrm { width:17.9375rem;height:11.125rem;top:38.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgxMv3aIPxT3ChlpTK6xH0CdPxT4Lmhi { top:25.75rem;left:2.65625rem;width:14.75rem;height:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EnI5wBDJinrDDWubRB2mpx00Rd2kqDAB { display:block; }
 }@media only screen and (max-width: 763px) { #mSBMtrQtcETpTs5Z4yBfq6KbzoqCEeLe { width:16.125rem;height:1.5rem;top:31.75rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3el3Q1SN0AOy58RcyxCvmn2oruuXWAv { width:17rem;height:1.5rem;top:44.5rem;left:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvPTyEIugUWacZS3RtmQr4ZCu7wElgWo { width:16.125rem;height:2.69921875rem;top:46.625rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8cU6re6uRTqTT4cRDbXde7OiLC2nq1M { width:17.75rem;height:2.69921875rem;top:33.9375rem;left:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEDkwaklgx0h9IaW6elvyChUWPWUCTqb { width:3.6875rem;height:3.6875rem;top:15.0625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLkGLfQELi0FWbmI91CPtBmcbRhTd0tz { width:1.0625rem;height:2.25rem;top:15.8125rem;left:9.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1zcE6sOAXAwfAoN0utPvonBLOv9sU6O { width:3.6875rem;height:3.6875rem;top:27.25rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbkRvkHsObpREn5agesPIiUlihm5iIPV { width:1.0625rem;height:2.25rem;top:28rem;left:9.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTeMATLKWGLpB9ifT7kbOms7yvgmcskd { width:3.6875rem;height:3.6875rem;top:39.875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFfaM1QC7mHKcsvpLqJfe4rOQNpGU0v0 { width:1.0625rem;height:2.25rem;top:40.625rem;left:9.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqsXasDZBtJvWqIDTsOOtF3GgsiC10hC { width:20rem;height:18.25rem;top:73.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvPq9iHzeu1vPh7CGZfA8RKDR8NTGgQR { width:20rem;height:3.29980625rem;top:74.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #weiTNTVwP3KxeNVXXIX3EQ4WVpLchuHD { width:17.4375rem;height:10.1875rem;top:79rem;left:1.3125rem;font-size:1.0625rem;display:block; }#weiTNTVwP3KxeNVXXIX3EQ4WVpLchuHD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_332cd86a862e37f8196fd55b09abbb17.svg); }
 }@media only screen and (max-width: 763px) { #lnKE9RgEbRuq5cnQgLWhBV1skPfRg8x8 { display:flex;width:2.1875rem;height:2.1875rem;top:93.5625rem;left:2.5625rem; }
 }@media only screen and (max-width: 763px) { #cpHfSP2RDQm8E1NNKrUtWDrCsJVPvx07 { width:18.625rem;height:4.3125rem;top:92.5rem;left:0.6875rem;font-size:1.6875rem;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ff0f64;border-top:0.1875rem solid #ff0f64;border-left:0.1875rem solid #ff0f64;border-right:0.1875rem solid #ff0f64;border-bottom:0.1875rem solid #ff0f64;display:block; }
 }@media only screen and (max-width: 763px) { #Gp9QT1kAA9ea1TKfm8Lcs32UWgO6Gtqh { display:block; }
 }@media only screen and (max-width: 763px) { #pNl4SK84TpWSnyl7TM9W3QCWkvnc33w1 { width:10.75rem;height:3rem;top:20.9375rem;left:4.625rem;font-size:1.4375rem;z-index:15008;background-color:transparent;background-image:none;color:#ff0f64;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #pGJTI4dJTM1mtCvWVmMpZThFsuJCFWwq { display:block; }
 }@media only screen and (max-width: 763px) { #yIF7ZNwvvywdvk3tFJtseT0brsDzedCD { display:block; }#yIF7ZNwvvywdvk3tFJtseT0brsDzedCD > .row .container { width:20rem;height:16rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GhcuCoW9T1Enernn0knOZWGfUKTpQuWi { width:13.875rem;height:3.50536875rem;top:2.4375rem;left:4.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #XSocRObZSGVrpx1xl5Wo7E0qCwWFWkW8 { width:2.3125rem;height:3.6875rem;top:2.345703125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLst956AuwUqoiTl1JirriVzutoaEnob { width:19.875rem;height:5.125rem;top:8.6875rem;left:0rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #B1WO1dU77fk1nboUHnuoAz34bmG2Txsc { width:14.1875rem;height:3.50536875rem;top:9.5rem;left:5rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #NDZwV3OEkSd16iTTVAalm231AaOQpLXy { width:2.75rem;height:2.75rem;top:9.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQfM02Uy4VqybQ4AFJGE4sNHCTycROwG { width:19.875rem;height:6.75rem;top:1rem;left:0rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZdSNcPTaG57lPaUbg7R25MCqggtRFMnq { background-color:#ffffff;background-image:none;display:block; }#ZdSNcPTaG57lPaUbg7R25MCqggtRFMnq > .row .container { background-color: transparent; background-image: none; }#ZdSNcPTaG57lPaUbg7R25MCqggtRFMnq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdSNcPTaG57lPaUbg7R25MCqggtRFMnq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdSNcPTaG57lPaUbg7R25MCqggtRFMnq > .row .container > .video-iframe-container { display: none; }#ZdSNcPTaG57lPaUbg7R25MCqggtRFMnq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdSNcPTaG57lPaUbg7R25MCqggtRFMnq > .row > .video-iframe-container { display: none; }#ZdSNcPTaG57lPaUbg7R25MCqggtRFMnq > .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); }#ZdSNcPTaG57lPaUbg7R25MCqggtRFMnq > .row .container { width:20rem;height:30.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #orOoLbFuTZsALFT4iJRNplRSrwVuPptN { width:1.75rem;height:1.75rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOis5JVQdCEfE4SKAs4T8s3e0ysDZZH7 { width:0.9375rem;height:0.9375rem;top:2.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ck7Qi3b6FzuuXwTim4DCMxqxR5qlMQ90 { width:20rem;height:20.9375rem;top:8.625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.5;display:block; }#Ck7Qi3b6FzuuXwTim4DCMxqxR5qlMQ90 li:before{  }
 }@media only screen and (max-width: 763px) { #VIR5cL5QOssHiA5NkGizvTKkpR82iAxg { width:17.25rem;height:2.3369125rem;top:1.625rem;left:2.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #P5WxAQmkl5ctcuPoMAPsCvq2pngE0VFA { width:20rem;height:4.19970625rem;top:5.5rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #s3bvF5Oe2sPrXNxB43Ct0fIXDqU4SygZ { background-color:#ffffff;background-image:none;display:block; }#s3bvF5Oe2sPrXNxB43Ct0fIXDqU4SygZ > .row .container { background-color: transparent; background-image: none; }#s3bvF5Oe2sPrXNxB43Ct0fIXDqU4SygZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3bvF5Oe2sPrXNxB43Ct0fIXDqU4SygZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3bvF5Oe2sPrXNxB43Ct0fIXDqU4SygZ > .row .container > .video-iframe-container { display: none; }#s3bvF5Oe2sPrXNxB43Ct0fIXDqU4SygZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3bvF5Oe2sPrXNxB43Ct0fIXDqU4SygZ > .row > .video-iframe-container { display: none; }#s3bvF5Oe2sPrXNxB43Ct0fIXDqU4SygZ > .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); }#s3bvF5Oe2sPrXNxB43Ct0fIXDqU4SygZ > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HMdo8HPnhZ3HrzMkOThTxfTv9zXLy19U { width:1.75rem;height:1.75rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtU7QXTUJly2oJAczAx5D0sQLsqRFdwg { width:0.9375rem;height:0.9375rem;top:2.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqCEN40zFqVpKHyLHcdrTqNU1UChxVHX { width:20rem;height:25.3125rem;top:4.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Jr0xKGAROsHvEx9skILIe9Wt1zgcHxWt { width:17.25rem;height:1.16845625rem;top:1.916015625rem;left:2.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #r9ymZ9CdtomPHaR0Fwzk8DvsOk4BsnZU { display:block; }#r9ymZ9CdtomPHaR0Fwzk8DvsOk4BsnZU > .row .container { width:20rem;height:11.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MeqiB9xEOJe973Ca6VuLgTsLJtoChnFm { width:17.5rem;height:3.5625rem;top:1.25rem;left:1.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHlnqz4xJG4f28d4ro2Wv3uL2tU9HuOT { display:block; }
 }@media only screen and (max-width: 763px) { #L2GQFBeOJoxIRhKaui9WhSgumSDRXVZB { background-color:#626262;background-image:none;display:block; }#L2GQFBeOJoxIRhKaui9WhSgumSDRXVZB > .row .container { background-color: transparent; background-image: none; }#L2GQFBeOJoxIRhKaui9WhSgumSDRXVZB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L2GQFBeOJoxIRhKaui9WhSgumSDRXVZB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L2GQFBeOJoxIRhKaui9WhSgumSDRXVZB > .row .container > .video-iframe-container { display: none; }#L2GQFBeOJoxIRhKaui9WhSgumSDRXVZB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L2GQFBeOJoxIRhKaui9WhSgumSDRXVZB > .row > .video-iframe-container { display: none; }#L2GQFBeOJoxIRhKaui9WhSgumSDRXVZB > .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); }#L2GQFBeOJoxIRhKaui9WhSgumSDRXVZB > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qhIw54AQSp8kSzpZQwbz6Pp8O7hd09mQ { width:20rem;height:2.923825rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.5625rem;color:#fdfeff;display:block; }
 }