.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:230,215,255;--color-primary-1:133,96,240;--color-primary-2:107,44,247;--color-primary-3:102,45,209;--color-primary-4:70,33,146;--color-secondary-0:217,243,241;--color-secondary-1:128,214,210;--color-secondary-2:0,173,164;--color-secondary-3:0,87,82;--color-secondary-4:0,26,25;--color-tertiary-0:255,255,255;--color-tertiary-1:241,241,246;--color-tertiary-2:228,230,235;--color-tertiary-3:137,138,141;--color-tertiary-4:0,0,0;--headlines-font-family:Dax medium;--paragraphs-font-family:Inter; }@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:transparent;background-image: -webkit-linear-gradient(90deg, #013666, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #013666, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #013666, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #013666, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #013666, rgba(0,0,0,0));background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 { background-color:transparent;background-image: -webkit-linear-gradient(165deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(165deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(165deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(165deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(165deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container { border-width: 0; border-radius: 0; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:60rem;overflow:visible;position:relative;display:none; }#R6XC0Aq5KzfLy45wy2OM4v0Ja5RTNlCw { position:absolute;display:block;z-index:15040;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.25rem;width:6.875rem;top:2.1916668415069rem;left:26.5625rem;overflow:hidden;display:block; }
#awtTlutQLRKZiMVeN1WxCyy01X1i7IPG { color:rgba(var(--color-tertiary-0),1);display:block;width:21.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:14998;line-height:1.2;letter-spacing:0;top:8.0620727539062rem;left:4.1243476867676rem;height:5.39930625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Le2DsSxiXxq01SN8o7TELaZHoyXDyRzk { position:absolute;display:block;z-index:15056;height:30.5625rem;width:28.25rem;top:8.0620660781863rem;left:28.997398376465rem;display:block; }
#F3RxMTHCDNBQ8r2Ew3ZBhf3BOqPeqP9f .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#F3RxMTHCDNBQ8r2Ew3ZBhf3BOqPeqP9f .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#F3RxMTHCDNBQ8r2Ew3ZBhf3BOqPeqP9f .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#F3RxMTHCDNBQ8r2Ew3ZBhf3BOqPeqP9f { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:29.9375rem;left:3.5rem;z-index:15057; }
#F3RxMTHCDNBQ8r2Ew3ZBhf3BOqPeqP9f #mK6G3yJT2mWf66cAZbnKU6lkT9O0k5DC { display:flex;position:relative;top:0rem;left:0rem; }
#F3RxMTHCDNBQ8r2Ew3ZBhf3BOqPeqP9f #ko50HREGCZ4h9Ju2U3MQOMFwTiHLt3fu { width:auto; }
#F3RxMTHCDNBQ8r2Ew3ZBhf3BOqPeqP9f #eL79L4lbgiP7SJCCph1WnOynm6VozTfR {  }
#F3RxMTHCDNBQ8r2Ew3ZBhf3BOqPeqP9f #fvrpmfbl6mvfOWsQ1uxbFBTBxTmPzVPg { display:flex;position:relative;top:0rem;left:0rem; }
#F3RxMTHCDNBQ8r2Ew3ZBhf3BOqPeqP9f #eEguKRFJVdcaDM2eILiuJ35ePvJxx8DP {  }
#F3RxMTHCDNBQ8r2Ew3ZBhf3BOqPeqP9f #hzrTGflS8DhJNkGlJPSZ14TezLlMn7fd {  }
#F3RxMTHCDNBQ8r2Ew3ZBhf3BOqPeqP9f #HoAcsSKpwFMwNkouDsdTqqG2tHQHgi2p { display:flex;position:relative;top:0rem;left:0rem; }
#F3RxMTHCDNBQ8r2Ew3ZBhf3BOqPeqP9f #RT9LAfxUQXIcPzZZc793ob8CBIVuIe2n {  }
#F3RxMTHCDNBQ8r2Ew3ZBhf3BOqPeqP9f #mLpQCWtthuygfCQOZCSm5O0LzS2HrglX {  }
#F3RxMTHCDNBQ8r2Ew3ZBhf3BOqPeqP9f #Is3cVlfuhV3TTL8ncoBztXmFEm3QJkT2 { display:flex;position:relative;top:0rem;left:0rem; }
#F3RxMTHCDNBQ8r2Ew3ZBhf3BOqPeqP9f #sI19ItJANVZmoVIOAVeN2XqDrtXkwdAs {  }
#F3RxMTHCDNBQ8r2Ew3ZBhf3BOqPeqP9f #dX7aXf98g9XFWgtq58OdBVPLpasBOo5d {  }
#cFxqlgMS3CFJZ30lnPSG92GrVkDehXH5 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:16.701171875rem;left:4.1240234375rem;height:10.8007875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EJeUVwx62RgqLu4sFCyngAHxW58Ml5Od { color:rgba(var(--color-tertiary-0),1);display:block;width:19.2480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:27.4375rem;left:4rem;height:2.6003875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ukhBnl5WmmR8zcRPXk3CuigTaGXXRwQT { background-color:transparent;background-image: -webkit-linear-gradient(165deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(165deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(165deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(165deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(165deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-2),1));background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#ukhBnl5WmmR8zcRPXk3CuigTaGXXRwQT > .row .container { background-color: transparent; background-image: none; }#ukhBnl5WmmR8zcRPXk3CuigTaGXXRwQT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ukhBnl5WmmR8zcRPXk3CuigTaGXXRwQT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ukhBnl5WmmR8zcRPXk3CuigTaGXXRwQT > .row .container > .video-iframe-container { display: none; }#ukhBnl5WmmR8zcRPXk3CuigTaGXXRwQT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ukhBnl5WmmR8zcRPXk3CuigTaGXXRwQT > .row > .video-iframe-container { display: none; }#ukhBnl5WmmR8zcRPXk3CuigTaGXXRwQT > .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); }#ukhBnl5WmmR8zcRPXk3CuigTaGXXRwQT > .row .container { border-width: 0; border-radius: 0; }#ukhBnl5WmmR8zcRPXk3CuigTaGXXRwQT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ukhBnl5WmmR8zcRPXk3CuigTaGXXRwQT > .row .container { font-size:0.875rem;font-family:arial;height:53.5rem;width:60rem;overflow:visible;position:relative;display:block; }#RyOnczNu5GrBPe34gc2LgHWbvQQsIxFD { position:absolute;display:block;z-index:15040;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.25rem;width:6.875rem;top:2.1916668415069rem;left:26.5625rem;overflow:hidden;display:block; }
#mPknRgwN2IRxhuETRRdduB8bTKBUS5Ro { color:rgba(var(--color-tertiary-0),1);display:block;width:20.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:14998;line-height:1.2;letter-spacing:0;top:8.0625rem;left:4.125rem;height:8.1rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RoKTLXMnNfB1FqAvXuUGadyFWr7NbFgo { position:absolute;display:block;z-index:15056;height:26.5625rem;width:28.25rem;top:11.6337890625rem;left:28.998046875rem;display:block; }
#ySOTu5glG5Jbw7xmNXJ5gzTBwe6g9WKM .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#ySOTu5glG5Jbw7xmNXJ5gzTBwe6g9WKM .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#ySOTu5glG5Jbw7xmNXJ5gzTBwe6g9WKM .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#ySOTu5glG5Jbw7xmNXJ5gzTBwe6g9WKM { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:29.875rem;left:3.4375rem;z-index:15057; }
#ySOTu5glG5Jbw7xmNXJ5gzTBwe6g9WKM #HL5d2Qr8s8OZgiCg5GVMHitaCaJBVrrH { display:flex;position:relative;top:0rem;left:0rem; }
#ySOTu5glG5Jbw7xmNXJ5gzTBwe6g9WKM #PI9kqqU4EOMqbNuqhWbmZ5tWx8Ncbl4i { width:auto; }
#ySOTu5glG5Jbw7xmNXJ5gzTBwe6g9WKM #VEDfKOlB6sSdRaHSOvFuMdUU49STleUE {  }
#ySOTu5glG5Jbw7xmNXJ5gzTBwe6g9WKM #MuJbmfockeNR87aeyCTQ88Tf9g83w0u1 { display:flex;position:relative;top:0rem;left:0rem; }
#ySOTu5glG5Jbw7xmNXJ5gzTBwe6g9WKM #Ofzl5mEVzBRPOnQ0SV5aBgbR79RDcffD {  }
#ySOTu5glG5Jbw7xmNXJ5gzTBwe6g9WKM #EspvUEvJRvAadhutxx8UDOn3NoLK9JDg {  }
#ySOTu5glG5Jbw7xmNXJ5gzTBwe6g9WKM #OeubmWKv8k7rXrFeRRUsowKkA7t1xkTb { display:flex;position:relative;top:0rem;left:0rem; }
#ySOTu5glG5Jbw7xmNXJ5gzTBwe6g9WKM #PQDSEiKCaZ23nCHu2gGLyok1rgcqLrlc {  }
#ySOTu5glG5Jbw7xmNXJ5gzTBwe6g9WKM #ZuCaTvdsXIRJaFXIcLlB1prLnP72uKLr {  }
#ySOTu5glG5Jbw7xmNXJ5gzTBwe6g9WKM #dAkaQIXTIPKZG6hNxUWKaLrZzgORsL5y { display:flex;position:relative;top:0rem;left:0rem; }
#ySOTu5glG5Jbw7xmNXJ5gzTBwe6g9WKM #nxDa7x4oEHtB8VWu6oXHucMqEEicUUpZ {  }
#ySOTu5glG5Jbw7xmNXJ5gzTBwe6g9WKM #XExJqTcH3UPUVkAmnAw85kvW4Qay50Ag {  }
#rCTnxIiOWy0xCPDe0WIzHknd2iLigOQO { color:rgba(var(--color-tertiary-0),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:17.92578125rem;left:3.96875rem;height:9rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#miLZC9BhCTiiP5RTGAcWEcASsIWcFHE0 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.2480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:27.375rem;left:3.9375rem;height:2.6rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#krsTdvm7xvHi6MlBWL1iW3cT7dK4dIzb { color:rgba(var(--color-tertiary-0),1);display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:8.0625rem;left:28.873046875rem;height:1.8rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f5f9;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; }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .row .container { border-width: 0; border-radius: 0; }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:60rem;position:relative;display:none; }#O21qc5Oety5c6tn4IwEObgWLp0L2AZ7M { 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;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: 0.625rem 0.625rem 0.625rem rgba(var(--color-tertiary-4),0.05) ;height:2.875rem;width:25.625rem;top:6.25rem;left:27rem;display:block; }
#ABw8TzcE9Pr2kmFokacXPnvbyg2NwRQi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:6.8125rem;left:27.75rem; }
#NpJrouRKbO9ci4fok0X32ArmPkZVU8hr { color:#334155;display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:6.8125rem;left:30.3125rem;height:1.7rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xDrfVLmD4Ew9XsxtGfBO1GdHqn6oPKoT { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#hStP6vcSS4FP5v9kWt0EBBegUikwkEvL { color:#280166;display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:15.9375rem;left:33.0625rem;height:1.4875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#TcaNvHSWv2F20ueCcunu1IZuZxTUzrKn { position:absolute;display:block;z-index:15013;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;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: 0.625rem 0.625rem 0.625rem rgba(var(--color-tertiary-4),0.05) ;height:2.875rem;width:25.625rem;top:9.8125rem;left:26.9375rem;display:block; }
#v1kxzshb5mF5AWwtw4XJThNDq2nmTThT { color:#334155;display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.7;letter-spacing:0;top:10.375rem;left:30.375rem;height:1.7rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Mb2ZLL8yHBphDu1Bazscbi1sVSQ01yll { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:10.375rem;left:27.8125rem; }
#gLFqBG6uS3A6rxwTZU8gqA1t7hKVUzUP { position:absolute;display:block;z-index:15016;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;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: 0.625rem 0.625rem 0.625rem rgba(var(--color-tertiary-4),0.05) ;height:2.875rem;width:25.625rem;top:13.4375rem;left:26.9375rem;display:block; }
#NPQHpX4ZgmkPE2bLk0RNkpvQ82TEzRmS { color:#334155;display:block;width:21.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:14rem;left:30.375rem;height:1.7rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m5QW3OKADrrcJpfdvPQWw2Me5cVd5CWX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:14rem;left:27.8125rem; }
#D2VzGiHoTmO7cBBToorGMFZGBtTpJ5LO { color:#334155;display:block;width:19.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:8.84375rem;left:4.625rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row .container { background-color: transparent; background-image: none; }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row .container > .video-iframe-container { display: none; }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row > .video-iframe-container { display: none; }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .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); }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row .container { border-width: 0; border-radius: 0; }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:60rem;overflow:visible;position:relative;display:block; }#mmQvtDgnKIEbAwfaKqs7aPpB8Ox88OdF { color:#000c43;display:block;width:38.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:2.75rem;left:10.875rem;height:;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; }
#urltaAXaZDFrEf8LlCAKrfBmi0VKVB0W { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#285d8d;background-image:none;height:31.5625rem;width:24.375rem;position:absolute;display:block;z-index:15016;top:7.5625rem;left:3.8125rem;box-shadow: 0.1875rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.2) ;display:block; }
#Wo3eA4f6VmwfEHPlBdWyKODCtHcFdEae { display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:14.875rem;left:6.0625rem;height:7.875rem;color:rgba(var(--color-tertiary-1),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#uy1Hhkgv6dyIfwpMKnmBRUcRgGMcDFnR { display:block;width:14.1235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:9.375rem;left:6.0625rem;height:3.575rem;font-style:normal;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-1),1);display:block; }
#SXu127XUhDtJHtRnxHqTFcdCIRQeFvZP { box-sizing:content-box;height:6.8125rem;width:6.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15026;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3b6bc2fe-e7b9-4b83-8d81-e2a2a0e84202/DanielRibeiro.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:25.8125rem;left:7.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#SXu127XUhDtJHtRnxHqTFcdCIRQeFvZP.adaptive-delivery-prevent-bg, #SXu127XUhDtJHtRnxHqTFcdCIRQeFvZP.lazyload, #SXu127XUhDtJHtRnxHqTFcdCIRQeFvZP.lazyloading { background-image: none; }
#zTHJvNs1bkKMODV5LLPV5xenBxcLyJpd { display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:22.82421875rem;left:6.03125rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-1),1);display:block; }
#zwvgMKeHIoREH3SJOVabk8imSaxsg9pI { display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:33.5625rem;left:6.0625rem;height:3.4125rem;color:rgba(var(--color-tertiary-1),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rolzz7T0eRyGDXLtJ5uxOOukpHquc5St { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#285d8d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:31.5625rem;width:24.375rem;position:absolute;display:block;z-index:15027;top:7.5625rem;left:31.5625rem;box-shadow: 0.1875rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.2) ;display:block; }
#GHyo5p0BBOpMPtuC83VTCGVtEPgEerOg { display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:22.75rem;left:33.78125rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-1),1);display:block; }
#So1UdTJzTZTWurFhPmhcsw9cyZpf7I8o { display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:14.875rem;left:33.8125rem;height:7.875rem;color:rgba(var(--color-tertiary-1),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#AFdAA4DD02HmDHbzbgPPC06rcoomhUpv { display:block;width:14.1235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:9.375rem;left:33.8125rem;height:3.575rem;font-style:normal;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-1),1);display:block; }
#GTDaGuQxV8tFZhcLn3AN6KoZAMEPHGGm { background-color:rgba(var(--color-tertiary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:2.375rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:10rem;left:16.1875rem;display:block; }
#XSHdyNh379yXDNXVTXhREkwNG0r57SmR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QNRhTtScOZlbo4bJxMcT91kNLnJKAviC { box-sizing:content-box;height:0.0625rem;width:19.75rem;position:absolute;display:block;z-index:15040;background-color:#e3e3e3;background-image:none;top:61.0625rem;left:33.1875rem;display:none; }
#WG19yhy6eHZIosIQFmBux64FCT4XX3hf { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.0625rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:31.5rem;left:4.5625rem;display:none; }
#g8aGyBfhldxEUhGLAS7fQ6yME8g26KdC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q0Vnds5hIXQ8k8Erzgh9f2COlTJttG1A { box-sizing:content-box;height:6.8125rem;width:6.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15028;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/bed2b069-b3fd-459d-80b4-d3d351318fe6/FernandaAmaral.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:25.8125rem;left:17.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#Q0Vnds5hIXQ8k8Erzgh9f2COlTJttG1A.adaptive-delivery-prevent-bg, #Q0Vnds5hIXQ8k8Erzgh9f2COlTJttG1A.lazyload, #Q0Vnds5hIXQ8k8Erzgh9f2COlTJttG1A.lazyloading { background-image: none; }
#MH3krFKDL2T4AvymdZo0uzprdVGT3KCS { display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:33.5625rem;left:16.625rem;height:3.4125rem;color:rgba(var(--color-tertiary-1),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#iGqyDNSC3UqkW2DWg9toefBXVouJkeJ1 { display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:33.3125rem;left:43.15625rem;height:3.4125rem;color:rgba(var(--color-tertiary-1),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#DDWGc5SktrS9MsfObg71W0V0ENmQktPz { box-sizing:content-box;height:6.8125rem;width:6.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15030;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/4bf675c1-4b37-43cf-a1e0-fa601f40e86b/Silvia.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:25.8125rem;left:35.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#DDWGc5SktrS9MsfObg71W0V0ENmQktPz.adaptive-delivery-prevent-bg, #DDWGc5SktrS9MsfObg71W0V0ENmQktPz.lazyload, #DDWGc5SktrS9MsfObg71W0V0ENmQktPz.lazyloading { background-image: none; }
#co8XbBqLEPSv3TnqJnPORGzgrvhfzLNo { display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:33.5625rem;left:33.9375rem;height:3.4125rem;color:rgba(var(--color-tertiary-1),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#XM69xF3oLaUScDik9911C3PrWu0Ie4vy { display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:33.5625rem;left:44.5rem;height:3.4125rem;color:rgba(var(--color-tertiary-1),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#wPGL3qirS3rDK7PlHPyxXOZlRmvFxmIi { box-sizing:content-box;height:6.8125rem;width:6.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15032;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/7e906fce-d9bb-46e1-8956-5ccad9546f41/Michelly.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:25.8125rem;left:45.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#wPGL3qirS3rDK7PlHPyxXOZlRmvFxmIi.adaptive-delivery-prevent-bg, #wPGL3qirS3rDK7PlHPyxXOZlRmvFxmIi.lazyload, #wPGL3qirS3rDK7PlHPyxXOZlRmvFxmIi.lazyloading { background-image: none; }
#scw4yG7h3NKZT5I3Ws8ED0WvKmG1xDmt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(165deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(165deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(165deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(165deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(165deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#scw4yG7h3NKZT5I3Ws8ED0WvKmG1xDmt > .row .container { background-color: transparent; background-image: none; }#scw4yG7h3NKZT5I3Ws8ED0WvKmG1xDmt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scw4yG7h3NKZT5I3Ws8ED0WvKmG1xDmt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scw4yG7h3NKZT5I3Ws8ED0WvKmG1xDmt > .row .container > .video-iframe-container { display: none; }#scw4yG7h3NKZT5I3Ws8ED0WvKmG1xDmt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scw4yG7h3NKZT5I3Ws8ED0WvKmG1xDmt > .row > .video-iframe-container { display: none; }#scw4yG7h3NKZT5I3Ws8ED0WvKmG1xDmt > .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); }#scw4yG7h3NKZT5I3Ws8ED0WvKmG1xDmt > .row .container { border-width: 0; border-radius: 0; }#scw4yG7h3NKZT5I3Ws8ED0WvKmG1xDmt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#scw4yG7h3NKZT5I3Ws8ED0WvKmG1xDmt > .row .container { font-size:0.875rem;font-family:arial;height:27.625rem;width:60rem;position:relative;display:block; }#wx0cabbo5dzF2bmaM1ACR4PsbVlWhxnC { color:rgba(var(--color-tertiary-0),1);display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:10.25rem;left:3.75rem;height:6.825rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IORlC2KO4W2bg1okDWC6cvfBzh32oniS { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15047;background-color:#eceafe;background-image:none;top:5.25rem;left:20.625rem;display:block; }
#LoVrfwvrA3pFoBQixhhSy1vNi3mJguov { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:5.625rem;left:21rem; }
#gz1KqtCsAzzkLOzT2CT9zyiXGWDhdzCP { position:absolute;display:block;z-index:15017;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;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:9.125rem;width:17.9375rem;top:4.125rem;left:19.25rem;display:block; }
#aGzDxhx8FILKr6s8KW5JnL5ug9BhPuIu { color:#334155;display:block;width:11.4375rem;position:absolute;font-family:dax;font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:8.25rem;left:20.5625rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#higWmIaIpGxFG0TBVkVccVrQery0ysng { color:#334155;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:10rem;left:20.5rem;height:2.1rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V1CyDdDFbRTdlOIHVo4twg2T6v3Q6KCr { position:absolute;display:block;z-index:15023;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;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:9.125rem;width:17.9375rem;top:14.4375rem;left:38.25rem;display:block; }
#N1rG3OezqgI7pkVfnSXTsp4aXL0adW3I { color:#334155;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:20.3125rem;left:39.5rem;height:2.1rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#onmOF51dk3NaoU5PMe7xcheVMvAC1Mvu { color:#334155;display:block;width:11.4375rem;position:absolute;font-family:dax;font-size:1rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:18.5625rem;left:39.5625rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Gcff7O9NIr3L0WLMNeZDdwrvuGXsmkxR { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15053;background-color:#eceafe;background-image:none;top:15.5625rem;left:39.625rem;display:block; }
#Dg9ATW647qt1KVG1moCsOfsLp9fPdeTr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:15.9375rem;left:21rem; }
#iWMSd3697vKpL6crgQ60OfHU2KFP3nBQ { position:absolute;display:block;z-index:15022;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;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:9.125rem;width:17.9375rem;top:4.125rem;left:38.1875rem;display:block; }
#OCFHo6ZOXRQC3WumtJ9pVOwCP3AFF9Nx { color:#334155;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:10rem;left:39.4375rem;height:2.1rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w8zlqGwwUEl9f18N0meID6sffteTT26d { color:#334155;display:block;width:11.4375rem;position:absolute;font-family:dax;font-size:1rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:8.25rem;left:39.5rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OnEUUK7tikMswuqa7NkuaID4uJmZaF52 { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15052;background-color:#eceafe;background-image:none;top:5.25rem;left:39.5625rem;display:block; }
#T0e3S0y2KwTmDI1JqRA2ISkxGqKso8ZL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:15.9375rem;left:40rem; }
#ep2fCdpEUmGDbO2pEs6npMf6J7uoi23g { position:absolute;display:block;z-index:15027;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;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:9.125rem;width:17.9375rem;top:14.4375rem;left:19.25rem;display:block; }
#nNHxgv9J9pq5CQNLL7vffC3Kz7yDsIqR { color:#334155;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15028;line-height:1.2;letter-spacing:0;top:20.3125rem;left:20.5rem;height:2.1rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TT0MT56WnZSSawAzOwxBlkAhHxIfizh4 { color:#334155;display:block;width:11.4375rem;position:absolute;font-family:dax;font-size:1rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:18.5625rem;left:20.5625rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kIU99kEra8W4KbTEh73Dsu6g9XyPhWoR { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15057;background-color:#eceafe;background-image:none;top:15.5625rem;left:20.625rem;display:block; }
#nTHTCAy9ytlxWadcpoL8DmSxLJ88Gtc5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:5.625rem;left:39.9375rem; }
#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row .container { border-width: 0; border-radius: 0; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row .container { font-size:0.875rem;font-family:arial;height:49.9375rem;width:60rem;position:relative;display:none; }#K7rR6TibotKOv3wrhN0TDTKgOyVWOwFF { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.3125rem 0.75rem rgba(var(--color-tertiary-4),0.1) ;height:43.1875rem;width:60rem;top:3.6875rem;left:0rem;display:block; }
#Qcsq7rtJg6UM3rLvaNSP2scHm2iF6JG9 { background-color:rgba(var(--color-secondary-2),1);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;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:6.810546875rem;left:35.625rem;display:none; }
#vageAda13oh9vZT5FhTOGEKVIQhLfy3N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z9QWLJaekANtF0PouaFBcdgbN3oU2c95 { position:absolute;display:block;z-index:15055;height:29.0625rem;width:55.9375rem;top:14.6875rem;left:2.0625rem;display:block; }
#bO453D8AAdXSvaO8w4BkEIPWQv0Zxtyd { color:#013666;display:block;width:21.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:23.125rem;left:0rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#AGo5hgDUxQhIpeBMkaXpr2ZL4vVzt6Nb { color:rgba(var(--color-tertiary-0),1);display:block;width:39.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15020;line-height:1.2;letter-spacing:0;top:6.25rem;left:10.25rem;height:;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; }
#aG2bGPy9HtH0kmw3bxnlK07tPUlO0hNE { color:rgba(var(--color-tertiary-0),1);display:block;width:51.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:11.5625rem;left:4.1875rem;height:1.600475rem;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; }
#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#013666;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; }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row .container { background-color: transparent; background-image: none; }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row .container > .video-iframe-container { display: none; }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row > .video-iframe-container { display: none; }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .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); }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row .container { border-width: 0; border-radius: 0; }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:60rem;position:relative;display:block; }#e1r08QeLrlAfJiGmtaDNTtHryKBAQX8J { position:absolute;display:block;z-index:15068;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.25rem;width:4.75rem;top:1.5rem;left:0rem;overflow:hidden;display:block; }
#dWIFou9Ek15bSEJM7vG6TTmF13TsmVLq { color:rgba(var(--color-tertiary-2),1);display:block;width:29.75rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:4.125rem;left:0rem;height:2.1125rem;text-align:left;text-align-last:left;display:block; }
#Wg85sIMRBTnkAIULVxqx6V1kgCm9AgMo { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:2.5rem;width:2.5rem;top:3.125rem;left:50.75rem;display:block; }
#FcnMhBfInGSJ463W5CTnT1oAf5h8AHla { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:3.6875rem;left:51.25rem; }
#FcnMhBfInGSJ463W5CTnT1oAf5h8AHla > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#aavWaK8xxwDIqAq7fbmZMOZKK99n8zKz { position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:2.5rem;width:2.5rem;top:3.0625rem;left:57.5rem;display:block; }
#TmG6hcwdogxgGF2yu288Mc9QmxFHxLx9 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:3.625rem;left:54.75rem; }
#TmG6hcwdogxgGF2yu288Mc9QmxFHxLx9 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#Tz0Zf4WFvikQ1LJGvw2QfxPzDPic0JVT { position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:2.5rem;width:2.5rem;top:3rem;left:54.125rem;display:block; }
#hxMnN6lCikSI2ueKBEAOiX9V6ErhM1iv { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;top:3.5625rem;left:57.9375rem; }
#hxMnN6lCikSI2ueKBEAOiX9V6ErhM1iv > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 { display:block; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R6XC0Aq5KzfLy45wy2OM4v0Ja5RTNlCw { top:2.1875rem;left:20.4375rem;width:6.875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #awtTlutQLRKZiMVeN1WxCyy01X1i7IPG { width:21.75rem;height:;top:8rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Le2DsSxiXxq01SN8o7TELaZHoyXDyRzk { top:8rem;left:19.5rem;width:28.25rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3RxMTHCDNBQ8r2Ew3ZBhf3BOqPeqP9f .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#F3RxMTHCDNBQ8r2Ew3ZBhf3BOqPeqP9f .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#F3RxMTHCDNBQ8r2Ew3ZBhf3BOqPeqP9f .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#F3RxMTHCDNBQ8r2Ew3ZBhf3BOqPeqP9f { display:flex;width:18rem;height:5.0625rem;top:32.8125rem;left:5.09375rem; }
 }@media only screen and (max-width: 763px) { #F3RxMTHCDNBQ8r2Ew3ZBhf3BOqPeqP9f #mK6G3yJT2mWf66cAZbnKU6lkT9O0k5DC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #F3RxMTHCDNBQ8r2Ew3ZBhf3BOqPeqP9f #ko50HREGCZ4h9Ju2U3MQOMFwTiHLt3fu {  }
 }@media only screen and (max-width: 763px) { #F3RxMTHCDNBQ8r2Ew3ZBhf3BOqPeqP9f #eL79L4lbgiP7SJCCph1WnOynm6VozTfR {  }
 }@media only screen and (max-width: 763px) { #F3RxMTHCDNBQ8r2Ew3ZBhf3BOqPeqP9f #fvrpmfbl6mvfOWsQ1uxbFBTBxTmPzVPg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #F3RxMTHCDNBQ8r2Ew3ZBhf3BOqPeqP9f #eEguKRFJVdcaDM2eILiuJ35ePvJxx8DP {  }
 }@media only screen and (max-width: 763px) { #F3RxMTHCDNBQ8r2Ew3ZBhf3BOqPeqP9f #hzrTGflS8DhJNkGlJPSZ14TezLlMn7fd {  }
 }@media only screen and (max-width: 763px) { #F3RxMTHCDNBQ8r2Ew3ZBhf3BOqPeqP9f #HoAcsSKpwFMwNkouDsdTqqG2tHQHgi2p { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #F3RxMTHCDNBQ8r2Ew3ZBhf3BOqPeqP9f #RT9LAfxUQXIcPzZZc793ob8CBIVuIe2n {  }
 }@media only screen and (max-width: 763px) { #F3RxMTHCDNBQ8r2Ew3ZBhf3BOqPeqP9f #mLpQCWtthuygfCQOZCSm5O0LzS2HrglX {  }
 }@media only screen and (max-width: 763px) { #F3RxMTHCDNBQ8r2Ew3ZBhf3BOqPeqP9f #Is3cVlfuhV3TTL8ncoBztXmFEm3QJkT2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #F3RxMTHCDNBQ8r2Ew3ZBhf3BOqPeqP9f #sI19ItJANVZmoVIOAVeN2XqDrtXkwdAs {  }
 }@media only screen and (max-width: 763px) { #F3RxMTHCDNBQ8r2Ew3ZBhf3BOqPeqP9f #dX7aXf98g9XFWgtq58OdBVPLpasBOo5d {  }
 }@media only screen and (max-width: 763px) { #cFxqlgMS3CFJZ30lnPSG92GrVkDehXH5 { width:20.6875rem;height:10.75rem;top:16.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJeUVwx62RgqLu4sFCyngAHxW58Ml5Od { width:19.1875rem;height:2.5625rem;top:27.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukhBnl5WmmR8zcRPXk3CuigTaGXXRwQT { display:block; }#ukhBnl5WmmR8zcRPXk3CuigTaGXXRwQT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RyOnczNu5GrBPe34gc2LgHWbvQQsIxFD { top:2.1875rem;left:20.4375rem;width:6.875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPknRgwN2IRxhuETRRdduB8bTKBUS5Ro { width:20.375rem;height:;top:8.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoKTLXMnNfB1FqAvXuUGadyFWr7NbFgo { top:11.625rem;left:19.5rem;width:28.25rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySOTu5glG5Jbw7xmNXJ5gzTBwe6g9WKM .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ySOTu5glG5Jbw7xmNXJ5gzTBwe6g9WKM .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#ySOTu5glG5Jbw7xmNXJ5gzTBwe6g9WKM .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#ySOTu5glG5Jbw7xmNXJ5gzTBwe6g9WKM { display:flex;width:18rem;height:5.0625rem;top:32.8125rem;left:5.09375rem; }
 }@media only screen and (max-width: 763px) { #ySOTu5glG5Jbw7xmNXJ5gzTBwe6g9WKM #HL5d2Qr8s8OZgiCg5GVMHitaCaJBVrrH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ySOTu5glG5Jbw7xmNXJ5gzTBwe6g9WKM #PI9kqqU4EOMqbNuqhWbmZ5tWx8Ncbl4i {  }
 }@media only screen and (max-width: 763px) { #ySOTu5glG5Jbw7xmNXJ5gzTBwe6g9WKM #VEDfKOlB6sSdRaHSOvFuMdUU49STleUE {  }
 }@media only screen and (max-width: 763px) { #ySOTu5glG5Jbw7xmNXJ5gzTBwe6g9WKM #MuJbmfockeNR87aeyCTQ88Tf9g83w0u1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ySOTu5glG5Jbw7xmNXJ5gzTBwe6g9WKM #Ofzl5mEVzBRPOnQ0SV5aBgbR79RDcffD {  }
 }@media only screen and (max-width: 763px) { #ySOTu5glG5Jbw7xmNXJ5gzTBwe6g9WKM #EspvUEvJRvAadhutxx8UDOn3NoLK9JDg {  }
 }@media only screen and (max-width: 763px) { #ySOTu5glG5Jbw7xmNXJ5gzTBwe6g9WKM #OeubmWKv8k7rXrFeRRUsowKkA7t1xkTb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ySOTu5glG5Jbw7xmNXJ5gzTBwe6g9WKM #PQDSEiKCaZ23nCHu2gGLyok1rgcqLrlc {  }
 }@media only screen and (max-width: 763px) { #ySOTu5glG5Jbw7xmNXJ5gzTBwe6g9WKM #ZuCaTvdsXIRJaFXIcLlB1prLnP72uKLr {  }
 }@media only screen and (max-width: 763px) { #ySOTu5glG5Jbw7xmNXJ5gzTBwe6g9WKM #dAkaQIXTIPKZG6hNxUWKaLrZzgORsL5y { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ySOTu5glG5Jbw7xmNXJ5gzTBwe6g9WKM #nxDa7x4oEHtB8VWu6oXHucMqEEicUUpZ {  }
 }@media only screen and (max-width: 763px) { #ySOTu5glG5Jbw7xmNXJ5gzTBwe6g9WKM #XExJqTcH3UPUVkAmnAw85kvW4Qay50Ag {  }
 }@media only screen and (max-width: 763px) { #rCTnxIiOWy0xCPDe0WIzHknd2iLigOQO { width:18.875rem;height:8.9375rem;top:17.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #miLZC9BhCTiiP5RTGAcWEcASsIWcFHE0 { width:19.1875rem;height:2.5625rem;top:27.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #krsTdvm7xvHi6MlBWL1iW3cT7dK4dIzb { width:28.5rem;height:1.75rem;top:8.0625rem;left:19.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw { display:block; }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O21qc5Oety5c6tn4IwEObgWLp0L2AZ7M { top:6.25rem;left:0rem;width:25.625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABw8TzcE9Pr2kmFokacXPnvbyg2NwRQi { top:6.8125rem;left:22.1875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpJrouRKbO9ci4fok0X32ArmPkZVU8hr { width:19.875rem;height:1.6875rem;top:6.8125rem;left:23.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDrfVLmD4Ew9XsxtGfBO1GdHqn6oPKoT { display:none; }
 }@media only screen and (max-width: 763px) { #hStP6vcSS4FP5v9kWt0EBBegUikwkEvL { width:25.4375rem;height:1.4375rem;top:15.9375rem;left:22.3125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TcaNvHSWv2F20ueCcunu1IZuZxTUzrKn { top:9.8125rem;left:0rem;width:25.625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1kxzshb5mF5AWwtw4XJThNDq2nmTThT { width:20.8125rem;height:1.6875rem;top:10.375rem;left:23.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb2ZLL8yHBphDu1Bazscbi1sVSQ01yll { top:10.375rem;left:22.1875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLFqBG6uS3A6rxwTZU8gqA1t7hKVUzUP { top:13.4375rem;left:0rem;width:25.625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPQHpX4ZgmkPE2bLk0RNkpvQ82TEzRmS { width:21.3125rem;height:1.6875rem;top:14rem;left:23.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5QW3OKADrrcJpfdvPQWw2Me5cVd5CWX { top:14rem;left:22.1875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2VzGiHoTmO7cBBToorGMFZGBtTpJ5LO { width:19.375rem;height:4.875rem;top:8.8125rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk { display:block; }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mmQvtDgnKIEbAwfaKqs7aPpB8Ox88OdF { width:38.1875rem;height:;top:2.75rem;left:4.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #urltaAXaZDFrEf8LlCAKrfBmi0VKVB0W { width:23.125rem;height:15.625rem;top:4.6875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wo3eA4f6VmwfEHPlBdWyKODCtHcFdEae { width:21.875rem;height:5.75rem;top:10.125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uy1Hhkgv6dyIfwpMKnmBRUcRgGMcDFnR { width:21.875rem;height:1.9375rem;top:16.6875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXu127XUhDtJHtRnxHqTFcdCIRQeFvZP { top:25.8125rem;left:1.0625rem;width:6.8125rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTHJvNs1bkKMODV5LLPV5xenBxcLyJpd { width:21.875rem;height:1.9375rem;top:16.6875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwvgMKeHIoREH3SJOVabk8imSaxsg9pI { width:21.875rem;height:5.75rem;top:10.125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rolzz7T0eRyGDXLtJ5uxOOukpHquc5St { width:23.125rem;height:15.625rem;top:4.6875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHyo5p0BBOpMPtuC83VTCGVtEPgEerOg { width:21.875rem;height:1.9375rem;top:16.6875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #So1UdTJzTZTWurFhPmhcsw9cyZpf7I8o { width:21.875rem;height:5.75rem;top:10.125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFdAA4DD02HmDHbzbgPPC06rcoomhUpv { width:21.875rem;height:1.9375rem;top:16.6875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTDaGuQxV8tFZhcLn3AN6KoZAMEPHGGm { width:9.875rem;height:2.375rem;top:10rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSHdyNh379yXDNXVTXhREkwNG0r57SmR { display:block; }
 }@media only screen and (max-width: 763px) { #QNRhTtScOZlbo4bJxMcT91kNLnJKAviC { top:61.0625rem;left:27.0625rem;width:19.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WG19yhy6eHZIosIQFmBux64FCT4XX3hf { width:22.0625rem;height:3.125rem;top:31.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #g8aGyBfhldxEUhGLAS7fQ6yME8g26KdC { display:block; }
 }@media only screen and (max-width: 763px) { #Q0Vnds5hIXQ8k8Erzgh9f2COlTJttG1A { top:25.8125rem;left:11.625rem;width:6.8125rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MH3krFKDL2T4AvymdZo0uzprdVGT3KCS { width:21.875rem;height:5.75rem;top:10.125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGqyDNSC3UqkW2DWg9toefBXVouJkeJ1 { width:21.875rem;height:5.75rem;top:10.125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDWGc5SktrS9MsfObg71W0V0ENmQktPz { top:25.8125rem;left:28.9375rem;width:6.8125rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #co8XbBqLEPSv3TnqJnPORGzgrvhfzLNo { width:21.875rem;height:5.75rem;top:10.125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XM69xF3oLaUScDik9911C3PrWu0Ie4vy { width:21.875rem;height:5.75rem;top:10.125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPGL3qirS3rDK7PlHPyxXOZlRmvFxmIi { top:25.8125rem;left:39.5rem;width:6.8125rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #scw4yG7h3NKZT5I3Ws8ED0WvKmG1xDmt { display:block; }#scw4yG7h3NKZT5I3Ws8ED0WvKmG1xDmt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wx0cabbo5dzF2bmaM1ACR4PsbVlWhxnC { width:14.3125rem;height:6.8125rem;top:10.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IORlC2KO4W2bg1okDWC6cvfBzh32oniS { top:5.25rem;left:14.5rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoVrfwvrA3pFoBQixhhSy1vNi3mJguov { top:5.625rem;left:14.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gz1KqtCsAzzkLOzT2CT9zyiXGWDhdzCP { top:4.125rem;left:13.125rem;width:17.9375rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGzDxhx8FILKr6s8KW5JnL5ug9BhPuIu { top:8.25rem;left:14.4375rem;width:11.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #higWmIaIpGxFG0TBVkVccVrQery0ysng { top:10rem;left:14.375rem;width:15.625rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1CyDdDFbRTdlOIHVo4twg2T6v3Q6KCr { top:14.4375rem;left:29.8125rem;width:17.9375rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1rG3OezqgI7pkVfnSXTsp4aXL0adW3I { top:20.3125rem;left:32.125rem;width:15.625rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #onmOF51dk3NaoU5PMe7xcheVMvAC1Mvu { top:18.5625rem;left:33.4375rem;width:11.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gcff7O9NIr3L0WLMNeZDdwrvuGXsmkxR { top:15.5625rem;left:33.5rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dg9ATW647qt1KVG1moCsOfsLp9fPdeTr { top:15.9375rem;left:14.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWMSd3697vKpL6crgQ60OfHU2KFP3nBQ { top:4.125rem;left:29.8125rem;width:17.9375rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCFHo6ZOXRQC3WumtJ9pVOwCP3AFF9Nx { top:10rem;left:32.125rem;width:15.625rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8zlqGwwUEl9f18N0meID6sffteTT26d { top:8.25rem;left:33.375rem;width:11.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnEUUK7tikMswuqa7NkuaID4uJmZaF52 { top:5.25rem;left:33.4375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0e3S0y2KwTmDI1JqRA2ISkxGqKso8ZL { top:15.9375rem;left:33.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ep2fCdpEUmGDbO2pEs6npMf6J7uoi23g { top:14.4375rem;left:13.125rem;width:17.9375rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNHxgv9J9pq5CQNLL7vffC3Kz7yDsIqR { top:20.3125rem;left:14.375rem;width:15.625rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT0MT56WnZSSawAzOwxBlkAhHxIfizh4 { top:18.5625rem;left:14.4375rem;width:11.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIU99kEra8W4KbTEh73Dsu6g9XyPhWoR { top:15.5625rem;left:14.5rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTHTCAy9ytlxWadcpoL8DmSxLJ88Gtc5 { top:5.625rem;left:33.8125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg { display:block; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7rR6TibotKOv3wrhN0TDTKgOyVWOwFF { top:3.6875rem;left:0rem;width:47.75rem;height:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qcsq7rtJg6UM3rLvaNSP2scHm2iF6JG9 { width:24.375rem;height:3.4375rem;top:6.75rem;left:23.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vageAda13oh9vZT5FhTOGEKVIQhLfy3N { display:block; }
 }@media only screen and (max-width: 763px) { #z9QWLJaekANtF0PouaFBcdgbN3oU2c95 { top:14.6875rem;left:0rem;width:47.75rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bO453D8AAdXSvaO8w4BkEIPWQv0Zxtyd { top:23.125rem;left:0rem;width:21.5625rem;height:9.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGo5hgDUxQhIpeBMkaXpr2ZL4vVzt6Nb { top:6.25rem;left:4.125rem;width:39.4375rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aG2bGPy9HtH0kmw3bxnlK07tPUlO0hNE { width:47.75rem;height:1.5625rem;top:11.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU { display:block; }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e1r08QeLrlAfJiGmtaDNTtHryKBAQX8J { top:1.5rem;left:0rem;width:4.75rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWIFou9Ek15bSEJM7vG6TTmF13TsmVLq { top:4.125rem;left:0rem;width:29.75rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wg85sIMRBTnkAIULVxqx6V1kgCm9AgMo { top:3.125rem;left:44.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcnMhBfInGSJ463W5CTnT1oAf5h8AHla { top:3.6875rem;left:45.125rem;width:1.4375rem;height:1.4375rem;display:block; }
#FcnMhBfInGSJ463W5CTnT1oAf5h8AHla > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #aavWaK8xxwDIqAq7fbmZMOZKK99n8zKz { top:3.0625rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmG6hcwdogxgGF2yu288Mc9QmxFHxLx9 { top:3.625rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
#TmG6hcwdogxgGF2yu288Mc9QmxFHxLx9 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #Tz0Zf4WFvikQ1LJGvw2QfxPzDPic0JVT { top:3rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxMnN6lCikSI2ueKBEAOiX9V6ErhM1iv { top:3.5625rem;left:46.125rem;width:1.625rem;height:1.625rem;display:block; }
#hxMnN6lCikSI2ueKBEAOiX9V6ErhM1iv > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 { background-color:transparent;background-image: -webkit-linear-gradient(145deg, #462192, #8560f0);background-image: -moz-linear-gradient(145deg, #462192, #8560f0);background-image: -ms-linear-gradient(145deg, #462192, #8560f0);background-image: -o-linear-gradient(145deg, #462192, #8560f0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#462192', endColorstr='#8560f0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#462192', endColorstr='#8560f0' );";background-image: linear-gradient(145deg, #462192, #8560f0);background-size:cover !important;display:none; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container { width:20rem;height:56.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #R6XC0Aq5KzfLy45wy2OM4v0Ja5RTNlCw { width:4.5625rem;height:2.125rem;top:1.5rem;left:7.7187503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #awtTlutQLRKZiMVeN1WxCyy01X1i7IPG { width:16.0623125rem;height:2.75rem;top:5.4361982345581rem;left:1.9683161377907rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Le2DsSxiXxq01SN8o7TELaZHoyXDyRzk { width:20rem;height:29.0625rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3RxMTHCDNBQ8r2Ew3ZBhf3BOqPeqP9f .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#F3RxMTHCDNBQ8r2Ew3ZBhf3BOqPeqP9f .widget-text.counter-number { padding-top:0.34625rem;padding-right:0.3075rem;padding-bottom:0.34625rem;padding-left:0.3075rem;width:1.84375rem;min-width:1.84375rem;height:1.8625rem;font-size:1.38625rem;line-height:29.8px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#F3RxMTHCDNBQ8r2Ew3ZBhf3BOqPeqP9f .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.216875rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.45875rem;height:0.73625rem;font-size:0.52rem;line-height:11.78px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#F3RxMTHCDNBQ8r2Ew3ZBhf3BOqPeqP9f { display:flex;width:13.8125rem;height:3.508125rem;top:20.474609375rem;left:2.6533203125rem;padding-top:0.433125rem;padding-right:0.43875rem;padding-bottom:0.433125rem;padding-left:0.43875rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #F3RxMTHCDNBQ8r2Ew3ZBhf3BOqPeqP9f #mK6G3yJT2mWf66cAZbnKU6lkT9O0k5DC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #F3RxMTHCDNBQ8r2Ew3ZBhf3BOqPeqP9f #ko50HREGCZ4h9Ju2U3MQOMFwTiHLt3fu {  }
 }@media only screen and (max-width: 763px) { #F3RxMTHCDNBQ8r2Ew3ZBhf3BOqPeqP9f #eL79L4lbgiP7SJCCph1WnOynm6VozTfR {  }
 }@media only screen and (max-width: 763px) { #F3RxMTHCDNBQ8r2Ew3ZBhf3BOqPeqP9f #fvrpmfbl6mvfOWsQ1uxbFBTBxTmPzVPg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #F3RxMTHCDNBQ8r2Ew3ZBhf3BOqPeqP9f #eEguKRFJVdcaDM2eILiuJ35ePvJxx8DP {  }
 }@media only screen and (max-width: 763px) { #F3RxMTHCDNBQ8r2Ew3ZBhf3BOqPeqP9f #hzrTGflS8DhJNkGlJPSZ14TezLlMn7fd {  }
 }@media only screen and (max-width: 763px) { #F3RxMTHCDNBQ8r2Ew3ZBhf3BOqPeqP9f #HoAcsSKpwFMwNkouDsdTqqG2tHQHgi2p { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #F3RxMTHCDNBQ8r2Ew3ZBhf3BOqPeqP9f #RT9LAfxUQXIcPzZZc793ob8CBIVuIe2n {  }
 }@media only screen and (max-width: 763px) { #F3RxMTHCDNBQ8r2Ew3ZBhf3BOqPeqP9f #mLpQCWtthuygfCQOZCSm5O0LzS2HrglX {  }
 }@media only screen and (max-width: 763px) { #F3RxMTHCDNBQ8r2Ew3ZBhf3BOqPeqP9f #Is3cVlfuhV3TTL8ncoBztXmFEm3QJkT2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #F3RxMTHCDNBQ8r2Ew3ZBhf3BOqPeqP9f #sI19ItJANVZmoVIOAVeN2XqDrtXkwdAs {  }
 }@media only screen and (max-width: 763px) { #F3RxMTHCDNBQ8r2Ew3ZBhf3BOqPeqP9f #dX7aXf98g9XFWgtq58OdBVPLpasBOo5d {  }
 }@media only screen and (max-width: 763px) { #cFxqlgMS3CFJZ30lnPSG92GrVkDehXH5 { width:15.999375rem;height:6.328125rem;top:9.7482643127444rem;left:1.9997830986977rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #EJeUVwx62RgqLu4sFCyngAHxW58Ml5Od { width:19.1875rem;height:1.7859375rem;top:18.6875rem;left:0.40625rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ukhBnl5WmmR8zcRPXk3CuigTaGXXRwQT { background-color:transparent;background-image: -webkit-linear-gradient(145deg, #013666, #00ada4);background-image: -moz-linear-gradient(145deg, #013666, #00ada4);background-image: -ms-linear-gradient(145deg, #013666, #00ada4);background-image: -o-linear-gradient(145deg, #013666, #00ada4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='#00ada4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='#00ada4' );";background-image: linear-gradient(145deg, #013666, #00ada4);background-size:cover !important;display:block; }#ukhBnl5WmmR8zcRPXk3CuigTaGXXRwQT > .row .container { background-color: transparent; background-image: none; }#ukhBnl5WmmR8zcRPXk3CuigTaGXXRwQT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ukhBnl5WmmR8zcRPXk3CuigTaGXXRwQT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ukhBnl5WmmR8zcRPXk3CuigTaGXXRwQT > .row .container > .video-iframe-container { display: none; }#ukhBnl5WmmR8zcRPXk3CuigTaGXXRwQT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ukhBnl5WmmR8zcRPXk3CuigTaGXXRwQT > .row > .video-iframe-container { display: none; }#ukhBnl5WmmR8zcRPXk3CuigTaGXXRwQT > .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); }#ukhBnl5WmmR8zcRPXk3CuigTaGXXRwQT > .row .container { width:20rem;height:58.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RyOnczNu5GrBPe34gc2LgHWbvQQsIxFD { width:4.5625rem;height:2.125rem;top:1.5rem;left:7.7187503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPknRgwN2IRxhuETRRdduB8bTKBUS5Ro { width:20rem;height:4.125rem;top:5.1845703125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #RoKTLXMnNfB1FqAvXuUGadyFWr7NbFgo { width:20rem;height:29.0625rem;top:27.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySOTu5glG5Jbw7xmNXJ5gzTBwe6g9WKM .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ySOTu5glG5Jbw7xmNXJ5gzTBwe6g9WKM .widget-text.counter-number { padding-top:0.34625rem;padding-right:0.3075rem;padding-bottom:0.34625rem;padding-left:0.3075rem;width:1.84375rem;min-width:1.84375rem;height:1.8625rem;font-size:1.38625rem;line-height:29.8px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ySOTu5glG5Jbw7xmNXJ5gzTBwe6g9WKM .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.216875rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.45875rem;height:0.73625rem;font-size:0.52rem;line-height:11.78px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ySOTu5glG5Jbw7xmNXJ5gzTBwe6g9WKM { display:flex;width:13.8125rem;height:3.508125rem;top:19.099609375rem;left:2.6533203125rem;padding-top:0.433125rem;padding-right:0.43875rem;padding-bottom:0.433125rem;padding-left:0.43875rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #ySOTu5glG5Jbw7xmNXJ5gzTBwe6g9WKM #HL5d2Qr8s8OZgiCg5GVMHitaCaJBVrrH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ySOTu5glG5Jbw7xmNXJ5gzTBwe6g9WKM #PI9kqqU4EOMqbNuqhWbmZ5tWx8Ncbl4i {  }
 }@media only screen and (max-width: 763px) { #ySOTu5glG5Jbw7xmNXJ5gzTBwe6g9WKM #VEDfKOlB6sSdRaHSOvFuMdUU49STleUE {  }
 }@media only screen and (max-width: 763px) { #ySOTu5glG5Jbw7xmNXJ5gzTBwe6g9WKM #MuJbmfockeNR87aeyCTQ88Tf9g83w0u1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ySOTu5glG5Jbw7xmNXJ5gzTBwe6g9WKM #Ofzl5mEVzBRPOnQ0SV5aBgbR79RDcffD {  }
 }@media only screen and (max-width: 763px) { #ySOTu5glG5Jbw7xmNXJ5gzTBwe6g9WKM #EspvUEvJRvAadhutxx8UDOn3NoLK9JDg {  }
 }@media only screen and (max-width: 763px) { #ySOTu5glG5Jbw7xmNXJ5gzTBwe6g9WKM #OeubmWKv8k7rXrFeRRUsowKkA7t1xkTb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ySOTu5glG5Jbw7xmNXJ5gzTBwe6g9WKM #PQDSEiKCaZ23nCHu2gGLyok1rgcqLrlc {  }
 }@media only screen and (max-width: 763px) { #ySOTu5glG5Jbw7xmNXJ5gzTBwe6g9WKM #ZuCaTvdsXIRJaFXIcLlB1prLnP72uKLr {  }
 }@media only screen and (max-width: 763px) { #ySOTu5glG5Jbw7xmNXJ5gzTBwe6g9WKM #dAkaQIXTIPKZG6hNxUWKaLrZzgORsL5y { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ySOTu5glG5Jbw7xmNXJ5gzTBwe6g9WKM #nxDa7x4oEHtB8VWu6oXHucMqEEicUUpZ {  }
 }@media only screen and (max-width: 763px) { #ySOTu5glG5Jbw7xmNXJ5gzTBwe6g9WKM #XExJqTcH3UPUVkAmnAw85kvW4Qay50Ag {  }
 }@media only screen and (max-width: 763px) { #rCTnxIiOWy0xCPDe0WIzHknd2iLigOQO { width:13.875rem;height:5.27831875rem;top:10.66015625rem;left:3.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #miLZC9BhCTiiP5RTGAcWEcASsIWcFHE0 { width:19.1875rem;height:1.625rem;top:16.875rem;left:0.40625rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #krsTdvm7xvHi6MlBWL1iW3cT7dK4dIzb { width:20rem;height:1.0556625rem;top:24.2578125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw { display:none; }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .row .container { width:20rem;height:16.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #O21qc5Oety5c6tn4IwEObgWLp0L2AZ7M { width:20rem;height:2.4375rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABw8TzcE9Pr2kmFokacXPnvbyg2NwRQi { display:flex;width:1.6875rem;height:1.6875rem;top:6.75rem;left:0.4375rem;z-index:15043; }
 }@media only screen and (max-width: 763px) { #NpJrouRKbO9ci4fok0X32ArmPkZVU8hr { width:17.5rem;height:0.9746125rem;top:7.125rem;left:2.5rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xDrfVLmD4Ew9XsxtGfBO1GdHqn6oPKoT { top:6.375rem;left:0rem;width:20rem;height:2.4375rem;z-index:15001;background-color:#ffffff;background-image:none;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) { #hStP6vcSS4FP5v9kWt0EBBegUikwkEvL { width:20rem;height:0;top:11.875rem;left:1.3999999761581rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.6;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #TcaNvHSWv2F20ueCcunu1IZuZxTUzrKn { width:20rem;height:2.3125rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1kxzshb5mF5AWwtw4XJThNDq2nmTThT { width:17.3125rem;height:0.9746125rem;top:10.125rem;left:2.6875rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Mb2ZLL8yHBphDu1Bazscbi1sVSQ01yll { display:flex;width:1.6875rem;height:1.6875rem;top:9.8125rem;left:0.5rem;z-index:15043; }
 }@media only screen and (max-width: 763px) { #gLFqBG6uS3A6rxwTZU8gqA1t7hKVUzUP { width:20rem;height:2.5625rem;top:23.948785781861rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NPQHpX4ZgmkPE2bLk0RNkpvQ82TEzRmS { width:17.4375rem;height:0.8994125rem;top:13.25rem;left:2.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #m5QW3OKADrrcJpfdvPQWw2Me5cVd5CWX { display:flex;width:1.6875rem;height:1.6875rem;top:12.875rem;left:0.5rem;z-index:15043; }
 }@media only screen and (max-width: 763px) { #D2VzGiHoTmO7cBBToorGMFZGBtTpJ5LO { width:16.625rem;height:2.92448125rem;top:1.9365234375rem;left:1.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(180deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(180deg, #ffffff, #ffffff);background-image: -o-linear-gradient(180deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #ffffff, #ffffff);background-size:cover !important;display:block; }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row .container { background-color: transparent; background-image: none; }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row .container > .video-iframe-container { display: none; }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row > .video-iframe-container { display: none; }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .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); }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row .container { width:20rem;height:60.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mmQvtDgnKIEbAwfaKqs7aPpB8Ox88OdF { width:16.1875rem;height:2.69921875rem;top:2.0625rem;left:1.90625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #urltaAXaZDFrEf8LlCAKrfBmi0VKVB0W { width:16.9375rem;height:25.3125rem;top:6.3125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wo3eA4f6VmwfEHPlBdWyKODCtHcFdEae { width:14.8125rem;height:6.75rem;top:11.625rem;left:3rem;text-align:left;text-align-last:left;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uy1Hhkgv6dyIfwpMKnmBRUcRgGMcDFnR { width:6.1875rem;height:2.4375rem;top:7.75rem;left:3rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXu127XUhDtJHtRnxHqTFcdCIRQeFvZP { width:5.875rem;height:5.875rem;top:20.4375rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTHJvNs1bkKMODV5LLPV5xenBxcLyJpd { width:11.8125rem;height:1.21875rem;top:18.375rem;left:4.09375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwvgMKeHIoREH3SJOVabk8imSaxsg9pI { width:5.875rem;height:2.92383125rem;top:27.1875rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Rolzz7T0eRyGDXLtJ5uxOOukpHquc5St { width:16.9375rem;height:25.8125rem;top:32.6875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHyo5p0BBOpMPtuC83VTCGVtEPgEerOg { width:19.9375rem;height:1.21875rem;top:44.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #So1UdTJzTZTWurFhPmhcsw9cyZpf7I8o { width:14.3125rem;height:6.75rem;top:37.9375rem;left:2.8125rem;text-align:left;text-align-last:left;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AFdAA4DD02HmDHbzbgPPC06rcoomhUpv { width:6.5625rem;height:2.4375rem;top:34.1875rem;left:2.9375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTDaGuQxV8tFZhcLn3AN6KoZAMEPHGGm { width:19rem;height:3.125rem;top:134.78125rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15041;display:none; }
 }@media only screen and (max-width: 763px) { #XSHdyNh379yXDNXVTXhREkwNG0r57SmR { display:block; }
 }@media only screen and (max-width: 763px) { #QNRhTtScOZlbo4bJxMcT91kNLnJKAviC { width:15.625rem;height:0.0625rem;top:143.28125rem;left:2.1875rem;z-index:15041;display:none; }
 }@media only screen and (max-width: 763px) { #WG19yhy6eHZIosIQFmBux64FCT4XX3hf { width:7.625rem;height:2.125rem;top:7.9375rem;left:9.5rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #g8aGyBfhldxEUhGLAS7fQ6yME8g26KdC { display:block; }
 }@media only screen and (max-width: 763px) { #Q0Vnds5hIXQ8k8Erzgh9f2COlTJttG1A { width:5.875rem;height:5.875rem;top:20.4375rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #MH3krFKDL2T4AvymdZo0uzprdVGT3KCS { width:7.0625rem;height:2.92383125rem;top:27.1875rem;left:10rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iGqyDNSC3UqkW2DWg9toefBXVouJkeJ1 { width:4.936525rem;height:0;top:159.213865625rem;left:7.5rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:400;font-style:italic;display:none; }
 }@media only screen and (max-width: 763px) { #DDWGc5SktrS9MsfObg71W0V0ENmQktPz { width:5.875rem;height:5.875rem;top:46.9375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #co8XbBqLEPSv3TnqJnPORGzgrvhfzLNo { width:7.75rem;height:2.92383125rem;top:53.8115234375rem;left:2.09375rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XM69xF3oLaUScDik9911C3PrWu0Ie4vy { width:7.3125rem;height:2.9238375rem;top:53.8115234375rem;left:10.40625rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wPGL3qirS3rDK7PlHPyxXOZlRmvFxmIi { width:5.875rem;height:5.875rem;top:46.9375rem;left:11.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #scw4yG7h3NKZT5I3Ws8ED0WvKmG1xDmt { background-color:transparent;background-image: -webkit-linear-gradient(165deg, #013666, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(165deg, #013666, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(165deg, #013666, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(165deg, #013666, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(165deg, #013666, rgba(var(--color-secondary-2),1));background-size:auto !important;display:block; }#scw4yG7h3NKZT5I3Ws8ED0WvKmG1xDmt > .row .container { background-color: transparent; background-image: none; }#scw4yG7h3NKZT5I3Ws8ED0WvKmG1xDmt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scw4yG7h3NKZT5I3Ws8ED0WvKmG1xDmt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scw4yG7h3NKZT5I3Ws8ED0WvKmG1xDmt > .row .container > .video-iframe-container { display: none; }#scw4yG7h3NKZT5I3Ws8ED0WvKmG1xDmt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scw4yG7h3NKZT5I3Ws8ED0WvKmG1xDmt > .row > .video-iframe-container { display: none; }#scw4yG7h3NKZT5I3Ws8ED0WvKmG1xDmt > .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); }#scw4yG7h3NKZT5I3Ws8ED0WvKmG1xDmt > .row .container { width:20rem;height:50.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wx0cabbo5dzF2bmaM1ACR4PsbVlWhxnC { width:17.875rem;height:4.875rem;top:2rem;left:1.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IORlC2KO4W2bg1okDWC6cvfBzh32oniS { width:2.375rem;height:2.375rem;top:9.45rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoVrfwvrA3pFoBQixhhSy1vNi3mJguov { display:flex;width:1.625rem;height:1.625rem;top:9.825rem;left:2.25rem; }
 }@media only screen and (max-width: 763px) { #gz1KqtCsAzzkLOzT2CT9zyiXGWDhdzCP { width:17.9375rem;height:9.125rem;top:8.325rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGzDxhx8FILKr6s8KW5JnL5ug9BhPuIu { width:11.4375rem;height:1.2999125rem;top:12.45rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #higWmIaIpGxFG0TBVkVccVrQery0ysng { width:15.625rem;height:2.0996125rem;top:14.2rem;left:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1CyDdDFbRTdlOIHVo4twg2T6v3Q6KCr { width:17.9375rem;height:9.125rem;top:39.45rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1rG3OezqgI7pkVfnSXTsp4aXL0adW3I { width:15.625rem;height:2.0996125rem;top:45.325rem;left:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #onmOF51dk3NaoU5PMe7xcheVMvAC1Mvu { width:11.4375rem;height:1.2999125rem;top:43.575rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gcff7O9NIr3L0WLMNeZDdwrvuGXsmkxR { width:2.375rem;height:2.375rem;top:40.575rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dg9ATW647qt1KVG1moCsOfsLp9fPdeTr { display:flex;width:1.625rem;height:1.625rem;top:41.012500953674rem;left:2.25rem; }
 }@media only screen and (max-width: 763px) { #iWMSd3697vKpL6crgQ60OfHU2KFP3nBQ { width:17.9375rem;height:9.125rem;top:18.7rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCFHo6ZOXRQC3WumtJ9pVOwCP3AFF9Nx { width:15.625rem;height:2.0996125rem;top:24.575rem;left:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8zlqGwwUEl9f18N0meID6sffteTT26d { width:11.4375rem;height:1.2999125rem;top:22.825rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnEUUK7tikMswuqa7NkuaID4uJmZaF52 { width:2.375rem;height:2.375rem;top:19.825rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0e3S0y2KwTmDI1JqRA2ISkxGqKso8ZL { display:flex;width:1.625rem;height:1.625rem;top:20.2rem;left:2.25rem; }
 }@media only screen and (max-width: 763px) { #ep2fCdpEUmGDbO2pEs6npMf6J7uoi23g { width:17.9375rem;height:9.125rem;top:29.075rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNHxgv9J9pq5CQNLL7vffC3Kz7yDsIqR { width:15.625rem;height:2.0996125rem;top:34.95rem;left:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT0MT56WnZSSawAzOwxBlkAhHxIfizh4 { width:11.4375rem;height:1.2999125rem;top:33.2rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIU99kEra8W4KbTEh73Dsu6g9XyPhWoR { width:2.375rem;height:2.375rem;top:30.2rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTHTCAy9ytlxWadcpoL8DmSxLJ88Gtc5 { display:flex;width:1.625rem;height:1.625rem;top:30.575rem;left:2.25rem; }
 }@media only screen and (max-width: 763px) { #LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg { background-color:transparent;background-image: -webkit-linear-gradient(145deg, #013666, #285d8d);background-image: -moz-linear-gradient(145deg, #013666, #285d8d);background-image: -ms-linear-gradient(145deg, #013666, #285d8d);background-image: -o-linear-gradient(145deg, #013666, #285d8d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='#285d8d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='#285d8d' );";background-image: linear-gradient(145deg, #013666, #285d8d);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:none; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row .container { border-width: 0; border-radius: 0; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row .container { width:20rem;height:50.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #K7rR6TibotKOv3wrhN0TDTKgOyVWOwFF { width:20rem;height:37.375rem;top:11.125000238419rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qcsq7rtJg6UM3rLvaNSP2scHm2iF6JG9 { width:18.1875rem;height:3.4375rem;top:63.75rem;left:0.90625rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #vageAda13oh9vZT5FhTOGEKVIQhLfy3N { display:block; }
 }@media only screen and (max-width: 763px) { #z9QWLJaekANtF0PouaFBcdgbN3oU2c95 { width:18.125rem;height:31.4375rem;top:12rem;left:0.93671876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #bO453D8AAdXSvaO8w4BkEIPWQv0Zxtyd { width:18rem;height:0;top:14.499999523163rem;left:0.99913197755812rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #AGo5hgDUxQhIpeBMkaXpr2ZL4vVzt6Nb { width:16.8125rem;height:4.048825rem;top:2.1492187976837rem;left:1.5937500596046rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aG2bGPy9HtH0kmw3bxnlK07tPUlO0hNE { width:15.5625rem;height:2.0996125rem;top:7.0874998569488rem;left:2.2187500596046rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU { display:block; }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e1r08QeLrlAfJiGmtaDNTtHryKBAQX8J { width:4.75rem;height:2.25rem;top:1.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWIFou9Ek15bSEJM7vG6TTmF13TsmVLq { width:20rem;height:auto;top:4.125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wg85sIMRBTnkAIULVxqx6V1kgCm9AgMo { width:2.5rem;height:2.5rem;top:4.375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcnMhBfInGSJ463W5CTnT1oAf5h8AHla { display:flex;width:1.4375rem;height:1.4375rem;top:4.9375rem;left:5.625rem; }
#FcnMhBfInGSJ463W5CTnT1oAf5h8AHla > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #aavWaK8xxwDIqAq7fbmZMOZKK99n8zKz { width:2.5rem;height:2.5rem;top:4.375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmG6hcwdogxgGF2yu288Mc9QmxFHxLx9 { display:flex;width:1.25rem;height:1.25rem;top:5rem;left:9.4375rem; }
#TmG6hcwdogxgGF2yu288Mc9QmxFHxLx9 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #Tz0Zf4WFvikQ1LJGvw2QfxPzDPic0JVT { width:2.5rem;height:2.5rem;top:4.375rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxMnN6lCikSI2ueKBEAOiX9V6ErhM1iv { width:1.625rem;height:1.625rem;top:4.8125rem;left:12.875rem;display:block; }
#hxMnN6lCikSI2ueKBEAOiX9V6ErhM1iv > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }