.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:247,251,253;--color-primary-1:229,241,247;--color-primary-2:203,227,239;--color-primary-3:102,114,120;--color-primary-4:30,34,36;--color-secondary-0:226,248,229;--color-secondary-1:159,230,170;--color-secondary-2:63,205,84;--color-secondary-3:32,103,42;--color-secondary-4:9,31,13;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:Montserrat;--paragraphs-font-family:Montserrat; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fo2PE4NRFkdpzcU937D4WN67D2EwyoXU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Fo2PE4NRFkdpzcU937D4WN67D2EwyoXU > .row .container { background-color: transparent; background-image: none; }#Fo2PE4NRFkdpzcU937D4WN67D2EwyoXU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fo2PE4NRFkdpzcU937D4WN67D2EwyoXU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fo2PE4NRFkdpzcU937D4WN67D2EwyoXU > .row .container > .video-iframe-container { display: none; }#Fo2PE4NRFkdpzcU937D4WN67D2EwyoXU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fo2PE4NRFkdpzcU937D4WN67D2EwyoXU > .row > .video-iframe-container { display: none; }#Fo2PE4NRFkdpzcU937D4WN67D2EwyoXU > .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); }#Fo2PE4NRFkdpzcU937D4WN67D2EwyoXU > .row .container { border-width: 0; border-radius: 0; }#Fo2PE4NRFkdpzcU937D4WN67D2EwyoXU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fo2PE4NRFkdpzcU937D4WN67D2EwyoXU > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:75rem;position:relative;display:block; }#HhH40zlU52wqSMx6faRVeSuBnQh0Fn9G { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:13.5625rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#bloK8l0G7CCUdZ1TcmHsKFFoXZT7GGr3 { position:absolute;display:block;z-index:15082;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.749825rem;width:19.6244375rem;top:1.5625rem;left:52.687322616577rem;overflow:hidden;display:block; }
#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm { background-color:transparent;background-image: -webkit-linear-gradient(178deg, rgba(var(--color-primary-2),1), #f3f3ff);background-image: -moz-linear-gradient(178deg, rgba(var(--color-primary-2),1), #f3f3ff);background-image: -ms-linear-gradient(178deg, rgba(var(--color-primary-2),1), #f3f3ff);background-image: -o-linear-gradient(178deg, rgba(var(--color-primary-2),1), #f3f3ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#f3f3ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#f3f3ff' );";background-image: linear-gradient(178deg, rgba(var(--color-primary-2),1), #f3f3ff);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .row .container { background-color: transparent; background-image: none; }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .row .container > .video-iframe-container { display: none; }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .row > .video-iframe-container { display: none; }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .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); }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .row .container { border-width: 0; border-radius: 0; }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .row .container { width:75rem;height:23rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#hSe2mlpfrU9HrRCiHVTQMfgFO0T9onQZ { color:#107ff6;display:block;width:26.4375rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:1.125rem;left:9.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UnLHkbEEvqyrcoWpbqOO7ixTxiA7MAC2 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #9e9e9e;border-left:0.125rem solid #9e9e9e;border-right:0.125rem solid #9e9e9e;border-bottom:0.125rem solid #9e9e9e;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;height:3rem;width:6.9375rem;top:44.60000038147rem;left:29.125rem;display:none; }
#fA2A10Efga9SNA0TniM3BirvpA4lB6Fu { color:#664bcc;display:block;width:38.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:6.9371447563169rem;left:5.7484016418457rem;height:5.99965rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#y5f9l7C0MM5KgiiuiS5wz8Ma732wwD0v { color:#252424;display:block;width:39.6244375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:13.24822473526rem;left:5.7457370758057rem;height:7.20170625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vS9O9zm5Er6xpWsyELob0qIx0Qg2QAOx { color:#e86438;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:8.3125rem;left:49.1875rem;height:2.6242875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KCJTzePrszUCP5ynxov8CEi4mZwyKEaU { color:#252424;display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:10.75rem;left:49.1875rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#V8qLZDAUk7gyE0UAaVkfFLKrPOGBvKEv { background-color:#14cf30;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.499625rem;height:3.4375rem;text-decoration:none;z-index:15083;text-align:center;text-align-last:center;top:14rem;left:48.1875rem;display:block; }
#a4Jg23fpgzENPEpJuJaKLenSLEUGXL8M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ILg3if8CpgsUBNax5IBJTAi9VmAxPT4E { box-sizing:content-box;height:11.624625rem;width:21.9993125rem;position:absolute;display:block;z-index:14999;background-color:#f8f5f5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.5rem;left:46.4375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#KH7gtWxJ9BunegIV8gSGifZq4N1BQSFn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9992875rem;width:1.9992875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:10.6875rem;left:47.0625rem; }
#ZHN2wmUEBhT50WuBXvvd1umsrdg7OfW7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15085;opacity:1;top:8.625rem;left:47.1875rem; }
#lNm1yWeLhx08VgrHntes5pWzLIQds4du { color:#664bcc;display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:11rem;left:5.75rem;height:2.8125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#FnISGAEtcHSpoMDfnyXKIJZr43C0CtxZ { background-color:transparent;background-image: -webkit-linear-gradient(178deg, #f3f3ff, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(178deg, #f3f3ff, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(178deg, #f3f3ff, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(178deg, #f3f3ff, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(178deg, #f3f3ff, rgba(var(--color-primary-2),1));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FnISGAEtcHSpoMDfnyXKIJZr43C0CtxZ > .row .container { background-color: transparent; background-image: none; }#FnISGAEtcHSpoMDfnyXKIJZr43C0CtxZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FnISGAEtcHSpoMDfnyXKIJZr43C0CtxZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FnISGAEtcHSpoMDfnyXKIJZr43C0CtxZ > .row .container > .video-iframe-container { display: none; }#FnISGAEtcHSpoMDfnyXKIJZr43C0CtxZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FnISGAEtcHSpoMDfnyXKIJZr43C0CtxZ > .row > .video-iframe-container { display: none; }#FnISGAEtcHSpoMDfnyXKIJZr43C0CtxZ > .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); }#FnISGAEtcHSpoMDfnyXKIJZr43C0CtxZ > .row .container { border-width: 0; border-radius: 0; }#FnISGAEtcHSpoMDfnyXKIJZr43C0CtxZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FnISGAEtcHSpoMDfnyXKIJZr43C0CtxZ > .row .container { width:75rem;height:35.5rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#k6yMplvJ8dXzXFqMhQLMl59LfmokrUWN { color:#107ff6;display:block;width:26.4375rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:1.125rem;left:9.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wyp6pgFZTEMsxD6CnokMS2QormqtOEDB { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #9e9e9e;border-left:0.125rem solid #9e9e9e;border-right:0.125rem solid #9e9e9e;border-bottom:0.125rem solid #9e9e9e;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;height:3rem;width:6.9375rem;top:44.60000038147rem;left:29.125rem;display:none; }
#gDQJVMUTV0WPaqSGbJbpTE5ry2ssXOgq { color:#252424;display:block;width:45.2485625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:2.8737583160401rem;left:7.7450275421144rem;height:2.40056875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lISeZHR5zh8dhwLrGZ8K160RhxNpA9GX { color:#664bcc;display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:11rem;left:5.75rem;height:2.8125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#v7SKefgqHIA0DTsSMKcfxC87p7FCmoiI { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.24964375rem;width:9.9369375rem;top:2.9474430084229rem;left:53.181814193726rem;overflow:hidden;display:block; }
#T3P0ypH3Gdl9AMN1DbfW5msiXirqeJns { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.43696875rem;width:6.6868125rem;top:8.125rem;left:15.4375rem;overflow:hidden;display:block; }
#THtKl7ZlmoLKHSgkUtwvP3R1OyKWuIdy { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.43696875rem;width:8.4375rem;top:8.125rem;left:29.5rem;overflow:hidden;display:block; }
#QMoL0ex634mxHhXI10dswV0RVIWBynNt { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.999825rem;width:4.249825rem;top:7.8125rem;left:44.0625rem;overflow:hidden;display:block; }
#ehVms95N9WaOKrKtnUhyE6ezxgL8pLT7 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:7.3739375rem;top:8.75rem;left:55.6875rem;overflow:hidden;display:block; }
#dwOkSw4WismvCb1Z6Mqgf0Dqw7CTqmWw { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:13.9375rem;left:12.75rem;height:0;display:block; }
#pVODmxWM6R7SZv674mVvyvGoOfnxV5Ok { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:12.6875rem;left:13.3125rem;height:1.298825rem;display:block; }
#WzTeBfuaWH6C9qCLhkpxQtLdLRnp2pGM { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:12rem;left:26.3125rem;height:2.59765625rem;text-align:center;text-align-last:center;display:block; }
#l4fRJNTHgz1ok37ZavGEeaE37xnNXAbQ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:12rem;left:40.4375rem;height:2.59765625rem;text-align:center;text-align-last:center;display:block; }
#EToF6rIHwbJGsexiWopXUhMs3rt1KGa6 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:12rem;left:53.8125rem;height:1.298825rem;text-align:center;text-align-last:center;display:block; }
#iUl0Pg1K3DO6ZlImHhmJnSnlQVU22pQ2 { color:#252424;display:block;width:68.37375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15007;line-height:1;letter-spacing:0;top:18.423295021057rem;left:3.4916534423828rem;height:9.62625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Okcq49dgHtAOZ4ydEOqRlqbudzRl1zIT { background-color:#14cf30;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.9994375rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:29.987569093704rem;left:27.61452293396rem;display:block; }
#T41SvaZXulLItd4Q2TCL1lNzuGstpgG4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N6QxuOQQVw7ec5yxZky2QTodiVH9fEoU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#N6QxuOQQVw7ec5yxZky2QTodiVH9fEoU > .row .container { background-color: transparent; background-image: none; }#N6QxuOQQVw7ec5yxZky2QTodiVH9fEoU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6QxuOQQVw7ec5yxZky2QTodiVH9fEoU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6QxuOQQVw7ec5yxZky2QTodiVH9fEoU > .row .container > .video-iframe-container { display: none; }#N6QxuOQQVw7ec5yxZky2QTodiVH9fEoU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6QxuOQQVw7ec5yxZky2QTodiVH9fEoU > .row > .video-iframe-container { display: none; }#N6QxuOQQVw7ec5yxZky2QTodiVH9fEoU > .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); }#N6QxuOQQVw7ec5yxZky2QTodiVH9fEoU > .row .container { border-width: 0; border-radius: 0; }#N6QxuOQQVw7ec5yxZky2QTodiVH9fEoU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N6QxuOQQVw7ec5yxZky2QTodiVH9fEoU > .row .container { font-size:0.875rem;font-family:arial;height:21.6875rem;width:75rem;position:relative;display:block; }#a61GTHWVKGkWuKmbb840e3UJZnAxbBks { box-sizing:content-box;height:12.25rem;width:15.875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:7.2498168945312rem;left:9.18678855896rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid #664bcc;border-left:0.0625rem solid #664bcc;border-right:0.0625rem solid #664bcc;border-bottom:0.0625rem solid #664bcc;display:block; }
#yeehp1CLquwyU9Q6L3q3Hz9bPdzgDc0z { color:rgba(var(--color-tertiary-4),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15055;line-height:1.4;letter-spacing:0;top:12.448684692382rem;left:11.281070709229rem;height:5.24946875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z6QJUI3c3enDPQrdbZsJmLC5HUsVph4m { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15056;line-height:1.4;letter-spacing:0;top:10.698860168457rem;left:30.249464035034rem;height:8.74911875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KE2IEW6QOGyK2QDxOOGw4S1kcLlv924W { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15057;line-height:1.4;letter-spacing:0;top:12.437141418457rem;left:51.37428855896rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pDKJaSetipi96vAOI3hFI4T5hevkELCe { color:rgba(var(--color-tertiary-4),1);display:block;width:2.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15056;line-height:1.4;letter-spacing:0;top:8.2494659423825rem;left:15.874467849731rem;height:3.23775rem;text-align:center;text-align-last:center;display:block; }
#sMdgd7es51XRf2MlJsFfGRI7DVPSHxBI { box-sizing:content-box;height:12.25rem;width:15.875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:7.2498168945312rem;left:29.562322616577rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid #664bcc;border-left:0.0625rem solid #664bcc;border-right:0.0625rem solid #664bcc;border-bottom:0.0625rem solid #664bcc;display:block; }
#QBaU8EHTfI8yFT8OFDgJ2J4pdIhVO5Cn { color:rgba(var(--color-tertiary-4),1);display:block;width:2.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15058;line-height:1.4;letter-spacing:0;top:8.2494659423825rem;left:36.249998092651rem;height:3.23775rem;text-align:center;text-align-last:center;display:block; }
#fRmEQiA0EFgFQsQBNdMDhVXN4lhwD1VS { box-sizing:content-box;height:12.25rem;width:15.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:7.2498168945312rem;left:49.999998092651rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid #664bcc;border-left:0.0625rem solid #664bcc;border-right:0.0625rem solid #664bcc;border-bottom:0.0625rem solid #664bcc;display:block; }
#dP6pJ5IGFhSqzEvHSvElLqxzgAQU6hKx { color:rgba(var(--color-tertiary-4),1);display:block;width:2.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15060;line-height:1.4;letter-spacing:0;top:8.2494659423825rem;left:56.68678855896rem;height:3.23775rem;text-align:center;text-align-last:center;display:block; }
#KuESbhZq3BboKDDXEPlN4R4XcVm2ANiv { color:rgba(var(--color-tertiary-4),1);display:block;width:69.749375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:1.3645229339599rem;left:2.6242885589599rem;height:3.41264375rem;display:block; }
#qAF4NXGCBaZeIb9KM65ZT2PexBChipV7 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #eb764f, #ff9b00);background-image: -moz-linear-gradient(180deg, #eb764f, #ff9b00);background-image: -ms-linear-gradient(180deg, #eb764f, #ff9b00);background-image: -o-linear-gradient(180deg, #eb764f, #ff9b00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb764f', endColorstr='#ff9b00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb764f', endColorstr='#ff9b00' );";background-image: linear-gradient(180deg, #eb764f, #ff9b00);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15083;text-align:center;text-align-last:center;top:13.43572473526rem;left:48.217329025269rem;display:none; }
#neufhGipqCsAbXkqNKyDR4Ut3M00NdUZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yOIZC5ydNMyAbGoSFg6J1esiSNT5HMLt { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:4.7088069915771rem;left:26.316583633423rem;height:1.298825rem;display:block; }
#r9ymZ9CdtomPHaR0Fwzk8DvsOk4BsnZU { position:relative;display:block; }#r9ymZ9CdtomPHaR0Fwzk8DvsOk4BsnZU { background-color: transparent; background-image: none; }#r9ymZ9CdtomPHaR0Fwzk8DvsOk4BsnZU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9ymZ9CdtomPHaR0Fwzk8DvsOk4BsnZU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9ymZ9CdtomPHaR0Fwzk8DvsOk4BsnZU > .row .container > .video-iframe-container { display: none; }#r9ymZ9CdtomPHaR0Fwzk8DvsOk4BsnZU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9ymZ9CdtomPHaR0Fwzk8DvsOk4BsnZU > .row > .video-iframe-container { display: none; }#r9ymZ9CdtomPHaR0Fwzk8DvsOk4BsnZU > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9ymZ9CdtomPHaR0Fwzk8DvsOk4BsnZU { border-width: 0; border-radius: 0; }#r9ymZ9CdtomPHaR0Fwzk8DvsOk4BsnZU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#r9ymZ9CdtomPHaR0Fwzk8DvsOk4BsnZU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:20.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hDdi6UV1LKwIoJ6XkHf1InAFDDUGiWx9 { position:absolute;display:block;z-index:15046;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:12rem;width:24.0625rem;top:5.65625rem;left:50.807960893855rem;overflow:hidden;display:block; }
#uD2V6VndImJGE5vpxp7VZqqolORwFxgc { position:absolute;display:block;z-index:15045;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:12.375rem;width:23.25rem;top:5.5625rem;left:25.920599489796rem;overflow:hidden;display:block; }
#nNrNtzpPAnTySQh8xokga0WudZDMtHdK { color:rgba(var(--color-tertiary-4),1);display:block;width:50.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:1.375rem;left:12.1875rem;height:2.43696875rem;text-align:center;text-align-last:center;display:block; }
#wvToyKUBhRBe0NQuoGRAxVh7hbpu1r0v { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:25.375rem;top:5.46875rem;left:0rem;overflow:hidden;display:block; }
#rHHEZ05mJ1MkL6QMmNlLSrPHRTVTLJW6 { position:absolute;display:block;z-index:15070;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.8125rem;width:3.75rem;top:61.0625rem;left:65rem;overflow:hidden;display:none; }
#wlKPnT5qTnpowTkquLLURdTVxgTTstIh { position:absolute;display:block;z-index:15070;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.8125rem;width:3.5rem;top:61.0625rem;left:65rem;overflow:hidden;display:none; }
#TzKzhC3qgA048h3IotW1kS92erw1nxZs { position:absolute;display:block;z-index:15070;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.75rem;width:3.5rem;top:61.0625rem;left:65rem;overflow:hidden;display:none; }
#aOS5QtfDDGEma4hTNTNc93VV3ZUUhDLO { background-color:#4d4d4d;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#aOS5QtfDDGEma4hTNTNc93VV3ZUUhDLO > .row .container { background-color: transparent; background-image: none; }#aOS5QtfDDGEma4hTNTNc93VV3ZUUhDLO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOS5QtfDDGEma4hTNTNc93VV3ZUUhDLO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOS5QtfDDGEma4hTNTNc93VV3ZUUhDLO > .row .container > .video-iframe-container { display: none; }#aOS5QtfDDGEma4hTNTNc93VV3ZUUhDLO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOS5QtfDDGEma4hTNTNc93VV3ZUUhDLO > .row > .video-iframe-container { display: none; }#aOS5QtfDDGEma4hTNTNc93VV3ZUUhDLO > .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); }#aOS5QtfDDGEma4hTNTNc93VV3ZUUhDLO > .row .container { border-width: 0; border-radius: 0; }#aOS5QtfDDGEma4hTNTNc93VV3ZUUhDLO > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#aOS5QtfDDGEma4hTNTNc93VV3ZUUhDLO > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;overflow:visible;position:relative;display:block; }#r9VvFWRDFmFyVLnodfPdMaxAwGTv5UvO { color:rgba(var(--color-tertiary-0),1);display:block;width:56.75rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5rem;left:9.125rem;height:0.9747875rem;text-align:center;text-align-last:center;display:block; }
#OSeXofTvng32nyAFzaHl4qsb1AeIkZ3x { color:rgba(var(--color-tertiary-4),1);display:block;width:4.75rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.4234390258789rem;left:21.0625rem;height:0.9747875rem;text-align:center;text-align-last:center;display:block; }
#Q4gJmNFFqEIQxlVKHSP9pgfeFqSaR12e { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.4638671875rem;left:29.5625rem;height:0.9747875rem;text-align:center;text-align-last:center;display:block; }
#hPnOLkGQHuBMwVssWb1PBUDEGlXs3fPa { color:rgba(var(--color-tertiary-4),1);display:block;width:6.9375rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.4234390258789rem;left:45.9375rem;height:0.9747875rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Fo2PE4NRFkdpzcU937D4WN67D2EwyoXU { display:block; }#Fo2PE4NRFkdpzcU937D4WN67D2EwyoXU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HhH40zlU52wqSMx6faRVeSuBnQh0Fn9G { top:0.625rem;left:0rem;width:13.5625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bloK8l0G7CCUdZ1TcmHsKFFoXZT7GGr3 { top:1.5625rem;left:28.125rem;width:19.5625rem;height:1.7443023048431rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm { display:block; }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hSe2mlpfrU9HrRCiHVTQMfgFO0T9onQZ { top:1.125rem;left:0rem;width:26.4375rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnLHkbEEvqyrcoWpbqOO7ixTxiA7MAC2 { top:44.5625rem;left:15.5rem;width:6.9375rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #fA2A10Efga9SNA0TniM3BirvpA4lB6Fu { width:38.4375rem;height:2.9375rem;top:6.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5f9l7C0MM5KgiiuiS5wz8Ma732wwD0v { width:39.5625rem;height:7.1875rem;top:13.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vS9O9zm5Er6xpWsyELob0qIx0Qg2QAOx { width:16.5625rem;height:2.5625rem;top:8.3125rem;left:31.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCJTzePrszUCP5ynxov8CEi4mZwyKEaU { width:15.3125rem;height:1.875rem;top:10.75rem;left:32.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8qLZDAUk7gyE0UAaVkfFLKrPOGBvKEv { width:18.4375rem;height:3.4375rem;top:14rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4Jg23fpgzENPEpJuJaKLenSLEUGXL8M { display:block; }
 }@media only screen and (max-width: 763px) { #ILg3if8CpgsUBNax5IBJTAi9VmAxPT4E { top:7.5rem;left:25.8125rem;width:21.9375rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KH7gtWxJ9BunegIV8gSGifZq4N1BQSFn { top:10.6875rem;left:33.4375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHN2wmUEBhT50WuBXvvd1umsrdg7OfW7 { top:8.625rem;left:33.5625rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNm1yWeLhx08VgrHntes5pWzLIQds4du { width:18.5rem;height:3.25rem;top:1.6875rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FnISGAEtcHSpoMDfnyXKIJZr43C0CtxZ { display:block; }#FnISGAEtcHSpoMDfnyXKIJZr43C0CtxZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k6yMplvJ8dXzXFqMhQLMl59LfmokrUWN { top:1.125rem;left:0rem;width:26.4375rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyp6pgFZTEMsxD6CnokMS2QormqtOEDB { top:44.5625rem;left:15.5rem;width:6.9375rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #gDQJVMUTV0WPaqSGbJbpTE5ry2ssXOgq { width:45.1875rem;height:2.375rem;top:2.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lISeZHR5zh8dhwLrGZ8K160RhxNpA9GX { width:18.5rem;height:3.25rem;top:1.6875rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #v7SKefgqHIA0DTsSMKcfxC87p7FCmoiI { top:2.9375rem;left:37.875rem;width:9.875rem;height:2.2356215917882rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3P0ypH3Gdl9AMN1DbfW5msiXirqeJns { top:8.125rem;left:1.8125rem;width:6.625rem;height:2.4144415547393rem;display:block; }
 }@media only screen and (max-width: 763px) { #THtKl7ZlmoLKHSgkUtwvP3R1OyKWuIdy { top:8.125rem;left:15.875rem;width:8.4375rem;height:2.43696875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMoL0ex634mxHhXI10dswV0RVIWBynNt { top:7.8125rem;left:30.4375rem;width:4.1875rem;height:2.9558316371851rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehVms95N9WaOKrKtnUhyE6ezxgL8pLT7 { top:8.75rem;left:40.4375rem;width:7.3125rem;height:1.8593780459897rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwOkSw4WismvCb1Z6Mqgf0Dqw7CTqmWw { top:13.9375rem;left:0rem;width:12.5rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVODmxWM6R7SZv674mVvyvGoOfnxV5Ok { top:12.6875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzTeBfuaWH6C9qCLhkpxQtLdLRnp2pGM { top:12rem;left:12.6875rem;width:14.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4fRJNTHgz1ok37ZavGEeaE37xnNXAbQ { top:12rem;left:26.8125rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EToF6rIHwbJGsexiWopXUhMs3rt1KGa6 { top:12rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUl0Pg1K3DO6ZlImHhmJnSnlQVU22pQ2 { width:47.75rem;height:9.625rem;top:18.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Okcq49dgHtAOZ4ydEOqRlqbudzRl1zIT { width:23.9375rem;height:3.4375rem;top:29.9375rem;left:13.98952293396rem;display:block; }
 }@media only screen and (max-width: 763px) { #T41SvaZXulLItd4Q2TCL1lNzuGstpgG4 { display:block; }
 }@media only screen and (max-width: 763px) { #N6QxuOQQVw7ec5yxZky2QTodiVH9fEoU { display:block; }#N6QxuOQQVw7ec5yxZky2QTodiVH9fEoU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a61GTHWVKGkWuKmbb840e3UJZnAxbBks { top:7.1875rem;left:0rem;width:15.875rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeehp1CLquwyU9Q6L3q3Hz9bPdzgDc0z { top:12.4375rem;left:4.1875rem;width:11.6875rem;height:5.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6QJUI3c3enDPQrdbZsJmLC5HUsVph4m { top:10.6875rem;left:16.561964035034rem;width:14.5rem;height:8.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KE2IEW6QOGyK2QDxOOGw4S1kcLlv924W { top:12.375rem;left:31.75rem;width:13.125rem;height:5.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDKJaSetipi96vAOI3hFI4T5hevkELCe { top:8.1875rem;left:11.311967849731rem;width:2.5625rem;height:3.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMdgd7es51XRf2MlJsFfGRI7DVPSHxBI { top:7.1875rem;left:15.75rem;width:15.875rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBaU8EHTfI8yFT8OFDgJ2J4pdIhVO5Cn { top:8.1875rem;left:22.562498092651rem;width:2.5625rem;height:3.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRmEQiA0EFgFQsQBNdMDhVXN4lhwD1VS { top:7.1875rem;left:15.75rem;width:15.875rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dP6pJ5IGFhSqzEvHSvElLqxzgAQU6hKx { top:8.1875rem;left:33.87428855896rem;width:2.5625rem;height:3.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuESbhZq3BboKDDXEPlN4R4XcVm2ANiv { top:1.3125rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAF4NXGCBaZeIb9KM65ZT2PexBChipV7 { width:17.5rem;height:3.4375rem;top:13.375rem;left:30.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #neufhGipqCsAbXkqNKyDR4Ut3M00NdUZ { display:block; }
 }@media only screen and (max-width: 763px) { #yOIZC5ydNMyAbGoSFg6J1esiSNT5HMLt { top:4.6875rem;left:5.625rem;width:22.9375rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9ymZ9CdtomPHaR0Fwzk8DvsOk4BsnZU { display:block; }#r9ymZ9CdtomPHaR0Fwzk8DvsOk4BsnZU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hDdi6UV1LKwIoJ6XkHf1InAFDDUGiWx9 { top:5.625rem;left:23.6875rem;width:24.0625rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #uD2V6VndImJGE5vpxp7VZqqolORwFxgc { top:5.5625rem;left:12.295599489796rem;width:23.25rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNrNtzpPAnTySQh8xokga0WudZDMtHdK { top:1.375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvToyKUBhRBe0NQuoGRAxVh7hbpu1r0v { top:5.4375rem;left:0rem;width:25.375rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHHEZ05mJ1MkL6QMmNlLSrPHRTVTLJW6 { top:61.0625rem;left:42.5rem;width:3.75rem;height:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wlKPnT5qTnpowTkquLLURdTVxgTTstIh { top:61.0625rem;left:42.5rem;width:3.5rem;height:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TzKzhC3qgA048h3IotW1kS92erw1nxZs { top:61.0625rem;left:42.5rem;width:3.5rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aOS5QtfDDGEma4hTNTNc93VV3ZUUhDLO { display:block; }#aOS5QtfDDGEma4hTNTNc93VV3ZUUhDLO > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r9VvFWRDFmFyVLnodfPdMaxAwGTv5UvO { top:1.5rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSeXofTvng32nyAFzaHl4qsb1AeIkZ3x { top:3.375rem;left:7.4375rem;width:4.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4gJmNFFqEIQxlVKHSP9pgfeFqSaR12e { top:3.4375rem;left:15.9375rem;width:15.875rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPnOLkGQHuBMwVssWb1PBUDEGlXs3fPa { top:3.375rem;left:32.3125rem;width:6.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Fo2PE4NRFkdpzcU937D4WN67D2EwyoXU { display:block; }#Fo2PE4NRFkdpzcU937D4WN67D2EwyoXU > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HhH40zlU52wqSMx6faRVeSuBnQh0Fn9G { width:12.1244375rem;height:2.74946875rem;top:0.93749994039537rem;left:3.9364346265793rem;display:block; }
 }@media only screen and (max-width: 763px) { #bloK8l0G7CCUdZ1TcmHsKFFoXZT7GGr3 { width:20rem;height:0.375rem;top:4.56232213974rem;left:-5.3871325877696rem;display:none; }
 }@media only screen and (max-width: 763px) { #AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cbe3ef, #f3f3ff);background-image: -moz-linear-gradient(180deg, #cbe3ef, #f3f3ff);background-image: -ms-linear-gradient(180deg, #cbe3ef, #f3f3ff);background-image: -o-linear-gradient(180deg, #cbe3ef, #f3f3ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbe3ef', endColorstr='#f3f3ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbe3ef', endColorstr='#f3f3ff' );";background-image: linear-gradient(180deg, #cbe3ef, #f3f3ff);background-size:cover !important;display:block; }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .row .container { background-color: transparent; background-image: none; }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .row .container > .video-iframe-container { display: none; }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .row > .video-iframe-container { display: none; }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .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); }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .row .container { width:20rem;height:58.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hSe2mlpfrU9HrRCiHVTQMfgFO0T9onQZ { width:18.0619375rem;height:0;top:2.3748226165771rem;left:1.9380625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UnLHkbEEvqyrcoWpbqOO7ixTxiA7MAC2 { width:6.9375rem;height:3rem;top:45.85000038147rem;left:13.0625rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #fA2A10Efga9SNA0TniM3BirvpA4lB6Fu { width:18.5625rem;height:0;top:2.3739347457886rem;left:0.81143462657931rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1.2;z-index:15082;color:#ff6f39;display:none; }
 }@media only screen and (max-width: 763px) { #y5f9l7C0MM5KgiiuiS5wz8Ma732wwD0v { width:19.1868125rem;height:5.06036875rem;top:6.9360795021056rem;left:0.091441750526431rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.5;z-index:15082;color:#252424;display:block; }
 }@media only screen and (max-width: 763px) { #vS9O9zm5Er6xpWsyELob0qIx0Qg2QAOx { width:13.3744375rem;height:1.6495rem;top:13.932350635529rem;left:2.7485793828964rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1.2;z-index:15082;color:#ff6f39;display:block; }
 }@media only screen and (max-width: 763px) { #KCJTzePrszUCP5ynxov8CEi4mZwyKEaU { width:15.3125rem;height:1.38139375rem;top:16.458096027374rem;left:2.8107243776321rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15082;color:#252424;display:block; }
 }@media only screen and (max-width: 763px) { #V8qLZDAUk7gyE0UAaVkfFLKrPOGBvKEv { width:17.5rem;height:3.4375rem;top:19.370028018951rem;left:1.2491122484207rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4Jg23fpgzENPEpJuJaKLenSLEUGXL8M { display:block; }
 }@media only screen and (max-width: 763px) { #ILg3if8CpgsUBNax5IBJTAi9VmAxPT4E { width:20rem;height:11.5625rem;top:12.869673252106rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KH7gtWxJ9BunegIV8gSGifZq4N1BQSFn { display:flex;width:1.93714375rem;height:1.93714375rem;top:16.18110704422rem;left:0.68004262447356rem; }
 }@media only screen and (max-width: 763px) { #ZHN2wmUEBhT50WuBXvvd1umsrdg7OfW7 { display:flex;width:1.749825rem;height:1.749825rem;top:13.816938877106rem;left:0.80433237552644rem; }
 }@media only screen and (max-width: 763px) { #lNm1yWeLhx08VgrHntes5pWzLIQds4du { width:18.0619375rem;height:3.89915rem;top:2.3739347457886rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;line-height:1.2;z-index:15083;color:#ff6f39;display:block; }
 }@media only screen and (max-width: 763px) { #FnISGAEtcHSpoMDfnyXKIJZr43C0CtxZ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cbe3ef, #f3f3ff);background-image: -moz-linear-gradient(180deg, #cbe3ef, #f3f3ff);background-image: -ms-linear-gradient(180deg, #cbe3ef, #f3f3ff);background-image: -o-linear-gradient(180deg, #cbe3ef, #f3f3ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbe3ef', endColorstr='#f3f3ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbe3ef', endColorstr='#f3f3ff' );";background-image: linear-gradient(180deg, #cbe3ef, #f3f3ff);background-size:cover !important;display:block; }#FnISGAEtcHSpoMDfnyXKIJZr43C0CtxZ > .row .container { background-color: transparent; background-image: none; }#FnISGAEtcHSpoMDfnyXKIJZr43C0CtxZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FnISGAEtcHSpoMDfnyXKIJZr43C0CtxZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FnISGAEtcHSpoMDfnyXKIJZr43C0CtxZ > .row .container > .video-iframe-container { display: none; }#FnISGAEtcHSpoMDfnyXKIJZr43C0CtxZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FnISGAEtcHSpoMDfnyXKIJZr43C0CtxZ > .row > .video-iframe-container { display: none; }#FnISGAEtcHSpoMDfnyXKIJZr43C0CtxZ > .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); }#FnISGAEtcHSpoMDfnyXKIJZr43C0CtxZ > .row .container { width:20rem;height:61.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k6yMplvJ8dXzXFqMhQLMl59LfmokrUWN { width:18.0619375rem;height:0;top:2.3748226165771rem;left:1.9380625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wyp6pgFZTEMsxD6CnokMS2QormqtOEDB { width:6.9375rem;height:3rem;top:45.85000038147rem;left:13.0625rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #gDQJVMUTV0WPaqSGbJbpTE5ry2ssXOgq { width:19.1868125rem;height:5.06036875rem;top:6.9360795021056rem;left:0.091441750526431rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.5;z-index:15082;color:#252424;display:block; }
 }@media only screen and (max-width: 763px) { #lISeZHR5zh8dhwLrGZ8K160RhxNpA9GX { width:18.0619375rem;height:3.89915rem;top:2.3739347457886rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;line-height:1.2;z-index:15083;color:#ff6f39;display:block; }
 }@media only screen and (max-width: 763px) { #v7SKefgqHIA0DTsSMKcfxC87p7FCmoiI { width:9.875rem;height:2.2356215917882rem;top:13.185368537903rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3P0ypH3Gdl9AMN1DbfW5msiXirqeJns { width:6.625rem;height:2.4144415547393rem;top:16.670990129691rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THtKl7ZlmoLKHSgkUtwvP3R1OyKWuIdy { width:8.4375rem;height:2.43696875rem;top:20.335431684431rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMoL0ex634mxHhXI10dswV0RVIWBynNt { width:4.1875rem;height:2.9558316371851rem;top:24.022400434431rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehVms95N9WaOKrKtnUhyE6ezxgL8pLT7 { width:7.3125rem;height:1.8593780459897rem;top:28.228232071616rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwOkSw4WismvCb1Z6Mqgf0Dqw7CTqmWw { width:12.5rem;height:0;top:31.337610117605rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVODmxWM6R7SZv674mVvyvGoOfnxV5Ok { width:12.5rem;height:0;top:32.587610117605rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzTeBfuaWH6C9qCLhkpxQtLdLRnp2pGM { width:14.8125rem;height:0;top:35.135547617605rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4fRJNTHgz1ok37ZavGEeaE37xnNXAbQ { width:12.5rem;height:0;top:38.983203867605rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EToF6rIHwbJGsexiWopXUhMs3rt1KGa6 { width:12.5rem;height:0;top:42.830860117605rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUl0Pg1K3DO6ZlImHhmJnSnlQVU22pQ2 { width:20rem;height:0;top:45.378797617605rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1.5;z-index:15082;color:#252424;display:block; }
 }@media only screen and (max-width: 763px) { #Okcq49dgHtAOZ4ydEOqRlqbudzRl1zIT { width:19rem;height:3.4375rem;top:56.255047617605rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T41SvaZXulLItd4Q2TCL1lNzuGstpgG4 { display:block; }
 }@media only screen and (max-width: 763px) { #N6QxuOQQVw7ec5yxZky2QTodiVH9fEoU { display:block; }#N6QxuOQQVw7ec5yxZky2QTodiVH9fEoU > .row .container { width:20rem;height:31.679685699463rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a61GTHWVKGkWuKmbb840e3UJZnAxbBks { width:19.8748125rem;height:4.874825rem;top:5.09765625rem;left:0.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #664bcc;border-left:0.0625rem solid #664bcc;border-right:0.0625rem solid #664bcc;border-bottom:0.0625rem solid #664bcc;display:block; }
 }@media only screen and (max-width: 763px) { #yeehp1CLquwyU9Q6L3q3Hz9bPdzgDc0z { width:12.8125rem;height:2.974075rem;top:6.1044025421142rem;left:4.0314272642136rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z6QJUI3c3enDPQrdbZsJmLC5HUsVph4m { width:14.4993125rem;height:5.94815rem;top:11.077770233154rem;left:4.0314272642136rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KE2IEW6QOGyK2QDxOOGw4S1kcLlv924W { width:14.8748125rem;height:2.974075rem;top:18.957740783691rem;left:3.8751772642136rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pDKJaSetipi96vAOI3hFI4T5hevkELCe { width:2.56125625rem;height:2.2745rem;top:6.4541893005369rem;left:1.0939275026321rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMdgd7es51XRf2MlJsFfGRI7DVPSHxBI { width:19.8739375rem;height:4.874825rem;top:11.558237075806rem;left:0rem;border-top:0.0625rem solid #664bcc;border-left:0.0625rem solid #664bcc;border-right:0.0625rem solid #664bcc;border-bottom:0.0625rem solid #664bcc;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBaU8EHTfI8yFT8OFDgJ2J4pdIhVO5Cn { width:2.56125625rem;height:2.2745rem;top:12.913707733154rem;left:1.0921519994736rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRmEQiA0EFgFQsQBNdMDhVXN4lhwD1VS { width:19.8739375rem;height:4.874825rem;top:17.951879501342rem;left:0rem;border-top:0.0625rem solid #664bcc;border-left:0.0625rem solid #664bcc;border-right:0.0625rem solid #664bcc;border-bottom:0.0625rem solid #664bcc;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dP6pJ5IGFhSqzEvHSvElLqxzgAQU6hKx { width:2.56125625rem;height:2.2745rem;top:19.307527542114rem;left:1.0921519994736rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuESbhZq3BboKDDXEPlN4R4XcVm2ANiv { width:20rem;height:3.2492875rem;top:0.93714904785156rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qAF4NXGCBaZeIb9KM65ZT2PexBChipV7 { width:17.5rem;height:3.4375rem;top:24.445132732391rem;left:1.2491122484207rem;z-index:15084;display:block; }
 }@media only screen and (max-width: 763px) { #neufhGipqCsAbXkqNKyDR4Ut3M00NdUZ { display:block; }
 }@media only screen and (max-width: 763px) { #yOIZC5ydNMyAbGoSFg6J1esiSNT5HMLt { width:20rem;height:0;top:29.131748199463rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9ymZ9CdtomPHaR0Fwzk8DvsOk4BsnZU { display:block; }#r9ymZ9CdtomPHaR0Fwzk8DvsOk4BsnZU > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hDdi6UV1LKwIoJ6XkHf1InAFDDUGiWx9 { width:15.125rem;height:7.5625rem;top:119.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uD2V6VndImJGE5vpxp7VZqqolORwFxgc { width:19.75rem;height:10.5rem;top:17.619850158691rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNrNtzpPAnTySQh8xokga0WudZDMtHdK { width:20rem;height:3.0877125rem;top:1.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wvToyKUBhRBe0NQuoGRAxVh7hbpu1r0v { width:20rem;height:9.2610837438424rem;top:30.115942955017rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHHEZ05mJ1MkL6QMmNlLSrPHRTVTLJW6 { width:20rem;height:9.124625rem;top:5.586825rem;left:0rem;z-index:15071;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wlKPnT5qTnpowTkquLLURdTVxgTTstIh { width:20rem;height:10.4998125rem;top:5.586825rem;left:0rem;z-index:15072;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TzKzhC3qgA048h3IotW1kS92erw1nxZs { width:20rem;height:10rem;top:5.586825rem;left:0rem;z-index:15073;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aOS5QtfDDGEma4hTNTNc93VV3ZUUhDLO { display:block; }#aOS5QtfDDGEma4hTNTNc93VV3ZUUhDLO > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r9VvFWRDFmFyVLnodfPdMaxAwGTv5UvO { width:20rem;height:2.43696875rem;top:1.25rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OSeXofTvng32nyAFzaHl4qsb1AeIkZ3x { width:4.74964375rem;height:0.9747875rem;top:4.93696875rem;left:7.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q4gJmNFFqEIQxlVKHSP9pgfeFqSaR12e { width:8.8743125rem;height:1.78621875rem;top:7.16175625rem;left:5.5625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hPnOLkGQHuBMwVssWb1PBUDEGlXs3fPa { width:6.937125rem;height:0.9747875rem;top:10.1970875rem;left:6.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }