.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:#e2ecf9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container { display: none; }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .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); }#H0cyznhMmgBr4r8TUIdWiVd1JgNggbvS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff5ff;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; }#H0cyznhMmgBr4r8TUIdWiVd1JgNggbvS > .row .container { background-color: transparent; background-image: none; }#H0cyznhMmgBr4r8TUIdWiVd1JgNggbvS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0cyznhMmgBr4r8TUIdWiVd1JgNggbvS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0cyznhMmgBr4r8TUIdWiVd1JgNggbvS > .row .container > .video-iframe-container { display: none; }#H0cyznhMmgBr4r8TUIdWiVd1JgNggbvS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0cyznhMmgBr4r8TUIdWiVd1JgNggbvS > .row > .video-iframe-container { display: none; }#H0cyznhMmgBr4r8TUIdWiVd1JgNggbvS > .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); }#H0cyznhMmgBr4r8TUIdWiVd1JgNggbvS > .row .container { border-width: 0; border-radius: 0; }#H0cyznhMmgBr4r8TUIdWiVd1JgNggbvS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H0cyznhMmgBr4r8TUIdWiVd1JgNggbvS > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:60rem;position:relative;display:block; }#viwQhWD22UMdNLA6XXFHgKQ3k3cQ4dwR { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:17.6875rem;top:1.96875rem;left:21.15625rem;overflow:hidden;display:block; }
#Rli8ezfo5Jp1HiwBdkwfUvVHRBNapqIh { background-color:#eff5ff;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;position:relative;z-index:auto;display:block; }#Rli8ezfo5Jp1HiwBdkwfUvVHRBNapqIh > .row .container { background-color: transparent; background-image: none; }#Rli8ezfo5Jp1HiwBdkwfUvVHRBNapqIh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rli8ezfo5Jp1HiwBdkwfUvVHRBNapqIh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rli8ezfo5Jp1HiwBdkwfUvVHRBNapqIh > .row .container > .video-iframe-container { display: none; }#Rli8ezfo5Jp1HiwBdkwfUvVHRBNapqIh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rli8ezfo5Jp1HiwBdkwfUvVHRBNapqIh > .row > .video-iframe-container { display: none; }#Rli8ezfo5Jp1HiwBdkwfUvVHRBNapqIh > .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); }#Rli8ezfo5Jp1HiwBdkwfUvVHRBNapqIh > .row .container { border-width: 0; border-radius: 0; }#Rli8ezfo5Jp1HiwBdkwfUvVHRBNapqIh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rli8ezfo5Jp1HiwBdkwfUvVHRBNapqIh > .row .container { width:60rem;height:63.4375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#vZI2LvhcmXOJ9loT7QzFmZCFtTwTfpwc { color:#000000;display:block;width:51.125rem;position:absolute;font-family:roboto;font-size:3.0625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:1.537109375rem;left:4.4375rem;height:11.0244375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PtQ9Tp43orazr0It72cU3CBd5BGbW740 { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1;letter-spacing:0;top:55.5625rem;left:22.40625rem;height:4.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#PtQ9Tp43orazr0It72cU3CBd5BGbW740 li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#PtQ9Tp43orazr0It72cU3CBd5BGbW740 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57462ff408a68a3ffa75f3ff754168986fd1355a.svg); }
#nFhb4BCOUp32sB2giCxI0LnocfKgpu7T { background-color:#0dcb87;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.125rem solid #0a8f5f;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5rem;height:4.25rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:49.5615234375rem;left:18.84375rem;display:block; }
#qqqgzTwF702nopgzSd8v849PXVAhwIyC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xOGXJ3JImybBaSGkODDzzI6rdImZBVRP { color:#4a4a4a;display:block;width:45.25rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:13.7490234375rem;left:6.96875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#auzTZ6panddTksPkZ973qSXAlCHGVNcr { position:absolute;display:block;z-index:15033;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:40rem;width:60rem;top:15.625rem;left:0rem;overflow:hidden;display:block; }
#rcZynATweHhV9cOHzGy7mS9iN78Fy5mE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e2ecf9;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; }#rcZynATweHhV9cOHzGy7mS9iN78Fy5mE > .row .container { background-color: transparent; background-image: none; }#rcZynATweHhV9cOHzGy7mS9iN78Fy5mE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcZynATweHhV9cOHzGy7mS9iN78Fy5mE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcZynATweHhV9cOHzGy7mS9iN78Fy5mE > .row .container > .video-iframe-container { display: none; }#rcZynATweHhV9cOHzGy7mS9iN78Fy5mE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcZynATweHhV9cOHzGy7mS9iN78Fy5mE > .row > .video-iframe-container { display: none; }#rcZynATweHhV9cOHzGy7mS9iN78Fy5mE > .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); }#rcZynATweHhV9cOHzGy7mS9iN78Fy5mE > .row .container { border-width: 0; border-radius: 0; }#rcZynATweHhV9cOHzGy7mS9iN78Fy5mE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rcZynATweHhV9cOHzGy7mS9iN78Fy5mE > .row .container { font-size:0.875rem;font-family:arial;height:50.8125rem;width:60rem;position:relative;display:block; }#lKqkLTfxrPn6Ak4Qtec1SK91XzCTvaTS { position:absolute;display:block;z-index:15008;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.125rem solid #43a047;border-left:0.125rem solid #43a047;border-right:0.125rem solid #43a047;border-bottom:0.125rem solid #43a047;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.125rem rgba(0,0,0,0.08) ;height:34.6875rem;width:22.125rem;top:9.6875rem;left:30.8125rem;display:block; }
#VPAW0d7F4uOQVu9BZ84ha8s8hsnS6nr3 { position:absolute;display:block;z-index:15010;background-color:#a3dc9a;background-image:none;border-top:0.125rem solid #43a047;border-left:0.125rem solid #43a047;border-right:0.125rem solid #43a047;border-bottom:0.125rem solid #43a047;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(33,33,33,0.1) ;height:2.3125rem;width:22.125rem;top:9.6875rem;left:30.812500953674rem;display:block; }
#nbfcHToi4JMnxILbDDoyl1AP9W4GZCcN { color:#ffffff;display:block;width:22.1875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:9.84375rem;left:30.90625rem;height:2.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HTl9r513vxNpPee0JtV4PdEWUKdnRqVP { color:#323233;display:block;width:41.5625rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:400;z-index:14999;line-height:1.3;letter-spacing:0;top:3.15625rem;left:9.46875rem;height:4.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CwRoWP30i1TOeUMnlsKgRBJgXTXwhnrI { position:absolute;display:block;z-index:15018;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.125rem solid #e53935;border-left:0.125rem solid #e53935;border-right:0.125rem solid #e53935;border-bottom:0.125rem solid #e53935;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.125rem rgba(0,0,0,0.08) ;height:34.6875rem;width:22.124rem;top:9.6875rem;left:6.9375rem;display:block; }
#uxrCXLTlZrHEmhPIKCZDQLIlmp13ByTo { position:absolute;display:block;z-index:15020;background-color:#f75c5c;background-image:none;border-top:0.125rem solid #e53935;border-left:0.125rem solid #e53935;border-right:0.125rem solid #e53935;border-bottom:0.125rem solid #e53935;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(33,33,33,0.1) ;height:2.3120125rem;width:22.0625rem;top:9.6875rem;left:6.9990234375rem;display:block; }
#lhtHrPpLaW43b5iwPLGNC47dLkGi7aow { color:#ffffff;display:block;width:22.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.8;letter-spacing:0;top:9.9072265625rem;left:7.0771484375rem;height:2.0244125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#sWkZ9sadkTcMNVSBLHqMLPXN8MaSMQTq { color:#68b6ff;display:block;width:17.3125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15024;line-height:2;letter-spacing:0;top:13.53125rem;left:9.46875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#sWkZ9sadkTcMNVSBLHqMLPXN8MaSMQTq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sWkZ9sadkTcMNVSBLHqMLPXN8MaSMQTq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_fbd43ed7c419268340a914832c457a8e48e3802a.svg); }
#L7xlinx0kl6Qb4mPTcc9WI8NBpocc2dk { color:#68b6ff;display:block;width:17.3125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15026;line-height:2;letter-spacing:0;top:13.53125rem;left:33.34375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#L7xlinx0kl6Qb4mPTcc9WI8NBpocc2dk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#L7xlinx0kl6Qb4mPTcc9WI8NBpocc2dk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b0cacf05aa5a1a40b0b0b7e97dc691bd8462d110.svg); }
#NdzpLARafRVQR7bJkEtZ3wV47MhrtapX { background-color:#0dcb87;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.125rem solid #0a8f5f;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5rem;height:4.25rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:47.8125rem;left:19.5rem;display:block; }
#XJSBciNOsmpvwWvmSM0cspZVl3zdf27d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G9PEonoQOCkdyTdzO9NXu0GbZ6RyI24u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e2ecf9;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; }#G9PEonoQOCkdyTdzO9NXu0GbZ6RyI24u > .row .container { background-color: transparent; background-image: none; }#G9PEonoQOCkdyTdzO9NXu0GbZ6RyI24u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9PEonoQOCkdyTdzO9NXu0GbZ6RyI24u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9PEonoQOCkdyTdzO9NXu0GbZ6RyI24u > .row .container > .video-iframe-container { display: none; }#G9PEonoQOCkdyTdzO9NXu0GbZ6RyI24u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9PEonoQOCkdyTdzO9NXu0GbZ6RyI24u > .row > .video-iframe-container { display: none; }#G9PEonoQOCkdyTdzO9NXu0GbZ6RyI24u > .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); }#G9PEonoQOCkdyTdzO9NXu0GbZ6RyI24u > .row .container { border-width: 0; border-radius: 0; }#G9PEonoQOCkdyTdzO9NXu0GbZ6RyI24u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G9PEonoQOCkdyTdzO9NXu0GbZ6RyI24u > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:60rem;position:relative;display:block; }#W39SdxVkwLUPyAx8rWC0ph7Z04oLWBRK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9faff;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; }#W39SdxVkwLUPyAx8rWC0ph7Z04oLWBRK > .row .container { background-color: transparent; background-image: none; }#W39SdxVkwLUPyAx8rWC0ph7Z04oLWBRK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W39SdxVkwLUPyAx8rWC0ph7Z04oLWBRK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W39SdxVkwLUPyAx8rWC0ph7Z04oLWBRK > .row .container > .video-iframe-container { display: none; }#W39SdxVkwLUPyAx8rWC0ph7Z04oLWBRK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W39SdxVkwLUPyAx8rWC0ph7Z04oLWBRK > .row > .video-iframe-container { display: none; }#W39SdxVkwLUPyAx8rWC0ph7Z04oLWBRK > .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); }#W39SdxVkwLUPyAx8rWC0ph7Z04oLWBRK > .row .container { border-width: 0; border-radius: 0; }#W39SdxVkwLUPyAx8rWC0ph7Z04oLWBRK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W39SdxVkwLUPyAx8rWC0ph7Z04oLWBRK > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:60rem;position:relative;display:block; }#HJfJK0tADaXJhKOS9gis3rN6t57TqM7y { color:#323233;display:block;width:45.25rem;position:absolute;font-family:roboto;font-size:2.75rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:2.01171875rem;left:7.375rem;height:6.599625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PD2H0R5kK7wbql3V5b2nQ8b2AKszW3iP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9faff;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; }#PD2H0R5kK7wbql3V5b2nQ8b2AKszW3iP > .row .container { background-color: transparent; background-image: none; }#PD2H0R5kK7wbql3V5b2nQ8b2AKszW3iP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PD2H0R5kK7wbql3V5b2nQ8b2AKszW3iP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PD2H0R5kK7wbql3V5b2nQ8b2AKszW3iP > .row .container > .video-iframe-container { display: none; }#PD2H0R5kK7wbql3V5b2nQ8b2AKszW3iP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PD2H0R5kK7wbql3V5b2nQ8b2AKszW3iP > .row > .video-iframe-container { display: none; }#PD2H0R5kK7wbql3V5b2nQ8b2AKszW3iP > .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); }#PD2H0R5kK7wbql3V5b2nQ8b2AKszW3iP > .row .container { border-width: 0; border-radius: 0; }#PD2H0R5kK7wbql3V5b2nQ8b2AKszW3iP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PD2H0R5kK7wbql3V5b2nQ8b2AKszW3iP > .row .container { font-size:0.875rem;font-family:arial;height:25.0625rem;width:60rem;position:relative;display:block; }#UyWgVyBX8bKFvF2ZQJT6LUTaxTb3ISzu { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:24.875rem;width:18.9375rem;top:0rem;left:0rem;display:block; }
#BubFZNMs1SEU7wbTHe2M9U3D38eoRSmM { color:#808080;display:block;width:16rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:3.75rem;left:1.5rem;height:3.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ictMrJDpsKPfxGEnh2an3AfwO7SOtTH2 { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:24.875rem;width:18.9375rem;top:0rem;left:20.5625rem;display:block; }
#tng1pnP5L2KCvWXPhdQndJ2CuAXfnGeT { color:#808080;display:block;width:16rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:3.75rem;left:22rem;height:1.5998875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gFkbE2ESankhF6QJpHIXh11ZdbTCDWsk { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:24.875rem;width:18.9375rem;top:0rem;left:41.0625rem;display:block; }
#HrCVLkr5AQ9bkSFl5w4K7GPMSdhApQSk { color:#808080;display:block;width:16rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;top:3.75rem;left:42.5625rem;height:3.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HHFLtAI4uDFnK1gZQCrpm9pExIzmvnps { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:1.375rem;left:1.5rem; }
#sRiTTxk9Cb5iNqW8VuKLehwz644xM99U { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15024;opacity:1;top:1.375rem;left:2.8125rem; }
#GSlf2y6Ek0QFZotqGGXOa3u41o4wPWfO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15025;opacity:1;top:1.375rem;left:4.125rem; }
#ROUrlrRZxTzZH8oxKOFVNRh8pBn6BVIq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15026;opacity:1;top:1.375rem;left:5.4375rem; }
#diufaAycpin5TkkwzToqPvreNNqNTLTP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15027;opacity:1;top:1.375rem;left:6.75rem; }
#TnhNo3Vuspxu5T1R8fHDrLZTpyFndxt1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15032;opacity:1;top:1.375rem;left:27.25rem; }
#aNBWOg7CvgiBQEQfSXGkUcfaGATAkgG3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15031;opacity:1;top:1.375rem;left:25.9375rem; }
#w39sHERmxy5RWTGKSb8BwkxqEaZHL109 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15030;opacity:1;top:1.375rem;left:24.625rem; }
#NDHMvkelVQksveuI3zRTQvebuRZA2zmB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15029;opacity:1;top:1.375rem;left:23.3125rem; }
#znTXu2kt2T9bdAuq3pLkt7m9i17fkeTc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15028;opacity:1;top:1.375rem;left:22rem; }
#yZ93VdPiak5EZMT0qS73PhiCG157TB5G { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15037;opacity:1;top:1.375rem;left:47.8125rem; }
#TclX7dSsSmacAoMVTVSz2frQ5VIuT0ah { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15036;opacity:1;top:1.375rem;left:46.5rem; }
#TTnG0lWpHUC7sI9f6MEA4fXHTyZ4po2A { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15035;opacity:1;top:1.375rem;left:45.1875rem; }
#OUbLHTGUb526vlLwPy8OKLmvVmSebmBX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15034;opacity:1;top:1.375rem;left:43.875rem; }
#DgT3paOIi6iqQ5h9IuDE0Ts95EvTXMZ0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15033;opacity:1;top:1.375rem;left:42.5625rem; }
#r2ZKlATKHC6kdRNtTOwo1KfqqvOQtZat { color:#808080;display:block;width:16rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:8.125rem;left:1.5rem;height:8.3965rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tymVWNXTSLTxWAB3qHnsTGuB7HFndhyM { color:#808080;display:block;width:16rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:21.125rem;left:1.5rem;height:1.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PEICNe5q4PsRJgiAG5TAk3DDvSW603Ep { box-sizing:content-box;height:0.0625rem;width:18.9375rem;position:absolute;display:block;z-index:15007;background-color:#e4e4e4;background-image:none;top:19.5625rem;left:0rem;display:block; }
#ut6nq3TZ0S6t2qVQovIUiKkyiq2ssQBT { color:#808080;display:block;width:15.999375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:8.25rem;left:22rem;height:8.3965rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#H22Z2dQkcVio2WN9IECMIqADuLVa61a8 { color:#808080;display:block;width:16rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;top:21.125rem;left:22rem;height:1.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZgCkkJJpcTsS4N9gQQRlSTnB08PwqT5c { box-sizing:content-box;height:0.0625rem;width:18.9375rem;position:absolute;display:block;z-index:15008;background-color:#e4e4e4;background-image:none;top:19.5625rem;left:20.531250953674rem;display:block; }
#U8Mn6sxMdqq98oSz5WyrZXG521rCdc3b { color:#808080;display:block;width:15.999375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:8.125rem;left:42.5rem;height:5.59765625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TdmeB0EFUTV8aObDZDy9etL9dTsPTyrh { color:#808080;display:block;width:16rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:21.125rem;left:43rem;height:1.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dEO7UdPPzSIb4nJmRU0HVsQoZeMMqicT { box-sizing:content-box;height:0.0625rem;width:18.9375rem;position:absolute;display:block;z-index:15009;background-color:#e4e4e4;background-image:none;top:19.5625rem;left:41.061848640442rem;display:block; }
#zgQSWnb59Eb3gIwPluV6Fso67VJmqz6K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9faff;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; }#zgQSWnb59Eb3gIwPluV6Fso67VJmqz6K > .row .container { background-color: transparent; background-image: none; }#zgQSWnb59Eb3gIwPluV6Fso67VJmqz6K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zgQSWnb59Eb3gIwPluV6Fso67VJmqz6K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zgQSWnb59Eb3gIwPluV6Fso67VJmqz6K > .row .container > .video-iframe-container { display: none; }#zgQSWnb59Eb3gIwPluV6Fso67VJmqz6K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zgQSWnb59Eb3gIwPluV6Fso67VJmqz6K > .row > .video-iframe-container { display: none; }#zgQSWnb59Eb3gIwPluV6Fso67VJmqz6K > .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); }#zgQSWnb59Eb3gIwPluV6Fso67VJmqz6K > .row .container { border-width: 0; border-radius: 0; }#zgQSWnb59Eb3gIwPluV6Fso67VJmqz6K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zgQSWnb59Eb3gIwPluV6Fso67VJmqz6K > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#OJC0HILQJ3fmonmL4vwhqsdh5NsBOtHG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9faff;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:none; }#OJC0HILQJ3fmonmL4vwhqsdh5NsBOtHG > .row .container { border-width: 0; border-radius: 0; }#OJC0HILQJ3fmonmL4vwhqsdh5NsBOtHG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OJC0HILQJ3fmonmL4vwhqsdh5NsBOtHG > .row .container { font-size:0.875rem;font-family:arial;height:10.875rem;width:60rem;position:relative;display:none; }#rZvcD2cSmAmEoV9L5bTXRUoXLwZeS8JM { background-color:#0dcb87;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.125rem solid #0a8f5f;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5rem;height:4.25rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:3.3125rem;left:19.25rem;display:block; }
#ukI8LvdQvCzsLaQlASimuJUsLUEAt4WC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hXTaThJnQNJCsw8JThLIwPkWKt8QPgVC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9faff;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; }#hXTaThJnQNJCsw8JThLIwPkWKt8QPgVC > .row .container { background-color: transparent; background-image: none; }#hXTaThJnQNJCsw8JThLIwPkWKt8QPgVC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXTaThJnQNJCsw8JThLIwPkWKt8QPgVC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXTaThJnQNJCsw8JThLIwPkWKt8QPgVC > .row .container > .video-iframe-container { display: none; }#hXTaThJnQNJCsw8JThLIwPkWKt8QPgVC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXTaThJnQNJCsw8JThLIwPkWKt8QPgVC > .row > .video-iframe-container { display: none; }#hXTaThJnQNJCsw8JThLIwPkWKt8QPgVC > .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); }#hXTaThJnQNJCsw8JThLIwPkWKt8QPgVC > .row .container { border-width: 0; border-radius: 0; }#hXTaThJnQNJCsw8JThLIwPkWKt8QPgVC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hXTaThJnQNJCsw8JThLIwPkWKt8QPgVC > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:60rem;position:relative;display:block; }#yI7rGabPrHO2A0pl7ZvRnv13Le4MJo4s { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:24.875rem;width:18.9375rem;top:0rem;left:0rem;display:block; }
#D9Os01dRUXXKcZwhBWfovBAfymKNbNQW { color:#808080;display:block;width:16rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:3.75rem;left:1.5rem;height:1.5998875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ncTi2kLz3CMVUJX8AVvU8sZWtRTeblfH { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:24.875rem;width:18.9375rem;top:0rem;left:20.5625rem;display:block; }
#PT9QJLcwmidg2KREFeTFvDxui0pAkDEx { color:#808080;display:block;width:16rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:3.75rem;left:22rem;height:1.5998875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qkbBZy7yk4Ux6oGfGymEDqG39AZDuulF { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:24.875rem;width:18.9375rem;top:0rem;left:41.0625rem;display:block; }
#DbUZxME4Q4hBI4XIGV4oWTwXZDlRSJga { color:#808080;display:block;width:16rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;top:3.75rem;left:42.5625rem;height:3.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Oi6zFBdTuTIPOLB0aAplXtLu2kqFxOQE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:1.375rem;left:1.5rem; }
#OKuLTqA3cTrSvrIKTWId2i3nbeZxLlTq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15024;opacity:1;top:1.375rem;left:2.8125rem; }
#pO5WvtiuuiOt3aavBMUELlAZRnq8TxPG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15025;opacity:1;top:1.375rem;left:4.125rem; }
#eKszkzPsSUHP8hcXPn10M1y0TVxFUrmt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15026;opacity:1;top:1.375rem;left:5.4375rem; }
#CfG98vpeM12AkaAdTWq28VavCoSxDBNT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15027;opacity:1;top:1.375rem;left:6.75rem; }
#cCDQTE8kOK5Xulc3Pwlr6zDvEkTxpe1u { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15032;opacity:1;top:1.375rem;left:27.25rem; }
#JRNGqsM51fFTNC4UpAS54RBx8Vh1QHqo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15031;opacity:1;top:1.375rem;left:25.9375rem; }
#RhQ0hlDVpuFKldnEzxleKKJrGdBdx835 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15030;opacity:1;top:1.375rem;left:24.625rem; }
#B0Qpkn9BVG5LkpGlNK2aAXflmH71U5mD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15029;opacity:1;top:1.375rem;left:23.3125rem; }
#m8VFNmZaaUpcQiAJ1K7fotvwW2uwlSNx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15028;opacity:1;top:1.375rem;left:22rem; }
#lBTDrOaXqlZPrl2wftTeCIIAJR6EkP34 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15037;opacity:1;top:1.375rem;left:47.8125rem; }
#hzpDEfhV4NiOyloGQ7nkCkGey7QzLT95 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15036;opacity:1;top:1.375rem;left:46.5rem; }
#AbAKSEBd3MISw9zZ7ET2690Sh9JTxW0B { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15035;opacity:1;top:1.375rem;left:45.1875rem; }
#hRy3FETEfgZKhIocAT2wX9qQUzWn7ucI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15034;opacity:1;top:1.375rem;left:43.875rem; }
#JfITqBl0bTe7SxwTeGdEqoTSJnmIt2aD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15033;opacity:1;top:1.375rem;left:42.5625rem; }
#BJ7rBJta7svq12wSMafoqKtqsOxiqwVX { color:#808080;display:block;width:16rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:8.125rem;left:1.5rem;height:8.3965rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P5fDh33B4wWT6yyJuvvbKMxTJaEQo3Sl { color:#808080;display:block;width:16rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:21.125rem;left:1.5rem;height:1.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#z1BwIvea8FvEFyhRwLCedMPTXWmuFk3y { box-sizing:content-box;height:0.0625rem;width:18.9375rem;position:absolute;display:block;z-index:15007;background-color:#e4e4e4;background-image:none;top:19.561435699463rem;left:0rem;display:block; }
#ROaW8KB8SWRx7RMcUF0ecwhsmNnru3Kc { color:#808080;display:block;width:15.999375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:8.1250038146975rem;left:21.999784469604rem;height:2.798825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bEkImpO62DkllF5TDrl9emJG0cXod908 { color:#808080;display:block;width:16rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;top:21.125rem;left:22rem;height:1.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FTVuaAhEOQ2D7nwRCvxMqTnitT6vCA69 { box-sizing:content-box;height:0.0625rem;width:18.9375rem;position:absolute;display:block;z-index:15008;background-color:#e4e4e4;background-image:none;top:19.56138753891rem;left:20.531250238419rem;display:block; }
#xvWT3uhK7kDe5WpBOqxdGkccKOS1VfD6 { color:#808080;display:block;width:15.999375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:8.1250038146975rem;left:42.530385971069rem;height:9.795875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZaLroTF1tyEk1ZzuR6fD3aiEMBIihrWD { color:#808080;display:block;width:16rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:21.125rem;left:43rem;height:1.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cViCg13GLfzklTWngo94UVkBDVwTuyho { box-sizing:content-box;height:0.0625rem;width:18.9375rem;position:absolute;display:block;z-index:15009;background-color:#e4e4e4;background-image:none;top:19.560546875rem;left:41.0625rem;display:block; }
#dnK1BQflRFxhmk4VZFa9MiPyOoLzZzOf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9faff;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; }#dnK1BQflRFxhmk4VZFa9MiPyOoLzZzOf > .row .container { background-color: transparent; background-image: none; }#dnK1BQflRFxhmk4VZFa9MiPyOoLzZzOf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dnK1BQflRFxhmk4VZFa9MiPyOoLzZzOf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dnK1BQflRFxhmk4VZFa9MiPyOoLzZzOf > .row .container > .video-iframe-container { display: none; }#dnK1BQflRFxhmk4VZFa9MiPyOoLzZzOf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dnK1BQflRFxhmk4VZFa9MiPyOoLzZzOf > .row > .video-iframe-container { display: none; }#dnK1BQflRFxhmk4VZFa9MiPyOoLzZzOf > .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); }#dnK1BQflRFxhmk4VZFa9MiPyOoLzZzOf > .row .container { border-width: 0; border-radius: 0; }#dnK1BQflRFxhmk4VZFa9MiPyOoLzZzOf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dnK1BQflRFxhmk4VZFa9MiPyOoLzZzOf > .row .container { font-size:0.875rem;font-family:arial;height:17.4375rem;width:60rem;position:relative;display:block; }#X8Jq6v93vm1f0XsRBl9R7GgXlXWlluKw { background-color:#0dcb87;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.125rem solid #0a8f5f;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5rem;height:4.25rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:3.3125rem;left:19.25rem;display:block; }
#MfD1R8TMkcyQ25C5bdtyuQqdyUb5glPL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GfTu03WTcNO47FNADTCKr2F0h3oNPXge { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff5ff;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; }#GfTu03WTcNO47FNADTCKr2F0h3oNPXge > .row .container { background-color: transparent; background-image: none; }#GfTu03WTcNO47FNADTCKr2F0h3oNPXge::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GfTu03WTcNO47FNADTCKr2F0h3oNPXge > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GfTu03WTcNO47FNADTCKr2F0h3oNPXge > .row .container > .video-iframe-container { display: none; }#GfTu03WTcNO47FNADTCKr2F0h3oNPXge > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GfTu03WTcNO47FNADTCKr2F0h3oNPXge > .row > .video-iframe-container { display: none; }#GfTu03WTcNO47FNADTCKr2F0h3oNPXge > .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); }#GfTu03WTcNO47FNADTCKr2F0h3oNPXge > .row .container { border-width: 0; border-radius: 0; }#GfTu03WTcNO47FNADTCKr2F0h3oNPXge > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GfTu03WTcNO47FNADTCKr2F0h3oNPXge > .row .container { font-size:0.875rem;font-family:arial;height:66.875rem;width:60rem;position:relative;display:block; }#nHKDWLUL0LO1quq9VHnUBTK47B8leJze { color:#323233;display:block;width:51.125rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:3.8125rem;left:4.4375rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Kt75shQ6vTKoWi1tgxyVFX8Ens46Ia0F { color:#4a4a4a;display:block;width:45.25rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:12.875rem;left:7.375rem;height:3.449775rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#x2Ds3KxKltDHCTfFvdQifVh9M5K84ViN { position:absolute;display:block;z-index:15005;height:21.75rem;width:38.75rem;top:18.6875rem;left:10.625rem;display:block; }
#EXOSdNzbi9KpkSd57TB9WFIRqJ2phbqN { color:#000000;display:block;width:37.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:51.6875rem;left:11.1875rem;height:1.29980625rem;display:block; }
#EHG3LZNdUEUiFp3D1szCcbA6GVTf5Fl1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#154579;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;z-index:auto;display:block; }#EHG3LZNdUEUiFp3D1szCcbA6GVTf5Fl1 > .row .container { background-color: transparent; background-image: none; }#EHG3LZNdUEUiFp3D1szCcbA6GVTf5Fl1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHG3LZNdUEUiFp3D1szCcbA6GVTf5Fl1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHG3LZNdUEUiFp3D1szCcbA6GVTf5Fl1 > .row .container > .video-iframe-container { display: none; }#EHG3LZNdUEUiFp3D1szCcbA6GVTf5Fl1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHG3LZNdUEUiFp3D1szCcbA6GVTf5Fl1 > .row > .video-iframe-container { display: none; }#EHG3LZNdUEUiFp3D1szCcbA6GVTf5Fl1 > .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); }#EHG3LZNdUEUiFp3D1szCcbA6GVTf5Fl1 > .row .container { border-width: 0; border-radius: 0; }#EHG3LZNdUEUiFp3D1szCcbA6GVTf5Fl1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EHG3LZNdUEUiFp3D1szCcbA6GVTf5Fl1 > .row .container { font-size:0.875rem;font-family:arial;height:14.75rem;width:60rem;position:relative;display:block; }#WcCCLDit4TQ0OvLVE2kU0kGL2HsFENRX { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:8.5625rem;left:18.46875rem;height:1.40014375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Vv56klmE7vWLSoJKsQcITieH8k3Jouby { position:absolute;display:block;z-index:15011;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.125rem;width:6.0625rem;top:1.5rem;left:0.65625rem;overflow:hidden;display:block; }
#EMmOdlsNNCvQTEtrDlU77xOam8SwmXPJ { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15008;background-color:rgba(204,220,241,0.18);background-image:none;top:7.5625rem;left:0rem;display:block; }
#fIfpDILyKBq6NKlJx77Rhx58xpAF0g5M { color:#ffffff;display:block;width:9.375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:1.5rem;left:50.625rem;height:5.59765rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #H0cyznhMmgBr4r8TUIdWiVd1JgNggbvS { display:block; }#H0cyznhMmgBr4r8TUIdWiVd1JgNggbvS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #viwQhWD22UMdNLA6XXFHgKQ3k3cQ4dwR { width:17.6875rem;height:2.875rem;top:1.9375rem;left:15.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rli8ezfo5Jp1HiwBdkwfUvVHRBNapqIh { display:block; }#Rli8ezfo5Jp1HiwBdkwfUvVHRBNapqIh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vZI2LvhcmXOJ9loT7QzFmZCFtTwTfpwc { width:47.75rem;height:11rem;top:1.5rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtQ9Tp43orazr0It72cU3CBd5BGbW740 { top:55.5625rem;left:16.28125rem;width:15.1875rem;height:4.6875rem;font-size:0.9375rem;display:block; }#PtQ9Tp43orazr0It72cU3CBd5BGbW740 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57462ff408a68a3ffa75f3ff754168986fd1355a.svg); }
 }@media only screen and (max-width: 763px) { #nFhb4BCOUp32sB2giCxI0LnocfKgpu7T { width:21.5rem;height:4.25rem;top:49.5rem;left:12.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqqgzTwF702nopgzSd8v849PXVAhwIyC { display:block; }
 }@media only screen and (max-width: 763px) { #xOGXJ3JImybBaSGkODDzzI6rdImZBVRP { width:45.25rem;height:;top:13.6875rem;left:0.84375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #auzTZ6panddTksPkZ973qSXAlCHGVNcr { top:15.625rem;left:0rem;width:47.75rem;height:31.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcZynATweHhV9cOHzGy7mS9iN78Fy5mE { display:block; }#rcZynATweHhV9cOHzGy7mS9iN78Fy5mE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lKqkLTfxrPn6Ak4Qtec1SK91XzCTvaTS { top:9.6875rem;left:23.875rem;width:22.125rem;height:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPAW0d7F4uOQVu9BZ84ha8s8hsnS6nr3 { width:22.125rem;height:2.3125rem;top:9.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbfcHToi4JMnxILbDDoyl1AP9W4GZCcN { width:22.1875rem;height:2.25rem;top:9.8125rem;left:23.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTl9r513vxNpPee0JtV4PdEWUKdnRqVP { width:41.5625rem;height:4.0625rem;top:3.125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwRoWP30i1TOeUMnlsKgRBJgXTXwhnrI { top:9.6875rem;left:1.5625rem;width:22.125rem;height:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxrCXLTlZrHEmhPIKCZDQLIlmp13ByTo { width:22.0625rem;height:2.3125rem;top:9.6875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhtHrPpLaW43b5iwPLGNC47dLkGi7aow { width:22.1875rem;height:2rem;top:9.875rem;left:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWkZ9sadkTcMNVSBLHqMLPXN8MaSMQTq { width:17.3125rem;height:;top:13.5rem;left:6.40625rem;font-size:0.9375rem;display:block; }#sWkZ9sadkTcMNVSBLHqMLPXN8MaSMQTq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_fbd43ed7c419268340a914832c457a8e48e3802a.svg); }
 }@media only screen and (max-width: 763px) { #L7xlinx0kl6Qb4mPTcc9WI8NBpocc2dk { width:17.3125rem;height:;top:13.5rem;left:24.15625rem;font-size:0.9375rem;display:block; }#L7xlinx0kl6Qb4mPTcc9WI8NBpocc2dk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b0cacf05aa5a1a40b0b0b7e97dc691bd8462d110.svg); }
 }@media only screen and (max-width: 763px) { #NdzpLARafRVQR7bJkEtZ3wV47MhrtapX { width:21.5rem;height:4.25rem;top:47.8125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJSBciNOsmpvwWvmSM0cspZVl3zdf27d { display:block; }
 }@media only screen and (max-width: 763px) { #G9PEonoQOCkdyTdzO9NXu0GbZ6RyI24u { display:block; }#G9PEonoQOCkdyTdzO9NXu0GbZ6RyI24u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W39SdxVkwLUPyAx8rWC0ph7Z04oLWBRK { display:block; }#W39SdxVkwLUPyAx8rWC0ph7Z04oLWBRK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HJfJK0tADaXJhKOS9gis3rN6t57TqM7y { width:45.25rem;height:6.5625rem;top:2rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PD2H0R5kK7wbql3V5b2nQ8b2AKszW3iP { display:block; }#PD2H0R5kK7wbql3V5b2nQ8b2AKszW3iP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UyWgVyBX8bKFvF2ZQJT6LUTaxTb3ISzu { width:18.9375rem;height:24.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BubFZNMs1SEU7wbTHe2M9U3D38eoRSmM { width:16rem;height:3.1875rem;top:3.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ictMrJDpsKPfxGEnh2an3AfwO7SOtTH2 { width:18.9375rem;height:24.875rem;top:0rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tng1pnP5L2KCvWXPhdQndJ2CuAXfnGeT { width:16rem;height:1.5625rem;top:3.75rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFkbE2ESankhF6QJpHIXh11ZdbTCDWsk { width:18.9375rem;height:24.875rem;top:0rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrCVLkr5AQ9bkSFl5w4K7GPMSdhApQSk { width:16rem;height:3.1875rem;top:3.75rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHFLtAI4uDFnK1gZQCrpm9pExIzmvnps { top:1.375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRiTTxk9Cb5iNqW8VuKLehwz644xM99U { top:1.375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSlf2y6Ek0QFZotqGGXOa3u41o4wPWfO { top:1.375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROUrlrRZxTzZH8oxKOFVNRh8pBn6BVIq { top:1.375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #diufaAycpin5TkkwzToqPvreNNqNTLTP { top:1.375rem;left:0.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnhNo3Vuspxu5T1R8fHDrLZTpyFndxt1 { top:1.375rem;left:21.125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNBWOg7CvgiBQEQfSXGkUcfaGATAkgG3 { top:1.375rem;left:19.8125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w39sHERmxy5RWTGKSb8BwkxqEaZHL109 { top:1.375rem;left:18.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDHMvkelVQksveuI3zRTQvebuRZA2zmB { top:1.375rem;left:17.1875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #znTXu2kt2T9bdAuq3pLkt7m9i17fkeTc { top:1.375rem;left:15.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZ93VdPiak5EZMT0qS73PhiCG157TB5G { top:1.375rem;left:41.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TclX7dSsSmacAoMVTVSz2frQ5VIuT0ah { top:1.375rem;left:40.375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTnG0lWpHUC7sI9f6MEA4fXHTyZ4po2A { top:1.375rem;left:39.0625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUbLHTGUb526vlLwPy8OKLmvVmSebmBX { top:1.375rem;left:37.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgT3paOIi6iqQ5h9IuDE0Ts95EvTXMZ0 { top:1.375rem;left:36.4375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2ZKlATKHC6kdRNtTOwo1KfqqvOQtZat { width:16rem;height:8.375rem;top:8.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tymVWNXTSLTxWAB3qHnsTGuB7HFndhyM { width:16rem;height:1.5625rem;top:21.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEICNe5q4PsRJgiAG5TAk3DDvSW603Ep { width:18.9375rem;height:0.0625rem;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ut6nq3TZ0S6t2qVQovIUiKkyiq2ssQBT { width:15.9375rem;height:8.375rem;top:8.25rem;left:15.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H22Z2dQkcVio2WN9IECMIqADuLVa61a8 { width:16rem;height:1.5625rem;top:21.125rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgCkkJJpcTsS4N9gQQRlSTnB08PwqT5c { width:18.9375rem;height:0.0625rem;top:19.5625rem;left:14.406250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8Mn6sxMdqq98oSz5WyrZXG521rCdc3b { width:15.9375rem;height:5.5625rem;top:8.125rem;left:31.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdmeB0EFUTV8aObDZDy9etL9dTsPTyrh { width:16rem;height:1.5625rem;top:21.125rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEO7UdPPzSIb4nJmRU0HVsQoZeMMqicT { width:18.9375rem;height:0.0625rem;top:19.5625rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgQSWnb59Eb3gIwPluV6Fso67VJmqz6K { display:block; }#zgQSWnb59Eb3gIwPluV6Fso67VJmqz6K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OJC0HILQJ3fmonmL4vwhqsdh5NsBOtHG { display:block; }#OJC0HILQJ3fmonmL4vwhqsdh5NsBOtHG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rZvcD2cSmAmEoV9L5bTXRUoXLwZeS8JM { width:21.5rem;height:4.25rem;top:3.3125rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukI8LvdQvCzsLaQlASimuJUsLUEAt4WC { display:block; }
 }@media only screen and (max-width: 763px) { #hXTaThJnQNJCsw8JThLIwPkWKt8QPgVC { display:block; }#hXTaThJnQNJCsw8JThLIwPkWKt8QPgVC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yI7rGabPrHO2A0pl7ZvRnv13Le4MJo4s { width:18.9375rem;height:24.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9Os01dRUXXKcZwhBWfovBAfymKNbNQW { width:15.9375rem;height:1.5625rem;top:3.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncTi2kLz3CMVUJX8AVvU8sZWtRTeblfH { width:18.9375rem;height:24.875rem;top:0rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT9QJLcwmidg2KREFeTFvDxui0pAkDEx { width:15.9375rem;height:1.5625rem;top:3.75rem;left:15.874784469604rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkbBZy7yk4Ux6oGfGymEDqG39AZDuulF { width:18.9375rem;height:24.875rem;top:0rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbUZxME4Q4hBI4XIGV4oWTwXZDlRSJga { width:15.9375rem;height:3.1875rem;top:3.75rem;left:31.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oi6zFBdTuTIPOLB0aAplXtLu2kqFxOQE { top:1.375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKuLTqA3cTrSvrIKTWId2i3nbeZxLlTq { top:1.375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pO5WvtiuuiOt3aavBMUELlAZRnq8TxPG { top:1.375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKszkzPsSUHP8hcXPn10M1y0TVxFUrmt { top:1.375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfG98vpeM12AkaAdTWq28VavCoSxDBNT { top:1.375rem;left:0.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCDQTE8kOK5Xulc3Pwlr6zDvEkTxpe1u { top:1.375rem;left:21.125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRNGqsM51fFTNC4UpAS54RBx8Vh1QHqo { top:1.375rem;left:19.8125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhQ0hlDVpuFKldnEzxleKKJrGdBdx835 { top:1.375rem;left:18.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0Qpkn9BVG5LkpGlNK2aAXflmH71U5mD { top:1.375rem;left:17.1875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8VFNmZaaUpcQiAJ1K7fotvwW2uwlSNx { top:1.375rem;left:15.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBTDrOaXqlZPrl2wftTeCIIAJR6EkP34 { top:1.375rem;left:41.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzpDEfhV4NiOyloGQ7nkCkGey7QzLT95 { top:1.375rem;left:40.375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbAKSEBd3MISw9zZ7ET2690Sh9JTxW0B { top:1.375rem;left:39.0625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRy3FETEfgZKhIocAT2wX9qQUzWn7ucI { top:1.375rem;left:37.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfITqBl0bTe7SxwTeGdEqoTSJnmIt2aD { top:1.375rem;left:36.4375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJ7rBJta7svq12wSMafoqKtqsOxiqwVX { width:15.9375rem;height:8.375rem;top:8.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5fDh33B4wWT6yyJuvvbKMxTJaEQo3Sl { width:15.9375rem;height:1.5625rem;top:21.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1BwIvea8FvEFyhRwLCedMPTXWmuFk3y { width:18.9375rem;height:0.0625rem;top:19.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROaW8KB8SWRx7RMcUF0ecwhsmNnru3Kc { width:15.9375rem;height:2.75rem;top:8.125rem;left:15.874784469604rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEkImpO62DkllF5TDrl9emJG0cXod908 { width:15.9375rem;height:1.5625rem;top:21.0625rem;left:15.874784469604rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTVuaAhEOQ2D7nwRCvxMqTnitT6vCA69 { width:18.9375rem;height:0.0625rem;top:19.5rem;left:14.406250238419rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvWT3uhK7kDe5WpBOqxdGkccKOS1VfD6 { width:15.9375rem;height:9.75rem;top:8.125rem;left:31.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaLroTF1tyEk1ZzuR6fD3aiEMBIihrWD { width:15.9375rem;height:1.5625rem;top:21.0625rem;left:31.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cViCg13GLfzklTWngo94UVkBDVwTuyho { width:18.9375rem;height:0.0625rem;top:19.5rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnK1BQflRFxhmk4VZFa9MiPyOoLzZzOf { display:block; }#dnK1BQflRFxhmk4VZFa9MiPyOoLzZzOf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X8Jq6v93vm1f0XsRBl9R7GgXlXWlluKw { width:21.5rem;height:4.25rem;top:3.3125rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfD1R8TMkcyQ25C5bdtyuQqdyUb5glPL { display:block; }
 }@media only screen and (max-width: 763px) { #GfTu03WTcNO47FNADTCKr2F0h3oNPXge { display:block; }#GfTu03WTcNO47FNADTCKr2F0h3oNPXge > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nHKDWLUL0LO1quq9VHnUBTK47B8leJze { width:47.75rem;height:;top:3.8125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kt75shQ6vTKoWi1tgxyVFX8Ens46Ia0F { width:45.25rem;height:3.4375rem;top:12.875rem;left:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2Ds3KxKltDHCTfFvdQifVh9M5K84ViN { top:18.6875rem;left:4.5rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXOSdNzbi9KpkSd57TB9WFIRqJ2phbqN { top:51.6875rem;left:5.0625rem;width:37.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHG3LZNdUEUiFp3D1szCcbA6GVTf5Fl1 { display:block; }#EHG3LZNdUEUiFp3D1szCcbA6GVTf5Fl1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WcCCLDit4TQ0OvLVE2kU0kGL2HsFENRX { top:8.5625rem;left:12.34375rem;width:23.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vv56klmE7vWLSoJKsQcITieH8k3Jouby { width:6.0625rem;height:1.125rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMmOdlsNNCvQTEtrDlU77xOam8SwmXPJ { width:47.75rem;height:0.0625rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIfpDILyKBq6NKlJx77Rhx58xpAF0g5M { top:1.5rem;left:38.375rem;width:9.375rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #H0cyznhMmgBr4r8TUIdWiVd1JgNggbvS { display:block; }#H0cyznhMmgBr4r8TUIdWiVd1JgNggbvS > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #viwQhWD22UMdNLA6XXFHgKQ3k3cQ4dwR { width:10.75rem;height:1.8125rem;top:0.8125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rli8ezfo5Jp1HiwBdkwfUvVHRBNapqIh { position:relative;z-index:auto;background-color:#eff5ff;background-image:none;display:block; }#Rli8ezfo5Jp1HiwBdkwfUvVHRBNapqIh > .row .container { background-color: transparent; background-image: none; }#Rli8ezfo5Jp1HiwBdkwfUvVHRBNapqIh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rli8ezfo5Jp1HiwBdkwfUvVHRBNapqIh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rli8ezfo5Jp1HiwBdkwfUvVHRBNapqIh > .row .container > .video-iframe-container { display: none; }#Rli8ezfo5Jp1HiwBdkwfUvVHRBNapqIh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rli8ezfo5Jp1HiwBdkwfUvVHRBNapqIh > .row > .video-iframe-container { display: none; }#Rli8ezfo5Jp1HiwBdkwfUvVHRBNapqIh > .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); }#Rli8ezfo5Jp1HiwBdkwfUvVHRBNapqIh > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vZI2LvhcmXOJ9loT7QzFmZCFtTwTfpwc { width:20rem;height:8.69925rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtQ9Tp43orazr0It72cU3CBd5BGbW740 { width:13rem;height:4.3125rem;top:33.4482421875rem;left:3.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#PtQ9Tp43orazr0It72cU3CBd5BGbW740 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57462ff408a68a3ffa75f3ff754168986fd1355a.svg); }
 }@media only screen and (max-width: 763px) { #nFhb4BCOUp32sB2giCxI0LnocfKgpu7T { width:17.5625rem;height:4.25rem;top:28.3076171875rem;left:1.21875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqqgzTwF702nopgzSd8v849PXVAhwIyC { display:block; }
 }@media only screen and (max-width: 763px) { #xOGXJ3JImybBaSGkODDzzI6rdImZBVRP { width:20rem;height:5.3984375rem;top:9.26171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #auzTZ6panddTksPkZ973qSXAlCHGVNcr { width:20rem;height:13.3125rem;top:14.9951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcZynATweHhV9cOHzGy7mS9iN78Fy5mE { display:block; }#rcZynATweHhV9cOHzGy7mS9iN78Fy5mE > .row .container { width:20rem;height:86.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lKqkLTfxrPn6Ak4Qtec1SK91XzCTvaTS { width:19.75rem;height:33.125rem;top:46.4375rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #VPAW0d7F4uOQVu9BZ84ha8s8hsnS6nr3 { width:19.75rem;height:2.3125rem;top:44.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbfcHToi4JMnxILbDDoyl1AP9W4GZCcN { width:20rem;height:1.79980625rem;top:44.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #HTl9r513vxNpPee0JtV4PdEWUKdnRqVP { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwRoWP30i1TOeUMnlsKgRBJgXTXwhnrI { width:19.75rem;height:34.1875rem;top:7.625rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #uxrCXLTlZrHEmhPIKCZDQLIlmp13ByTo { width:19.75rem;height:2.3125rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhtHrPpLaW43b5iwPLGNC47dLkGi7aow { width:20rem;height:1.79980625rem;top:8.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #sWkZ9sadkTcMNVSBLHqMLPXN8MaSMQTq { width:17.3125rem;height:30rem;top:11.4375rem;left:1.375rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:14999;display:block; }#sWkZ9sadkTcMNVSBLHqMLPXN8MaSMQTq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_fbd43ed7c419268340a914832c457a8e48e3802a.svg); }
 }@media only screen and (max-width: 763px) { #L7xlinx0kl6Qb4mPTcc9WI8NBpocc2dk { width:17.3125rem;height:30rem;top:49.0625rem;left:1.375rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:14999;display:block; }#L7xlinx0kl6Qb4mPTcc9WI8NBpocc2dk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b0cacf05aa5a1a40b0b0b7e97dc691bd8462d110.svg); }
 }@media only screen and (max-width: 763px) { #NdzpLARafRVQR7bJkEtZ3wV47MhrtapX { width:19rem;height:4.25rem;top:81.162109375rem;left:0.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJSBciNOsmpvwWvmSM0cspZVl3zdf27d { display:block; }
 }@media only screen and (max-width: 763px) { #G9PEonoQOCkdyTdzO9NXu0GbZ6RyI24u { background-color:#e3edfa;background-image:none;display:block; }#G9PEonoQOCkdyTdzO9NXu0GbZ6RyI24u > .row .container { background-color: transparent; background-image: none; }#G9PEonoQOCkdyTdzO9NXu0GbZ6RyI24u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9PEonoQOCkdyTdzO9NXu0GbZ6RyI24u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9PEonoQOCkdyTdzO9NXu0GbZ6RyI24u > .row .container > .video-iframe-container { display: none; }#G9PEonoQOCkdyTdzO9NXu0GbZ6RyI24u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9PEonoQOCkdyTdzO9NXu0GbZ6RyI24u > .row > .video-iframe-container { display: none; }#G9PEonoQOCkdyTdzO9NXu0GbZ6RyI24u > .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); }#G9PEonoQOCkdyTdzO9NXu0GbZ6RyI24u > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W39SdxVkwLUPyAx8rWC0ph7Z04oLWBRK { display:block; }#W39SdxVkwLUPyAx8rWC0ph7Z04oLWBRK > .row .container { width:20rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HJfJK0tADaXJhKOS9gis3rN6t57TqM7y { width:20rem;height:7.19825rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PD2H0R5kK7wbql3V5b2nQ8b2AKszW3iP { background-color:#f9faff;background-image:none;display:block; }#PD2H0R5kK7wbql3V5b2nQ8b2AKszW3iP > .row .container { background-color: transparent; background-image: none; }#PD2H0R5kK7wbql3V5b2nQ8b2AKszW3iP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PD2H0R5kK7wbql3V5b2nQ8b2AKszW3iP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PD2H0R5kK7wbql3V5b2nQ8b2AKszW3iP > .row .container > .video-iframe-container { display: none; }#PD2H0R5kK7wbql3V5b2nQ8b2AKszW3iP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PD2H0R5kK7wbql3V5b2nQ8b2AKszW3iP > .row > .video-iframe-container { display: none; }#PD2H0R5kK7wbql3V5b2nQ8b2AKszW3iP > .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); }#PD2H0R5kK7wbql3V5b2nQ8b2AKszW3iP > .row .container { width:20rem;height:69.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UyWgVyBX8bKFvF2ZQJT6LUTaxTb3ISzu { width:18.9375rem;height:23rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BubFZNMs1SEU7wbTHe2M9U3D38eoRSmM { width:16rem;height:3.19921875rem;top:5rem;left:2rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ictMrJDpsKPfxGEnh2an3AfwO7SOtTH2 { width:18.9375rem;height:22.125rem;top:25.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tng1pnP5L2KCvWXPhdQndJ2CuAXfnGeT { width:16rem;height:1.5996125rem;top:29.25rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFkbE2ESankhF6QJpHIXh11ZdbTCDWsk { width:18.9375rem;height:19.4375rem;top:49.474609375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrCVLkr5AQ9bkSFl5w4K7GPMSdhApQSk { width:16rem;height:3.19921875rem;top:53.2246125rem;left:2rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHFLtAI4uDFnK1gZQCrpm9pExIzmvnps { display:flex;width:1.25rem;height:1.25rem;top:2.625rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #sRiTTxk9Cb5iNqW8VuKLehwz644xM99U { display:flex;width:1.25rem;height:1.25rem;top:2.625rem;left:3.3125rem; }
 }@media only screen and (max-width: 763px) { #GSlf2y6Ek0QFZotqGGXOa3u41o4wPWfO { display:flex;width:1.25rem;height:1.25rem;top:2.625rem;left:4.625rem; }
 }@media only screen and (max-width: 763px) { #ROUrlrRZxTzZH8oxKOFVNRh8pBn6BVIq { display:flex;width:1.25rem;height:1.25rem;top:2.625rem;left:5.9375rem; }
 }@media only screen and (max-width: 763px) { #diufaAycpin5TkkwzToqPvreNNqNTLTP { display:flex;width:1.25rem;height:1.25rem;top:2.625rem;left:7.25rem; }
 }@media only screen and (max-width: 763px) { #TnhNo3Vuspxu5T1R8fHDrLZTpyFndxt1 { display:flex;width:1.25rem;height:1.25rem;top:26.875rem;left:7.1875rem; }
 }@media only screen and (max-width: 763px) { #aNBWOg7CvgiBQEQfSXGkUcfaGATAkgG3 { display:flex;width:1.25rem;height:1.25rem;top:26.875rem;left:5.875rem; }
 }@media only screen and (max-width: 763px) { #w39sHERmxy5RWTGKSb8BwkxqEaZHL109 { display:flex;width:1.25rem;height:1.25rem;top:26.875rem;left:4.5625rem; }
 }@media only screen and (max-width: 763px) { #NDHMvkelVQksveuI3zRTQvebuRZA2zmB { display:flex;width:1.25rem;height:1.25rem;top:26.875rem;left:3.25rem; }
 }@media only screen and (max-width: 763px) { #znTXu2kt2T9bdAuq3pLkt7m9i17fkeTc { display:flex;width:1.25rem;height:1.25rem;top:26.875rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #yZ93VdPiak5EZMT0qS73PhiCG157TB5G { display:flex;width:1.25rem;height:1.25rem;top:50.8496125rem;left:7.25rem; }
 }@media only screen and (max-width: 763px) { #TclX7dSsSmacAoMVTVSz2frQ5VIuT0ah { display:flex;width:1.25rem;height:1.25rem;top:50.8496125rem;left:5.9375rem; }
 }@media only screen and (max-width: 763px) { #TTnG0lWpHUC7sI9f6MEA4fXHTyZ4po2A { display:flex;width:1.25rem;height:1.25rem;top:50.8496125rem;left:4.625rem; }
 }@media only screen and (max-width: 763px) { #OUbLHTGUb526vlLwPy8OKLmvVmSebmBX { display:flex;width:1.25rem;height:1.25rem;top:50.8496125rem;left:3.3125rem; }
 }@media only screen and (max-width: 763px) { #DgT3paOIi6iqQ5h9IuDE0Ts95EvTXMZ0 { display:flex;width:1.25rem;height:1.25rem;top:50.8496125rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #r2ZKlATKHC6kdRNtTOwo1KfqqvOQtZat { width:16rem;height:8.3965rem;top:9.375rem;left:2rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tymVWNXTSLTxWAB3qHnsTGuB7HFndhyM { width:16rem;height:1.5996125rem;top:22.375rem;left:2rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEICNe5q4PsRJgiAG5TAk3DDvSW603Ep { width:16rem;height:0.0625rem;top:20.8125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ut6nq3TZ0S6t2qVQovIUiKkyiq2ssQBT { width:16rem;height:8.3965rem;top:33.75rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H22Z2dQkcVio2WN9IECMIqADuLVa61a8 { width:16rem;height:1.5996125rem;top:46.0869140625rem;left:2rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgCkkJJpcTsS4N9gQQRlSTnB08PwqT5c { width:16rem;height:0.0625rem;top:45.0625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8Mn6sxMdqq98oSz5WyrZXG521rCdc3b { width:16rem;height:5.59765625rem;top:57.5996125rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdmeB0EFUTV8aObDZDy9etL9dTsPTyrh { width:16rem;height:1.5996125rem;top:66.474609375rem;left:2rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEO7UdPPzSIb4nJmRU0HVsQoZeMMqicT { width:16rem;height:0.0625rem;top:65.599609375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgQSWnb59Eb3gIwPluV6Fso67VJmqz6K { background-color:#e3edfa;background-image:none;display:none; }#zgQSWnb59Eb3gIwPluV6Fso67VJmqz6K > .row .container { width:20rem;height:6.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OJC0HILQJ3fmonmL4vwhqsdh5NsBOtHG { background-color:#f9faff;background-image:none;display:block; }#OJC0HILQJ3fmonmL4vwhqsdh5NsBOtHG > .row .container { background-color: transparent; background-image: none; }#OJC0HILQJ3fmonmL4vwhqsdh5NsBOtHG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OJC0HILQJ3fmonmL4vwhqsdh5NsBOtHG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OJC0HILQJ3fmonmL4vwhqsdh5NsBOtHG > .row .container > .video-iframe-container { display: none; }#OJC0HILQJ3fmonmL4vwhqsdh5NsBOtHG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OJC0HILQJ3fmonmL4vwhqsdh5NsBOtHG > .row > .video-iframe-container { display: none; }#OJC0HILQJ3fmonmL4vwhqsdh5NsBOtHG > .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); }#OJC0HILQJ3fmonmL4vwhqsdh5NsBOtHG > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rZvcD2cSmAmEoV9L5bTXRUoXLwZeS8JM { width:19rem;height:4.25rem;top:1.25rem;left:0.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukI8LvdQvCzsLaQlASimuJUsLUEAt4WC { display:block; }
 }@media only screen and (max-width: 763px) { #hXTaThJnQNJCsw8JThLIwPkWKt8QPgVC { background-color:#f9faff;background-image:none;display:block; }#hXTaThJnQNJCsw8JThLIwPkWKt8QPgVC > .row .container { background-color: transparent; background-image: none; }#hXTaThJnQNJCsw8JThLIwPkWKt8QPgVC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXTaThJnQNJCsw8JThLIwPkWKt8QPgVC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXTaThJnQNJCsw8JThLIwPkWKt8QPgVC > .row .container > .video-iframe-container { display: none; }#hXTaThJnQNJCsw8JThLIwPkWKt8QPgVC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXTaThJnQNJCsw8JThLIwPkWKt8QPgVC > .row > .video-iframe-container { display: none; }#hXTaThJnQNJCsw8JThLIwPkWKt8QPgVC > .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); }#hXTaThJnQNJCsw8JThLIwPkWKt8QPgVC > .row .container { width:20rem;height:69.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yI7rGabPrHO2A0pl7ZvRnv13Le4MJo4s { width:18.9375rem;height:23rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9Os01dRUXXKcZwhBWfovBAfymKNbNQW { width:16rem;height:1.5996125rem;top:5rem;left:2rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncTi2kLz3CMVUJX8AVvU8sZWtRTeblfH { width:18.9375rem;height:17.0625rem;top:25.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT9QJLcwmidg2KREFeTFvDxui0pAkDEx { width:16rem;height:1.5996125rem;top:29.25rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkbBZy7yk4Ux6oGfGymEDqG39AZDuulF { width:18.9375rem;height:23.1875rem;top:44.162109375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbUZxME4Q4hBI4XIGV4oWTwXZDlRSJga { width:16rem;height:3.19921875rem;top:47.912109375rem;left:2rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oi6zFBdTuTIPOLB0aAplXtLu2kqFxOQE { display:flex;width:1.25rem;height:1.25rem;top:2.625rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #OKuLTqA3cTrSvrIKTWId2i3nbeZxLlTq { display:flex;width:1.25rem;height:1.25rem;top:2.625rem;left:3.3125rem; }
 }@media only screen and (max-width: 763px) { #pO5WvtiuuiOt3aavBMUELlAZRnq8TxPG { display:flex;width:1.25rem;height:1.25rem;top:2.625rem;left:4.625rem; }
 }@media only screen and (max-width: 763px) { #eKszkzPsSUHP8hcXPn10M1y0TVxFUrmt { display:flex;width:1.25rem;height:1.25rem;top:2.625rem;left:5.9375rem; }
 }@media only screen and (max-width: 763px) { #CfG98vpeM12AkaAdTWq28VavCoSxDBNT { display:flex;width:1.25rem;height:1.25rem;top:2.625rem;left:7.25rem; }
 }@media only screen and (max-width: 763px) { #cCDQTE8kOK5Xulc3Pwlr6zDvEkTxpe1u { display:flex;width:1.25rem;height:1.25rem;top:26.875rem;left:7.1875rem; }
 }@media only screen and (max-width: 763px) { #JRNGqsM51fFTNC4UpAS54RBx8Vh1QHqo { display:flex;width:1.25rem;height:1.25rem;top:26.875rem;left:5.875rem; }
 }@media only screen and (max-width: 763px) { #RhQ0hlDVpuFKldnEzxleKKJrGdBdx835 { display:flex;width:1.25rem;height:1.25rem;top:26.875rem;left:4.5625rem; }
 }@media only screen and (max-width: 763px) { #B0Qpkn9BVG5LkpGlNK2aAXflmH71U5mD { display:flex;width:1.25rem;height:1.25rem;top:26.875rem;left:3.25rem; }
 }@media only screen and (max-width: 763px) { #m8VFNmZaaUpcQiAJ1K7fotvwW2uwlSNx { display:flex;width:1.25rem;height:1.25rem;top:26.875rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #lBTDrOaXqlZPrl2wftTeCIIAJR6EkP34 { display:flex;width:1.25rem;height:1.25rem;top:45.537109375rem;left:7.25rem; }
 }@media only screen and (max-width: 763px) { #hzpDEfhV4NiOyloGQ7nkCkGey7QzLT95 { display:flex;width:1.25rem;height:1.25rem;top:45.537109375rem;left:5.9375rem; }
 }@media only screen and (max-width: 763px) { #AbAKSEBd3MISw9zZ7ET2690Sh9JTxW0B { display:flex;width:1.25rem;height:1.25rem;top:45.537109375rem;left:4.625rem; }
 }@media only screen and (max-width: 763px) { #hRy3FETEfgZKhIocAT2wX9qQUzWn7ucI { display:flex;width:1.25rem;height:1.25rem;top:45.537109375rem;left:3.3125rem; }
 }@media only screen and (max-width: 763px) { #JfITqBl0bTe7SxwTeGdEqoTSJnmIt2aD { display:flex;width:1.25rem;height:1.25rem;top:45.537109375rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #BJ7rBJta7svq12wSMafoqKtqsOxiqwVX { width:16rem;height:8.3965rem;top:9.375rem;left:2rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5fDh33B4wWT6yyJuvvbKMxTJaEQo3Sl { width:16rem;height:1.5996125rem;top:22.375rem;left:2rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1BwIvea8FvEFyhRwLCedMPTXWmuFk3y { width:16rem;height:0.0625rem;top:20.8125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROaW8KB8SWRx7RMcUF0ecwhsmNnru3Kc { width:16rem;height:2.798825rem;top:33.625rem;left:1.9365234375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEkImpO62DkllF5TDrl9emJG0cXod908 { width:16rem;height:1.5996125rem;top:39.5625rem;left:2rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTVuaAhEOQ2D7nwRCvxMqTnitT6vCA69 { width:16rem;height:0.0625rem;top:38rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvWT3uhK7kDe5WpBOqxdGkccKOS1VfD6 { width:16rem;height:9.795875rem;top:52.287109375rem;left:1.9677734375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaLroTF1tyEk1ZzuR6fD3aiEMBIihrWD { width:16rem;height:1.5996125rem;top:65.287109375rem;left:2.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cViCg13GLfzklTWngo94UVkBDVwTuyho { width:16rem;height:0.0625rem;top:63.724609375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnK1BQflRFxhmk4VZFa9MiPyOoLzZzOf { background-color:#f9faff;background-image:none;display:block; }#dnK1BQflRFxhmk4VZFa9MiPyOoLzZzOf > .row .container { background-color: transparent; background-image: none; }#dnK1BQflRFxhmk4VZFa9MiPyOoLzZzOf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dnK1BQflRFxhmk4VZFa9MiPyOoLzZzOf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dnK1BQflRFxhmk4VZFa9MiPyOoLzZzOf > .row .container > .video-iframe-container { display: none; }#dnK1BQflRFxhmk4VZFa9MiPyOoLzZzOf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dnK1BQflRFxhmk4VZFa9MiPyOoLzZzOf > .row > .video-iframe-container { display: none; }#dnK1BQflRFxhmk4VZFa9MiPyOoLzZzOf > .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); }#dnK1BQflRFxhmk4VZFa9MiPyOoLzZzOf > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X8Jq6v93vm1f0XsRBl9R7GgXlXWlluKw { width:19rem;height:4.25rem;top:1.25rem;left:0.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfD1R8TMkcyQ25C5bdtyuQqdyUb5glPL { display:block; }
 }@media only screen and (max-width: 763px) { #GfTu03WTcNO47FNADTCKr2F0h3oNPXge { display:block; }#GfTu03WTcNO47FNADTCKr2F0h3oNPXge > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nHKDWLUL0LO1quq9VHnUBTK47B8leJze { width:20rem;height:6.5244375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kt75shQ6vTKoWi1tgxyVFX8Ens46Ia0F { width:20rem;height:4.048825rem;top:9.0244375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #x2Ds3KxKltDHCTfFvdQifVh9M5K84ViN { width:20rem;height:21.75rem;top:14.3222875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXOSdNzbi9KpkSd57TB9WFIRqJ2phbqN { width:20rem;height:2.5996125rem;top:47.322265625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHG3LZNdUEUiFp3D1szCcbA6GVTf5Fl1 { position:relative;z-index:auto;background-color:#154273;background-image:none;display:block; }#EHG3LZNdUEUiFp3D1szCcbA6GVTf5Fl1 > .row .container { background-color: transparent; background-image: none; }#EHG3LZNdUEUiFp3D1szCcbA6GVTf5Fl1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHG3LZNdUEUiFp3D1szCcbA6GVTf5Fl1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHG3LZNdUEUiFp3D1szCcbA6GVTf5Fl1 > .row .container > .video-iframe-container { display: none; }#EHG3LZNdUEUiFp3D1szCcbA6GVTf5Fl1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHG3LZNdUEUiFp3D1szCcbA6GVTf5Fl1 > .row > .video-iframe-container { display: none; }#EHG3LZNdUEUiFp3D1szCcbA6GVTf5Fl1 > .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); }#EHG3LZNdUEUiFp3D1szCcbA6GVTf5Fl1 > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WcCCLDit4TQ0OvLVE2kU0kGL2HsFENRX { width:20rem;height:1.40014375rem;top:9.0966796875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vv56klmE7vWLSoJKsQcITieH8k3Jouby { width:6.0625rem;height:1.125rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMmOdlsNNCvQTEtrDlU77xOam8SwmXPJ { width:20rem;height:0.0625rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIfpDILyKBq6NKlJx77Rhx58xpAF0g5M { width:7.875rem;height:5.59765rem;top:1.1875rem;left:12.125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }