.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#VbAkAuThlV0toXv0Q34COre6BLRxh70T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container { display: none; }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .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); }#Hsv4z7HAeuPLOTUQ0A7s8gDUTsaIUDwF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4edf3;background-image:none;position:relative;display:block; }#Hsv4z7HAeuPLOTUQ0A7s8gDUTsaIUDwF > .row .container { background-color: transparent; background-image: none; }#Hsv4z7HAeuPLOTUQ0A7s8gDUTsaIUDwF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hsv4z7HAeuPLOTUQ0A7s8gDUTsaIUDwF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hsv4z7HAeuPLOTUQ0A7s8gDUTsaIUDwF > .row .container > .video-iframe-container { display: none; }#Hsv4z7HAeuPLOTUQ0A7s8gDUTsaIUDwF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hsv4z7HAeuPLOTUQ0A7s8gDUTsaIUDwF > .row > .video-iframe-container { display: none; }#Hsv4z7HAeuPLOTUQ0A7s8gDUTsaIUDwF > .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); }#Hsv4z7HAeuPLOTUQ0A7s8gDUTsaIUDwF > .row .container { border-width: 0; border-radius: 0; }#Hsv4z7HAeuPLOTUQ0A7s8gDUTsaIUDwF > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:60rem;position:relative;display:block; }#aqDpo2cv06OMTBuEnxGW62pwn4sqhOe7 { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.8125rem;width:19.375rem;top:0.9990234375rem;left:17.5625rem;overflow:hidden;display:block; }
#amVamLxxE4OvuUCERAD8sOBGqVqMbwJt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/ULLhn9Iq/hospital_minxxx5.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#amVamLxxE4OvuUCERAD8sOBGqVqMbwJt.adaptive-delivery-prevent-bg, #amVamLxxE4OvuUCERAD8sOBGqVqMbwJt.lazyload, #amVamLxxE4OvuUCERAD8sOBGqVqMbwJt.lazyloading { background-image: none; }#amVamLxxE4OvuUCERAD8sOBGqVqMbwJt > .row .container { background-color: transparent; background-image: none; }#amVamLxxE4OvuUCERAD8sOBGqVqMbwJt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(228,237,243,0.41); }#amVamLxxE4OvuUCERAD8sOBGqVqMbwJt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#amVamLxxE4OvuUCERAD8sOBGqVqMbwJt > .row .container > .video-iframe-container { display: none; }#amVamLxxE4OvuUCERAD8sOBGqVqMbwJt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(228,237,243,0.41); }#amVamLxxE4OvuUCERAD8sOBGqVqMbwJt > .row > .video-iframe-container { display: none; }#amVamLxxE4OvuUCERAD8sOBGqVqMbwJt > .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); }#amVamLxxE4OvuUCERAD8sOBGqVqMbwJt > .row .container { border-width: 0; border-radius: 0; }#amVamLxxE4OvuUCERAD8sOBGqVqMbwJt > .row .container { font-size:0.875rem;font-family:arial;height:62.125rem;width:60rem;position:relative;display:block; }#M3ciTPNFzq9xlU4qAw0uaJ1zZ8az9DTK { background-color:#ffa900;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;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:14.0625rem;height:4.3125rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:35.5rem;left:36.1875rem;display:block; }
#ggg2EBNobgIHKBeIlBEMJNpDi0RoLR9Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#e357rvUVwmso4zx6o5luElqT2T6nAz2T { color:#071a21;display:block;width:31.375rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:11.76953125rem;left:25.125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PO5LnmbvRLDxczvuzcRqsCsyVDtbEKHF { box-sizing:content-box;color:#1b97ca;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.25rem 0rem 0rem #1b97ca;display:block;z-index:100014;top:30.8125rem;left:51.75rem;display:block; }
#ZR5UF6PD6arUE4FPvGUd4IX4Iq6dgNtl { box-sizing:content-box;color:#1b97ca;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:-0.25rem 0rem 0rem #1b97ca;display:block;z-index:100015;top:30.5rem;left:34.625rem;display:block; }
#V86SarzR16kba917gSmH9B74AZU9EvQd { color:#0a3243;display:block;width:17.558625rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:3rem;left:2.71875rem;height:5.361325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OJGSTz5bndH6bBpDElfE7zMVxOl221Z7 { position:absolute;display:block;z-index:100012;background-color:#1b97ca;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;height:37.3125rem;width:17.125rem;top:12.40625rem;left:2.935546875rem;display:block; }
#kULgQi4bRo2BCtkDWxESG2pzrlVKw2ZT { color:#000000;display:block;width:15.9980625rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:13.25rem;left:4.2177734375rem;height:2.0317375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u4wDAgUzsOlGt9exPgKhUNd3471ME77X { color:#fafafa;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:100016;line-height:1.4;letter-spacing:0;top:16.0625rem;left:3.6875rem;height:2.6237rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qzQ3vnsMmfinxrTWoIFRzBUdbiqtPu5b { position:absolute;display:block;z-index:100044;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.621125rem;width:15.621125rem;top:36.158203125rem;left:35.8154296875rem;overflow:hidden;display:block; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-form-header { font-size:0.875rem; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:0.9375rem;font-weight:700;color:#ffa900;width:15.25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:right;text-align-last:right;overflow:hidden;line-height:.5;font-style:normal; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15.25rem;box-sizing:border-box;height:2.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top;text-align:right;text-align-last:right;line-height:.3; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15.25rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top;text-align:right;text-align-last:right;line-height:.3; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-input-select { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15.25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:lato;font-size:0.9375rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#ffa900;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#000000;width:15.25rem;height:2.5rem;font-family:cairo;overflow:hidden;text-align:center;text-align-last:center;line-height:1; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ [class*="-text"]:-moz-placeholder { color:#666666;font-family:lato;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ [class*="-text"]::-moz-placeholder { color:#666666;font-family:lato;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ [class*="-text"]:-ms-input-placeholder { color:#666666;font-family:lato;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ [class*="-text"]::-webkit-input-placeholder { color:#666666;font-family:lato;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:14.25rem;overflow:hidden;font-style:normal;float:none; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2.8125rem;vertical-align:middle;font-family:lato;font-size:0.9375rem;font-weight:700;color:#ffffff;overflow:hidden;font-style:normal;line-height:3;float:none; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-container { padding-top:0.4375rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-container:first-of-type{padding-top:0;}#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-container:last-of-type{padding-bottom:0;}#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100038;position:absolute;top:18.68598151207rem;left:2.6215267181396rem;font-size:0.875rem; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15.25rem;display:block;vertical-align:top; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ {display:block;}#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100038;position:absolute;top:18.68598151207rem;left:2.6215267181396rem;font-size:0.875rem; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #Tu4QArtyhLArtg5DiQ0eOym2n77Os2zM { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #Dwv26hJJxNuqhPpu7P6qvTESDn86Tiio { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #VBtodryDOzw9P7Q2ft0E9kpBgVtmQ0x7 { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #PQvRfCpdPaTGnaaOMTHsZ5CTxzqIJXvJ { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #PQvRfCpdPaTGnaaOMTHsZ5CTxzqIJXvJ .container-column{width:50%;}#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #xTAbkhA3tBUhPbZPt7ttRI31UEFUVe2z { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #ySipH8sKFN5TDNSTOCb45XC41fD4Tfb8 { position:relative;z-index:2; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #V8sMyligrLZT9OviA9QK9MxT8ozJLtlO { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #vl1lDgGrhQ8HHotsFubg94KWll8hAPN9 { position:relative;z-index:2; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #zok6694OtZU1M7Gx9kCdekr1PSGqsdrQ { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #tCxPgVrW8ELRR8vT7S0h8bl5tCPo9158 { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #LrQbt7eeb5OQqGK1hWdXiFNkP8e8QxIW { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #KH2VvWndAggINArpW1FQeqqeomUBrB8X { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #IMI2X3BAveLarbN8IdI5vHX6cdVNH0Tl { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #fw5EgXqGFoG8xtF1zKA5uC05K5L2woKm { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #uFuvw4WI9l9Car4HxJvXazVo75nH9Os8 { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #puUUgt0I8BHbooDQ8yozTM9ZEcxlzgRk { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #Xw3eAib2xgVGXUT6zMq0pG0KGBNz7Ewc { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #wm78MOZUlhMIy63q9pxxu41l6zz3V8mm { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #XATpG54FnWRAMhHE0MU07xWzii9cCPbS { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #XATpG54FnWRAMhHE0MU07xWzii9cCPbS .container-column{width:50%;}#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #LR6JVV4BHGOzEtErSfiJvIpKkOFJmQ1C { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #s9d1vfe7OTyrMm8rTuHnJUG9LSEUWtnA { position:relative;z-index:2; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #APgczBr5zmn21hEBRGA5GTvJWMKUlVkL { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #bQtmL8LIMZusG0mQ3eg4ufRO6wCPczdL { position:relative;z-index:2; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #tuh0M0BuSupJVlv8tTBfV9xUiEUKJCD9 { position:relative; }
#APu8bDAq1cCXGXKUESA9zKOTbsQGeNI7 { position:relative;display:block; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #sTCAGmKqATaAwoPXIufGhwa5eaSkppLP { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #xTozqmLSX4WDxQkSFZcLNX0ne7cC2MCV { position:relative; }
#D3E7XfAFRp6TVJhPpXKG6CAStsE2tv4t { color:rgba(2,172,0,0.8);display:block;width:14.8125rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100045;line-height:1.3;letter-spacing:0;top:46.8125rem;left:36.625rem;height:1.3808625rem;font-style:normal;display:block; }
#bFmTVozS5Et2pgs8qrrsvF9iGrvHvcUz { color:#071a21;display:block;width:34.875rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0rem 0rem rgba(0,0,0,0.83);top:9.4296875rem;left:23.375rem;height:1.8684875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TM4mTZFc6WDy3qfhNkSJ3hSzGe4lucAN { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9375rem;height:3.4375rem;text-decoration:none;z-index:100046;text-align:center;text-align-last:center;top:23.833551406861rem;left:32.748481750488rem;display:block; }
#EfAhMP9031mXOBAANGGvmzF7wpTihrdD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UJnF9ZtiWXkBXveArSJGhqD4uXEmPS9M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4edf3;background-image:none;position:relative;display:block; }#UJnF9ZtiWXkBXveArSJGhqD4uXEmPS9M > .row .container { background-color: transparent; background-image: none; }#UJnF9ZtiWXkBXveArSJGhqD4uXEmPS9M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJnF9ZtiWXkBXveArSJGhqD4uXEmPS9M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJnF9ZtiWXkBXveArSJGhqD4uXEmPS9M > .row .container > .video-iframe-container { display: none; }#UJnF9ZtiWXkBXveArSJGhqD4uXEmPS9M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJnF9ZtiWXkBXveArSJGhqD4uXEmPS9M > .row > .video-iframe-container { display: none; }#UJnF9ZtiWXkBXveArSJGhqD4uXEmPS9M > .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); }#UJnF9ZtiWXkBXveArSJGhqD4uXEmPS9M > .row .container { border-width: 0; border-radius: 0; }#UJnF9ZtiWXkBXveArSJGhqD4uXEmPS9M > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:60rem;position:relative;display:block; }#Ze4CmcMhcasb5bD2qdFtWol2XellTTti { color:#0a3243;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:1.0117139816284rem;left:0rem;height:3.25rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#OcwCTlMVVBIWomATtuoA1xDodUX7JTJI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/E8sPjajx/image123.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }#OcwCTlMVVBIWomATtuoA1xDodUX7JTJI.adaptive-delivery-prevent-bg, #OcwCTlMVVBIWomATtuoA1xDodUX7JTJI.lazyload, #OcwCTlMVVBIWomATtuoA1xDodUX7JTJI.lazyloading { background-image: none; }#OcwCTlMVVBIWomATtuoA1xDodUX7JTJI > .row .container { background-color: transparent; background-image: none; }#OcwCTlMVVBIWomATtuoA1xDodUX7JTJI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(228,237,243,0.9); }#OcwCTlMVVBIWomATtuoA1xDodUX7JTJI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OcwCTlMVVBIWomATtuoA1xDodUX7JTJI > .row .container > .video-iframe-container { display: none; }#OcwCTlMVVBIWomATtuoA1xDodUX7JTJI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(228,237,243,0.9); }#OcwCTlMVVBIWomATtuoA1xDodUX7JTJI > .row > .video-iframe-container { display: none; }#OcwCTlMVVBIWomATtuoA1xDodUX7JTJI > .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); }#OcwCTlMVVBIWomATtuoA1xDodUX7JTJI > .row .container { border-width: 0; border-radius: 0; }#OcwCTlMVVBIWomATtuoA1xDodUX7JTJI > .row .container { font-size:0.875rem;font-family:arial;height:66rem;width:60rem;position:relative;display:block; }#kpwf1LEKbH4CdDrGXTg2ULydMlvC2tAJ { position:absolute;display:block;z-index:100000;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-image: -moz-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-image: -ms-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-image: -o-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );";background-image: linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:16.875rem;width:17.1875rem;top:3.5rem;left:6.6875rem;display:block; }
#aZDXgXIbqO0EROakT1oNHclSvbulcz0a { color:#e4e4e4;display:block;width:11.8125rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:5.25rem;left:9.375rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zkHpUAlSPLq8SIGP3K2gMpLo9AMfdn4T { background-color:#ffa900;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;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.75rem;height:3.1245125rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:18.5rem;left:11.9375rem;display:block; }
#VKZwn1paezmiXz7ovE4fGTiIcKuOZdNg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LpxT5gIlSWJ7mkvOTMAfbLnCtN4xr6L1 { color:#e4e4e4;display:block;width:11.1855625rem;position:absolute;font-family:cairo;font-size:2.6875rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:14.1875rem;left:9.0625rem;height:3.493925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#quxMOSa72fnFbc5aIqTPTxoKNICMecMN { color:#999999;display:block;width:6.9375rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:12.5625rem;left:6.6875rem;height:1.7068125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#K35WXznmSVPaV8u8Cq9iPC7OMg02Gavm { position:absolute;display:block;z-index:100005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -moz-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -ms-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -o-linear-gradient(180deg, #ffa900, #eff2f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa900', endColorstr='#eff2f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa900', endColorstr='#eff2f8' );";background-image: linear-gradient(180deg, #ffa900, #eff2f8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;height:5rem;width:5.0625rem;top:0rem;left:6.6875rem;display:block; }
#qHbcl496r1Pm35toifKD1T8sb0OGsn8m { color:#e4e4e4;display:block;width:6.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:1rem;left:6.25rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VUPZRZ7e8MOaiSzTyAz0cBPDWqvgTk44 { position:absolute;display:block;z-index:100008;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-image: -moz-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-image: -ms-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-image: -o-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );";background-image: linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:32.6875rem;width:15.9375rem;top:8.4375rem;left:36.786337209303rem;display:block; }
#IoV1Hnea9vPMW1GnggU5JQZAEr6IztlO { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:9.6875rem;left:38.6875rem;height:1.8684875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DFIfFpthtFGwKuUxQ9HauLT8y6g4UDEg { color:#999999;display:block;width:6.9375rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:34.1875rem;left:35.6875rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qLHrO8a8xWNR3GA288MONmvWP44b6SE3 { position:absolute;display:block;z-index:100013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -moz-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -ms-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -o-linear-gradient(180deg, #ffa900, #eff2f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa900', endColorstr='#eff2f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa900', endColorstr='#eff2f8' );";background-image: linear-gradient(180deg, #ffa900, #eff2f8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;height:4.9995125rem;width:5.0625rem;top:7.1875rem;left:35.1875rem;display:block; }
#FbmemGDuEgqTqJsLu7LOwqANx25ZT0kk { color:#e4e4e4;display:block;width:6.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:8.1875rem;left:34.4375rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dwdAmBfGiTndNdB2UWky2XZKuyD1AyGU { color:#e4e4e4;display:block;width:11.1845625rem;position:absolute;font-family:cairo;font-size:2.625rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:35.8125rem;left:37.4375rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AJEmDIAM2NduI6v0o4koXtVGuxnDvWib { background-color:#ffa900;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;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.75rem;height:3.12305rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:40.1259765625rem;left:41.3798828125rem;display:block; }
#AyN22rQtUE4OGgpp0iDzoXNsGkL0XXTS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NHRfXlP8txTtx2Uax5XP4pdU4zifuhTp { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100036;line-height:1.3;letter-spacing:0;top:13.25rem;left:39.125rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#CD88P6pKaSsSntAZVJAmnTLwrluiZE28 { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:100037;line-height:1.3;letter-spacing:0;top:14.5rem;left:38.875rem;height:19.014775rem;text-align:center;text-align-last:center;display:block; }
#Rz4PXizo6MxitF9D7yvisCih73LF6IfK { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:100038;line-height:1.3;letter-spacing:0;top:9.75rem;left:9.0625rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#AFqLk2xou1EhPCcMKaISdL4tfa8CEQ5K { position:absolute;display:block;z-index:100008;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-image: -moz-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-image: -ms-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-image: -o-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );";background-image: linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:16.875rem;width:17.1875rem;top:46.4375rem;left:23.875rem;display:block; }
#NZSB5XNS7pE7bns41i9uTms3VukqDIiI { color:#e4e4e4;display:block;width:11.8125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:48.625rem;left:25.4375rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HAzqJHt7woTE8V5dDiNcl6NPlNaUNDcN { position:absolute;display:block;z-index:100013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -moz-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -ms-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -o-linear-gradient(180deg, #ffa900, #eff2f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa900', endColorstr='#eff2f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa900', endColorstr='#eff2f8' );";background-image: linear-gradient(180deg, #ffa900, #eff2f8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;height:5rem;width:5.0625rem;top:43.6875rem;left:21.9375rem;display:block; }
#UR6OyhyPD1k7Nmz6SFALxQCyZsocThdn { color:#e4e4e4;display:block;width:6.5625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:45.1875rem;left:21.1875rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ex4mvuW2d7kTfZJDMxFSZTC3eXeMRTFK { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:100046;line-height:1.3;letter-spacing:0;top:52.1875rem;left:25.125rem;height:4.14061875rem;text-align:center;text-align-last:center;display:block; }
#QMhg55LZlpxe26Ctq2beT3UH869n3xXg { color:#999999;display:block;width:6.9375rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:56.3125rem;left:21.6875rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#XINfB14f7yhpV0Ovp0loGD0vwbh8ShMF { color:#e4e4e4;display:block;width:11.1855625rem;position:absolute;font-family:cairo;font-size:2.625rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:57.5625rem;left:25.125rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZuKXGvayBMsb7FLLXTtTXfRfbr65bgGU { background-color:#ffa900;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;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.75rem;height:3.1245125rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:61.5rem;left:28rem;display:block; }
#emdko1hqpeQXkBxBeF5hEvyf31D5Wncy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Dplu1OTmaMJBtcw9J1JiOeP4aWtOOUQR { position:absolute;display:block;z-index:100016;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-image: -moz-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-image: -ms-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-image: -o-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );";background-image: linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:16.875rem;width:17.1875rem;top:25.875rem;left:8.125rem;display:block; }
#vuBZM4873eiGJdOcDXU400T0cAU2apEP { color:#e4e4e4;display:block;width:11.8125rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:27.875rem;left:11.3125rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iSJlT0JucJpD2TonWZFNK4aVCFVSPmBK { position:absolute;display:block;z-index:100021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -moz-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -ms-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -o-linear-gradient(180deg, #ffa900, #eff2f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa900', endColorstr='#eff2f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa900', endColorstr='#eff2f8' );";background-image: linear-gradient(180deg, #ffa900, #eff2f8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;height:5rem;width:5.0625rem;top:23.5rem;left:6rem;display:block; }
#TxQTA4oPNBZdcKyTzqJTqkzDfRGgcDAQ { color:#e4e4e4;display:block;width:6.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;top:24.5625rem;left:5.25rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Al4kDOZDKt3Po6DZzE6vx4O4bDrZqK1A { color:#999999;display:block;width:6.9375rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:34.8125rem;left:7.3125rem;height:1.7068125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ATaqA7h18zBEuWvTuLBsUBd6D1wstNcJ { color:#e4e4e4;display:block;width:11.1855625rem;position:absolute;font-family:cairo;font-size:2.6875rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:36.625rem;left:10.4375rem;height:3.493925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AKu7azd9h0hxJpL0NDMcaCNWqtmdmvI9 { background-color:#ffa900;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;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.75rem;height:3.1245125rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:40.875rem;left:13.375rem;display:block; }
#e1tSwXVzlUdz11RGeT1FnC9mOd5oSrh9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fiJuXvI9E2Tp2kEk8mgHgbdIgsIDsiOZ { color:#e4e4e4;display:block;width:11.8125rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:31.8125rem;left:11.25rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RByBbJcCrUMpGzHAuXEuVuUSPaLxyVZD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4edf3;background-image:none;position:relative;display:block; }#RByBbJcCrUMpGzHAuXEuVuUSPaLxyVZD > .row .container { background-color: transparent; background-image: none; }#RByBbJcCrUMpGzHAuXEuVuUSPaLxyVZD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RByBbJcCrUMpGzHAuXEuVuUSPaLxyVZD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RByBbJcCrUMpGzHAuXEuVuUSPaLxyVZD > .row .container > .video-iframe-container { display: none; }#RByBbJcCrUMpGzHAuXEuVuUSPaLxyVZD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RByBbJcCrUMpGzHAuXEuVuUSPaLxyVZD > .row > .video-iframe-container { display: none; }#RByBbJcCrUMpGzHAuXEuVuUSPaLxyVZD > .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); }#RByBbJcCrUMpGzHAuXEuVuUSPaLxyVZD > .row .container { border-width: 0; border-radius: 0; }#RByBbJcCrUMpGzHAuXEuVuUSPaLxyVZD > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:60rem;position:relative;display:block; }#uVKWLdsy3d1yZDHIwOfa8DVddAnaOtIV { color:#0a3243;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:0.82421875rem;left:0rem;height:3.25rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Ttab79tLVAvKP1biwtDJRPTAuJT5W7ZN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/E8sPjajx/image123.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }#Ttab79tLVAvKP1biwtDJRPTAuJT5W7ZN.adaptive-delivery-prevent-bg, #Ttab79tLVAvKP1biwtDJRPTAuJT5W7ZN.lazyload, #Ttab79tLVAvKP1biwtDJRPTAuJT5W7ZN.lazyloading { background-image: none; }#Ttab79tLVAvKP1biwtDJRPTAuJT5W7ZN > .row .container { background-color: transparent; background-image: none; }#Ttab79tLVAvKP1biwtDJRPTAuJT5W7ZN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(228,237,243,0.9); }#Ttab79tLVAvKP1biwtDJRPTAuJT5W7ZN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ttab79tLVAvKP1biwtDJRPTAuJT5W7ZN > .row .container > .video-iframe-container { display: none; }#Ttab79tLVAvKP1biwtDJRPTAuJT5W7ZN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(228,237,243,0.9); }#Ttab79tLVAvKP1biwtDJRPTAuJT5W7ZN > .row > .video-iframe-container { display: none; }#Ttab79tLVAvKP1biwtDJRPTAuJT5W7ZN > .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); }#Ttab79tLVAvKP1biwtDJRPTAuJT5W7ZN > .row .container { border-width: 0; border-radius: 0; }#Ttab79tLVAvKP1biwtDJRPTAuJT5W7ZN > .row .container { font-size:0.875rem;font-family:arial;height:40.875rem;width:60rem;position:relative;display:block; }#EnvxCPXLh9fggSEFeuJfEVeqXhHEKNym { position:absolute;display:block;z-index:100000;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-image: -moz-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-image: -ms-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-image: -o-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );";background-image: linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:14.875rem;width:17.1875rem;top:3.625rem;left:41.625rem;display:block; }
#SeAOW1eyZ04thPQTFy8ykuTAaT6Fq97O { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:4.25rem;left:45.3125rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bKb1T4GtX507rwslL0mEtgOr5kPmFcT8 { background-color:#ffa900;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;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.75rem;height:3.1245125rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:16.625rem;left:46.875rem;display:block; }
#D34ySOCJ7nuQhOGKEFWDbHqWaVc4Gcw6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#X6ubsF9mnweTmoNgbxpUsNlNuFa5mZTE { color:#000000;display:block;width:11.1865rem;position:absolute;font-family:cairo;font-size:2.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:13.0625rem;left:44.625rem;height:3.24978125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ydbHwfXPFFAhS6SHr2cohXd3uk7Kk7bE { color:#999999;display:block;width:6.9375rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:11.4375rem;left:40.8125rem;height:1.7068125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#d5F5pC5ETHnT2hAum8XiJahbrBiZJGXf { position:absolute;display:block;z-index:100005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -moz-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -ms-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -o-linear-gradient(180deg, #ffa900, #eff2f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa900', endColorstr='#eff2f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa900', endColorstr='#eff2f8' );";background-image: linear-gradient(180deg, #ffa900, #eff2f8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;height:5rem;width:5.0625rem;top:1.125rem;left:40.8125rem;display:block; }
#d9sgMO6Uvylyo1T6R2l0dAAE4nOzGFMS { color:#000000;display:block;width:6.5625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:2.3125rem;left:40.0625rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t2dwznT6rtUyxinlbRnLc8ZBLmQKPbcb { position:absolute;display:block;z-index:100007;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-image: -moz-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-image: -ms-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-image: -o-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );";background-image: linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:14.875rem;width:17.1875rem;top:3.75rem;left:22.125rem;display:block; }
#ceVz5nEN9tUbMkVe1BHhtLO9nhP3qHdt { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:5.75rem;left:24.8125rem;height:2.11263125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Dywd3ekHqLcm7sgPIbqkh4h65amrIEOJ { position:absolute;display:block;z-index:100012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -moz-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -ms-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -o-linear-gradient(180deg, #ffa900, #eff2f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa900', endColorstr='#eff2f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa900', endColorstr='#eff2f8' );";background-image: linear-gradient(180deg, #ffa900, #eff2f8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;height:5rem;width:5.0625rem;top:1.25rem;left:21.3125rem;display:block; }
#H0l1oqQAcI0gEAAHRVawdaRBpx6URJUm { color:#000000;display:block;width:6.5625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:2.4375rem;left:20.5625rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tMv5d8RHtPqO5dIZHd4HueCiALq6EF3O { color:#999999;display:block;width:6.9375rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:10.5rem;left:21.3125rem;height:1.7068125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#HN5CCXurqVhw9mqeOHXsLRQEOH5owlig { color:#e4e4e4;display:block;width:11.1865rem;position:absolute;font-family:cairo;font-size:2.625rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:12.6875rem;left:25.5rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a2y5K7K8mDIMdpN9MOaEHF2KdJp0D3DM { background-color:#ffa900;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;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.75rem;height:3.1245125rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:16.75rem;left:27.375rem;display:block; }
#WoeGpZ76dQbrWnvsB0RrhXnbFrxTZ08g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#n9ZZ0UaiNfXkyAmfr0w4Gngl0kyDzJkp { position:absolute;display:block;z-index:100014;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-image: -moz-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-image: -ms-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-image: -o-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );";background-image: linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:14.875rem;width:17.1875rem;top:3.75rem;left:2.75rem;display:block; }
#zWes3aMrJCQT3H8n97zm5RbPAoMxeUGh { position:absolute;display:block;z-index:100019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -moz-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -ms-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -o-linear-gradient(180deg, #ffa900, #eff2f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa900', endColorstr='#eff2f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa900', endColorstr='#eff2f8' );";background-image: linear-gradient(180deg, #ffa900, #eff2f8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;height:5rem;width:5.0625rem;top:1.25rem;left:1.9375rem;display:block; }
#GKeLg6MlAmmcst0lrE8ItTTkyaZF3WPd { color:#e4e4e4;display:block;width:6.5625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:2.4375rem;left:1.1875rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TNekw8qHHe7BUGCz9CnOfrE9nMS0gs6Z { color:#e4e4e4;display:block;width:11.8125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:6.1875rem;left:5.4375rem;height:3.0859375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PEelF2039tMuxidTGJldx3W6EaqfT9kC { color:#999999;display:block;width:6.9375rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:11.5rem;left:1.9375rem;height:1.7068125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#pBTuPwuJs9PKeTBx3J274DiXVmAeiwvb { color:#e4e4e4;display:block;width:11.1865rem;position:absolute;font-family:cairo;font-size:2.625rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:13rem;left:5.75rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FRHp665T27QLh1KNs8IUvuZO0h8LKESO { background-color:#ffa900;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;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.75rem;height:3.1245125rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:16.75rem;left:8rem;display:block; }
#v4wiJxcIgCIdTLLlFTwlDCiV6VD7ENKK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LA5CMhuSIsPfqu5PtgS416wrlvfkcWCI { position:absolute;display:block;z-index:100033;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -moz-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -ms-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -o-linear-gradient(180deg, #ffa900, #eff2f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa900', endColorstr='#eff2f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa900', endColorstr='#eff2f8' );";background-image: linear-gradient(180deg, #ffa900, #eff2f8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;height:5rem;width:5.0625rem;top:20.4375rem;left:21.375rem;display:block; }
#LhOTesv4PviipoW3g4KPxTXTycLHaK5C { color:#e4e4e4;display:block;width:6.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100034;line-height:1.3;letter-spacing:0;top:21.625rem;left:20.625rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vz2uVgxUmhHFcMZstV9uBF60Vv3rXli0 { position:absolute;display:block;z-index:100028;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-image: -moz-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-image: -ms-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-image: -o-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );";background-image: linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:14.875rem;width:17.1875rem;top:22.9375rem;left:22.1875rem;display:block; }
#abW6L94Ec5FVgTssJX8zKLXlnnw9dRl7 { color:#000000;display:block;width:11.8120625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:28.111992359161rem;left:24.936199188233rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UCuxitEeWZb6VVfWy8FxulrnJRW2sLV4 { color:#999999;display:block;width:6.936875rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:31.561428546906rem;left:21.310764312744rem;height:1.7068125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#naEsn5QGneIDHCsAAyBUioZpJ9GmZhcb { color:#e4e4e4;display:block;width:11.186rem;position:absolute;font-family:cairo;font-size:2.625rem;font-weight:700;z-index:100030;line-height:1.3;letter-spacing:0;top:32.595499515534rem;left:26.373699188233rem;height:3.41145625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RHFhgl4elipOFXbkPnyr8bu8Xba9yuXt { background-color:#ffa900;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;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.75rem;height:3.1245125rem;text-decoration:none;z-index:100029;text-align:center;text-align-last:center;top:35.9375rem;left:27.4375rem;display:block; }
#XFxf80foRt1Bb8pmySDT4IreyJbFFV0H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XthNFTXykysClH9TZfOVqSPzNmZ6r5Tk { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100035;line-height:1.3;letter-spacing:0;top:6.9375rem;left:44.9375rem;height:5.19965625rem;text-align:center;text-align-last:center;display:block; }
#yxKU4RCOGqf4Iz6RFMbP1dkLOW9XPAmk { color:#000000;display:block;width:11.8120625rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:100036;line-height:1.3;letter-spacing:0;top:23.448362827301rem;left:25.499134063721rem;height:2.11263125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TPuHF7Qoqx6yoDQlTiqdmM2MmRF2UkHS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/E8sPjajx/image123.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }#TPuHF7Qoqx6yoDQlTiqdmM2MmRF2UkHS.adaptive-delivery-prevent-bg, #TPuHF7Qoqx6yoDQlTiqdmM2MmRF2UkHS.lazyload, #TPuHF7Qoqx6yoDQlTiqdmM2MmRF2UkHS.lazyloading { background-image: none; }#TPuHF7Qoqx6yoDQlTiqdmM2MmRF2UkHS > .row .container { background-color: transparent; background-image: none; }#TPuHF7Qoqx6yoDQlTiqdmM2MmRF2UkHS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(228,237,243,0.91); }#TPuHF7Qoqx6yoDQlTiqdmM2MmRF2UkHS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPuHF7Qoqx6yoDQlTiqdmM2MmRF2UkHS > .row .container > .video-iframe-container { display: none; }#TPuHF7Qoqx6yoDQlTiqdmM2MmRF2UkHS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(228,237,243,0.91); }#TPuHF7Qoqx6yoDQlTiqdmM2MmRF2UkHS > .row > .video-iframe-container { display: none; }#TPuHF7Qoqx6yoDQlTiqdmM2MmRF2UkHS > .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); }#TPuHF7Qoqx6yoDQlTiqdmM2MmRF2UkHS > .row .container { border-width: 0; border-radius: 0; }#TPuHF7Qoqx6yoDQlTiqdmM2MmRF2UkHS > .row .container { font-size:0.875rem;font-family:arial;height:45.125rem;width:60rem;position:relative;display:block; }#cWfCAUUsyPVBE8mx6msL23qDedS35kly { position:absolute;display:block;z-index:100000;background-color:transparent;background-image: -webkit-linear-gradient(264deg, #73aec7, rgba(0,0,0,0));background-image: -moz-linear-gradient(264deg, #73aec7, rgba(0,0,0,0));background-image: -ms-linear-gradient(264deg, #73aec7, rgba(0,0,0,0));background-image: -o-linear-gradient(264deg, #73aec7, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );";background-image: linear-gradient(264deg, #73aec7, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:14.875rem;width:17.1875rem;top:7.625rem;left:35.375rem;display:block; }
#iwHxcamUQZS6yahLyMOL2ZDKbhnFM31q { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:9.296875rem;left:39.0625rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DGz15yDykR1oeQ25OLTTSnzins4wKZAN { background-color:#ffa900;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;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.75rem;height:3.1245125rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:20.625rem;left:40.625rem;display:block; }
#GiXUMOwiobW0mcKmHIIgyTa87fp81TB9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lTCzdpQ4u9I3xTTZKQCluCogDigTiHAU { color:#80646b;display:block;width:12.875rem;position:absolute;font-family:cairo;font-size:2.8125rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:16.1875rem;left:37.9375rem;height:3.6556rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LxiEWyUPunDiNgS5JmAMVrWMsrQbiVF6 { color:#ff3939;display:block;width:6.9375rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:14.25rem;left:37.0625rem;height:1.8684875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#LmtUPPmpQTZXIzRGeeQbxmz3zxgS3owG { position:absolute;display:block;z-index:100005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -moz-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -ms-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -o-linear-gradient(180deg, #ffa900, #eff2f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa900', endColorstr='#eff2f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa900', endColorstr='#eff2f8' );";background-image: linear-gradient(180deg, #ffa900, #eff2f8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;height:5rem;width:5.0625rem;top:5.125rem;left:34.5625rem;display:block; }
#RfKydTJ5ob1uiv7ISeO8IgcWpO1nf53J { color:#000000;display:block;width:6.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:5.9375rem;left:33.9375rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PVPSU3PdS4QpmhcGAx6bw2WW8mZzLZ6s { color:#000000;display:block;width:6.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:6.3125rem;left:8.75rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pFd5dUhJsRCKgTTWU6iKDQvJOAXpI9JA { position:absolute;display:block;z-index:100007;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-image: -moz-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-image: -ms-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-image: -o-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );";background-image: linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:14.875rem;width:17.1875rem;top:7.625rem;left:10.3125rem;display:block; }
#QStks7O9TJU2rSOpqAFSfxzWiETI2zc7 { position:absolute;display:block;z-index:100012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -moz-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -ms-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -o-linear-gradient(180deg, #ffa900, #eff2f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa900', endColorstr='#eff2f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa900', endColorstr='#eff2f8' );";background-image: linear-gradient(180deg, #ffa900, #eff2f8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;height:5rem;width:5.0625rem;top:5.125rem;left:9.5rem;display:block; }
#SzcMbTUImR3NBXh7RFRUfUmpHRqpmTdK { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:cairo;font-size:1.875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:9.865234375rem;left:13.40625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DOSP7TpX8AaSI4Fvz5TZztvkvSLQsFGy { color:#ff3939;display:block;width:6.9375rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:14.25rem;left:12rem;height:1.8684875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#GshpVxhhQFqO6bcr6vBqRxh1mZhm8n50 { color:#e4e4e4;display:block;width:12.875rem;position:absolute;font-family:cairo;font-size:2.8125rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:15.9375rem;left:12.875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iASVyoT6ZXwBiQSN6oPzPLIk353adKNP { background-color:#ffa900;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;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.75rem;height:3.375rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:20.25rem;left:15.5625rem;display:block; }
#oUUELqwMIpN1wMHFGtbpmkR3OifDsJP1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RKH840uz7AeBwB6EV15p5AvPGxZ7FMhH { color:#0a3243;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:1.1875rem;left:0rem;height:3.24978125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#gnnTKRAhAdqgWvTxWd5HwMgrS43sft3s { position:absolute;display:block;z-index:100007;background-color:transparent;background-image: -webkit-linear-gradient(264deg, #73aec7, rgba(0,0,0,0));background-image: -moz-linear-gradient(264deg, #73aec7, rgba(0,0,0,0));background-image: -ms-linear-gradient(264deg, #73aec7, rgba(0,0,0,0));background-image: -o-linear-gradient(264deg, #73aec7, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );";background-image: linear-gradient(264deg, #73aec7, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:14.875rem;width:17.1875rem;top:27.625rem;left:37.8125rem;display:block; }
#f3n7VCCK5pfCyb7fTD0yINMRaktB7skI { position:absolute;display:block;z-index:100012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -moz-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -ms-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -o-linear-gradient(180deg, #ffa900, #eff2f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa900', endColorstr='#eff2f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa900', endColorstr='#eff2f8' );";background-image: linear-gradient(180deg, #ffa900, #eff2f8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;height:5rem;width:5.0625rem;top:25.125rem;left:37rem;display:block; }
#cEQmn4x8kEIPk2maESlqL50Bxd2rGvMO { color:#000000;display:block;width:6.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:25.9375rem;left:36.375rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dLzMDg1TSog52Gut11VMz1l9K84sKE5H { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:31.124565124512rem;left:41.499568939209rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ShxGDD3IDxewyezhKOImfRrm1vb8iAQl { color:#ff3939;display:block;width:9.3125rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:35.249130249024rem;left:37.812282562256rem;height:1.8684875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#VglieEknI0a0RnVuKfontcAzc1UpX8fD { color:#80646b;display:block;width:12.874375rem;position:absolute;font-family:cairo;font-size:2.6875rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:36.851347446442rem;left:40.9375rem;height:3.493925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hxTa7JBhzloHfqKpJa3N8zePbMIbXaCX { background-color:#ffa900;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;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.75rem;height:3.1245125rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:40.625rem;left:43.0625rem;display:block; }
#uF180RcTwPDJ7MPSEmRtLDt1Wo4p0RpQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DT0cT2A7dZynOiIveeOJRvTBtd65As2l { position:absolute;display:block;z-index:100014;background-color:transparent;background-image: -webkit-linear-gradient(264deg, #73aec7, rgba(0,0,0,0));background-image: -moz-linear-gradient(264deg, #73aec7, rgba(0,0,0,0));background-image: -ms-linear-gradient(264deg, #73aec7, rgba(0,0,0,0));background-image: -o-linear-gradient(264deg, #73aec7, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );";background-image: linear-gradient(264deg, #73aec7, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:14.875rem;width:17.1875rem;top:27.625rem;left:8.125rem;display:block; }
#oCBOh2rCJayrP4yT1SEnmrIBpBBsKET9 { position:absolute;display:block;z-index:100019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -moz-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -ms-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -o-linear-gradient(180deg, #ffa900, #eff2f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa900', endColorstr='#eff2f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa900', endColorstr='#eff2f8' );";background-image: linear-gradient(180deg, #ffa900, #eff2f8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;height:5rem;width:5.0625rem;top:25.125rem;left:7.3125rem;display:block; }
#q13bZXsuRtGoMnofdTKlIvccHv8i4EyP { color:#000000;display:block;width:6.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:25.9375rem;left:6.6875rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E3mGyIPBkABMvXUNNQSP2CvilZM4LwwR { color:#ff3939;display:block;width:9.3125rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:35.4375rem;left:7.5625rem;height:1.8684875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#q2524oI4GDUDGotfZ00N2sPcrtLBONkm { color:#000000;display:block;width:11.8120625rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:28.442927360534rem;left:11.997611999512rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#twtsySkrn2F22hnVqC5D7qpeGaPBNJTN { color:#80646b;display:block;width:12.874375rem;position:absolute;font-family:cairo;font-size:2.375rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:37.0625rem;left:11.25rem;height:3.087025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KbKnuAGPxbrcT9ZxSnRXXhEMBvtZD0MS { background-color:#ffa900;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;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.75rem;height:3.1245125rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:40.625rem;left:13.375rem;display:block; }
#ySrLOia2SOlFTG62GPmE1cDR4O9sJT9x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SdEX9V0hG3dhNKMrKzbvgJAoDJ48Das5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/E8sPjajx/image123.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }#SdEX9V0hG3dhNKMrKzbvgJAoDJ48Das5.adaptive-delivery-prevent-bg, #SdEX9V0hG3dhNKMrKzbvgJAoDJ48Das5.lazyload, #SdEX9V0hG3dhNKMrKzbvgJAoDJ48Das5.lazyloading { background-image: none; }#SdEX9V0hG3dhNKMrKzbvgJAoDJ48Das5 > .row .container { background-color: transparent; background-image: none; }#SdEX9V0hG3dhNKMrKzbvgJAoDJ48Das5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(228,237,243,0.91); }#SdEX9V0hG3dhNKMrKzbvgJAoDJ48Das5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SdEX9V0hG3dhNKMrKzbvgJAoDJ48Das5 > .row .container > .video-iframe-container { display: none; }#SdEX9V0hG3dhNKMrKzbvgJAoDJ48Das5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(228,237,243,0.91); }#SdEX9V0hG3dhNKMrKzbvgJAoDJ48Das5 > .row > .video-iframe-container { display: none; }#SdEX9V0hG3dhNKMrKzbvgJAoDJ48Das5 > .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); }#SdEX9V0hG3dhNKMrKzbvgJAoDJ48Das5 > .row .container { border-width: 0; border-radius: 0; }#SdEX9V0hG3dhNKMrKzbvgJAoDJ48Das5 > .row .container { font-size:0.875rem;font-family:arial;height:47.4375rem;width:60rem;position:relative;display:block; }#faVMpSt9mhCEAILlZ38bCtIkogGdTqO8 { position:absolute;display:block;z-index:100000;background-color:transparent;background-image: -webkit-linear-gradient(264deg, #73aec7, rgba(0,0,0,0));background-image: -moz-linear-gradient(264deg, #73aec7, rgba(0,0,0,0));background-image: -ms-linear-gradient(264deg, #73aec7, rgba(0,0,0,0));background-image: -o-linear-gradient(264deg, #73aec7, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );";background-image: linear-gradient(264deg, #73aec7, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:14.875rem;width:17.1875rem;top:7.625rem;left:35.375rem;display:block; }
#dopUHGZTlk9OuENIA3Vhw5w73TX2QT9h { color:#000000;display:block;width:13.875rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:8.7339477539062rem;left:38.374565124512rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wRpDw6MdRgzqTUoCZVnVCeu9qunGaCxx { background-color:#ffa900;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;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.749125rem;height:3.1239125rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:22.497829437256rem;left:41.499568939209rem;display:block; }
#fsQJekbO71czv8qB6S8EpmApCe03shKo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gyfltPd8hwksS7twWAIQPVUJkb45Vh1Q { color:#80646b;display:block;width:12.874375rem;position:absolute;font-family:cairo;font-size:2.8125rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:17.850261688233rem;left:38.874782562256rem;height:3.6556rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BV65gZokGiRL0NdT6O6L367IgLrdZPfC { color:#ff3939;display:block;width:6.936875rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:16.830513000488rem;left:36.061199188233rem;height:1.8684875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TGdHzNrlgWOe45EWMWl4fxsKknJJg3hh { position:absolute;display:block;z-index:100005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -moz-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -ms-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -o-linear-gradient(180deg, #ffa900, #eff2f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa900', endColorstr='#eff2f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa900', endColorstr='#eff2f8' );";background-image: linear-gradient(180deg, #ffa900, #eff2f8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;height:5rem;width:5.0625rem;top:5.125rem;left:34.5625rem;display:block; }
#lhwdBUeOHxJck4oWblLGIN33IupS0Rzp { color:#000000;display:block;width:6.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:5.9375rem;left:33.9375rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tgZeFNbC8fOqSDTBFkIgl7CM45pW3maN { color:#000000;display:block;width:6.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:6.3125rem;left:8.75rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bdhXJ8cAITUD22uTTNn9nT40yLbmWBDf { position:absolute;display:block;z-index:100007;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-image: -moz-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-image: -ms-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-image: -o-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );";background-image: linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:14.875rem;width:17.1875rem;top:7.625rem;left:10.3125rem;display:block; }
#mrnZIOytS5wGQpRNCsZgMVWP0iSQfMz6 { position:absolute;display:block;z-index:100012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -moz-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -ms-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -o-linear-gradient(180deg, #ffa900, #eff2f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa900', endColorstr='#eff2f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa900', endColorstr='#eff2f8' );";background-image: linear-gradient(180deg, #ffa900, #eff2f8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;height:5rem;width:5.0625rem;top:5.125rem;left:9.5rem;display:block; }
#dBeVFDUry5ETmQKXchIJi9cCDCBJuqvu { color:#000000;display:block;width:15.1248125rem;position:absolute;font-family:cairo;font-size:1.75rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:7.6247834712269rem;left:12.443576812744rem;height:2.27430625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RHE1sUaJraqocpgaI3U66Ppqz7LavTNR { color:#ff3939;display:block;width:6.9375rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:17.374137878418rem;left:11.187282562256rem;height:1.8684875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#aVca6pSJs3O3KNxdgWFKbRiGe8z71uJW { color:#e4e4e4;display:block;width:12.875rem;position:absolute;font-family:cairo;font-size:2.8125rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:18.562507629394rem;left:12.874349594116rem;height:3.6556rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D6uu6uzO5urTAnUZRNhpsi9cqGowmIC0 { background-color:#ffa900;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;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.75rem;height:3.375rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:22.562072753906rem;left:15.562065124512rem;display:block; }
#WQtq4BEZvAD5fecWLRo2dwkc0B70SnHa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#iyFWZobeTupF2pfLVUfe4ok3zvcBFMB5 { color:#0a3243;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:1.1875rem;left:0rem;height:3.24978125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#p5G8WyhoVW2KGOKXPkD1fnsCTIKXMg3i { position:absolute;display:block;z-index:100007;background-color:transparent;background-image: -webkit-linear-gradient(264deg, #73aec7, rgba(0,0,0,0));background-image: -moz-linear-gradient(264deg, #73aec7, rgba(0,0,0,0));background-image: -ms-linear-gradient(264deg, #73aec7, rgba(0,0,0,0));background-image: -o-linear-gradient(264deg, #73aec7, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );";background-image: linear-gradient(264deg, #73aec7, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:14.875rem;width:17.1875rem;top:27.625rem;left:37.8125rem;display:block; }
#lmb5qS3XuwMtuevBQQv0Vhqd4yFu8ucR { position:absolute;display:block;z-index:100012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -moz-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -ms-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -o-linear-gradient(180deg, #ffa900, #eff2f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa900', endColorstr='#eff2f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa900', endColorstr='#eff2f8' );";background-image: linear-gradient(180deg, #ffa900, #eff2f8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;height:5rem;width:5.0625rem;top:25.125rem;left:37rem;display:block; }
#OR4exvAPwUKQlBxECZmH47G9nV8kGitG { color:#000000;display:block;width:6.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:25.9375rem;left:36.375rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LRItQBzVpxLTsBHU6MNyX5tmHKcAuJWr { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:28.499137878418rem;left:41.499568939209rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gch1Jf9x11UTrkbo903wTCiQOkE57Ucy { color:#ff3939;display:block;width:9.3125rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:37.623481750488rem;left:37.811416625976rem;height:1.8684875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#iItbHBeJeJMatzK6kcXfoVN3T5UWDdIg { color:#80646b;display:block;width:12.874375rem;position:absolute;font-family:cairo;font-size:2.6875rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:39.163635253906rem;left:40.9375rem;height:3.493925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QDG4XTeTsK0RwFm41yd5wZo1P8Is88Ai { background-color:#ffa900;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;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.75rem;height:3.1245125rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:42.500003814698rem;left:43.062068939209rem;display:block; }
#eNHbIEeqha2TIWuXoZOUE3MEbNkwPT84 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#F9JuF3xA2W24auzz59q9TNlGIy13bhQ8 { position:absolute;display:block;z-index:100014;background-color:transparent;background-image: -webkit-linear-gradient(264deg, #73aec7, rgba(0,0,0,0));background-image: -moz-linear-gradient(264deg, #73aec7, rgba(0,0,0,0));background-image: -ms-linear-gradient(264deg, #73aec7, rgba(0,0,0,0));background-image: -o-linear-gradient(264deg, #73aec7, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );";background-image: linear-gradient(264deg, #73aec7, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:14.875rem;width:17.1875rem;top:27.625rem;left:8.125rem;display:block; }
#TFyVXpNwNIMGQu2uAgfbABpOF4SAwTZ5 { position:absolute;display:block;z-index:100019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -moz-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -ms-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -o-linear-gradient(180deg, #ffa900, #eff2f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa900', endColorstr='#eff2f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa900', endColorstr='#eff2f8' );";background-image: linear-gradient(180deg, #ffa900, #eff2f8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;height:5rem;width:5.0625rem;top:25.125rem;left:7.3125rem;display:block; }
#KnTX0zdXrWvbWDbxkTIdyBS5nBC5FL07 { color:#000000;display:block;width:6.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:25.9375rem;left:6.6875rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bmquEKEFZUZld8rgFOLeXJE3dzPF4inx { color:#ff3939;display:block;width:9.3125rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:37.312286376953rem;left:7.5618476867675rem;height:1.8684875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#k9TTkhlN9wEVaJcXOw1PvkEkyfrTZbyr { color:#000000;display:block;width:11.8120625rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:28.442927360534rem;left:11.997611999512rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EBpxhnLrAmLAeupZDfGgUo7aGCVktC0X { color:#80646b;display:block;width:12.874375rem;position:absolute;font-family:cairo;font-size:2.375rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:38.999137878418rem;left:11.25rem;height:3.087025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LIyDlxNrq7qiJ3v88ZN9hRXxHUHxyhXh { background-color:#ffa900;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;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.75rem;height:3.1245125rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:42.500003814698rem;left:13.374565124512rem;display:block; }
#AQyilpsGpAQTX3PbVyvaDWboOIkz5aIA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fgp3rVIsPeSDCJNDrASbbMqT8Qt6a3KR { color:#000000;display:block;width:11.811rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100030;line-height:1.3;letter-spacing:0;top:11.810113906861rem;left:39.319229125976rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sbwcDwZtyqkIQLpEw6fvDrLbAyt8E0bU { color:#000000;display:block;width:11.811rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:12.449219107628rem;left:14.319877624512rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GasinXs4nJbzBhTbmI3ZnIkqtWKhzvRW { color:#000000;display:block;width:11.811rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:32.173396229744rem;left:40.819229125976rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t1dvPTevB2ZPT7zDAW6s52WMedU6aFZV { color:#000000;display:block;width:11.811rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:32.929688453674rem;left:11.184894561767rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ePdbT3cogGpd2TF2h2nxBFGKd7IKhW4s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/E8sPjajx/image123.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }#ePdbT3cogGpd2TF2h2nxBFGKd7IKhW4s.adaptive-delivery-prevent-bg, #ePdbT3cogGpd2TF2h2nxBFGKd7IKhW4s.lazyload, #ePdbT3cogGpd2TF2h2nxBFGKd7IKhW4s.lazyloading { background-image: none; }#ePdbT3cogGpd2TF2h2nxBFGKd7IKhW4s > .row .container { background-color: transparent; background-image: none; }#ePdbT3cogGpd2TF2h2nxBFGKd7IKhW4s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(228,237,243,0.92); }#ePdbT3cogGpd2TF2h2nxBFGKd7IKhW4s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ePdbT3cogGpd2TF2h2nxBFGKd7IKhW4s > .row .container > .video-iframe-container { display: none; }#ePdbT3cogGpd2TF2h2nxBFGKd7IKhW4s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(228,237,243,0.92); }#ePdbT3cogGpd2TF2h2nxBFGKd7IKhW4s > .row > .video-iframe-container { display: none; }#ePdbT3cogGpd2TF2h2nxBFGKd7IKhW4s > .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); }#ePdbT3cogGpd2TF2h2nxBFGKd7IKhW4s > .row .container { border-width: 0; border-radius: 0; }#ePdbT3cogGpd2TF2h2nxBFGKd7IKhW4s > .row .container { font-size:0.875rem;font-family:arial;height:50.0625rem;width:60rem;position:relative;display:block; }#E8CAm6Cvok57OWUS6uWQb5CQd4ov8Mav { position:absolute;display:block;z-index:100000;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-image: -moz-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-image: -ms-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-image: -o-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );";background-image: linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:14.875rem;width:17.1875rem;top:11.624782562256rem;left:34.187282562256rem;display:block; }
#f62TCvfd5lK9uKThVRl0JUOTGbD26twm { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:12.624130249024rem;left:38.186851501465rem;height:4.62890625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y8rmdT3lw7ST7GkAqdkW4AwcKiJzmwXW { background-color:#ffa900;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;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.75rem;height:3.1245125rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:24.625rem;left:39.436851501465rem;display:block; }
#XL3nw2lVcmMx4FWnsBKtQsF0Fw39enJS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nGvPQLfTOt0BB8VSUOCyiroMJi59axcZ { color:#e4e4e4;display:block;width:11.1865rem;position:absolute;font-family:cairo;font-size:2.8125rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:20.421440124512rem;left:38.498264312744rem;height:3.6556rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dy3p5GTOIHQSfEByLM3VOfLirVzzirh6 { color:#999999;display:block;width:6.9375rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:18.874130249024rem;left:33.374565124512rem;height:1.7871125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#VJaO3HUFwZLhfwNdmu1A9OeWAGpuNyyi { position:absolute;display:block;z-index:100005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -moz-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -ms-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -o-linear-gradient(180deg, #ffa900, #eff2f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa900', endColorstr='#eff2f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa900', endColorstr='#eff2f8' );";background-image: linear-gradient(180deg, #ffa900, #eff2f8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;height:5rem;width:5.0625rem;top:9.1247825622556rem;left:33.374565124512rem;display:block; }
#uZTK6QUrWIXM7bqU2i9goySNsTSwrcuQ { color:#000000;display:block;width:6.5625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:10.311847686767rem;left:32.624782562256rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w4bH36Lt7XWQr0rz5wOI771NWBPC6yan { color:#000000;display:block;width:6.5625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:10.5rem;left:8.6875rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZkJgFLFH0ETF5ISFsaVbyrz9wEPGTaSq { position:absolute;display:block;z-index:100007;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-image: -moz-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-image: -ms-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-image: -o-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );";background-image: linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:14.875rem;width:17.1875rem;top:11.75rem;left:10.25rem;display:block; }
#Pw4zDGtO3lwmD8Q6NITIRXaKTmAunCIb { position:absolute;display:block;z-index:100012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -moz-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -ms-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -o-linear-gradient(180deg, #ffa900, #eff2f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa900', endColorstr='#eff2f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa900', endColorstr='#eff2f8' );";background-image: linear-gradient(180deg, #ffa900, #eff2f8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;height:5rem;width:5.0625rem;top:9.3125rem;left:9.4375rem;display:block; }
#JtfSgLI3SnfghRlAzzNioAnsPS5AKBTN { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:13.654296875rem;left:14.062282562256rem;height:2.11263125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pTEoCTKofhGP4rf8mva2QcogZ0xogyy0 { color:#e4e4e4;display:block;width:12.8125rem;position:absolute;font-family:cairo;font-size:2.625rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:20.60546875rem;left:12.4375rem;height:3.41145625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c9AIVf6ZNGpdIXTqZBzSqviTLQTLp0T8 { color:#999999;display:block;width:6.9375rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:19.608505249024rem;left:9.4368476867675rem;height:1.62435rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TbTNPTSG0d8dstoJhVGUQVX4eTqTfXnh { background-color:#ffa900;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;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.75rem;height:3.124025rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:24.6875rem;left:15.25rem;display:block; }
#rh4Gt7y3NLxEhOlildCztVMIeyEMl1hp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CtpuEzC1AbJDS8xSd2ERoq0gW1m2wxhE { color:#0a3243;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:3.44921875rem;left:0rem;height:3.25rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#QabmKDhh7AsThTKiuAsAKAJzky5N4S6u { color:#000000;display:block;width:6.5625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:29.6875rem;left:22.5rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VU9TWl8nB7M4fdrCmIIbgVrNHhUnTHVv { position:absolute;display:block;z-index:100014;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-image: -moz-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-image: -ms-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-image: -o-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );";background-image: linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:14.875rem;width:17.1875rem;top:30.9375rem;left:24.0625rem;display:block; }
#TpQkca4ReQvKeuQgRnJ364xMhrzmQKMO { position:absolute;display:block;z-index:100019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -moz-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -ms-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -o-linear-gradient(180deg, #ffa900, #eff2f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa900', endColorstr='#eff2f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa900', endColorstr='#eff2f8' );";background-image: linear-gradient(180deg, #ffa900, #eff2f8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;height:5rem;width:5.0625rem;top:28.5rem;left:23.25rem;display:block; }
#opHEP2PfRiLzdO81wP4QuylTrEMzPr3y { color:#000000;display:block;width:13.186875rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:32.125rem;left:26.625rem;height:4.2252625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EeFpEiX0JZkpvqLQAifQNUoO3c4t7xdx { color:#e4e4e4;display:block;width:12.8125rem;position:absolute;font-family:cairo;font-size:2.625rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:40.5625rem;left:26.25rem;height:3.41145625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HOsTl7nz086NP6gdpbGMVU65I1Gaue23 { color:#999999;display:block;width:6.9375rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:39.25rem;left:24.375rem;height:1.62435rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#bSfWkpfxbS5p2V1QPvkNzGbpDEmAQKn1 { background-color:#ffa900;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;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.75rem;height:3.124025rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:43.875rem;left:29.0625rem;display:block; }
#iBZ5obpLvILvfbc4l0TNg3zGcqcUMatV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PT2PtqAHX0vZqdqDIdIS0NkUiZyLEKBa { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100036;line-height:1.3;letter-spacing:0;top:35.4375rem;left:26.9375rem;height:3.8997375rem;text-align:center;text-align-last:center;display:block; }
#KlUNKicFcRBIQoTkmo5rnVCnJOGUT7c9 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100037;line-height:1.3;letter-spacing:0;top:16.067492008209rem;left:13.807943344116rem;height:3.8997375rem;text-align:center;text-align-last:center;display:block; }
#wKINgo9qPFOuXOzp66dlDdNwGww2hZ4v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4edf3;background-image:none;position:relative;display:block; }#wKINgo9qPFOuXOzp66dlDdNwGww2hZ4v > .row .container { background-color: transparent; background-image: none; }#wKINgo9qPFOuXOzp66dlDdNwGww2hZ4v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wKINgo9qPFOuXOzp66dlDdNwGww2hZ4v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wKINgo9qPFOuXOzp66dlDdNwGww2hZ4v > .row .container > .video-iframe-container { display: none; }#wKINgo9qPFOuXOzp66dlDdNwGww2hZ4v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wKINgo9qPFOuXOzp66dlDdNwGww2hZ4v > .row > .video-iframe-container { display: none; }#wKINgo9qPFOuXOzp66dlDdNwGww2hZ4v > .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); }#wKINgo9qPFOuXOzp66dlDdNwGww2hZ4v > .row .container { border-width: 0; border-radius: 0; }#wKINgo9qPFOuXOzp66dlDdNwGww2hZ4v > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:60rem;position:relative;display:block; }#wpbBaLlqpH2QXzQdToJiOCtZ1B4TZHUM { color:#0a3243;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:1.0117139816284rem;left:0rem;height:3.25rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#K1WKgfCuoTgo6oJuvpCTUpxGgdi9pn7L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/E8sPjajx/image123.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }#K1WKgfCuoTgo6oJuvpCTUpxGgdi9pn7L.adaptive-delivery-prevent-bg, #K1WKgfCuoTgo6oJuvpCTUpxGgdi9pn7L.lazyload, #K1WKgfCuoTgo6oJuvpCTUpxGgdi9pn7L.lazyloading { background-image: none; }#K1WKgfCuoTgo6oJuvpCTUpxGgdi9pn7L > .row .container { background-color: transparent; background-image: none; }#K1WKgfCuoTgo6oJuvpCTUpxGgdi9pn7L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(228,237,243,0.9); }#K1WKgfCuoTgo6oJuvpCTUpxGgdi9pn7L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1WKgfCuoTgo6oJuvpCTUpxGgdi9pn7L > .row .container > .video-iframe-container { display: none; }#K1WKgfCuoTgo6oJuvpCTUpxGgdi9pn7L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(228,237,243,0.9); }#K1WKgfCuoTgo6oJuvpCTUpxGgdi9pn7L > .row > .video-iframe-container { display: none; }#K1WKgfCuoTgo6oJuvpCTUpxGgdi9pn7L > .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); }#K1WKgfCuoTgo6oJuvpCTUpxGgdi9pn7L > .row .container { border-width: 0; border-radius: 0; }#K1WKgfCuoTgo6oJuvpCTUpxGgdi9pn7L > .row .container { font-size:0.875rem;font-family:arial;height:48.1875rem;width:60rem;position:relative;display:block; }#BuG1qRR38Jk7TQMK76Rri3wsObyKnhQw { position:absolute;display:block;z-index:100000;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-image: -moz-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-image: -ms-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-image: -o-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );";background-image: linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:16.875rem;width:17.1875rem;top:2.3125rem;left:7.1875rem;display:block; }
#q3OV4aeJhT5cW9rKFzcooV49xtmAhDe4 { color:#e4e4e4;display:block;width:11.8125rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:6.05078125rem;left:9.4375rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uX6DOlJMWtRBnhSZeoMwuFz5Ti0lA2v8 { background-color:#ffa900;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;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.75rem;height:3.1245125rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:17.3125rem;left:12.4375rem;display:block; }
#aTkiupmDRLrL2eIA0tIHsrz1iddlfC23 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xbeBQgJTVJsFLSiZVwp3gJpNetmdmnoP { color:#e4e4e4;display:block;width:14.75rem;position:absolute;font-family:cairo;font-size:2.625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:13rem;left:7.1875rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t9Or9TWEx4xmVn9cS14WbZZcliE4Q75R { color:#999999;display:block;width:6.9375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:12.1875rem;left:5.5625rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#iXfi0rJ9RQXpHvzipVr18IWknJ93pnKr { position:absolute;display:block;z-index:100005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -moz-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -ms-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -o-linear-gradient(180deg, #ffa900, #eff2f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa900', endColorstr='#eff2f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa900', endColorstr='#eff2f8' );";background-image: linear-gradient(180deg, #ffa900, #eff2f8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;height:5rem;width:5.0625rem;top:0.6875rem;left:5.5625rem;display:block; }
#kfpHuFLHyNRo7KBprG4MLg3sozGCfOmc { color:#e4e4e4;display:block;width:6.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:1.5625rem;left:4.9375rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TP2bzZqTzLmpavJVbbe1aDptfTMlF7n4 { color:#e4e4e4;display:block;width:11.8125rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:9.5625rem;left:43.625rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RzZN02mZVfKTPvvvMgLptwluXO3SqzlC { color:#999999;display:block;width:6.9375rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:13.875rem;left:39.25rem;height:1.7068125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#w68CVliMNk5NnTrKHr2JJolXmWO3I8OF { position:absolute;display:block;z-index:100013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -moz-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -ms-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -o-linear-gradient(180deg, #ffa900, #eff2f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa900', endColorstr='#eff2f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa900', endColorstr='#eff2f8' );";background-image: linear-gradient(180deg, #ffa900, #eff2f8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;height:4.999025rem;width:5.0625rem;top:1.875rem;left:38rem;display:block; }
#WihJigXxAcDngHIpUyxMmT6TbvPbUgGi { color:#e4e4e4;display:block;width:6.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:2.6875rem;left:37.25rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WgogR2fUBI4Wgy2e7LvMrIQBqBkk1Ecv { color:#e4e4e4;display:block;width:11.183625rem;position:absolute;font-family:cairo;font-size:2.625rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:15.1875rem;left:42.0625rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HF4Q3uSdw8sctpE5Q0f7M9AhMGWrrUf7 { background-color:#ffa900;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;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.75rem;height:3.12305rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:19.0625rem;left:45.4375rem;display:block; }
#sC8LrMHVQGvVPD3qP0b2h5cgaRtKTlZR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ba0ndTrgnVfG46kXdXq7zES5JhzEVnI4 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100036;line-height:1.3;letter-spacing:0;top:6.375rem;left:43rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#VRH02wipXGSVhDC9FZAMBLqgT1WmAqd4 { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:4.5rem;left:44.125rem;height:2.11263125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s5h7fH36QLTUBNFNFhSfmg2gRHD5QiWW { position:absolute;display:block;z-index:100008;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-image: -moz-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-image: -ms-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-image: -o-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );";background-image: linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:16.875rem;width:17.1875rem;top:26.9375rem;left:39.8125rem;display:block; }
#SdMSPCD8yGWK7Q1Z9DB3aNyqLqqvSWst { color:#e4e4e4;display:block;width:11.8125rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:30.75rem;left:43.625rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#inmKHc4fpEq2NcZg5gT98ZtC9cQTXt0F { position:absolute;display:block;z-index:100013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -moz-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -ms-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -o-linear-gradient(180deg, #ffa900, #eff2f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa900', endColorstr='#eff2f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa900', endColorstr='#eff2f8' );";background-image: linear-gradient(180deg, #ffa900, #eff2f8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;height:5rem;width:5.0625rem;top:24.4375rem;left:39rem;display:block; }
#ILIZrau7MITRynOZoJ1LMD8GpFfCnTUw { color:#e4e4e4;display:block;width:6.5625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:25.625rem;left:38.25rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y9T9O2dwT23zrVdmyppD5TWLlc7rFGQ3 { color:#999999;display:block;width:6.9375rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:35.9375rem;left:39.8125rem;height:1.7068125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#T5I8upMRSB9Iz6RrKQQJ8C629QIbA506 { color:#e4e4e4;display:block;width:11.1855625rem;position:absolute;font-family:cairo;font-size:2.625rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:38.0625rem;left:42.8125rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TIMSam3Hh5waRWRmJzKrhGSDuPRfwUQR { background-color:#ffa900;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;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.75rem;height:3.1245125rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:41.9375rem;left:45.0625rem;display:block; }
#kQM2ePswPxIs5SQqBtfF6sAu42BHuZ3f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#eHlTG11eF4Uge6oMTW4J5ntUOIwn3twP { position:absolute;display:block;z-index:100016;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-image: -moz-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-image: -ms-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-image: -o-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );";background-image: linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:16.875rem;width:17.1875rem;top:26.9375rem;left:6.75rem;display:block; }
#M8zBURSdd7QMrWTd8CxTihCgQnxdw1Du { color:#e4e4e4;display:block;width:11.8125rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:28.8125rem;left:10.1875rem;height:3.41363125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LTMRBiQbbMduZmcInO48Rt82Gh2DfSUD { position:absolute;display:block;z-index:100021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -moz-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -ms-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -o-linear-gradient(180deg, #ffa900, #eff2f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa900', endColorstr='#eff2f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa900', endColorstr='#eff2f8' );";background-image: linear-gradient(180deg, #ffa900, #eff2f8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;height:5rem;width:5.0625rem;top:24.4375rem;left:5.9375rem;display:block; }
#Jz2HFzsOiDTUfXa3XtiB5OvsPUJXidXq { color:#e4e4e4;display:block;width:6.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;top:25.625rem;left:5.1875rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nOrcpcenlCIkLEMkyLz9FPATDfJllWyI { color:#999999;display:block;width:6.9375rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:37.0625rem;left:5.6875rem;height:1.7871125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Ra2WuJTyunR1wxAp9X1ELu9hSS0ttg76 { color:#e4e4e4;display:block;width:13.9375rem;position:absolute;font-family:cairo;font-size:2.6875rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:38.6875rem;left:8.8125rem;height:3.493925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QBFCAvARPkJTtbuRwaQ6mKlznGewB0Dr { background-color:#ffa900;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;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.75rem;height:3.1245125rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:42.3125rem;left:12.5rem;display:block; }
#yct4ekNhCd2nQK6VwEQJEk4UGMMwcXEk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JZuM6mOoT53hqXGZQayN7XDTqez5nCWW { color:#999999;display:block;width:6.9375rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:10.9375rem;left:7.1875rem;height:1.7068125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#H6StpqVf8qrGVfkg4IUJdMArx3HyZAoo { position:absolute;display:block;z-index:100001;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-image: -moz-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-image: -ms-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-image: -o-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );";background-image: linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:16.875rem;width:17.1875rem;top:3.375rem;left:40.3125rem;display:block; }
#AiekaJeHeTJuTiXqtA8J20OydWQy50Wu { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:100047;line-height:1.3;letter-spacing:0;top:7.1875rem;left:43.625rem;height:6.90103125rem;text-align:center;text-align-last:center;display:block; }
#U8mB23QPp3nKn7GCZFAKHsi7Z1XGzSmO { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:100048;line-height:1.3;letter-spacing:0;top:33.375rem;left:10.3125rem;height:2.76041875rem;text-align:center;text-align-last:center;display:block; }
#JDOUCyLMoUVqDL7BOiboycgP5CS7kUyS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4edf3;background-image:none;position:relative;display:block; }#JDOUCyLMoUVqDL7BOiboycgP5CS7kUyS > .row .container { background-color: transparent; background-image: none; }#JDOUCyLMoUVqDL7BOiboycgP5CS7kUyS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDOUCyLMoUVqDL7BOiboycgP5CS7kUyS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDOUCyLMoUVqDL7BOiboycgP5CS7kUyS > .row .container > .video-iframe-container { display: none; }#JDOUCyLMoUVqDL7BOiboycgP5CS7kUyS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDOUCyLMoUVqDL7BOiboycgP5CS7kUyS > .row > .video-iframe-container { display: none; }#JDOUCyLMoUVqDL7BOiboycgP5CS7kUyS > .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); }#JDOUCyLMoUVqDL7BOiboycgP5CS7kUyS > .row .container { border-width: 0; border-radius: 0; }#JDOUCyLMoUVqDL7BOiboycgP5CS7kUyS > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:60rem;position:relative;display:block; }#dOdHsqsAWPsFBCUBqvdBZSIXJZZppUew { color:#0a3243;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:1.0117139816284rem;left:0rem;height:3.25rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#knHChKAMvLlqr74dtJe36NovQUvUWyli { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4edf3;background-image:none;position:relative;display:block; }#knHChKAMvLlqr74dtJe36NovQUvUWyli > .row .container { background-color: transparent; background-image: none; }#knHChKAMvLlqr74dtJe36NovQUvUWyli::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#knHChKAMvLlqr74dtJe36NovQUvUWyli > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#knHChKAMvLlqr74dtJe36NovQUvUWyli > .row .container > .video-iframe-container { display: none; }#knHChKAMvLlqr74dtJe36NovQUvUWyli > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#knHChKAMvLlqr74dtJe36NovQUvUWyli > .row > .video-iframe-container { display: none; }#knHChKAMvLlqr74dtJe36NovQUvUWyli > .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); }#knHChKAMvLlqr74dtJe36NovQUvUWyli > .row .container { border-width: 0; border-radius: 0; }#knHChKAMvLlqr74dtJe36NovQUvUWyli > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:60rem;position:relative;display:block; }#BbCCRvgrHSwJPw4OeMPCxwEslCpTNCee { position:absolute;display:block;z-index:100000;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-image: -moz-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-image: -ms-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-image: -o-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );";background-image: linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:14.875rem;width:17.1875rem;top:3.78662109375rem;left:42.75rem;display:block; }
#zOQgOKtcEfPTuL7f3ltRMATKWVpBtJ4o { color:#e4e4e4;display:block;width:11.8125rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:6.3125rem;left:45.4375rem;height:3.73698125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VQwedOgT8JNbApwiw47CCJCVcBN3melF { background-color:#ffa900;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;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.75rem;height:3.124025rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:17.3857421875rem;left:47.96875rem;display:block; }
#DvnJpzpehPo6CKdAVJvJUOZK3fIogal4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PMPuA9qGtUVS2PmdJsQHkaxKu10EeoDm { color:#e4e4e4;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:2.6875rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:12.783203125rem;left:45.40625rem;height:3.493925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vtZqSN1dToSZ2hV2ZcB1epD2UI0XLRst { color:#999999;display:block;width:4.875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:11.158203125rem;left:44.43359375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#eUm0Gia1aokKJOg20EcR9XtcJt3d8HsH { position:absolute;display:block;z-index:100005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -moz-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -ms-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -o-linear-gradient(180deg, #ffa900, #eff2f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa900', endColorstr='#eff2f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa900', endColorstr='#eff2f8' );";background-image: linear-gradient(180deg, #ffa900, #eff2f8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;height:5rem;width:5.0625rem;top:1.3125rem;left:41.9375rem;display:block; }
#Mr8WDcqdsiPb3GNkPUuumr7eM1oOpTEa { color:#e4e4e4;display:block;width:6.5625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:2.5rem;left:41.1875rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZNFMirWLoNZrUAlPcweCeXbTTFzRQTIn { color:#e4e4e4;display:block;width:6.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;top:2.4375rem;left:2.1875rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QZbPJlnE361wQXUq71n56iNPbHefJMvr { position:absolute;display:block;z-index:100016;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-image: -moz-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-image: -ms-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-image: -o-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );";background-image: linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:14.875rem;width:17.1875rem;top:4.125rem;left:3.75rem;display:block; }
#EdvyxvWiU7cLzHen3osb7kGrOikXrPUf { position:absolute;display:block;z-index:100021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -moz-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -ms-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -o-linear-gradient(180deg, #ffa900, #eff2f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa900', endColorstr='#eff2f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa900', endColorstr='#eff2f8' );";background-image: linear-gradient(180deg, #ffa900, #eff2f8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;height:5rem;width:5.0625rem;top:1.3125rem;left:2.9375rem;display:block; }
#qOw716u8IkCU4fhTiDsUs6wlL7DAtEBL { color:#999999;display:block;width:4.875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:11.220703125rem;left:4.3125rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#MMtuPgaTcWntQea8wLaOwZHAy6oPrvyz { color:#e4e4e4;display:block;width:10.875rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:5.4990234375rem;left:8rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pBAtUDuwnSfNgXH5rNUHtaGNeOmhgfTO { color:#e4e4e4;display:block;width:14.25rem;position:absolute;font-family:cairo;font-size:2.625rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:12.822265625rem;left:3.75rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Oqru06ipHamehFAxFvLuouahzQ85ir1z { background-color:#ffa900;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;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.75rem;height:3.124025rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:17.3857421875rem;left:9.125rem;display:block; }
#XmWI6ix0K3REJRkHfPsp0pBXytmVTAkg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WLIvBOoG3k6E3VTTDzNIJoEBV7t3HN1S { position:absolute;display:block;z-index:100030;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-image: -moz-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-image: -ms-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-image: -o-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );";background-image: linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:14.875rem;width:17.1875rem;top:24.125rem;left:36.6875rem;display:block; }
#NwzsbPMF1zGPx1nV1SeEoOH35BnTHDPl { color:#e4e4e4;display:block;width:13.25rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:24.8125rem;left:39.125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sn6KGLUR5aVc8xq5PhOnvsqVFXWlxwML { color:#e4e4e4;display:block;width:14.25rem;position:absolute;font-family:cairo;font-size:2.8125rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:32.8125rem;left:38rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mwmmN3SqDqn41iJoE3bRtLMPapcevxkz { color:#999999;display:block;width:4.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:31rem;left:37.3125rem;height:1.462675rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#dqJaZtrhDmRN00rC80t1V4cpvomxw5R8 { color:#e4e4e4;display:block;width:6.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100036;line-height:1.3;letter-spacing:0;top:22.4375rem;left:35.0625rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ftbWWaM8qLLpuZetdX68VqX7LrOtqHnm { position:absolute;display:block;z-index:100035;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -moz-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -ms-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -o-linear-gradient(180deg, #ffa900, #eff2f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa900', endColorstr='#eff2f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa900', endColorstr='#eff2f8' );";background-image: linear-gradient(180deg, #ffa900, #eff2f8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;height:5rem;width:5.0625rem;top:21.3125rem;left:35.8125rem;display:block; }
#TXq0o2rTzWSQPMfU3tsfTvyklEOhhb8g { background-color:#ffa900;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;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.75rem;height:3.1245125rem;text-decoration:none;z-index:100031;text-align:center;text-align-last:center;top:36.9375rem;left:42.25rem;display:block; }
#yKshP3RsqROIHRFXEvMhXdPbrxmAPwPR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nJ978U8fWDaA4wTRnLsozS3ZB2AwxGLL { position:absolute;display:block;z-index:100037;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-image: -moz-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-image: -ms-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-image: -o-linear-gradient(147deg, #73aec7, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );";background-image: linear-gradient(147deg, #73aec7, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:14.875rem;width:17.1875rem;top:24.0625rem;left:9.1875rem;display:block; }
#kqTfccphf6BogSfMwVWb9TQCllcpyueB { color:#e4e4e4;display:block;width:14.25rem;position:absolute;font-family:cairo;font-size:2.6875rem;font-weight:700;z-index:100039;line-height:1.3;letter-spacing:0;top:33.1875rem;left:10.5rem;height:3.493925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TpA2pTpuJz8ZCeDucR8k6ZhS7LtTSvBT { color:#999999;display:block;width:4.875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100040;line-height:1.3;letter-spacing:0;top:31.75rem;left:9.625rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#UCi8ZTJWnLrf5hao3NIO8RxLxnCHvguQ { color:#e4e4e4;display:block;width:6.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100043;line-height:1.3;letter-spacing:0;top:22.5rem;left:6.375rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JJ1tlUJDnZbnORb0JA1B2B0eVwlDD2Xz { position:absolute;display:block;z-index:100042;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -moz-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -ms-linear-gradient(180deg, #ffa900, #eff2f8);background-image: -o-linear-gradient(180deg, #ffa900, #eff2f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa900', endColorstr='#eff2f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa900', endColorstr='#eff2f8' );";background-image: linear-gradient(180deg, #ffa900, #eff2f8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;height:5rem;width:5.0625rem;top:21.3125rem;left:7.125rem;display:block; }
#wpdecvbA22XEbNrZC9RakRRIpX27TTtG { color:#e4e4e4;display:block;width:13.25rem;position:absolute;font-family:cairo;font-size:1.75rem;font-weight:700;z-index:100038;line-height:1.3;letter-spacing:0;top:26.625rem;left:11.125rem;height:2.27430625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lToOpOnOSFfO1LttJznzGgruXTD9GcGD { background-color:#ffa900;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;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.75rem;height:3.124025rem;text-decoration:none;z-index:100038;text-align:center;text-align-last:center;top:37rem;left:14.125rem;display:block; }
#MmadDrzsAThi97VK2dwnk88UwziGOxD3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(188deg, #0f141b, rgba(99,119,137,0.6));background-image: -moz-linear-gradient(188deg, #0f141b, rgba(99,119,137,0.6));background-image: -ms-linear-gradient(188deg, #0f141b, rgba(99,119,137,0.6));background-image: -o-linear-gradient(188deg, #0f141b, rgba(99,119,137,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f141b', endColorstr='#99637789' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f141b', endColorstr='#99637789' );";background-image: linear-gradient(188deg, #0f141b, rgba(99,119,137,0.6));background-size:initial !important;position:relative;display:block; }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .row .container { background-color: transparent; background-image: none; }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .row .container > .video-iframe-container { display: none; }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .row > .video-iframe-container { display: none; }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .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); }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .row .container { border-width: 0; border-radius: 0; }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .row .container { font-size:0.875rem;font-family:"open sans";height:14.0625rem;width:60rem;position:relative;display:block; }#O3lUwGwkimEfwZqUzXJNqF4v4iHTR6Db { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:"open sans";font-size:2.3125rem;font-weight:700;z-index:100000;line-height:1.1;letter-spacing:0;top:1.4375rem;left:25.25rem;height:2.5434rem;font-style:normal;display:block; }
#Wdz7mgdRMMFhQoInb79EZNddC6iRfb9h { color:#434343;display:block;width:10.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.6;letter-spacing:0;top:18.6875rem;left:9.875rem;height:2rem;font-style:normal;display:none; }
#eMHRTekBkIEvyxTaQ08GOkXdFD6HdsXb { box-sizing:content-box;color:#434343;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:18.125rem;left:6rem;display:none; }
#D32kxh9ToqzdgPAoZ5ihsUZ2PquVXthp { color:#ffffff;display:block;width:19.437rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:12.21826171875rem;left:22.31103515625rem;height:1.21875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JBQEpCfNHUByiRWSIHGMJkIOQyS7c9io { color:#ffffff;display:block;width:45.0600625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100008;line-height:1.6;letter-spacing:0;top:5.99853515625rem;left:11.28369140625rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#IWtEN4WxlvPLQ5FN8u58eBwyzdqDURva { color:#ffffff;display:block;width:48.6855625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100009;line-height:1.6;letter-spacing:0;top:9.16015625rem;left:7.87548828125rem;height:3.9995625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Hsv4z7HAeuPLOTUQ0A7s8gDUTsaIUDwF { display:block; }#Hsv4z7HAeuPLOTUQ0A7s8gDUTsaIUDwF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aqDpo2cv06OMTBuEnxGW62pwn4sqhOe7 { top:0.9375rem;left:11.4375rem;width:19.375rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #amVamLxxE4OvuUCERAD8sOBGqVqMbwJt { display:block; }#amVamLxxE4OvuUCERAD8sOBGqVqMbwJt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M3ciTPNFzq9xlU4qAw0uaJ1zZ8az9DTK { width:14.0625rem;height:4.25rem;top:35.5rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggg2EBNobgIHKBeIlBEMJNpDi0RoLR9Z { display:block; }
 }@media only screen and (max-width: 763px) { #e357rvUVwmso4zx6o5luElqT2T6nAz2T { top:11.75rem;left:16.375rem;width:31.375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PO5LnmbvRLDxczvuzcRqsCsyVDtbEKHF { width:3.125rem;height:3.125rem;top:30.8125rem;left:44.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZR5UF6PD6arUE4FPvGUd4IX4Iq6dgNtl { width:3.125rem;height:3.125rem;top:30.5rem;left:28.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V86SarzR16kba917gSmH9B74AZU9EvQd { width:17.5rem;height:7.125rem;top:3rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJGSTz5bndH6bBpDElfE7zMVxOl221Z7 { width:17.125rem;height:37.3125rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kULgQi4bRo2BCtkDWxESG2pzrlVKw2ZT { width:15.9375rem;height:2rem;top:13.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4wDAgUzsOlGt9exPgKhUNd3471ME77X { width:16.875rem;height:2.625rem;top:16.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzQ3vnsMmfinxrTWoIFRzBUdbiqtPu5b { top:36.125rem;left:29.6904296875rem;width:15.5625rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-regular-label { width:15.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-input-text { width:15.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-textarea { width:15.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-input-select { width:15.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-input-button { width:15.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-checkbox-label { width:14.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ  { width:15.4375rem;height:auto;top:7rem;left:29.8125rem; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .radio-container { width:15.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ {display:block;}#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ { width:15.4375rem;height:auto;top:7rem;left:29.8125rem; }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #Tu4QArtyhLArtg5DiQ0eOym2n77Os2zM {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #Dwv26hJJxNuqhPpu7P6qvTESDn86Tiio {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #VBtodryDOzw9P7Q2ft0E9kpBgVtmQ0x7 {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #PQvRfCpdPaTGnaaOMTHsZ5CTxzqIJXvJ {  }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #PQvRfCpdPaTGnaaOMTHsZ5CTxzqIJXvJ .container-column{width:50%;} }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #xTAbkhA3tBUhPbZPt7ttRI31UEFUVe2z {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #ySipH8sKFN5TDNSTOCb45XC41fD4Tfb8 {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #V8sMyligrLZT9OviA9QK9MxT8ozJLtlO {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #vl1lDgGrhQ8HHotsFubg94KWll8hAPN9 {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #zok6694OtZU1M7Gx9kCdekr1PSGqsdrQ {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #tCxPgVrW8ELRR8vT7S0h8bl5tCPo9158 {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #LrQbt7eeb5OQqGK1hWdXiFNkP8e8QxIW {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #KH2VvWndAggINArpW1FQeqqeomUBrB8X {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #IMI2X3BAveLarbN8IdI5vHX6cdVNH0Tl {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #fw5EgXqGFoG8xtF1zKA5uC05K5L2woKm {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #uFuvw4WI9l9Car4HxJvXazVo75nH9Os8 {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #puUUgt0I8BHbooDQ8yozTM9ZEcxlzgRk {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #Xw3eAib2xgVGXUT6zMq0pG0KGBNz7Ewc {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #wm78MOZUlhMIy63q9pxxu41l6zz3V8mm {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #XATpG54FnWRAMhHE0MU07xWzii9cCPbS {  }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #XATpG54FnWRAMhHE0MU07xWzii9cCPbS .container-column{width:50%;} }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #LR6JVV4BHGOzEtErSfiJvIpKkOFJmQ1C {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #s9d1vfe7OTyrMm8rTuHnJUG9LSEUWtnA {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #APgczBr5zmn21hEBRGA5GTvJWMKUlVkL {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #bQtmL8LIMZusG0mQ3eg4ufRO6wCPczdL {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #tuh0M0BuSupJVlv8tTBfV9xUiEUKJCD9 {  }
 }@media only screen and (max-width: 763px) { #APu8bDAq1cCXGXKUESA9zKOTbsQGeNI7 { display:block; }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #sTCAGmKqATaAwoPXIufGhwa5eaSkppLP {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #xTozqmLSX4WDxQkSFZcLNX0ne7cC2MCV {  }
 }@media only screen and (max-width: 763px) { #D3E7XfAFRp6TVJhPpXKG6CAStsE2tv4t { top:46.8125rem;left:30.5rem;width:14.8125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFmTVozS5Et2pgs8qrrsvF9iGrvHvcUz { top:9.375rem;left:12.875rem;width:34.875rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM4mTZFc6WDy3qfhNkSJ3hSzGe4lucAN { width:20.9375rem;height:3.4375rem;top:23.8125rem;left:26.623481750488rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfAhMP9031mXOBAANGGvmzF7wpTihrdD { display:block; }
 }@media only screen and (max-width: 763px) { #UJnF9ZtiWXkBXveArSJGhqD4uXEmPS9M { display:block; }#UJnF9ZtiWXkBXveArSJGhqD4uXEmPS9M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ze4CmcMhcasb5bD2qdFtWol2XellTTti { top:1rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcwCTlMVVBIWomATtuoA1xDodUX7JTJI { display:block; }#OcwCTlMVVBIWomATtuoA1xDodUX7JTJI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kpwf1LEKbH4CdDrGXTg2ULydMlvC2tAJ { top:3.5rem;left:0.5625rem;width:17.1875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZDXgXIbqO0EROakT1oNHclSvbulcz0a { top:5.25rem;left:3.25rem;width:11.8125rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkHpUAlSPLq8SIGP3K2gMpLo9AMfdn4T { width:6.75rem;height:3.0625rem;top:18.5rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKZwn1paezmiXz7ovE4fGTiIcKuOZdNg { display:block; }
 }@media only screen and (max-width: 763px) { #LpxT5gIlSWJ7mkvOTMAfbLnCtN4xr6L1 { top:14.125rem;left:2.9365234375rem;width:11.125rem;height:3.4375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #quxMOSa72fnFbc5aIqTPTxoKNICMecMN { top:12.5625rem;left:0.5625rem;width:6.9375rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K35WXznmSVPaV8u8Cq9iPC7OMg02Gavm { top:0rem;left:0.5625rem;width:5.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHbcl496r1Pm35toifKD1T8sb0OGsn8m { top:1rem;left:0.125rem;width:6.5625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUPZRZ7e8MOaiSzTyAz0cBPDWqvgTk44 { top:8.4375rem;left:30.5625rem;width:15.9375rem;height:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoV1Hnea9vPMW1GnggU5JQZAEr6IztlO { top:9.6875rem;left:32.5625rem;width:11.8125rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFIfFpthtFGwKuUxQ9HauLT8y6g4UDEg { top:34.1875rem;left:29.5625rem;width:6.9375rem;height:1.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLHrO8a8xWNR3GA288MONmvWP44b6SE3 { top:7.1875rem;left:29.0625rem;width:5.0625rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbmemGDuEgqTqJsLu7LOwqANx25ZT0kk { top:8.1875rem;left:28.3125rem;width:6.5625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwdAmBfGiTndNdB2UWky2XZKuyD1AyGU { top:35.8125rem;left:31.3125rem;width:11.125rem;height:3.375rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJEmDIAM2NduI6v0o4koXtVGuxnDvWib { width:6.75rem;height:3.0625rem;top:40.125rem;left:35.2548828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyN22rQtUE4OGgpp0iDzoXNsGkL0XXTS { display:block; }
 }@media only screen and (max-width: 763px) { #NHRfXlP8txTtx2Uax5XP4pdU4zifuhTp { top:13.25rem;left:33rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CD88P6pKaSsSntAZVJAmnTLwrluiZE28 { top:14.5rem;left:32.75rem;width:10.8125rem;height:19.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rz4PXizo6MxitF9D7yvisCih73LF6IfK { top:9.75rem;left:2.9375rem;width:12.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFqLk2xou1EhPCcMKaISdL4tfa8CEQ5K { top:46.4375rem;left:17.75rem;width:17.1875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZSB5XNS7pE7bns41i9uTms3VukqDIiI { top:48.625rem;left:19.3125rem;width:11.8125rem;height:2.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAzqJHt7woTE8V5dDiNcl6NPlNaUNDcN { top:43.6875rem;left:15.8125rem;width:5.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UR6OyhyPD1k7Nmz6SFALxQCyZsocThdn { top:45.1875rem;left:15.0625rem;width:6.5625rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ex4mvuW2d7kTfZJDMxFSZTC3eXeMRTFK { top:52.1875rem;left:19rem;width:12.5rem;height:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMhg55LZlpxe26Ctq2beT3UH869n3xXg { top:56.3125rem;left:15.5625rem;width:6.9375rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XINfB14f7yhpV0Ovp0loGD0vwbh8ShMF { top:57.5625rem;left:19rem;width:11.125rem;height:3.375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuKXGvayBMsb7FLLXTtTXfRfbr65bgGU { width:6.75rem;height:3.0625rem;top:61.5rem;left:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #emdko1hqpeQXkBxBeF5hEvyf31D5Wncy { display:block; }
 }@media only screen and (max-width: 763px) { #Dplu1OTmaMJBtcw9J1JiOeP4aWtOOUQR { top:25.875rem;left:2rem;width:17.1875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuBZM4873eiGJdOcDXU400T0cAU2apEP { top:27.875rem;left:5.1875rem;width:11.8125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSJlT0JucJpD2TonWZFNK4aVCFVSPmBK { top:23.5rem;left:0rem;width:5.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxQTA4oPNBZdcKyTzqJTqkzDfRGgcDAQ { top:24.5625rem;left:0rem;width:6.5625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Al4kDOZDKt3Po6DZzE6vx4O4bDrZqK1A { top:34.8125rem;left:1.1875rem;width:6.9375rem;height:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATaqA7h18zBEuWvTuLBsUBd6D1wstNcJ { top:36.625rem;left:4.3125rem;width:11.125rem;height:3.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKu7azd9h0hxJpL0NDMcaCNWqtmdmvI9 { width:6.75rem;height:3.0625rem;top:40.875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1tSwXVzlUdz11RGeT1FnC9mOd5oSrh9 { display:block; }
 }@media only screen and (max-width: 763px) { #fiJuXvI9E2Tp2kEk8mgHgbdIgsIDsiOZ { top:31.8125rem;left:5.125rem;width:11.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RByBbJcCrUMpGzHAuXEuVuUSPaLxyVZD { display:block; }#RByBbJcCrUMpGzHAuXEuVuUSPaLxyVZD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uVKWLdsy3d1yZDHIwOfa8DVddAnaOtIV { top:0.8125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ttab79tLVAvKP1biwtDJRPTAuJT5W7ZN { display:block; }#Ttab79tLVAvKP1biwtDJRPTAuJT5W7ZN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EnvxCPXLh9fggSEFeuJfEVeqXhHEKNym { top:3.625rem;left:30.5625rem;width:17.1875rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeAOW1eyZ04thPQTFy8ykuTAaT6Fq97O { top:4.25rem;left:35.9375rem;width:11.8125rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKb1T4GtX507rwslL0mEtgOr5kPmFcT8 { width:6.75rem;height:3.0625rem;top:16.625rem;left:40.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D34ySOCJ7nuQhOGKEFWDbHqWaVc4Gcw6 { display:block; }
 }@media only screen and (max-width: 763px) { #X6ubsF9mnweTmoNgbxpUsNlNuFa5mZTE { top:13rem;left:36.625rem;width:11.125rem;height:3.1875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydbHwfXPFFAhS6SHr2cohXd3uk7Kk7bE { top:11.4375rem;left:34.6875rem;width:6.9375rem;height:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5F5pC5ETHnT2hAum8XiJahbrBiZJGXf { top:1.125rem;left:34.6875rem;width:5.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9sgMO6Uvylyo1T6R2l0dAAE4nOzGFMS { top:2.3125rem;left:33.9375rem;width:6.5625rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2dwznT6rtUyxinlbRnLc8ZBLmQKPbcb { top:3.75rem;left:16rem;width:17.1875rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceVz5nEN9tUbMkVe1BHhtLO9nhP3qHdt { top:5.75rem;left:18.6875rem;width:11.8125rem;height:4.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dywd3ekHqLcm7sgPIbqkh4h65amrIEOJ { top:1.25rem;left:15.1875rem;width:5.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0l1oqQAcI0gEAAHRVawdaRBpx6URJUm { top:2.4375rem;left:14.4375rem;width:6.5625rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMv5d8RHtPqO5dIZHd4HueCiALq6EF3O { top:10.5rem;left:15.1875rem;width:6.9375rem;height:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HN5CCXurqVhw9mqeOHXsLRQEOH5owlig { top:12.6875rem;left:19.375rem;width:11.125rem;height:3.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2y5K7K8mDIMdpN9MOaEHF2KdJp0D3DM { width:6.75rem;height:3.0625rem;top:16.75rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoeGpZ76dQbrWnvsB0RrhXnbFrxTZ08g { display:block; }
 }@media only screen and (max-width: 763px) { #n9ZZ0UaiNfXkyAmfr0w4Gngl0kyDzJkp { top:3.75rem;left:0rem;width:17.1875rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWes3aMrJCQT3H8n97zm5RbPAoMxeUGh { top:1.25rem;left:0rem;width:5.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKeLg6MlAmmcst0lrE8ItTTkyaZF3WPd { top:2.4375rem;left:0rem;width:6.5625rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNekw8qHHe7BUGCz9CnOfrE9nMS0gs6Z { top:6.1875rem;left:0rem;width:11.8125rem;height:4.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEelF2039tMuxidTGJldx3W6EaqfT9kC { top:11.5rem;left:0rem;width:6.9375rem;height:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBTuPwuJs9PKeTBx3J274DiXVmAeiwvb { top:13rem;left:0rem;width:11.125rem;height:3.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRHp665T27QLh1KNs8IUvuZO0h8LKESO { width:6.75rem;height:3.0625rem;top:16.75rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4wiJxcIgCIdTLLlFTwlDCiV6VD7ENKK { display:block; }
 }@media only screen and (max-width: 763px) { #LA5CMhuSIsPfqu5PtgS416wrlvfkcWCI { top:20.4375rem;left:15.25rem;width:5.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhOTesv4PviipoW3g4KPxTXTycLHaK5C { top:21.625rem;left:14.5rem;width:6.5625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vz2uVgxUmhHFcMZstV9uBF60Vv3rXli0 { top:22.9375rem;left:16.0625rem;width:17.1875rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #abW6L94Ec5FVgTssJX8zKLXlnnw9dRl7 { top:28.0625rem;left:18.811199188233rem;width:11.75rem;height:3.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCuxitEeWZb6VVfWy8FxulrnJRW2sLV4 { top:31.5rem;left:15.185764312744rem;width:6.875rem;height:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #naEsn5QGneIDHCsAAyBUioZpJ9GmZhcb { top:32.5625rem;left:20.248699188233rem;width:11.125rem;height:3.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHFhgl4elipOFXbkPnyr8bu8Xba9yuXt { width:6.75rem;height:3.0625rem;top:35.9375rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFxf80foRt1Bb8pmySDT4IreyJbFFV0H { display:block; }
 }@media only screen and (max-width: 763px) { #XthNFTXykysClH9TZfOVqSPzNmZ6r5Tk { top:6.9375rem;left:35.25rem;width:12.5rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxKU4RCOGqf4Iz6RFMbP1dkLOW9XPAmk { top:23.4375rem;left:19.374134063721rem;width:11.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPuHF7Qoqx6yoDQlTiqdmM2MmRF2UkHS { display:block; }#TPuHF7Qoqx6yoDQlTiqdmM2MmRF2UkHS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cWfCAUUsyPVBE8mx6msL23qDedS35kly { top:7.625rem;left:29.25rem;width:17.1875rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwHxcamUQZS6yahLyMOL2ZDKbhnFM31q { top:9.25rem;left:32.9375rem;width:11.8125rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGz15yDykR1oeQ25OLTTSnzins4wKZAN { width:6.75rem;height:3.0625rem;top:20.625rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiXUMOwiobW0mcKmHIIgyTa87fp81TB9 { display:block; }
 }@media only screen and (max-width: 763px) { #lTCzdpQ4u9I3xTTZKQCluCogDigTiHAU { top:16.125rem;left:31.8115234375rem;width:12.8125rem;height:3.625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxiEWyUPunDiNgS5JmAMVrWMsrQbiVF6 { top:14.25rem;left:30.9375rem;width:6.9375rem;height:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmtUPPmpQTZXIzRGeeQbxmz3zxgS3owG { top:5.125rem;left:28.4375rem;width:5.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfKydTJ5ob1uiv7ISeO8IgcWpO1nf53J { top:5.9375rem;left:27.8125rem;width:6.5625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVPSU3PdS4QpmhcGAx6bw2WW8mZzLZ6s { top:6.3125rem;left:2.625rem;width:6.5625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFd5dUhJsRCKgTTWU6iKDQvJOAXpI9JA { top:7.625rem;left:4.1875rem;width:17.1875rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QStks7O9TJU2rSOpqAFSfxzWiETI2zc7 { top:5.125rem;left:3.375rem;width:5.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzcMbTUImR3NBXh7RFRUfUmpHRqpmTdK { top:9.8125rem;left:7.28125rem;width:11.8125rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOSP7TpX8AaSI4Fvz5TZztvkvSLQsFGy { top:14.25rem;left:5.875rem;width:6.9375rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GshpVxhhQFqO6bcr6vBqRxh1mZhm8n50 { top:15.9375rem;left:6.74951171875rem;width:12.8125rem;height:3.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iASVyoT6ZXwBiQSN6oPzPLIk353adKNP { width:6.75rem;height:3.375rem;top:20.25rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUUELqwMIpN1wMHFGtbpmkR3OifDsJP1 { display:block; }
 }@media only screen and (max-width: 763px) { #RKH840uz7AeBwB6EV15p5AvPGxZ7FMhH { top:1.125rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnnTKRAhAdqgWvTxWd5HwMgrS43sft3s { top:27.625rem;left:30.5625rem;width:17.1875rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3n7VCCK5pfCyb7fTD0yINMRaktB7skI { top:25.125rem;left:30.875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEQmn4x8kEIPk2maESlqL50Bxd2rGvMO { top:25.9375rem;left:30.25rem;width:6.5625rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLzMDg1TSog52Gut11VMz1l9K84sKE5H { top:31.0625rem;left:35.374568939209rem;width:11.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShxGDD3IDxewyezhKOImfRrm1vb8iAQl { top:35.1875rem;left:31.687282562256rem;width:9.3125rem;height:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VglieEknI0a0RnVuKfontcAzc1UpX8fD { top:36.8125rem;left:34.8125rem;width:12.8125rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxTa7JBhzloHfqKpJa3N8zePbMIbXaCX { width:6.6875rem;height:3.0625rem;top:40.625rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uF180RcTwPDJ7MPSEmRtLDt1Wo4p0RpQ { display:block; }
 }@media only screen and (max-width: 763px) { #DT0cT2A7dZynOiIveeOJRvTBtd65As2l { top:27.625rem;left:2rem;width:17.1875rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCBOh2rCJayrP4yT1SEnmrIBpBBsKET9 { top:25.125rem;left:1.1875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q13bZXsuRtGoMnofdTKlIvccHv8i4EyP { top:25.9375rem;left:0.5625rem;width:6.5625rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3mGyIPBkABMvXUNNQSP2CvilZM4LwwR { top:35.4375rem;left:1.4375rem;width:9.25rem;height:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2524oI4GDUDGotfZ00N2sPcrtLBONkm { top:28.4375rem;left:5.8726119995117rem;width:11.75rem;height:7.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #twtsySkrn2F22hnVqC5D7qpeGaPBNJTN { top:37.0625rem;left:5.125rem;width:12.8125rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbKnuAGPxbrcT9ZxSnRXXhEMBvtZD0MS { width:6.6875rem;height:3.0625rem;top:40.625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySrLOia2SOlFTG62GPmE1cDR4O9sJT9x { display:block; }
 }@media only screen and (max-width: 763px) { #SdEX9V0hG3dhNKMrKzbvgJAoDJ48Das5 { display:block; }#SdEX9V0hG3dhNKMrKzbvgJAoDJ48Das5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #faVMpSt9mhCEAILlZ38bCtIkogGdTqO8 { top:7.625rem;left:29.25rem;width:17.1875rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dopUHGZTlk9OuENIA3Vhw5w73TX2QT9h { top:8.6875rem;left:32.249565124512rem;width:13.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRpDw6MdRgzqTUoCZVnVCeu9qunGaCxx { width:6.6875rem;height:3.0625rem;top:22.4375rem;left:35.374568939209rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsQJekbO71czv8qB6S8EpmApCe03shKo { display:block; }
 }@media only screen and (max-width: 763px) { #gyfltPd8hwksS7twWAIQPVUJkb45Vh1Q { top:17.8125rem;left:32.749782562256rem;width:12.8125rem;height:3.625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BV65gZokGiRL0NdT6O6L367IgLrdZPfC { top:16.8125rem;left:29.936199188233rem;width:6.875rem;height:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGdHzNrlgWOe45EWMWl4fxsKknJJg3hh { top:5.125rem;left:28.4375rem;width:5.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhwdBUeOHxJck4oWblLGIN33IupS0Rzp { top:5.9375rem;left:27.8125rem;width:6.5625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgZeFNbC8fOqSDTBFkIgl7CM45pW3maN { top:6.3125rem;left:2.625rem;width:6.5625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdhXJ8cAITUD22uTTNn9nT40yLbmWBDf { top:7.625rem;left:4.1875rem;width:17.1875rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrnZIOytS5wGQpRNCsZgMVWP0iSQfMz6 { top:5.125rem;left:3.375rem;width:5.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBeVFDUry5ETmQKXchIJi9cCDCBJuqvu { top:7.5625rem;left:6.3185768127444rem;width:15.0625rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHE1sUaJraqocpgaI3U66Ppqz7LavTNR { top:17.3125rem;left:5.0620651245117rem;width:6.875rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVca6pSJs3O3KNxdgWFKbRiGe8z71uJW { top:18.5rem;left:6.7493495941163rem;width:12.8125rem;height:3.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6uu6uzO5urTAnUZRNhpsi9cqGowmIC0 { width:6.75rem;height:3.375rem;top:22.5rem;left:9.4370651245119rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQtq4BEZvAD5fecWLRo2dwkc0B70SnHa { display:block; }
 }@media only screen and (max-width: 763px) { #iyFWZobeTupF2pfLVUfe4ok3zvcBFMB5 { top:1.125rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5G8WyhoVW2KGOKXPkD1fnsCTIKXMg3i { top:27.625rem;left:30.5625rem;width:17.1875rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmb5qS3XuwMtuevBQQv0Vhqd4yFu8ucR { top:25.125rem;left:30.875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OR4exvAPwUKQlBxECZmH47G9nV8kGitG { top:25.9375rem;left:30.25rem;width:6.5625rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRItQBzVpxLTsBHU6MNyX5tmHKcAuJWr { top:28.4375rem;left:35.374568939209rem;width:11.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gch1Jf9x11UTrkbo903wTCiQOkE57Ucy { top:37.5625rem;left:31.686416625976rem;width:9.25rem;height:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iItbHBeJeJMatzK6kcXfoVN3T5UWDdIg { top:39.125rem;left:34.8125rem;width:12.8125rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDG4XTeTsK0RwFm41yd5wZo1P8Is88Ai { width:6.6875rem;height:3.0625rem;top:42.5rem;left:36.937068939209rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNHbIEeqha2TIWuXoZOUE3MEbNkwPT84 { display:block; }
 }@media only screen and (max-width: 763px) { #F9JuF3xA2W24auzz59q9TNlGIy13bhQ8 { top:27.625rem;left:2rem;width:17.1875rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFyVXpNwNIMGQu2uAgfbABpOF4SAwTZ5 { top:25.125rem;left:1.1875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnTX0zdXrWvbWDbxkTIdyBS5nBC5FL07 { top:25.9375rem;left:0.5625rem;width:6.5625rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmquEKEFZUZld8rgFOLeXJE3dzPF4inx { top:37.25rem;left:1.4368476867676rem;width:9.25rem;height:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9TTkhlN9wEVaJcXOw1PvkEkyfrTZbyr { top:28.4375rem;left:5.8715267181396rem;width:11.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBpxhnLrAmLAeupZDfGgUo7aGCVktC0X { top:38.9375rem;left:5.125rem;width:12.8125rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIyDlxNrq7qiJ3v88ZN9hRXxHUHxyhXh { width:6.6875rem;height:3.0625rem;top:42.5rem;left:7.2495651245119rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQyilpsGpAQTX3PbVyvaDWboOIkz5aIA { display:block; }
 }@media only screen and (max-width: 763px) { #fgp3rVIsPeSDCJNDrASbbMqT8Qt6a3KR { top:11.75rem;left:33.194229125976rem;width:11.75rem;height:5.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbwcDwZtyqkIQLpEw6fvDrLbAyt8E0bU { top:12.4375rem;left:8.1948776245119rem;width:11.75rem;height:5.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GasinXs4nJbzBhTbmI3ZnIkqtWKhzvRW { top:32.125rem;left:34.694229125976rem;width:11.75rem;height:5.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1dvPTevB2ZPT7zDAW6s52WMedU6aFZV { top:32.875rem;left:5.0598945617676rem;width:11.75rem;height:2.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePdbT3cogGpd2TF2h2nxBFGKd7IKhW4s { display:block; }#ePdbT3cogGpd2TF2h2nxBFGKd7IKhW4s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E8CAm6Cvok57OWUS6uWQb5CQd4ov8Mav { top:11.5625rem;left:28.062282562256rem;width:17.1875rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f62TCvfd5lK9uKThVRl0JUOTGbD26twm { top:12.5625rem;left:32.061851501465rem;width:11.8125rem;height:6.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8rmdT3lw7ST7GkAqdkW4AwcKiJzmwXW { width:6.75rem;height:3.0625rem;top:24.625rem;left:33.311851501465rem;display:block; }
 }@media only screen and (max-width: 763px) { #XL3nw2lVcmMx4FWnsBKtQsF0Fw39enJS { display:block; }
 }@media only screen and (max-width: 763px) { #nGvPQLfTOt0BB8VSUOCyiroMJi59axcZ { top:20.375rem;left:32.373264312744rem;width:11.125rem;height:3.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dy3p5GTOIHQSfEByLM3VOfLirVzzirh6 { top:18.8125rem;left:27.249565124512rem;width:6.9375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJaO3HUFwZLhfwNdmu1A9OeWAGpuNyyi { top:9.0625rem;left:27.249565124512rem;width:5.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZTK6QUrWIXM7bqU2i9goySNsTSwrcuQ { top:10.25rem;left:26.499782562256rem;width:6.5625rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4bH36Lt7XWQr0rz5wOI771NWBPC6yan { top:10.5rem;left:2.5625rem;width:6.5625rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkJgFLFH0ETF5ISFsaVbyrz9wEPGTaSq { top:11.75rem;left:4.125rem;width:17.1875rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pw4zDGtO3lwmD8Q6NITIRXaKTmAunCIb { top:9.3125rem;left:3.3125rem;width:5.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtfSgLI3SnfghRlAzzNioAnsPS5AKBTN { top:13.625rem;left:7.9372825622556rem;width:11.8125rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTEoCTKofhGP4rf8mva2QcogZ0xogyy0 { top:20.5625rem;left:6.3115234375rem;width:12.75rem;height:3.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9AIVf6ZNGpdIXTqZBzSqviTLQTLp0T8 { top:19.5625rem;left:3.3118476867676rem;width:6.9375rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbTNPTSG0d8dstoJhVGUQVX4eTqTfXnh { width:6.75rem;height:3.0625rem;top:24.6875rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rh4Gt7y3NLxEhOlildCztVMIeyEMl1hp { display:block; }
 }@media only screen and (max-width: 763px) { #CtpuEzC1AbJDS8xSd2ERoq0gW1m2wxhE { top:3.4375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QabmKDhh7AsThTKiuAsAKAJzky5N4S6u { top:29.6875rem;left:16.375rem;width:6.5625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VU9TWl8nB7M4fdrCmIIbgVrNHhUnTHVv { top:30.9375rem;left:17.9375rem;width:17.1875rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpQkca4ReQvKeuQgRnJ364xMhrzmQKMO { top:28.5rem;left:17.125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #opHEP2PfRiLzdO81wP4QuylTrEMzPr3y { top:32.125rem;left:20.5rem;width:13.125rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeFpEiX0JZkpvqLQAifQNUoO3c4t7xdx { top:40.5625rem;left:20.125rem;width:12.8125rem;height:3.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOsTl7nz086NP6gdpbGMVU65I1Gaue23 { top:39.25rem;left:18.25rem;width:6.875rem;height:1.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSfWkpfxbS5p2V1QPvkNzGbpDEmAQKn1 { width:6.6875rem;height:3.0625rem;top:43.875rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBZ5obpLvILvfbc4l0TNg3zGcqcUMatV { display:block; }
 }@media only screen and (max-width: 763px) { #PT2PtqAHX0vZqdqDIdIS0NkUiZyLEKBa { top:35.4375rem;left:20.8125rem;width:12.5rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlUNKicFcRBIQoTkmo5rnVCnJOGUT7c9 { top:16.0625rem;left:7.6829433441163rem;width:12.5rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKINgo9qPFOuXOzp66dlDdNwGww2hZ4v { display:block; }#wKINgo9qPFOuXOzp66dlDdNwGww2hZ4v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wpbBaLlqpH2QXzQdToJiOCtZ1B4TZHUM { top:1rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1WKgfCuoTgo6oJuvpCTUpxGgdi9pn7L { display:block; }#K1WKgfCuoTgo6oJuvpCTUpxGgdi9pn7L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BuG1qRR38Jk7TQMK76Rri3wsObyKnhQw { top:2.3125rem;left:1.0625rem;width:17.1875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3OV4aeJhT5cW9rKFzcooV49xtmAhDe4 { top:6rem;left:3.3125rem;width:11.8125rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uX6DOlJMWtRBnhSZeoMwuFz5Ti0lA2v8 { width:6.75rem;height:3.0625rem;top:17.3125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTkiupmDRLrL2eIA0tIHsrz1iddlfC23 { display:block; }
 }@media only screen and (max-width: 763px) { #xbeBQgJTVJsFLSiZVwp3gJpNetmdmnoP { top:13rem;left:1.0625rem;width:14.75rem;height:3.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9Or9TWEx4xmVn9cS14WbZZcliE4Q75R { top:12.1875rem;left:0rem;width:6.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXfi0rJ9RQXpHvzipVr18IWknJ93pnKr { top:0.6875rem;left:0rem;width:5.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfpHuFLHyNRo7KBprG4MLg3sozGCfOmc { top:1.5625rem;left:0rem;width:6.5625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP2bzZqTzLmpavJVbbe1aDptfTMlF7n4 { top:9.5625rem;left:35.9375rem;width:11.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzZN02mZVfKTPvvvMgLptwluXO3SqzlC { top:13.875rem;left:33.125rem;width:6.9375rem;height:1.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w68CVliMNk5NnTrKHr2JJolXmWO3I8OF { top:1.875rem;left:31.875rem;width:5.0625rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WihJigXxAcDngHIpUyxMmT6TbvPbUgGi { top:2.6875rem;left:31.125rem;width:6.5625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgogR2fUBI4Wgy2e7LvMrIQBqBkk1Ecv { top:15.1875rem;left:35.9365234375rem;width:11.125rem;height:3.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF4Q3uSdw8sctpE5Q0f7M9AhMGWrrUf7 { width:6.75rem;height:3.0625rem;top:19.0625rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sC8LrMHVQGvVPD3qP0b2h5cgaRtKTlZR { display:block; }
 }@media only screen and (max-width: 763px) { #Ba0ndTrgnVfG46kXdXq7zES5JhzEVnI4 { top:6.375rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRH02wipXGSVhDC9FZAMBLqgT1WmAqd4 { top:4.5rem;left:36.9375rem;width:10.8125rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5h7fH36QLTUBNFNFhSfmg2gRHD5QiWW { top:26.9375rem;left:30.5625rem;width:17.1875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdMSPCD8yGWK7Q1Z9DB3aNyqLqqvSWst { top:30.75rem;left:35.9375rem;width:11.8125rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #inmKHc4fpEq2NcZg5gT98ZtC9cQTXt0F { top:24.4375rem;left:32.875rem;width:5.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILIZrau7MITRynOZoJ1LMD8GpFfCnTUw { top:25.625rem;left:32.125rem;width:6.5625rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9T9O2dwT23zrVdmyppD5TWLlc7rFGQ3 { top:35.9375rem;left:33.6875rem;width:6.9375rem;height:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5I8upMRSB9Iz6RrKQQJ8C629QIbA506 { top:38.0625rem;left:36.625rem;width:11.125rem;height:3.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIMSam3Hh5waRWRmJzKrhGSDuPRfwUQR { width:6.75rem;height:3.0625rem;top:41.9375rem;left:38.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQM2ePswPxIs5SQqBtfF6sAu42BHuZ3f { display:block; }
 }@media only screen and (max-width: 763px) { #eHlTG11eF4Uge6oMTW4J5ntUOIwn3twP { top:26.9375rem;left:0.625rem;width:17.1875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8zBURSdd7QMrWTd8CxTihCgQnxdw1Du { top:28.8125rem;left:4.0625rem;width:11.8125rem;height:3.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTMRBiQbbMduZmcInO48Rt82Gh2DfSUD { top:24.4375rem;left:0rem;width:5.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jz2HFzsOiDTUfXa3XtiB5OvsPUJXidXq { top:25.625rem;left:0rem;width:6.5625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOrcpcenlCIkLEMkyLz9FPATDfJllWyI { top:37.0625rem;left:0rem;width:6.9375rem;height:1.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ra2WuJTyunR1wxAp9X1ELu9hSS0ttg76 { top:38.6875rem;left:2.6875rem;width:13.9375rem;height:3.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBFCAvARPkJTtbuRwaQ6mKlznGewB0Dr { width:6.75rem;height:3.0625rem;top:42.3125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yct4ekNhCd2nQK6VwEQJEk4UGMMwcXEk { display:block; }
 }@media only screen and (max-width: 763px) { #JZuM6mOoT53hqXGZQayN7XDTqez5nCWW { top:10.9375rem;left:1.0625rem;width:6.9375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6StpqVf8qrGVfkg4IUJdMArx3HyZAoo { top:3.375rem;left:30.5625rem;width:17.1875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiekaJeHeTJuTiXqtA8J20OydWQy50Wu { top:7.1875rem;left:35.25rem;width:12.5rem;height:6.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8mB23QPp3nKn7GCZFAKHsi7Z1XGzSmO { top:33.375rem;left:4.1875rem;width:12.5rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDOUCyLMoUVqDL7BOiboycgP5CS7kUyS { display:block; }#JDOUCyLMoUVqDL7BOiboycgP5CS7kUyS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dOdHsqsAWPsFBCUBqvdBZSIXJZZppUew { top:1rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #knHChKAMvLlqr74dtJe36NovQUvUWyli { display:block; }#knHChKAMvLlqr74dtJe36NovQUvUWyli > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BbCCRvgrHSwJPw4OeMPCxwEslCpTNCee { top:3.75rem;left:0.3125rem;width:17.1875rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOQgOKtcEfPTuL7f3ltRMATKWVpBtJ4o { top:6.3125rem;left:35.9375rem;width:11.8125rem;height:3.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQwedOgT8JNbApwiw47CCJCVcBN3melF { width:6.75rem;height:3.0625rem;top:17.375rem;left:41rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvnJpzpehPo6CKdAVJvJUOZK3fIogal4 { display:block; }
 }@media only screen and (max-width: 763px) { #PMPuA9qGtUVS2PmdJsQHkaxKu10EeoDm { top:12.75rem;left:35.875rem;width:11.875rem;height:3.4375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtZqSN1dToSZ2hV2ZcB1epD2UI0XLRst { top:11.125rem;left:38.30859375rem;width:4.875rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUm0Gia1aokKJOg20EcR9XtcJt3d8HsH { top:1.3125rem;left:35.8125rem;width:5.0625rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr8WDcqdsiPb3GNkPUuumr7eM1oOpTEa { top:2.5rem;left:35.0625rem;width:6.5625rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNFMirWLoNZrUAlPcweCeXbTTFzRQTIn { top:2.4375rem;left:0rem;width:6.5625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZbPJlnE361wQXUq71n56iNPbHefJMvr { top:4.125rem;left:0rem;width:17.125rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdvyxvWiU7cLzHen3osb7kGrOikXrPUf { top:1.3125rem;left:0rem;width:5.0625rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOw716u8IkCU4fhTiDsUs6wlL7DAtEBL { top:11.1875rem;left:0rem;width:4.875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMtuPgaTcWntQea8wLaOwZHAy6oPrvyz { top:5.4375rem;left:1.875rem;width:10.875rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBAtUDuwnSfNgXH5rNUHtaGNeOmhgfTO { top:12.8125rem;left:0rem;width:14.25rem;height:3.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oqru06ipHamehFAxFvLuouahzQ85ir1z { width:6.75rem;height:3.0625rem;top:17.375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmWI6ix0K3REJRkHfPsp0pBXytmVTAkg { display:block; }
 }@media only screen and (max-width: 763px) { #WLIvBOoG3k6E3VTTDzNIJoEBV7t3HN1S { top:24.125rem;left:30.5625rem;width:17.1875rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwzsbPMF1zGPx1nV1SeEoOH35BnTHDPl { top:24.75rem;left:32.99951171875rem;width:13.1875rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sn6KGLUR5aVc8xq5PhOnvsqVFXWlxwML { top:32.8125rem;left:31.87451171875rem;width:14.25rem;height:3.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwmmN3SqDqn41iJoE3bRtLMPapcevxkz { top:31rem;left:31.1875rem;width:4.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqJaZtrhDmRN00rC80t1V4cpvomxw5R8 { top:22.4375rem;left:28.9375rem;width:6.5625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftbWWaM8qLLpuZetdX68VqX7LrOtqHnm { top:21.3125rem;left:29.6875rem;width:5.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXq0o2rTzWSQPMfU3tsfTvyklEOhhb8g { width:6.75rem;height:3.0625rem;top:36.9375rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKshP3RsqROIHRFXEvMhXdPbrxmAPwPR { display:block; }
 }@media only screen and (max-width: 763px) { #nJ978U8fWDaA4wTRnLsozS3ZB2AwxGLL { top:24.0625rem;left:3.0625rem;width:17.1875rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqTfccphf6BogSfMwVWb9TQCllcpyueB { top:33.1875rem;left:4.375rem;width:14.25rem;height:3.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpA2pTpuJz8ZCeDucR8k6ZhS7LtTSvBT { top:31.6875rem;left:3.4990234375rem;width:4.875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCi8ZTJWnLrf5hao3NIO8RxLxnCHvguQ { top:22.5rem;left:0.25rem;width:6.5625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJ1tlUJDnZbnORb0JA1B2B0eVwlDD2Xz { top:21.3125rem;left:1rem;width:5.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpdecvbA22XEbNrZC9RakRRIpX27TTtG { top:26.625rem;left:5rem;width:13.25rem;height:4.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lToOpOnOSFfO1LttJznzGgruXTD9GcGD { width:6.75rem;height:3.0625rem;top:37rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmadDrzsAThi97VK2dwnk88UwziGOxD3 { display:block; }
 }@media only screen and (max-width: 763px) { #KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm { display:block; }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O3lUwGwkimEfwZqUzXJNqF4v4iHTR6Db { width:28.8125rem;height:2.5rem;top:1.375rem;left:18.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wdz7mgdRMMFhQoInb79EZNddC6iRfb9h { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMHRTekBkIEvyxTaQ08GOkXdFD6HdsXb { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D32kxh9ToqzdgPAoZ5ihsUZ2PquVXthp { top:12.1875rem;left:16.18603515625rem;width:19.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBQEpCfNHUByiRWSIHGMJkIOQyS7c9io { width:45rem;height:1.9375rem;top:5.9375rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWtEN4WxlvPLQ5FN8u58eBwyzdqDURva { width:47.75rem;height:4rem;top:9.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Hsv4z7HAeuPLOTUQ0A7s8gDUTsaIUDwF { display:block; }#Hsv4z7HAeuPLOTUQ0A7s8gDUTsaIUDwF > .row .container { width:20rem;height:2.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aqDpo2cv06OMTBuEnxGW62pwn4sqhOe7 { width:12.3125rem;height:2.9375rem;top:0rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #amVamLxxE4OvuUCERAD8sOBGqVqMbwJt { display:block; }#amVamLxxE4OvuUCERAD8sOBGqVqMbwJt > .row .container { width:20rem;height:64.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M3ciTPNFzq9xlU4qAw0uaJ1zZ8az9DTK { width:14.0625rem;height:3.75rem;top:75.75rem;left:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #ggg2EBNobgIHKBeIlBEMJNpDi0RoLR9Z { display:block; }
 }@media only screen and (max-width: 763px) { #e357rvUVwmso4zx6o5luElqT2T6nAz2T { width:19.0605625rem;height:2.76041875rem;top:4.625rem;left:0.46875rem;font-size:1.0625rem;font-family:cairo;display:block; }
 }@media only screen and (max-width: 763px) { #PO5LnmbvRLDxczvuzcRqsCsyVDtbEKHF { width:3.125rem;height:3.125rem;top:76.0625rem;left:16.9375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZR5UF6PD6arUE4FPvGUd4IX4Iq6dgNtl { width:3.125rem;height:3.125rem;top:76.0625rem;left:0.0625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #V86SarzR16kba917gSmH9B74AZU9EvQd { width:19.9980625rem;height:4.38801875rem;top:14.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OJGSTz5bndH6bBpDElfE7zMVxOl221Z7 { width:17.0625rem;height:36.4375rem;top:19.9375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kULgQi4bRo2BCtkDWxESG2pzrlVKw2ZT { width:15.9375rem;height:2.2319875rem;top:19.9375rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #u4wDAgUzsOlGt9exPgKhUNd3471ME77X { width:16.875rem;height:2.098525rem;top:22.125rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzQ3vnsMmfinxrTWoIFRzBUdbiqtPu5b { width:9.6875rem;height:9.6875rem;top:5.875rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-regular-label { width:13.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;font-size:0.875rem;overflow:hidden;text-align:right;text-align-last:right;font-family:cairo;font-weight:700;font-style:normal;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;display:block;vertical-align:top;line-height:.7; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-input-text { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.1875rem;display:block;vertical-align:top; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-textarea { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-input-select { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.1875rem;display:block;vertical-align:top; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-input-checkbox { margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-input-button { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-checkbox-label { width:12.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-container { padding-top:0.4375rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;font-size:0; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-container:first-of-type{padding-top:0;}#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-container:last-of-type{padding-bottom:0;}#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ  { width:13.75rem;height:auto;top:25.3125rem;left:2.125rem; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .radio-container { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ {display:block;}#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ { width:13.75rem;height:auto;top:25.3125rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #Tu4QArtyhLArtg5DiQ0eOym2n77Os2zM {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #Dwv26hJJxNuqhPpu7P6qvTESDn86Tiio {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #VBtodryDOzw9P7Q2ft0E9kpBgVtmQ0x7 {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #PQvRfCpdPaTGnaaOMTHsZ5CTxzqIJXvJ {  }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #PQvRfCpdPaTGnaaOMTHsZ5CTxzqIJXvJ .container-column{width:50%;} }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #xTAbkhA3tBUhPbZPt7ttRI31UEFUVe2z {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #ySipH8sKFN5TDNSTOCb45XC41fD4Tfb8 {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #V8sMyligrLZT9OviA9QK9MxT8ozJLtlO {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #vl1lDgGrhQ8HHotsFubg94KWll8hAPN9 {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #zok6694OtZU1M7Gx9kCdekr1PSGqsdrQ {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #tCxPgVrW8ELRR8vT7S0h8bl5tCPo9158 {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #LrQbt7eeb5OQqGK1hWdXiFNkP8e8QxIW {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #KH2VvWndAggINArpW1FQeqqeomUBrB8X {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #IMI2X3BAveLarbN8IdI5vHX6cdVNH0Tl {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #fw5EgXqGFoG8xtF1zKA5uC05K5L2woKm {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #uFuvw4WI9l9Car4HxJvXazVo75nH9Os8 {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #puUUgt0I8BHbooDQ8yozTM9ZEcxlzgRk {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #Xw3eAib2xgVGXUT6zMq0pG0KGBNz7Ewc {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #wm78MOZUlhMIy63q9pxxu41l6zz3V8mm {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #XATpG54FnWRAMhHE0MU07xWzii9cCPbS {  }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #XATpG54FnWRAMhHE0MU07xWzii9cCPbS .container-column{width:50%;} }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #LR6JVV4BHGOzEtErSfiJvIpKkOFJmQ1C {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #s9d1vfe7OTyrMm8rTuHnJUG9LSEUWtnA {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #APgczBr5zmn21hEBRGA5GTvJWMKUlVkL {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #bQtmL8LIMZusG0mQ3eg4ufRO6wCPczdL {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #tuh0M0BuSupJVlv8tTBfV9xUiEUKJCD9 {  }
 }@media only screen and (max-width: 763px) { #APu8bDAq1cCXGXKUESA9zKOTbsQGeNI7 { display:block; }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #sTCAGmKqATaAwoPXIufGhwa5eaSkppLP {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #xTozqmLSX4WDxQkSFZcLNX0ne7cC2MCV {  }
 }@media only screen and (max-width: 763px) { #D3E7XfAFRp6TVJhPpXKG6CAStsE2tv4t { width:14.75rem;height:1.3808625rem;top:11.8681640625rem;left:2.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFmTVozS5Et2pgs8qrrsvF9iGrvHvcUz { width:20rem;height:3.2487rem;top:0.8125rem;left:0rem;font-size:1.25rem;font-family:cairo;display:block; }
 }@media only screen and (max-width: 763px) { #TM4mTZFc6WDy3qfhNkSJ3hSzGe4lucAN { width:19rem;height:3.4375rem;top:57.687500953674rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfAhMP9031mXOBAANGGvmzF7wpTihrdD { display:block; }
 }@media only screen and (max-width: 763px) { #UJnF9ZtiWXkBXveArSJGhqD4uXEmPS9M { display:block; }#UJnF9ZtiWXkBXveArSJGhqD4uXEmPS9M > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ze4CmcMhcasb5bD2qdFtWol2XellTTti { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcwCTlMVVBIWomATtuoA1xDodUX7JTJI { display:block; }#OcwCTlMVVBIWomATtuoA1xDodUX7JTJI > .row .container { width:20rem;height:94.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kpwf1LEKbH4CdDrGXTg2ULydMlvC2tAJ { width:20rem;height:14.25rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZDXgXIbqO0EROakT1oNHclSvbulcz0a { width:13.8105625rem;height:1.7871125rem;top:2.8125rem;left:6.1884765625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zkHpUAlSPLq8SIGP3K2gMpLo9AMfdn4T { width:10.3125rem;height:3.1245125rem;top:14.8125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKZwn1paezmiXz7ovE4fGTiIcKuOZdNg { display:block; }
 }@media only screen and (max-width: 763px) { #LpxT5gIlSWJ7mkvOTMAfbLnCtN4xr6L1 { width:7.6875rem;height:2.68120625rem;top:6.8828125rem;left:7.5rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #quxMOSa72fnFbc5aIqTPTxoKNICMecMN { width:5.311525rem;height:1.625rem;top:10.5625rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K35WXznmSVPaV8u8Cq9iPC7OMg02Gavm { width:5.0625rem;height:5rem;top:2.8125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHbcl496r1Pm35toifKD1T8sb0OGsn8m { width:4.875rem;height:2.92535rem;top:3.8125rem;left:0.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUPZRZ7e8MOaiSzTyAz0cBPDWqvgTk44 { width:20rem;height:33.0625rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoV1Hnea9vPMW1GnggU5JQZAEr6IztlO { width:11.8125rem;height:3.57421875rem;top:21.625rem;left:4.125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DFIfFpthtFGwKuUxQ9HauLT8y6g4UDEg { width:6.9375rem;height:1.8684875rem;top:46.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLHrO8a8xWNR3GA288MONmvWP44b6SE3 { width:5.0625rem;height:4.9375rem;top:20.943359375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbmemGDuEgqTqJsLu7LOwqANx25ZT0kk { width:6.5625rem;height:2.92535rem;top:21.91796875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwdAmBfGiTndNdB2UWky2XZKuyD1AyGU { width:11.3125rem;height:3.3311625rem;top:43.6064453125rem;left:3.125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJEmDIAM2NduI6v0o4koXtVGuxnDvWib { width:10.3125rem;height:3.0625rem;top:49.75rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyN22rQtUE4OGgpp0iDzoXNsGkL0XXTS { display:block; }
 }@media only screen and (max-width: 763px) { #NHRfXlP8txTtx2Uax5XP4pdU4zifuhTp { width:12.5rem;height:1.2999125rem;top:49.75rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CD88P6pKaSsSntAZVJAmnTLwrluiZE28 { width:10.8125rem;height:16.8988625rem;top:26.4375rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rz4PXizo6MxitF9D7yvisCih73LF6IfK { width:12.5rem;height:0;top:97.6875rem;left:4.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #AFqLk2xou1EhPCcMKaISdL4tfa8CEQ5K { width:20rem;height:16.9375rem;top:75.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZSB5XNS7pE7bns41i9uTms3VukqDIiI { width:11.8125rem;height:5.361325rem;top:75.8125rem;left:6.3115234375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HAzqJHt7woTE8V5dDiNcl6NPlNaUNDcN { width:5.0625rem;height:5rem;top:75.75rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UR6OyhyPD1k7Nmz6SFALxQCyZsocThdn { width:2.5rem;height:2.92535rem;top:76.755859375rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ex4mvuW2d7kTfZJDMxFSZTC3eXeMRTFK { width:12.5rem;height:3.65559375rem;top:81.673828125rem;left:5.9677734375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMhg55LZlpxe26Ctq2beT3UH869n3xXg { width:6.9375rem;height:1.7068125rem;top:87.6689453125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XINfB14f7yhpV0Ovp0loGD0vwbh8ShMF { width:11.125rem;height:3.25rem;top:85rem;left:3.125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuKXGvayBMsb7FLLXTtTXfRfbr65bgGU { width:10.3125rem;height:3.0625rem;top:90.125rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #emdko1hqpeQXkBxBeF5hEvyf31D5Wncy { display:block; }
 }@media only screen and (max-width: 763px) { #Dplu1OTmaMJBtcw9J1JiOeP4aWtOOUQR { width:20rem;height:16.875rem;top:54.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuBZM4873eiGJdOcDXU400T0cAU2apEP { width:11.8125rem;height:3.57421875rem;top:56.5rem;left:5.3125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iSJlT0JucJpD2TonWZFNK4aVCFVSPmBK { width:5.0625rem;height:5rem;top:55.75rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxQTA4oPNBZdcKyTzqJTqkzDfRGgcDAQ { width:4.3125rem;height:2.92535rem;top:56.75rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Al4kDOZDKt3Po6DZzE6vx4O4bDrZqK1A { width:6.9375rem;height:1.7871125rem;top:66.5185546875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATaqA7h18zBEuWvTuLBsUBd6D1wstNcJ { width:11.125rem;height:3.25rem;top:63.3310546875rem;left:4.8125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKu7azd9h0hxJpL0NDMcaCNWqtmdmvI9 { width:10.3125rem;height:3.0625rem;top:69.4375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1tSwXVzlUdz11RGeT1FnC9mOd5oSrh9 { display:block; }
 }@media only screen and (max-width: 763px) { #fiJuXvI9E2Tp2kEk8mgHgbdIgsIDsiOZ { width:11.8125rem;height:1.7871125rem;top:60.9375rem;left:5.3125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RByBbJcCrUMpGzHAuXEuVuUSPaLxyVZD { display:block; }#RByBbJcCrUMpGzHAuXEuVuUSPaLxyVZD > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uVKWLdsy3d1yZDHIwOfa8DVddAnaOtIV { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ttab79tLVAvKP1biwtDJRPTAuJT5W7ZN { display:block; }#Ttab79tLVAvKP1biwtDJRPTAuJT5W7ZN > .row .container { width:20rem;height:76.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EnvxCPXLh9fggSEFeuJfEVeqXhHEKNym { width:20rem;height:14.25rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeAOW1eyZ04thPQTFy8ykuTAaT6Fq97O { width:13.8105625rem;height:1.7871125rem;top:2.10546875rem;left:4.8125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bKb1T4GtX507rwslL0mEtgOr5kPmFcT8 { width:10.3125rem;height:3.1245125rem;top:14rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D34ySOCJ7nuQhOGKEFWDbHqWaVc4Gcw6 { display:block; }
 }@media only screen and (max-width: 763px) { #X6ubsF9mnweTmoNgbxpUsNlNuFa5mZTE { width:7.6875rem;height:2.68120625rem;top:9.2119140625rem;left:4.029296875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydbHwfXPFFAhS6SHr2cohXd3uk7Kk7bE { width:5.311525rem;height:1.7871125rem;top:11.3818359375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5F5pC5ETHnT2hAum8XiJahbrBiZJGXf { width:5.0625rem;height:5rem;top:1.25rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9sgMO6Uvylyo1T6R2l0dAAE4nOzGFMS { width:4.875rem;height:2.92535rem;top:2.1875rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2dwznT6rtUyxinlbRnLc8ZBLmQKPbcb { width:20rem;height:14.875rem;top:37.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceVz5nEN9tUbMkVe1BHhtLO9nhP3qHdt { width:11.8125rem;height:1.7871125rem;top:40.197265625rem;left:6.873046875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dywd3ekHqLcm7sgPIbqkh4h65amrIEOJ { width:5.0625rem;height:5rem;top:37.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0l1oqQAcI0gEAAHRVawdaRBpx6URJUm { width:6.5625rem;height:2.92535rem;top:38.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMv5d8RHtPqO5dIZHd4HueCiALq6EF3O { width:6.9375rem;height:1.7871125rem;top:47.1025390625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HN5CCXurqVhw9mqeOHXsLRQEOH5owlig { width:11.125rem;height:2.84375rem;top:44.3212890625rem;left:4.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2y5K7K8mDIMdpN9MOaEHF2KdJp0D3DM { width:10.3125rem;height:3.0625rem;top:49.875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoeGpZ76dQbrWnvsB0RrhXnbFrxTZ08g { display:block; }
 }@media only screen and (max-width: 763px) { #n9ZZ0UaiNfXkyAmfr0w4Gngl0kyDzJkp { width:20rem;height:14.875rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWes3aMrJCQT3H8n97zm5RbPAoMxeUGh { width:5.0625rem;height:5rem;top:19.125rem;left:0.5625rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #ffa900, #eff2f8);background-image: -moz-linear-gradient(178deg, #ffa900, #eff2f8);background-image: -ms-linear-gradient(178deg, #ffa900, #eff2f8);background-image: -o-linear-gradient(178deg, #ffa900, #eff2f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa900', endColorstr='#eff2f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa900', endColorstr='#eff2f8' );";background-image: linear-gradient(178deg, #ffa900, #eff2f8);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #GKeLg6MlAmmcst0lrE8ItTTkyaZF3WPd { width:6.5625rem;height:2.92535rem;top:20.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNekw8qHHe7BUGCz9CnOfrE9nMS0gs6Z { width:11.8125rem;height:7.1484375rem;top:20.125rem;left:6.873046875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PEelF2039tMuxidTGJldx3W6EaqfT9kC { width:5.9375rem;height:1.7871125rem;top:30.1953125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBTuPwuJs9PKeTBx3J274DiXVmAeiwvb { width:11.125rem;height:2.84375rem;top:27.2734375rem;left:2.310546875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRHp665T27QLh1KNs8IUvuZO0h8LKESO { width:10.3125rem;height:3.0625rem;top:32.6875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4wiJxcIgCIdTLLlFTwlDCiV6VD7ENKK { display:block; }
 }@media only screen and (max-width: 763px) { #LA5CMhuSIsPfqu5PtgS416wrlvfkcWCI { width:5.0625rem;height:5rem;top:56.4853515625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhOTesv4PviipoW3g4KPxTXTycLHaK5C { width:6.5625rem;height:2.92535rem;top:57.4912109375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vz2uVgxUmhHFcMZstV9uBF60Vv3rXli0 { width:20rem;height:14.875rem;top:55.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #abW6L94Ec5FVgTssJX8zKLXlnnw9dRl7 { width:11.8120625rem;height:4.62890625rem;top:60.415583610534rem;left:6.8793407082556rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UCuxitEeWZb6VVfWy8FxulrnJRW2sLV4 { width:6.9375rem;height:1.7871125rem;top:64.322917938231rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #naEsn5QGneIDHCsAAyBUioZpJ9GmZhcb { width:11.124125rem;height:2.84288125rem;top:65.670563697812rem;left:4.4368491768837rem;font-size:2.1875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RHFhgl4elipOFXbkPnyr8bu8Xba9yuXt { width:10.3125rem;height:3.0625rem;top:69.186855316162rem;left:4.8122830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFxf80foRt1Bb8pmySDT4IreyJbFFV0H { display:block; }
 }@media only screen and (max-width: 763px) { #XthNFTXykysClH9TZfOVqSPzNmZ6r5Tk { width:12.5rem;height:3.4082rem;top:5.1767578125rem;left:6.685546875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxKU4RCOGqf4Iz6RFMbP1dkLOW9XPAmk { width:11.749125rem;height:1.7871125rem;top:57.559680461884rem;left:5.8420143723488rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TPuHF7Qoqx6yoDQlTiqdmM2MmRF2UkHS { display:block; }#TPuHF7Qoqx6yoDQlTiqdmM2MmRF2UkHS > .row .container { width:20rem;height:81.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cWfCAUUsyPVBE8mx6msL23qDedS35kly { width:20rem;height:14.25rem;top:5.1875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(264deg, #73aec7, rgba(0,0,0,0));background-image: -moz-linear-gradient(264deg, #73aec7, rgba(0,0,0,0));background-image: -ms-linear-gradient(264deg, #73aec7, rgba(0,0,0,0));background-image: -o-linear-gradient(264deg, #73aec7, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );";background-image: linear-gradient(264deg, #73aec7, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #iwHxcamUQZS6yahLyMOL2ZDKbhnFM31q { width:13.8105625rem;height:3.57421875rem;top:7.25rem;left:6.1884765625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DGz15yDykR1oeQ25OLTTSnzins4wKZAN { width:10.3125rem;height:3.1237rem;top:17.3125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiXUMOwiobW0mcKmHIIgyTa87fp81TB9 { display:block; }
 }@media only screen and (max-width: 763px) { #lTCzdpQ4u9I3xTTZKQCluCogDigTiHAU { width:10.75rem;height:2.76171875rem;top:12.015625rem;left:3.375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxiEWyUPunDiNgS5JmAMVrWMsrQbiVF6 { width:5.8125rem;height:1.54394375rem;top:14.77734375rem;left:0.4384765625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmtUPPmpQTZXIzRGeeQbxmz3zxgS3owG { width:5.0625rem;height:5rem;top:5.1875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfKydTJ5ob1uiv7ISeO8IgcWpO1nf53J { width:4.875rem;height:2.92535rem;top:6.25rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVPSU3PdS4QpmhcGAx6bw2WW8mZzLZ6s { width:6.5625rem;height:2.92535rem;top:22.755859375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFd5dUhJsRCKgTTWU6iKDQvJOAXpI9JA { width:20rem;height:13.375rem;top:21.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QStks7O9TJU2rSOpqAFSfxzWiETI2zc7 { width:5.0625rem;height:5rem;top:21.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzcMbTUImR3NBXh7RFRUfUmpHRqpmTdK { width:11.8125rem;height:1.7871125rem;top:24.0146484375rem;left:7.560546875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DOSP7TpX8AaSI4Fvz5TZztvkvSLQsFGy { width:6.9375rem;height:1.7871125rem;top:31.2490234375rem;left:0.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GshpVxhhQFqO6bcr6vBqRxh1mZhm8n50 { width:12.875rem;height:2.84375rem;top:27.8427734375rem;left:3.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iASVyoT6ZXwBiQSN6oPzPLIk353adKNP { width:10.3125rem;height:3.0625rem;top:34.5791015625rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUUELqwMIpN1wMHFGtbpmkR3OifDsJP1 { display:block; }
 }@media only screen and (max-width: 763px) { #RKH840uz7AeBwB6EV15p5AvPGxZ7FMhH { width:20rem;height:2.43706875rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnnTKRAhAdqgWvTxWd5HwMgrS43sft3s { width:17.1875rem;height:14.8125rem;top:41.875rem;left:2.375rem;background-color:transparent;background-image: -webkit-linear-gradient(264deg, #73aec7, rgba(0,0,0,0));background-image: -moz-linear-gradient(264deg, #73aec7, rgba(0,0,0,0));background-image: -ms-linear-gradient(264deg, #73aec7, rgba(0,0,0,0));background-image: -o-linear-gradient(264deg, #73aec7, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );";background-image: linear-gradient(264deg, #73aec7, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #f3n7VCCK5pfCyb7fTD0yINMRaktB7skI { width:5rem;height:5rem;top:39.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEQmn4x8kEIPk2maESlqL50Bxd2rGvMO { width:6.5625rem;height:2.92535rem;top:40.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLzMDg1TSog52Gut11VMz1l9K84sKE5H { width:11.749125rem;height:3.57421875rem;top:43.5625rem;left:6.0625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ShxGDD3IDxewyezhKOImfRrm1vb8iAQl { width:6.875rem;height:1.54296875rem;top:48.5rem;left:4.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VglieEknI0a0RnVuKfontcAzc1UpX8fD { width:12.8125rem;height:2.59874375rem;top:50.4375rem;left:4.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxTa7JBhzloHfqKpJa3N8zePbMIbXaCX { width:6.6875rem;height:3.0625rem;top:54.875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uF180RcTwPDJ7MPSEmRtLDt1Wo4p0RpQ { display:block; }
 }@media only screen and (max-width: 763px) { #DT0cT2A7dZynOiIveeOJRvTBtd65As2l { width:17.1875rem;height:14.8125rem;top:62.5625rem;left:2.125rem;background-color:transparent;background-image: -webkit-linear-gradient(264deg, #73aec7, rgba(0,0,0,0));background-image: -moz-linear-gradient(264deg, #73aec7, rgba(0,0,0,0));background-image: -ms-linear-gradient(264deg, #73aec7, rgba(0,0,0,0));background-image: -o-linear-gradient(264deg, #73aec7, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );";background-image: linear-gradient(264deg, #73aec7, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #oCBOh2rCJayrP4yT1SEnmrIBpBBsKET9 { width:5rem;height:5rem;top:59.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q13bZXsuRtGoMnofdTKlIvccHv8i4EyP { width:6.5625rem;height:2.92535rem;top:60.6875rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3mGyIPBkABMvXUNNQSP2CvilZM4LwwR { width:9.249125rem;height:1.54296875rem;top:71.375rem;left:0.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2524oI4GDUDGotfZ00N2sPcrtLBONkm { width:11.749125rem;height:7.1484375rem;top:63.25rem;left:5.8125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #twtsySkrn2F22hnVqC5D7qpeGaPBNJTN { width:12.8125rem;height:2.59874375rem;top:72.8125rem;left:6.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbKnuAGPxbrcT9ZxSnRXXhEMBvtZD0MS { width:6.6875rem;height:3.0625rem;top:76.75rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySrLOia2SOlFTG62GPmE1cDR4O9sJT9x { display:block; }
 }@media only screen and (max-width: 763px) { #SdEX9V0hG3dhNKMrKzbvgJAoDJ48Das5 { display:block; }#SdEX9V0hG3dhNKMrKzbvgJAoDJ48Das5 > .row .container { width:20rem;height:93.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #faVMpSt9mhCEAILlZ38bCtIkogGdTqO8 { width:20rem;height:14.25rem;top:5.1875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(264deg, #73aec7, rgba(0,0,0,0));background-image: -moz-linear-gradient(264deg, #73aec7, rgba(0,0,0,0));background-image: -ms-linear-gradient(264deg, #73aec7, rgba(0,0,0,0));background-image: -o-linear-gradient(264deg, #73aec7, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );";background-image: linear-gradient(264deg, #73aec7, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #dopUHGZTlk9OuENIA3Vhw5w73TX2QT9h { width:13.8105625rem;height:1.9487875rem;top:6.686195373535rem;left:5.9375000596046rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wRpDw6MdRgzqTUoCZVnVCeu9qunGaCxx { width:10.3125rem;height:3.1237rem;top:18.249786376953rem;left:4.8122830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsQJekbO71czv8qB6S8EpmApCe03shKo { display:block; }
 }@media only screen and (max-width: 763px) { #gyfltPd8hwksS7twWAIQPVUJkb45Vh1Q { width:10.7498125rem;height:2.7615rem;top:15.432510375976rem;left:4.6245661377907rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BV65gZokGiRL0NdT6O6L367IgLrdZPfC { width:5.8125rem;height:1.54296875rem;top:14.151473999024rem;left:0.25086802244186rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGdHzNrlgWOe45EWMWl4fxsKknJJg3hh { width:5.0625rem;height:5rem;top:5.1875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhwdBUeOHxJck4oWblLGIN33IupS0Rzp { width:4.875rem;height:2.92535rem;top:6.25rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgZeFNbC8fOqSDTBFkIgl7CM45pW3maN { width:6.5625rem;height:2.92535rem;top:22.755859375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdhXJ8cAITUD22uTTNn9nT40yLbmWBDf { width:20rem;height:13.375rem;top:21.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrnZIOytS5wGQpRNCsZgMVWP0iSQfMz6 { width:5.0625rem;height:5rem;top:21.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBeVFDUry5ETmQKXchIJi9cCDCBJuqvu { width:11.8120625rem;height:3.57421875rem;top:22.118057012558rem;left:5.9375000596046rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RHE1sUaJraqocpgaI3U66Ppqz7LavTNR { width:6.9375rem;height:1.7871125rem;top:31.186416625976rem;left:0.81163197755812rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVca6pSJs3O3KNxdgWFKbRiGe8z71uJW { width:12.874375rem;height:2.84288125rem;top:32.411676168442rem;left:4.6245661377907rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6uu6uzO5urTAnUZRNhpsi9cqGowmIC0 { width:10.3125rem;height:3.0625rem;top:35.266052246094rem;left:4.8437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQtq4BEZvAD5fecWLRo2dwkc0B70SnHa { display:block; }
 }@media only screen and (max-width: 763px) { #iyFWZobeTupF2pfLVUfe4ok3zvcBFMB5 { width:20rem;height:4.87413125rem;top:0.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5G8WyhoVW2KGOKXPkD1fnsCTIKXMg3i { width:17.1875rem;height:14.8125rem;top:41.875rem;left:2.375rem;background-color:transparent;background-image: -webkit-linear-gradient(264deg, #73aec7, rgba(0,0,0,0));background-image: -moz-linear-gradient(264deg, #73aec7, rgba(0,0,0,0));background-image: -ms-linear-gradient(264deg, #73aec7, rgba(0,0,0,0));background-image: -o-linear-gradient(264deg, #73aec7, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );";background-image: linear-gradient(264deg, #73aec7, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #lmb5qS3XuwMtuevBQQv0Vhqd4yFu8ucR { width:5rem;height:5rem;top:39.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OR4exvAPwUKQlBxECZmH47G9nV8kGitG { width:6.5625rem;height:2.92535rem;top:40.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRItQBzVpxLTsBHU6MNyX5tmHKcAuJWr { width:11.749125rem;height:1.7871125rem;top:43.062286376953rem;left:6.0622830986977rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gch1Jf9x11UTrkbo903wTCiQOkE57Ucy { width:6.875rem;height:1.54296875rem;top:52.025827407837rem;left:2.3741319775581rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iItbHBeJeJMatzK6kcXfoVN3T5UWDdIg { width:12.8125rem;height:2.59874375rem;top:53.499351501465rem;left:4.8122830986977rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDG4XTeTsK0RwFm41yd5wZo1P8Is88Ai { width:6.6875rem;height:3.0625rem;top:56.624114990234rem;left:7.624783575535rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNHbIEeqha2TIWuXoZOUE3MEbNkwPT84 { display:block; }
 }@media only screen and (max-width: 763px) { #F9JuF3xA2W24auzz59q9TNlGIy13bhQ8 { width:17.1875rem;height:14.8125rem;top:62.5625rem;left:2.125rem;background-color:transparent;background-image: -webkit-linear-gradient(264deg, #73aec7, rgba(0,0,0,0));background-image: -moz-linear-gradient(264deg, #73aec7, rgba(0,0,0,0));background-image: -ms-linear-gradient(264deg, #73aec7, rgba(0,0,0,0));background-image: -o-linear-gradient(264deg, #73aec7, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aec7', endColorstr='#00000000' );";background-image: linear-gradient(264deg, #73aec7, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TFyVXpNwNIMGQu2uAgfbABpOF4SAwTZ5 { width:5rem;height:5rem;top:59.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnTX0zdXrWvbWDbxkTIdyBS5nBC5FL07 { width:6.5625rem;height:2.92535rem;top:60.6875rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmquEKEFZUZld8rgFOLeXJE3dzPF4inx { width:9.249125rem;height:1.54296875rem;top:71.375rem;left:0.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9TTkhlN9wEVaJcXOw1PvkEkyfrTZbyr { width:11.749125rem;height:1.7871125rem;top:63.25rem;left:5.8125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EBpxhnLrAmLAeupZDfGgUo7aGCVktC0X { width:12.8125rem;height:2.59874375rem;top:72.8125rem;left:6.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIyDlxNrq7qiJ3v88ZN9hRXxHUHxyhXh { width:6.6875rem;height:3.0625rem;top:76.75rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQyilpsGpAQTX3PbVyvaDWboOIkz5aIA { display:block; }
 }@media only screen and (max-width: 763px) { #fgp3rVIsPeSDCJNDrASbbMqT8Qt6a3KR { width:12.9375rem;height:6.171875rem;top:9.0972490310669rem;left:5.7172313332558rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sbwcDwZtyqkIQLpEw6fvDrLbAyt8E0bU { width:11.749125rem;height:6.171875rem;top:25.680339574814rem;left:5.9375000596046rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GasinXs4nJbzBhTbmI3ZnIkqtWKhzvRW { width:11.749125rem;height:6.171875rem;top:45.349393844604rem;left:4.8122830986977rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #t1dvPTevB2ZPT7zDAW6s52WMedU6aFZV { width:11.749125rem;height:3.0859375rem;top:67.4348692894rem;left:4.8122830986977rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ePdbT3cogGpd2TF2h2nxBFGKd7IKhW4s { display:block; }#ePdbT3cogGpd2TF2h2nxBFGKd7IKhW4s > .row .container { width:20rem;height:62.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E8CAm6Cvok57OWUS6uWQb5CQd4ov8Mav { width:20rem;height:14.25rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f62TCvfd5lK9uKThVRl0JUOTGbD26twm { width:13.8105625rem;height:4.38801875rem;top:7.24609375rem;left:5.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y8rmdT3lw7ST7GkAqdkW4AwcKiJzmwXW { width:10.3125rem;height:3.1237rem;top:18.5625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XL3nw2lVcmMx4FWnsBKtQsF0Fw39enJS { display:block; }
 }@media only screen and (max-width: 763px) { #nGvPQLfTOt0BB8VSUOCyiroMJi59axcZ { width:7.6875rem;height:2.68120625rem;top:12.8115234375rem;left:5.4375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dy3p5GTOIHQSfEByLM3VOfLirVzzirh6 { width:5.311525rem;height:1.7871125rem;top:15.4287109375rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJaO3HUFwZLhfwNdmu1A9OeWAGpuNyyi { width:5.0625rem;height:5rem;top:5.5625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZTK6QUrWIXM7bqU2i9goySNsTSwrcuQ { width:4.875rem;height:2.92535rem;top:6.6875rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4bH36Lt7XWQr0rz5wOI771NWBPC6yan { width:6.5625rem;height:2.92535rem;top:25.361328125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkJgFLFH0ETF5ISFsaVbyrz9wEPGTaSq { width:20rem;height:14.875rem;top:24.420576095581rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pw4zDGtO3lwmD8Q6NITIRXaKTmAunCIb { width:5.0625rem;height:5rem;top:24.478515625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtfSgLI3SnfghRlAzzNioAnsPS5AKBTN { width:11.8125rem;height:1.7871125rem;top:25.241325378418rem;left:6.4355469346044rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pTEoCTKofhGP4rf8mva2QcogZ0xogyy0 { width:12.8125rem;height:2.92535rem;top:34.024536132812rem;left:4.8122830986977rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9AIVf6ZNGpdIXTqZBzSqviTLQTLp0T8 { width:6.9375rem;height:1.7871125rem;top:32.837028503418rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbTNPTSG0d8dstoJhVGUQVX4eTqTfXnh { width:10.3125rem;height:3.0625rem;top:37.358074188233rem;left:4.8437502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #rh4Gt7y3NLxEhOlildCztVMIeyEMl1hp { display:block; }
 }@media only screen and (max-width: 763px) { #CtpuEzC1AbJDS8xSd2ERoq0gW1m2wxhE { width:20rem;height:5.19748125rem;top:0.42578125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QabmKDhh7AsThTKiuAsAKAJzky5N4S6u { width:6.5625rem;height:2.92535rem;top:42.786459445953rem;left:0.62500005960463rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VU9TWl8nB7M4fdrCmIIbgVrNHhUnTHVv { width:17.1875rem;height:14.8125rem;top:44.1875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpQkca4ReQvKeuQgRnJ364xMhrzmQKMO { width:5rem;height:5rem;top:41.749133110046rem;left:1.0047743916511rem;display:block; }
 }@media only screen and (max-width: 763px) { #opHEP2PfRiLzdO81wP4QuylTrEMzPr3y { width:13.125rem;height:4.2252625rem;top:45.711807250976rem;left:4.8122830986977rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EeFpEiX0JZkpvqLQAifQNUoO3c4t7xdx { width:12.8125rem;height:2.59874375rem;top:53.365886688233rem;left:3.5937500596046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOsTl7nz086NP6gdpbGMVU65I1Gaue23 { width:7.6248125rem;height:1.7871125rem;top:51.578777313233rem;left:0.62500005960463rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSfWkpfxbS5p2V1QPvkNzGbpDEmAQKn1 { width:6.6875rem;height:3.0625rem;top:58.999567031861rem;left:6.6558161377906rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBZ5obpLvILvfbc4l0TNg3zGcqcUMatV { display:block; }
 }@media only screen and (max-width: 763px) { #PT2PtqAHX0vZqdqDIdIS0NkUiZyLEKBa { width:12.5rem;height:3.4082rem;top:48.171659469604rem;left:3.7500000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlUNKicFcRBIQoTkmo5rnVCnJOGUT7c9 { width:12.5rem;height:3.4082rem;top:28.286677360534rem;left:6.0915799736977rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKINgo9qPFOuXOzp66dlDdNwGww2hZ4v { display:block; }#wKINgo9qPFOuXOzp66dlDdNwGww2hZ4v > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wpbBaLlqpH2QXzQdToJiOCtZ1B4TZHUM { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1WKgfCuoTgo6oJuvpCTUpxGgdi9pn7L { display:block; }#K1WKgfCuoTgo6oJuvpCTUpxGgdi9pn7L > .row .container { width:20rem;height:80rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BuG1qRR38Jk7TQMK76Rri3wsObyKnhQw { width:20rem;height:14.25rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3OV4aeJhT5cW9rKFzcooV49xtmAhDe4 { width:13.8105625rem;height:3.57421875rem;top:3.86328125rem;left:5.3125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uX6DOlJMWtRBnhSZeoMwuFz5Ti0lA2v8 { width:10.3125rem;height:3.1245125rem;top:14.625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTkiupmDRLrL2eIA0tIHsrz1iddlfC23 { display:block; }
 }@media only screen and (max-width: 763px) { #xbeBQgJTVJsFLSiZVwp3gJpNetmdmnoP { width:9.625rem;height:2.5996125rem;top:8.4619140625rem;left:4.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9Or9TWEx4xmVn9cS14WbZZcliE4Q75R { width:5.311525rem;height:1.625rem;top:8.3125rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXfi0rJ9RQXpHvzipVr18IWknJ93pnKr { width:5.0625rem;height:5rem;top:2.375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfpHuFLHyNRo7KBprG4MLg3sozGCfOmc { width:4.875rem;height:2.92535rem;top:3.5rem;left:0.46875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP2bzZqTzLmpavJVbbe1aDptfTMlF7n4 { width:11.8125rem;height:1.7871125rem;top:20.0625rem;left:3.6875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RzZN02mZVfKTPvvvMgLptwluXO3SqzlC { width:6.9375rem;height:1.8684875rem;top:32.4248046875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w68CVliMNk5NnTrKHr2JJolXmWO3I8OF { width:5.0625rem;height:4.9375rem;top:20.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WihJigXxAcDngHIpUyxMmT6TbvPbUgGi { width:6.5625rem;height:2.92535rem;top:21.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgogR2fUBI4Wgy2e7LvMrIQBqBkk1Ecv { width:11.3125rem;height:2.84375rem;top:29.79296875rem;left:3.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF4Q3uSdw8sctpE5Q0f7M9AhMGWrrUf7 { width:10.3125rem;height:3.0625rem;top:35.1875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sC8LrMHVQGvVPD3qP0b2h5cgaRtKTlZR { display:block; }
 }@media only screen and (max-width: 763px) { #Ba0ndTrgnVfG46kXdXq7zES5JhzEVnI4 { width:12.5rem;height:1.2999125rem;top:22.8125rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRH02wipXGSVhDC9FZAMBLqgT1WmAqd4 { width:10.8125rem;height:1.7871125rem;top:21.0625rem;left:6.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5h7fH36QLTUBNFNFhSfmg2gRHD5QiWW { width:20rem;height:16.9375rem;top:60.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdMSPCD8yGWK7Q1Z9DB3aNyqLqqvSWst { width:11.8125rem;height:3.57421875rem;top:64.0166015625rem;left:6.873046875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #inmKHc4fpEq2NcZg5gT98ZtC9cQTXt0F { width:5.0625rem;height:5rem;top:61.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILIZrau7MITRynOZoJ1LMD8GpFfCnTUw { width:2.5rem;height:2.92535rem;top:62.755859375rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9T9O2dwT23zrVdmyppD5TWLlc7rFGQ3 { width:6.9375rem;height:1.7871125rem;top:72.4375rem;left:0.4365234375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5I8upMRSB9Iz6RrKQQJ8C629QIbA506 { width:11.125rem;height:2.84375rem;top:69.025390625rem;left:4.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIMSam3Hh5waRWRmJzKrhGSDuPRfwUQR { width:10.3125rem;height:3.0625rem;top:75.875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQM2ePswPxIs5SQqBtfF6sAu42BHuZ3f { display:block; }
 }@media only screen and (max-width: 763px) { #eHlTG11eF4Uge6oMTW4J5ntUOIwn3twP { width:20rem;height:16.875rem;top:40.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8zBURSdd7QMrWTd8CxTihCgQnxdw1Du { width:11.8125rem;height:5.361325rem;top:41.0546875rem;left:6.873046875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LTMRBiQbbMduZmcInO48Rt82Gh2DfSUD { width:5.0625rem;height:5rem;top:41.1796875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jz2HFzsOiDTUfXa3XtiB5OvsPUJXidXq { width:4.3125rem;height:2.92535rem;top:42.1865234375rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOrcpcenlCIkLEMkyLz9FPATDfJllWyI { width:6.9375rem;height:1.8684875rem;top:52.724609375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ra2WuJTyunR1wxAp9X1ELu9hSS0ttg76 { width:11.125rem;height:2.84375rem;top:50.0615234375rem;left:3.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBFCAvARPkJTtbuRwaQ6mKlznGewB0Dr { width:10.3125rem;height:3.0625rem;top:55.5rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yct4ekNhCd2nQK6VwEQJEk4UGMMwcXEk { display:block; }
 }@media only screen and (max-width: 763px) { #JZuM6mOoT53hqXGZQayN7XDTqez5nCWW { width:6.9375rem;height:1.7068125rem;top:11rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6StpqVf8qrGVfkg4IUJdMArx3HyZAoo { width:19.9375rem;height:16.875rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiekaJeHeTJuTiXqtA8J20OydWQy50Wu { width:12.5rem;height:5.68034375rem;top:23.734375rem;left:6.5615234375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8mB23QPp3nKn7GCZFAKHsi7Z1XGzSmO { width:12.5rem;height:2.2721375rem;top:47.36328125rem;left:5.4677734375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDOUCyLMoUVqDL7BOiboycgP5CS7kUyS { display:block; }#JDOUCyLMoUVqDL7BOiboycgP5CS7kUyS > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dOdHsqsAWPsFBCUBqvdBZSIXJZZppUew { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #knHChKAMvLlqr74dtJe36NovQUvUWyli { display:block; }#knHChKAMvLlqr74dtJe36NovQUvUWyli > .row .container { width:20rem;height:75.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BbCCRvgrHSwJPw4OeMPCxwEslCpTNCee { width:20rem;height:14.25rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOQgOKtcEfPTuL7f3ltRMATKWVpBtJ4o { width:13.8115rem;height:3.57421875rem;top:4.7890625rem;left:5.65625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VQwedOgT8JNbApwiw47CCJCVcBN3melF { width:9.3125rem;height:3.125rem;top:14.625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvnJpzpehPo6CKdAVJvJUOZK3fIogal4 { display:block; }
 }@media only screen and (max-width: 763px) { #PMPuA9qGtUVS2PmdJsQHkaxKu10EeoDm { width:7.6875rem;height:2.68120625rem;top:9.3203125rem;left:4.685546875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtZqSN1dToSZ2hV2ZcB1epD2UI0XLRst { width:5.311525rem;height:1.7871125rem;top:11.9375rem;left:0.40625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUm0Gia1aokKJOg20EcR9XtcJt3d8HsH { width:5.0625rem;height:5rem;top:1.912109375rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr8WDcqdsiPb3GNkPUuumr7eM1oOpTEa { width:4.875rem;height:2.92535rem;top:3.10546875rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNFMirWLoNZrUAlPcweCeXbTTFzRQTIn { width:6.5625rem;height:2.92535rem;top:21.099609375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZbPJlnE361wQXUq71n56iNPbHefJMvr { width:20rem;height:14.8125rem;top:19.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdvyxvWiU7cLzHen3osb7kGrOikXrPUf { width:5.0625rem;height:4.9375rem;top:20.125rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOw716u8IkCU4fhTiDsUs6wlL7DAtEBL { width:4.875rem;height:1.625rem;top:30.95703125rem;left:0.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMtuPgaTcWntQea8wLaOwZHAy6oPrvyz { width:10.875rem;height:3.57421875rem;top:21.099609375rem;left:7.1240234375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pBAtUDuwnSfNgXH5rNUHtaGNeOmhgfTO { width:14.25rem;height:2.84375rem;top:28.11328125rem;left:1.404296875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oqru06ipHamehFAxFvLuouahzQ85ir1z { width:9.1875rem;height:3.0625rem;top:33.0625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmWI6ix0K3REJRkHfPsp0pBXytmVTAkg { display:block; }
 }@media only screen and (max-width: 763px) { #WLIvBOoG3k6E3VTTDzNIJoEBV7t3HN1S { width:20rem;height:14.8125rem;top:57.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwzsbPMF1zGPx1nV1SeEoOH35BnTHDPl { width:13.2480625rem;height:3.57421875rem;top:59.4375rem;left:6rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sn6KGLUR5aVc8xq5PhOnvsqVFXWlxwML { width:14.25rem;height:2.84375rem;top:65.75rem;left:1.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwmmN3SqDqn41iJoE3bRtLMPapcevxkz { width:4.875rem;height:1.462675rem;top:68.5625rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqJaZtrhDmRN00rC80t1V4cpvomxw5R8 { width:6.5625rem;height:2.92535rem;top:59.4375rem;left:0.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftbWWaM8qLLpuZetdX68VqX7LrOtqHnm { width:5.0625rem;height:4.9375rem;top:58.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXq0o2rTzWSQPMfU3tsfTvyklEOhhb8g { width:7.9375rem;height:3.0625rem;top:70.9375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKshP3RsqROIHRFXEvMhXdPbrxmAPwPR { display:block; }
 }@media only screen and (max-width: 763px) { #nJ978U8fWDaA4wTRnLsozS3ZB2AwxGLL { width:20rem;height:14.8125rem;top:39.125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqTfccphf6BogSfMwVWb9TQCllcpyueB { width:14.25rem;height:2.84375rem;top:46.5rem;left:2.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpA2pTpuJz8ZCeDucR8k6ZhS7LtTSvBT { width:4.875rem;height:1.625rem;top:49.3125rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCi8ZTJWnLrf5hao3NIO8RxLxnCHvguQ { width:6.5625rem;height:2.92535rem;top:41.125rem;left:0.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJ1tlUJDnZbnORb0JA1B2B0eVwlDD2Xz { width:5.0625rem;height:4.9375rem;top:40.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpdecvbA22XEbNrZC9RakRRIpX27TTtG { width:13rem;height:1.7871125rem;top:42.375rem;left:6.125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lToOpOnOSFfO1LttJznzGgruXTD9GcGD { width:7.9375rem;height:3.0625rem;top:52.625rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmadDrzsAThi97VK2dwnk88UwziGOxD3 { display:block; }
 }@media only screen and (max-width: 763px) { #KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm { background-color:transparent;background-image: -webkit-linear-gradient(top, #e5972b, #2649a9);background-image: -moz-linear-gradient(top, #e5972b, #2649a9);background-image: -ms-linear-gradient(top, #e5972b, #2649a9);background-image: -o-linear-gradient(top, #e5972b, #2649a9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5972b', endColorstr='#2649a9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5972b', endColorstr='#2649a9' );";background-image: linear-gradient(to bottom, #e5972b, #2649a9);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .row .container { background-color: transparent; background-image: none; }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .row .container > .video-iframe-container { display: none; }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .row > .video-iframe-container { display: none; }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .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); }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .row .container { border-width: 0; border-radius: 0; }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O3lUwGwkimEfwZqUzXJNqF4v4iHTR6Db { width:16.6875rem;height:1.51171875rem;top:1.75rem;left:1.6875000596046rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wdz7mgdRMMFhQoInb79EZNddC6iRfb9h { width:20rem;height:2rem;top:23.6875rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #eMHRTekBkIEvyxTaQ08GOkXdFD6HdsXb { width:3.125rem;height:3.125rem;top:25.9375rem;left:8.3125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #D32kxh9ToqzdgPAoZ5ihsUZ2PquVXthp { width:19.437rem;height:1.21875rem;top:13.171875rem;left:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JBQEpCfNHUByiRWSIHGMJkIOQyS7c9io { width:19.9995rem;height:3.20095625rem;top:4.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWtEN4WxlvPLQ5FN8u58eBwyzdqDURva { width:19.9995rem;height:4.80143125rem;top:8.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }