.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:214,247,252;--color-primary-1:133,230,246;--color-primary-2:51,213,240;--color-primary-3:0,203,236;--color-primary-4:6,71,113;--color-secondary-0:255,255,255;--color-secondary-1:249,249,249;--color-secondary-2:227,227,227;--color-secondary-3:136,136,136;--color-secondary-4:45,45,45;--color-tertiary-0:255,255,255;--color-tertiary-1:184,189,191;--color-tertiary-2:137,145,149;--color-tertiary-3:108,117,123;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@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:url("https://images.assets-landingi.com/uc/9a61ee6d-0d25-4f6c-a8d1-70f7d9265624/11.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Hx8cCAND6LiwXgg6rwhvxZa1NrOwbVbH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hx8cCAND6LiwXgg6rwhvxZa1NrOwbVbH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hx8cCAND6LiwXgg6rwhvxZa1NrOwbVbH > .row > .video-iframe-container { display: none; }#Hx8cCAND6LiwXgg6rwhvxZa1NrOwbVbH > .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); }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm { display:block; }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm { background-color: transparent; background-image: none; }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .row .container > .video-iframe-container { display: none; }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .row > .video-iframe-container { display: none; }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .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); }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .row .container { background-color:transparent;background-image:none;width:60rem;height:58.625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#rBQiAi9zQn8wgQotCNkZqKeHK9zqQ8Ec { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.2) ;height:50.4375rem;width:33.125rem;top:3.375rem;left:0rem;display:block; }
#HDFP0TWbCMn8aRNtaq704MxxCCD5s6Ok { color:rgba(var(--color-tertiary-0),1);display:block;width:27.8125rem;position:absolute;font-family:madani;font-size:2.375rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:9.8750009536744rem;left:3.7687511444092rem;height:5.7rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#GzKGL5Zw0BFb5ZyEIiC3w9fWx0y9nWsm { color:rgba(var(--color-tertiary-0),1);display:block;width:29.9366875rem;position:absolute;font-family:madani;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:16.973436355591rem;left:1.5925788879394rem;height:4.3875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#eTZuv5uivbxBElT7S1m94cFTrcWE0IVK { color:rgba(var(--color-tertiary-0),1);display:block;width:27.812125rem;position:absolute;font-family:madani;font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:24.198045730591rem;left:4.7917938232422rem;height:1.95rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-form-header {  }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:27.375rem;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:left;text-align-last:left; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:27.375rem;box-sizing:border-box;height:3.4375rem;color:#04253a;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;font-weight:300;font-style:normal; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-text {padding-top: 0; padding-bottom: 0;}#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:27.375rem;box-sizing:border-box;height:4.375rem;color:#04253a;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;font-weight:300;font-style:normal; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;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:27.375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:madani;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-select {padding-top: 0; padding-bottom: 0;}#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .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; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#04253a;background-image:none;background-position:top left !important;background-repeat:repeat !important;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:1rem;font-weight:bold;color:#f2f9ff;width:27.375rem;height:3.4375rem;font-family:madani;overflow:hidden; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd [class*="-text"]:-moz-placeholder { color:rgba(4,37,58,0.7);font-family:madani;font-size:0.875rem; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd [class*="-text"]::-moz-placeholder { color:rgba(4,37,58,0.7);font-family:madani;font-size:0.875rem; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd [class*="-text"]:-ms-input-placeholder { color:rgba(4,37,58,0.7);font-family:madani;font-size:0.875rem; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd [class*="-text"]::-webkit-input-placeholder { color:rgba(4,37,58,0.7);font-family:madani;font-size:0.875rem; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .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:"open sans";font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),0.79);vertical-align:top;width:26.3125rem;overflow:hidden;font-style:normal;line-height:1.8;float:none; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .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; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-container:first-of-type{padding-top:0;}#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-container:last-of-type{padding-bottom:0;}#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:28.34921836853rem;left:2.65625rem; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.375rem;display:block;vertical-align:top; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd {display:block;}#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:28.34921836853rem;left:2.65625rem; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #OtrtOu3gKNh1PXDEkTBkwhEhIdH8HJqN { position:relative; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #R5MpArGn9Jwhyne9zTExnKNQtoWvI4AB { position:relative;display:none; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #UNinknofB9n9zLkXJGACbaGOG39k9I1n { position:relative; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #JnNtRXTr21lOtgT0d48vJspiiokESRRK { position:relative; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #KCRwRo5lM6A0CsTboovxLfWzUTX2W4Hp { position:relative;display:none; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #IQ1zFTILcd2yrs1mQE47nCes5tNX6rpg { position:relative; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #cCySNOCsq8nV6tow5y2VfwFHwg2wF1m0 { position:relative; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #TMHH6OhWmKIZhzVlqFlwEAbmdPRaAEDD { position:relative;display:none; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #By00oKUSVCTAuw0DOopFyHKmQuRxGZEc { position:relative; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #B3KQf6Neh03WZPDFe1SfEIsPsoWXuIVi { position:relative; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #yif5SRsJZvhPyXcrAEDvd7wyhen4PALo { position:relative; }
#ed37sxqOFJER2XQIA7OEztsvCs4w71mM { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;top:26.912109375rem;left:16.96875rem; }
#ETAHFg0GAPwqcb939J9Ppa5zW2I7gTwC { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:7.1875rem;top:3.3750000298023rem;left:23.862501144409rem;overflow:hidden;display:block; }
#bJVLJ0O7TZUOO80qmUDHDUEqiDRwhrAQ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:5.9375rem;top:46.375rem;left:0rem;overflow:hidden;display:block; }
#GkJkSaQTS4OEmRbEiJ4atwq69cHVFl5x { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:9.3125rem;top:46.84375rem;left:5.9375rem;overflow:hidden;display:block; }
#psMEpMKLh8H5mIODcbbOaHWwxP3DW1TC { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:7.6875rem;top:46.3125rem;left:16.2373046875rem;overflow:hidden;display:block; }
#lDZb6dAbt2E9FtfXfquo2Wrs9iHRipEr { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:10.5rem;top:46.875rem;left:23.34375rem;overflow:hidden;display:block; }
#dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH { position:relative;display:block; }#dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH { background-color: transparent; background-image: none; }#dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH > .row .container > .video-iframe-container { display: none; }#dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH > .row > .video-iframe-container { display: none; }#dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH > .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); }#dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH { border-width: 0; border-radius: 0; }#dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:16.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TDAhfnVobvSPFZFPqXizeuIHsgkNMrem { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:20rem;top:0rem;left:0rem;display:block; }
#vZm8ytpNeQhA54upgXWEIDaEBI41zQ6T { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:madani;font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:4.6875rem;left:1.5625rem;height:1.95rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#utMJXmVbmvwpWPkQBHRoymzLRGGr4avS { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:madani;font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.1875rem;left:1.5625rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qqkIabDWHlZCoTipXko992nGAVrbfkw4 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:madani;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:11.25rem;left:1.5625rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#EBXDS5DiXEhVbS73ld8p8gspbb5Vpfgh { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),0.7);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:16.875rem;top:10.4375rem;left:1.5625rem;display:block; }
#uvXRGqeGuqiFl66gdagveNdkf8oPDeWq { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),0.7);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:16.875rem;top:13.5rem;left:1.5625rem;display:block; }
#vcxVrerkUifEmyVykvgDwh8Dwu17yzTX { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:madani;font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:12.547264099121rem;left:21.561325073243rem;height:3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#FQs9Luf0KzBAN9KGp9LbF1XqMnf0c13I { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:madani;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:4.6875rem;left:21.5625rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ziyiVnD3TTGTTHiyDCdCNq5KElvIEyB1 { color:rgba(var(--color-primary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:7.875rem;left:21.5625rem;height:1.95rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qFxshOIHepHqiSseTEXBlR65EP0f26Zk { position:absolute;display:block;z-index:15001;background-color:#0083d5;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:20rem;top:0rem;left:20rem;display:block; }
#Lw5rhlQLw8EkfZySoTIsceASZzaWUoeQ { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-4),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:20rem;top:0rem;left:40rem;display:block; }
#KbUu0UccamTSq3wlu0ymvrnP3fiSbRuA { color:rgba(var(--color-tertiary-0),1);display:block;width:17.9375rem;position:absolute;font-family:madani;font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:6.6257839202881rem;left:41.360153198243rem;height:4.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ZWWTM1z12mK0hPJvLy8FEqoEy2WLSK7b { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:madani;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.43710625rem;text-decoration:none;z-index:15009;text-align:right;text-align-last:right;top:11.811328887939rem;left:46.245697021484rem;display:block; }
#bc18XT6L93IX1aCUaMzgOL7azlzIavQK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m2S2SImsu4QTcA5TeVFMxoHchu2AgN5T { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:madani;font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4.0605487823486rem;left:42.348045349121rem;height:1.95rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qBeFNAQJreSlQP8DK5lyci5gAlfncsGh { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;top:1.9375rem;left:14.1875rem; }
#aWOqOtvcRffL9zQTi2uNWSFUaF1Bq4Rb { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;top:1.9375rem;left:32.562501907349rem; }
#fSZblQaqXN5fJKS2cMDRATXz0F7sxpTg { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.12460625rem;width:2.12460625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;top:1.2597675323486rem;left:54.998435974121rem; }
#c3Uav9GZ7wsXM6y4ncAEuCRMeI6200DH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#c3Uav9GZ7wsXM6y4ncAEuCRMeI6200DH > .row .container { background-color: transparent; background-image: none; }#c3Uav9GZ7wsXM6y4ncAEuCRMeI6200DH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3Uav9GZ7wsXM6y4ncAEuCRMeI6200DH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3Uav9GZ7wsXM6y4ncAEuCRMeI6200DH > .row .container > .video-iframe-container { display: none; }#c3Uav9GZ7wsXM6y4ncAEuCRMeI6200DH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3Uav9GZ7wsXM6y4ncAEuCRMeI6200DH > .row > .video-iframe-container { display: none; }#c3Uav9GZ7wsXM6y4ncAEuCRMeI6200DH > .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); }#c3Uav9GZ7wsXM6y4ncAEuCRMeI6200DH > .row .container { border-width: 0; border-radius: 0; }#c3Uav9GZ7wsXM6y4ncAEuCRMeI6200DH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c3Uav9GZ7wsXM6y4ncAEuCRMeI6200DH > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#xVkBtRiEzxExeVSFbB9bANJQwzknc9Wk { color:#04253a;display:block;width:56.875rem;position:absolute;font-family:madani;font-size:2.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.5625rem;height:3.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#XqI6RgrOlnb8nUCG8bURN10ZGBbfEV4F { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:56.875rem;top:7rem;left:1.5625rem;display:block; }
#wCRl9FPiZKJii2Plfz6TWKhlxED1ehHq { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.75rem;top:6.9375rem;left:1.5625rem;display:block; }
#N87JkTy32dpOlaHx65zf5gI6GLxh5uup { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:5.3125rem;top:2.90625rem;left:15.28750038147rem;overflow:hidden;display:block; }
#ZkFyt4qU1XwZmsRbztcdrU1C1gp8efJn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZkFyt4qU1XwZmsRbztcdrU1C1gp8efJn > .row .container { background-color: transparent; background-image: none; }#ZkFyt4qU1XwZmsRbztcdrU1C1gp8efJn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkFyt4qU1XwZmsRbztcdrU1C1gp8efJn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkFyt4qU1XwZmsRbztcdrU1C1gp8efJn > .row .container > .video-iframe-container { display: none; }#ZkFyt4qU1XwZmsRbztcdrU1C1gp8efJn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkFyt4qU1XwZmsRbztcdrU1C1gp8efJn > .row > .video-iframe-container { display: none; }#ZkFyt4qU1XwZmsRbztcdrU1C1gp8efJn > .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); }#ZkFyt4qU1XwZmsRbztcdrU1C1gp8efJn > .row .container { border-width: 0; border-radius: 0; }#ZkFyt4qU1XwZmsRbztcdrU1C1gp8efJn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZkFyt4qU1XwZmsRbztcdrU1C1gp8efJn > .row .container { font-size:0.875rem;font-family:arial;height:32.4375rem;width:60rem;position:relative;display:block; }#Ai2Rk7PoHVgOxPw0CBBOyWTTbgbVrCGS { color:#04253a;display:block;width:33.125rem;position:absolute;font-family:madani;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:1.8125rem;left:1.75rem;height:6.5625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#eozd2upZUkMGX7J4QhOKAz7WOXE6fesT { color:rgba(var(--color-tertiary-3),1);display:block;width:16.875rem;position:absolute;font-family:madani;font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:1.3125rem;left:43.125rem;height:1.5rem;font-style:normal;display:block; }
#JR05A7yMTesQfIM1Xp9c4cAUTsAFrxRf { color:rgba(var(--color-tertiary-3),1);display:block;width:16.875rem;position:absolute;font-family:madani;font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:4.0625rem;left:43.125rem;height:1.5rem;font-style:normal;display:block; }
#oFEk1D7A69C1lOXsJwqeaz4I6qftksvy { color:rgba(var(--color-tertiary-3),1);display:block;width:16.875rem;position:absolute;font-family:madani;font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:7.0625rem;left:43.125rem;height:1.5rem;font-style:normal;display:block; }
#xm3zGkrZGzpQOMyV3kgJlwS1A62mgEIJ { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;top:1.1875rem;left:40.84375rem; }
#Xf8unNU4ItPL7iEwBNDRPdLU2uTLUMGm { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;top:4.125rem;left:40.84375rem; }
#TirTVCiI4bNZMGPop0PChSvkyUwHIWOu { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;top:7.0625rem;left:40.84375rem; }
#QAvZquO0zTPpbWNznfwgv7JCqhDSrHwQ { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.75rem;width:44.3125rem;top:9.6875009536744rem;left:4.5rem;overflow:hidden;display:block; }
#rbgzDNtJuoeu7eW6qOFLuNg2xqtiDLDL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rbgzDNtJuoeu7eW6qOFLuNg2xqtiDLDL > .row .container { background-color: transparent; background-image: none; }#rbgzDNtJuoeu7eW6qOFLuNg2xqtiDLDL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rbgzDNtJuoeu7eW6qOFLuNg2xqtiDLDL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rbgzDNtJuoeu7eW6qOFLuNg2xqtiDLDL > .row .container > .video-iframe-container { display: none; }#rbgzDNtJuoeu7eW6qOFLuNg2xqtiDLDL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rbgzDNtJuoeu7eW6qOFLuNg2xqtiDLDL > .row > .video-iframe-container { display: none; }#rbgzDNtJuoeu7eW6qOFLuNg2xqtiDLDL > .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); }#rbgzDNtJuoeu7eW6qOFLuNg2xqtiDLDL > .row .container { border-width: 0; border-radius: 0; }#rbgzDNtJuoeu7eW6qOFLuNg2xqtiDLDL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rbgzDNtJuoeu7eW6qOFLuNg2xqtiDLDL > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#JUwflEb3pzso7gPgeHua7ZnnMyPnxCuC { color:#04253a;display:block;width:56.875rem;position:absolute;font-family:madani;font-size:2.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.5625rem;height:3.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#KFT16WPo1OdOOz0Ac68cpEL5QgoNzyDW { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:56.875rem;top:7rem;left:1.5625rem;display:block; }
#CrmuyC1RTqCnzJsci4kcR8rzaDy2g5Ky { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.75rem;top:6.9375rem;left:1.5625rem;display:block; }
#XCzkoOs71uDTaCOPfHdBuE9klz4so3uS { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.74921875rem;width:5.31210625rem;top:3.1992158889771rem;left:3.099609375rem;overflow:hidden;display:block; }
#M5sepWXTcFPbXpoR2NilxqlkPNq2WhCQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#M5sepWXTcFPbXpoR2NilxqlkPNq2WhCQ > .row .container { background-color: transparent; background-image: none; }#M5sepWXTcFPbXpoR2NilxqlkPNq2WhCQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M5sepWXTcFPbXpoR2NilxqlkPNq2WhCQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M5sepWXTcFPbXpoR2NilxqlkPNq2WhCQ > .row .container > .video-iframe-container { display: none; }#M5sepWXTcFPbXpoR2NilxqlkPNq2WhCQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M5sepWXTcFPbXpoR2NilxqlkPNq2WhCQ > .row > .video-iframe-container { display: none; }#M5sepWXTcFPbXpoR2NilxqlkPNq2WhCQ > .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); }#M5sepWXTcFPbXpoR2NilxqlkPNq2WhCQ > .row .container { border-width: 0; border-radius: 0; }#M5sepWXTcFPbXpoR2NilxqlkPNq2WhCQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M5sepWXTcFPbXpoR2NilxqlkPNq2WhCQ > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:60rem;position:relative;display:block; }#bgMb7e1gh5hQPC8A4ZbAfzSZChsd9oGr { color:rgba(0,0,0,0.7);display:block;width:12rem;position:absolute;font-family:madani;font-size:1.5625rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:3.3562498092651rem;left:6.2472648620606rem;height:4.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xUdE2QFgJH4Xbt0Q20CRRaqtRSZvIano { position:absolute;display:block;z-index:15007;background-color:#2357db;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:6.25rem;top:6.25rem;left:0rem;display:block; }
#DD6upwhCkahFIgSvmKtHmC5TcnZ2nGQ8 { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:madani;font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:8.4375076293944rem;left:0rem;height:3.7375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#GRBKf7dWSTv99arha2TroHVnLpwd4FWu { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.8116875rem;width:15.5625rem;top:15.121874690056rem;left:2.2171859741211rem;overflow:hidden;display:block; }
#HKzGMaEsb477PghVuHpGsXdOMmw95p6X { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:5.78125rem;left:20rem;overflow:hidden;display:block; }
#tVEnL64nqwHnBslxnBaPhzAE1MLqgRaV { color:rgba(0,0,0,0.5);display:block;width:16.562125rem;position:absolute;font-family:madani;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:8.337890625rem;left:21.998435974121rem;height:3.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fWyJri6AbtWATQMXtSCJ5BrH1JRcLXNk { color:#000000;display:block;width:15.625rem;position:absolute;font-family:madani;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:5.875rem;left:22.46875rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ITMTigVHzI31XH4mtykKD0hTQQVKHUW3 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:13.9375rem;left:20rem;overflow:hidden;display:block; }
#kK3bWJRmCWdF6FiQ7g8s7ISlX89ihsHF { color:#000000;display:block;width:15.625rem;position:absolute;font-family:madani;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:14.0625rem;left:22.5rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qW9X5pclhCy8zEEyyTWR7u01QNyxPUSO { color:rgba(0,0,0,0.5);display:block;width:16.5625rem;position:absolute;font-family:madani;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:17.0625rem;left:22.5rem;height:3.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HQVB0RSfHTotfsBwTGRX1dShe9uVQRgz { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:22.125rem;left:20rem;overflow:hidden;display:block; }
#bIMn6w6mM2BIPFqkbGQ16KPqXgUzsVsi { color:#000000;display:block;width:15.625rem;position:absolute;font-family:madani;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:22.21875rem;left:22.96875rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dL602D88S7xixLGODgoAEz6nywTdfLs8 { color:rgba(0,0,0,0.5);display:block;width:16.5625rem;position:absolute;font-family:madani;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:25.25rem;left:22.5rem;height:5.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PSTUB5IX7fHi4GRoA8BgsrMQO4L4HZ3w { color:rgba(0,0,0,0.5);display:block;width:16.5625rem;position:absolute;font-family:madani;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:8.875rem;left:43.4375rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fmDTfdTGE3Tn0C0TI6hglUva8EZvE80A { color:#000000;display:block;width:15.625rem;position:absolute;font-family:madani;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:5.875rem;left:43.40625rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HpcR9erz7cEmQGJ8JzJoHTrySyuhHplQ { color:#000000;display:block;width:15.625rem;position:absolute;font-family:madani;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:14.0625rem;left:43.4375rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#isRsr1pgd2Xofqwl4Z4pDUTvW8Vw0piq { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:5.78125rem;left:40.9375rem;overflow:hidden;display:block; }
#AvAdwhEHm4GxnibkBvwHfqTuRPh2nVe0 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:13.9375rem;left:40.9375rem;overflow:hidden;display:block; }
#L5CtTu7puNsWJvrGNDg6VufowBeaelU6 { color:rgba(0,0,0,0.5);display:block;width:16.5625rem;position:absolute;font-family:madani;font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:17.0625rem;left:43.4375rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Q6NF1AD3ERxd94NZbVDC6pKUcSBdbuXq { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:22.125rem;left:40.9375rem;overflow:hidden;display:block; }
#f9h6M7LFBa2yrI758FN9lHzMcBxKAZXb { color:#000000;display:block;width:15.625rem;position:absolute;font-family:madani;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:22.25rem;left:43.4375rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Siz2R1WbPVIJQmomi55pykqkWcVDGQKW { color:rgba(0,0,0,0.5);display:block;width:16.5625rem;position:absolute;font-family:madani;font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:25.25rem;left:43.4375rem;height:3.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zCgxRcsGRM8orhxxvfZwXyZFlSkkRaoM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zCgxRcsGRM8orhxxvfZwXyZFlSkkRaoM > .row .container { background-color: transparent; background-image: none; }#zCgxRcsGRM8orhxxvfZwXyZFlSkkRaoM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zCgxRcsGRM8orhxxvfZwXyZFlSkkRaoM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zCgxRcsGRM8orhxxvfZwXyZFlSkkRaoM > .row .container > .video-iframe-container { display: none; }#zCgxRcsGRM8orhxxvfZwXyZFlSkkRaoM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zCgxRcsGRM8orhxxvfZwXyZFlSkkRaoM > .row > .video-iframe-container { display: none; }#zCgxRcsGRM8orhxxvfZwXyZFlSkkRaoM > .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); }#zCgxRcsGRM8orhxxvfZwXyZFlSkkRaoM > .row .container { border-width: 0; border-radius: 0; }#zCgxRcsGRM8orhxxvfZwXyZFlSkkRaoM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zCgxRcsGRM8orhxxvfZwXyZFlSkkRaoM > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:60rem;position:relative;display:block; }#BQI27MIdVHL6cO12rTSdXf95cza3T8aO { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:5.78125rem;left:20rem;overflow:hidden;display:block; }
#KbDy0WmwB8ETAdmfwf8LvitginLs3pg0 { color:rgba(0,0,0,0.5);display:block;width:16.5625rem;position:absolute;font-family:madani;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:8.875rem;left:22.5rem;height:3.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TwabnHyZ2E4egUmpXqotuQfpqfUE3oTf { color:#000000;display:block;width:15.625rem;position:absolute;font-family:madani;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:5.875rem;left:22.46875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Dn3dMK3c2GGW2mg4UTUPEvuJaihQ5kCl { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:13.937107086182rem;left:19.999217987061rem;overflow:hidden;display:block; }
#bhSqPC6SFciX6LH45qwcfWkoSqCRUmdu { color:#000000;display:block;width:15.625rem;position:absolute;font-family:madani;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:14.062496185302rem;left:22.499996185302rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UHcmdxHwZwCmsGsh7EnygUtT4Eeer3TU { color:rgba(0,0,0,0.5);display:block;width:16.5625rem;position:absolute;font-family:madani;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:17.062496185302rem;left:22.499996185302rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IhNKABJnVoas2CefC1KO7TEB9cfypPoJ { color:rgba(0,0,0,0.5);display:block;width:16.5625rem;position:absolute;font-family:madani;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:8.875rem;left:43.4375rem;height:3.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZygB4o6D9Tfb6bBKmVtWl0eldTocF5rc { color:#000000;display:block;width:15.625rem;position:absolute;font-family:madani;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:5.875rem;left:43.40625rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OBPC9n5bXJKl6NQDdAKbv5oEfkKa83qQ { color:#000000;display:block;width:15.625rem;position:absolute;font-family:madani;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:14.0625rem;left:43.4375rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NcgmiT39hUtD96Oz6nuA9ldvs3rDO6gm { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:5.78125rem;left:40.9375rem;overflow:hidden;display:block; }
#EEySwlweh2OMDsbb07axrlAAJh0LsxVh { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:13.9375rem;left:40.9375rem;overflow:hidden;display:block; }
#MzOdXii8JKAT0TwbFA9iIkW0iBdtvOU0 { color:rgba(0,0,0,0.5);display:block;width:16.562125rem;position:absolute;font-family:madani;font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:17.061328887939rem;left:43.436714172363rem;height:3.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CCouVhEyWIZVqH2DQINlKD6ULaneTrt7 { color:#000000;display:block;width:15.624625rem;position:absolute;font-family:madani;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:14.027347564698rem;left:5.12109375rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yz8haZad4QeZv4I7NZl0xKxitiCJCWc2 { color:rgba(0,0,0,0.5);display:block;width:16.562125rem;position:absolute;font-family:madani;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:16.653518676757rem;left:2.68359375rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wIMBJBoWafDofhzm2ORf3PbHnBWlJkIy { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:12.812114715576rem;left:2.68359375rem;overflow:hidden;display:block; }
#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#03314e;background-image:url("https://images.assets-landingi.com/OCzODc4P/bg_3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK.adaptive-delivery-prevent-bg, #L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK.lazyload, #L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK.lazyloading { background-image: none; }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row .container { background-color: transparent; background-image: none; }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row .container > .video-iframe-container { display: none; }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row > .video-iframe-container { display: none; }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .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); }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row .container { border-width: 0; border-radius: 0; }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#zuIt9qurpty4q1MADNfvPmrMrMhpAUBe { color:rgba(var(--color-tertiary-0),1);display:block;width:56.875rem;position:absolute;font-family:madani;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.5625rem;height:3.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Txa2zz7ug4TPbB9f8azT4CS2nFv6TuNR { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:56.875rem;top:7rem;left:1.5625rem;display:block; }
#hg3RfT6rTGV8N80OKpIpAcmf7cxsww8I { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.75rem;top:6.9375rem;left:1.5625rem;display:block; }
#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#03314e;background-image:url("https://images.assets-landingi.com/OCzODc4P/bg_3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05.adaptive-delivery-prevent-bg, #L6atdgGho9rBXAREUIXDWPhqlIQMDT05.lazyload, #L6atdgGho9rBXAREUIXDWPhqlIQMDT05.lazyloading { background-image: none; }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row .container { background-color: transparent; background-image: none; }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row .container > .video-iframe-container { display: none; }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row > .video-iframe-container { display: none; }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .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); }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row .container { border-width: 0; border-radius: 0; }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row .container { font-size:0.875rem;font-family:arial;height:25.1875rem;width:60rem;position:relative;display:block; }#KnD1XkvZCkfZOOR759OodgnVIbMpqUTl { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2ce912b1-9a37-4efa-b8e1-24e6a3b65f54/noroot.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;height:13.625rem;width:13.625rem;top:1.25rem;left:3.1875rem;display:block; }#KnD1XkvZCkfZOOR759OodgnVIbMpqUTl.adaptive-delivery-prevent-bg, #KnD1XkvZCkfZOOR759OodgnVIbMpqUTl.lazyload, #KnD1XkvZCkfZOOR759OodgnVIbMpqUTl.lazyloading { background-image: none; }
#vlZDh9nmHEFuvER9vRvm5DTTfW91Etch { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:madani;font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:16.4375rem;left:1.5625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ExSs2rwnD5E6FVmQC7XTGxLZOwWBwpKn { color:rgba(var(--color-primary-3),1);display:block;width:16.875rem;position:absolute;font-family:madani;font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:18.9375rem;left:1.5625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MxwDorcuUHMZE5N6hU9lb903hcgT9S7o { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ac9236b0-21cf-4678-8825-a09184764260/1.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;height:13.625rem;width:13.625rem;top:1.25rem;left:23.1875rem;display:block; }#MxwDorcuUHMZE5N6hU9lb903hcgT9S7o.adaptive-delivery-prevent-bg, #MxwDorcuUHMZE5N6hU9lb903hcgT9S7o.lazyload, #MxwDorcuUHMZE5N6hU9lb903hcgT9S7o.lazyloading { background-image: none; }
#RObBBpG1O7fnvyI5osJkAfL9TPvF4ehn { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:madani;font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:16.4375rem;left:21.5625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xWVLCZxJ6pp62wMsVPmy01vXKI3JWTW0 { color:rgba(var(--color-primary-3),1);display:block;width:16.875rem;position:absolute;font-family:madani;font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:18.9375rem;left:21.5625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#suH279cM4V2f2gz8HNThweDmtAVvGh8A { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5c7674ac-18d6-4756-92c0-20420711ccbc/1.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:13.625rem;width:13.625rem;top:1.25rem;left:43.1875rem;display:block; }#suH279cM4V2f2gz8HNThweDmtAVvGh8A.adaptive-delivery-prevent-bg, #suH279cM4V2f2gz8HNThweDmtAVvGh8A.lazyload, #suH279cM4V2f2gz8HNThweDmtAVvGh8A.lazyloading { background-image: none; }
#XqVMJO3v6lXxyRiBMSZU7FsO1kRbvG9H { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:madani;font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:16.4375rem;left:41.5625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qr03lPaRJJEg1KvG2wW4Bsxf0i8Gs9ET { color:rgba(var(--color-primary-3),1);display:block;width:16.875rem;position:absolute;font-family:madani;font-size:1rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:18.9375rem;left:41.5625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aeQiaA9nl7TVyy1sG11Ck9uTQ4eexIbT { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:madani;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.31210625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:21.62460899353rem;left:3.9046859741211rem;display:block; }
#LsOp08rbzcxzaVZ3dvmDnb5oup7QyW4r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A7y7WVR0Z4d9X78bu8eA7KcHvIeyEJBT { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:madani;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.3109375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:21.62460899353rem;left:23.90625rem;display:block; }
#DSTebt5eEuM3UQhZsLHQRhQdxA2EsCoq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xT1WF1BF2mRzEUOQ5ue7RdDEQLK5x5xb { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:madani;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.3109375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:21.62460899353rem;left:44.696479797363rem;display:block; }
#PrvSQmzckyxoLhAlidNq5NHWzpnF7ugo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gAhn8iP0astQ35BMwlVM1R4sRzdUD4TB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#03314e;background-image:url("https://images.assets-landingi.com/OCzODc4P/bg_3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gAhn8iP0astQ35BMwlVM1R4sRzdUD4TB.adaptive-delivery-prevent-bg, #gAhn8iP0astQ35BMwlVM1R4sRzdUD4TB.lazyload, #gAhn8iP0astQ35BMwlVM1R4sRzdUD4TB.lazyloading { background-image: none; }#gAhn8iP0astQ35BMwlVM1R4sRzdUD4TB > .row .container { background-color: transparent; background-image: none; }#gAhn8iP0astQ35BMwlVM1R4sRzdUD4TB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gAhn8iP0astQ35BMwlVM1R4sRzdUD4TB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gAhn8iP0astQ35BMwlVM1R4sRzdUD4TB > .row .container > .video-iframe-container { display: none; }#gAhn8iP0astQ35BMwlVM1R4sRzdUD4TB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gAhn8iP0astQ35BMwlVM1R4sRzdUD4TB > .row > .video-iframe-container { display: none; }#gAhn8iP0astQ35BMwlVM1R4sRzdUD4TB > .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); }#gAhn8iP0astQ35BMwlVM1R4sRzdUD4TB > .row .container { border-width: 0; border-radius: 0; }#gAhn8iP0astQ35BMwlVM1R4sRzdUD4TB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gAhn8iP0astQ35BMwlVM1R4sRzdUD4TB > .row .container { font-size:0.875rem;font-family:arial;height:25.1875rem;width:60rem;position:relative;display:block; }#VOuptPt9I4OM4vDzhBS1AwoWaq5mRnWo { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/34dbbb89-b6da-4e02-9092-42acfcbce625/noroot.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;height:13.625rem;width:13.625rem;top:1.25rem;left:3.1875rem;display:block; }#VOuptPt9I4OM4vDzhBS1AwoWaq5mRnWo.adaptive-delivery-prevent-bg, #VOuptPt9I4OM4vDzhBS1AwoWaq5mRnWo.lazyload, #VOuptPt9I4OM4vDzhBS1AwoWaq5mRnWo.lazyloading { background-image: none; }
#VzRWCVauGB6qxRGH4whRRD1XeaWaJVZW { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:madani;font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:16.4375rem;left:1.5625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CV3gIPH9RJmAkoI9FtXaWQpcQZRLifx4 { color:rgba(var(--color-primary-3),1);display:block;width:16.875rem;position:absolute;font-family:madani;font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:18.9375rem;left:1.5625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AJSkDkdGNNDoJepfyc6dokblarXvGmL9 { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7f8cc590-01bd-4410-a9b1-c4a35f7a52a0/noroot.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;height:13.625rem;width:13.625rem;top:1.25rem;left:23.1875rem;display:block; }#AJSkDkdGNNDoJepfyc6dokblarXvGmL9.adaptive-delivery-prevent-bg, #AJSkDkdGNNDoJepfyc6dokblarXvGmL9.lazyload, #AJSkDkdGNNDoJepfyc6dokblarXvGmL9.lazyloading { background-image: none; }
#bhFxvpclQ1th4PzS3ih2JEgyA4VuTDeS { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:madani;font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:16.4375rem;left:21.5625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xsTPddIZMUJ5UiTCvVfsV3U5SQ8iDkS4 { color:rgba(var(--color-primary-3),1);display:block;width:16.875rem;position:absolute;font-family:madani;font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:18.9375rem;left:21.5625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iBpnU6xR9CK50ZNNuZxvTgUnPOaXyCTi { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/54e15aab-8f12-4159-a586-e99ab2142d0a/noroot.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:13.625rem;width:13.625rem;top:1.25rem;left:43.1875rem;display:block; }#iBpnU6xR9CK50ZNNuZxvTgUnPOaXyCTi.adaptive-delivery-prevent-bg, #iBpnU6xR9CK50ZNNuZxvTgUnPOaXyCTi.lazyload, #iBpnU6xR9CK50ZNNuZxvTgUnPOaXyCTi.lazyloading { background-image: none; }
#zE5r3MCTkt7gvM9k2kfhnIF5x7fovQOp { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:madani;font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:16.4375rem;left:41.5625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c94XKWnLCgpoww2A7nhLth7t2W1nQ2HS { color:rgba(var(--color-primary-3),1);display:block;width:16.875rem;position:absolute;font-family:madani;font-size:1rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:18.9375rem;left:41.5625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t2a7SKMDGb5DPsfJRRWZNiEyToeEsRwr { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:madani;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.31210625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:21.62460899353rem;left:3.9046859741211rem;display:block; }
#X3KoDhTWuNDREuVcIqdhdgskfmczBqyB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#txpsUbWdoAdnA3kN48v35KHzJUXltlgW { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:madani;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.3109375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:21.62460899353rem;left:23.90625rem;display:block; }
#t0eADMgb60H348zzSgLlsqVTqLUukLsp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bo2gh5sdSMWfWBWLQ5FChsLWbAhP3f3U { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:madani;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.3109375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:21.62460899353rem;left:44.696479797363rem;display:block; }
#aGO1WEhAMcf2VKTxZ2PnbfBTboU45IcV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GKzfbi4M7fWhgifVTFFVxQc7tEAuB4rf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#03314e;background-image:url("https://images.assets-landingi.com/OCzODc4P/bg_3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GKzfbi4M7fWhgifVTFFVxQc7tEAuB4rf.adaptive-delivery-prevent-bg, #GKzfbi4M7fWhgifVTFFVxQc7tEAuB4rf.lazyload, #GKzfbi4M7fWhgifVTFFVxQc7tEAuB4rf.lazyloading { background-image: none; }#GKzfbi4M7fWhgifVTFFVxQc7tEAuB4rf > .row .container { background-color: transparent; background-image: none; }#GKzfbi4M7fWhgifVTFFVxQc7tEAuB4rf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GKzfbi4M7fWhgifVTFFVxQc7tEAuB4rf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GKzfbi4M7fWhgifVTFFVxQc7tEAuB4rf > .row .container > .video-iframe-container { display: none; }#GKzfbi4M7fWhgifVTFFVxQc7tEAuB4rf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GKzfbi4M7fWhgifVTFFVxQc7tEAuB4rf > .row > .video-iframe-container { display: none; }#GKzfbi4M7fWhgifVTFFVxQc7tEAuB4rf > .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); }#GKzfbi4M7fWhgifVTFFVxQc7tEAuB4rf > .row .container { border-width: 0; border-radius: 0; }#GKzfbi4M7fWhgifVTFFVxQc7tEAuB4rf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GKzfbi4M7fWhgifVTFFVxQc7tEAuB4rf > .row .container { font-size:0.875rem;font-family:arial;height:25.1875rem;width:60rem;position:relative;display:block; }#ORcH03pvzvBwZIF0QdIxh908T8ByNddr { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a7dc28e7-4dc8-4f83-8552-a811a9120494/noroot.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;height:13.625rem;width:13.625rem;top:1.25rem;left:3.1875rem;display:block; }#ORcH03pvzvBwZIF0QdIxh908T8ByNddr.adaptive-delivery-prevent-bg, #ORcH03pvzvBwZIF0QdIxh908T8ByNddr.lazyload, #ORcH03pvzvBwZIF0QdIxh908T8ByNddr.lazyloading { background-image: none; }
#gg6wWNZRGiTywHhMilVLomMWvUAwmAuq { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:madani;font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:16.4375rem;left:1.5625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T0n42M6JvHc3TxXBXIXssQvCMZeVsdoH { color:rgba(var(--color-primary-3),1);display:block;width:16.875rem;position:absolute;font-family:madani;font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:18.9375rem;left:1.5625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HrEI4pZi8tZWBGpmdWz5vVJGNEbTSMOA { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b78934f6-2d14-4202-8832-6769759e4a92/noroot.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;height:13.625rem;width:13.625rem;top:1.25rem;left:23.1875rem;display:block; }#HrEI4pZi8tZWBGpmdWz5vVJGNEbTSMOA.adaptive-delivery-prevent-bg, #HrEI4pZi8tZWBGpmdWz5vVJGNEbTSMOA.lazyload, #HrEI4pZi8tZWBGpmdWz5vVJGNEbTSMOA.lazyloading { background-image: none; }
#XLnuVXw9J6Ger5zfMWKcTSVF4blvxMRS { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:madani;font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:16.436717987061rem;left:21.561325073243rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cZhrTCQn4ScP2g5736roLsSZcHUUnptl { color:rgba(var(--color-primary-3),1);display:block;width:16.875rem;position:absolute;font-family:madani;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:18.9375rem;left:21.5625rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dqsE3EvzTKOHwF6go4i9OXVbF1SRUXw7 { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7eb7924f-ee25-48ee-bb08-eb32ed85897a/noroot.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:13.625rem;width:13.625rem;top:1.25rem;left:43.1875rem;display:block; }#dqsE3EvzTKOHwF6go4i9OXVbF1SRUXw7.adaptive-delivery-prevent-bg, #dqsE3EvzTKOHwF6go4i9OXVbF1SRUXw7.lazyload, #dqsE3EvzTKOHwF6go4i9OXVbF1SRUXw7.lazyloading { background-image: none; }
#bUPg0Ck5gax49hHFV50WlXHUv5LHbPIW { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:madani;font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:15.874217987061rem;left:42.3515625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qiCWRMe902VBmvKQPPvXH0g4QElwSnuN { color:rgba(var(--color-primary-3),1);display:block;width:16.875rem;position:absolute;font-family:madani;font-size:1rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:18.38671875rem;left:41.560546875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vHt9I9M7rkQp0DyRfsMzLh8EbAb3wgXG { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:madani;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.31210625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:21.62460899353rem;left:3.9046859741211rem;display:block; }
#Q6Eyi5ezGJem83IJyMDA7LVlPeztrObd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TIXdF78QLcgWO5k9AvT3KNXnEmHV7Unq { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:madani;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.3109375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:21.62460899353rem;left:23.90625rem;display:block; }
#T6HMfJETZBDX3TTxI348krpkNtux0ztJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qIMPltu5REB2m8GzLHMKTHKfakrd5ZeP { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:madani;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.3109375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:21.62460899353rem;left:44.696479797363rem;display:block; }
#k0k8sh0H8D0LED9SZTucBJwOWwpMU9gC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#exlfWL35SnWkluT5mtTGT003XqCOhznX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#03314e;background-image:url("https://images.assets-landingi.com/OCzODc4P/bg_3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#exlfWL35SnWkluT5mtTGT003XqCOhznX.adaptive-delivery-prevent-bg, #exlfWL35SnWkluT5mtTGT003XqCOhznX.lazyload, #exlfWL35SnWkluT5mtTGT003XqCOhznX.lazyloading { background-image: none; }#exlfWL35SnWkluT5mtTGT003XqCOhznX > .row .container { background-color: transparent; background-image: none; }#exlfWL35SnWkluT5mtTGT003XqCOhznX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exlfWL35SnWkluT5mtTGT003XqCOhznX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exlfWL35SnWkluT5mtTGT003XqCOhznX > .row .container > .video-iframe-container { display: none; }#exlfWL35SnWkluT5mtTGT003XqCOhznX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exlfWL35SnWkluT5mtTGT003XqCOhznX > .row > .video-iframe-container { display: none; }#exlfWL35SnWkluT5mtTGT003XqCOhznX > .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); }#exlfWL35SnWkluT5mtTGT003XqCOhznX > .row .container { border-width: 0; border-radius: 0; }#exlfWL35SnWkluT5mtTGT003XqCOhznX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#exlfWL35SnWkluT5mtTGT003XqCOhznX > .row .container { font-size:0.875rem;font-family:arial;height:25.1875rem;width:60rem;position:relative;display:block; }#nd7flBoW3snBmrK1pTglcz5BGnMmNoho { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/561d3a2d-efe5-4381-869a-9406963d946c/noroot.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;height:13.625rem;width:13.625rem;top:1.25rem;left:3.1875rem;display:block; }#nd7flBoW3snBmrK1pTglcz5BGnMmNoho.adaptive-delivery-prevent-bg, #nd7flBoW3snBmrK1pTglcz5BGnMmNoho.lazyload, #nd7flBoW3snBmrK1pTglcz5BGnMmNoho.lazyloading { background-image: none; }
#KvcgVIt7JICNp52d9NoxpgBXSz7tO5LO { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:madani;font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:15.559373855591rem;left:1.5609359741211rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dXOTJpuJsZ35EuCeMTaXUA7uysv3B6wb { color:rgba(var(--color-primary-3),1);display:block;width:16.875rem;position:absolute;font-family:madani;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:18.385545730591rem;left:1.5609359741211rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#irsCfWAUfzgcxZ21MOLI0ZPpaQksNdQ0 { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cdbdc4dd-a0e4-49ba-a6a8-c5808e9fe40e/noroot.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;height:13.625rem;width:13.625rem;top:1.25rem;left:23.1875rem;display:block; }#irsCfWAUfzgcxZ21MOLI0ZPpaQksNdQ0.adaptive-delivery-prevent-bg, #irsCfWAUfzgcxZ21MOLI0ZPpaQksNdQ0.lazyload, #irsCfWAUfzgcxZ21MOLI0ZPpaQksNdQ0.lazyloading { background-image: none; }
#SiqR8GNlIWLXbDrE594lwbbGZruQMgWw { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:madani;font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:15.311717987061rem;left:21.622653961182rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VV7yCdtv8k54HCVgV3NJCNwPrv6wizCi { color:rgba(var(--color-primary-3),1);display:block;width:19.5rem;position:absolute;font-family:madani;font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1.8;letter-spacing:0;top:17.5078125rem;left:19.999217987061rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sg3MQu4s60ASaZfBebGgTAfPb1vCIot6 { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a0345524-5761-45a5-a903-40be3672778e/noroot.png");background-position:top right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:13.625rem;width:13.625rem;top:1.25rem;left:43.1875rem;display:block; }#Sg3MQu4s60ASaZfBebGgTAfPb1vCIot6.adaptive-delivery-prevent-bg, #Sg3MQu4s60ASaZfBebGgTAfPb1vCIot6.lazyload, #Sg3MQu4s60ASaZfBebGgTAfPb1vCIot6.lazyloading { background-image: none; }
#BscO08G5H8eOah1vJWCrsQm04Et4S8r7 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:madani;font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:15.436717987061rem;left:42.3515625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yErOZq16XLSHDc5lZsJqBH5an8aJgiG0 { color:rgba(var(--color-primary-3),1);display:block;width:16.875rem;position:absolute;font-family:madani;font-size:1rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:18.948055267334rem;left:41.560546875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vQTUG0WT21bNQRVPhWcosyq6T61Nfxvu { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:madani;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.31210625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:21.62460899353rem;left:3.9046859741211rem;display:block; }
#BNBTWLc7JwnNGonQZuKOobKNI4oMctfZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KzGf393ZNf2txZ9U75XnA3KBo0FRVvfO { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:madani;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.3109375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:21.62460899353rem;left:23.90625rem;display:block; }
#zMrnrTv9Q0A92L2esIhaDtJDPz6oyNFh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uT2msWn6E85zek13W5St2xgGJbXBOo3x { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:madani;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.3109375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:21.62460899353rem;left:44.696479797363rem;display:block; }
#dhLta19zoXvicKZNxRsJHpIcNf1oSE0s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rnwtLKiRFEcSpFexQ2xw2OlnBeX4T61b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#03314e;background-image:url("https://images.assets-landingi.com/OCzODc4P/bg_3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rnwtLKiRFEcSpFexQ2xw2OlnBeX4T61b.adaptive-delivery-prevent-bg, #rnwtLKiRFEcSpFexQ2xw2OlnBeX4T61b.lazyload, #rnwtLKiRFEcSpFexQ2xw2OlnBeX4T61b.lazyloading { background-image: none; }#rnwtLKiRFEcSpFexQ2xw2OlnBeX4T61b > .row .container { background-color: transparent; background-image: none; }#rnwtLKiRFEcSpFexQ2xw2OlnBeX4T61b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rnwtLKiRFEcSpFexQ2xw2OlnBeX4T61b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rnwtLKiRFEcSpFexQ2xw2OlnBeX4T61b > .row .container > .video-iframe-container { display: none; }#rnwtLKiRFEcSpFexQ2xw2OlnBeX4T61b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rnwtLKiRFEcSpFexQ2xw2OlnBeX4T61b > .row > .video-iframe-container { display: none; }#rnwtLKiRFEcSpFexQ2xw2OlnBeX4T61b > .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); }#rnwtLKiRFEcSpFexQ2xw2OlnBeX4T61b > .row .container { border-width: 0; border-radius: 0; }#rnwtLKiRFEcSpFexQ2xw2OlnBeX4T61b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rnwtLKiRFEcSpFexQ2xw2OlnBeX4T61b > .row .container { font-size:0.875rem;font-family:arial;height:25.1875rem;width:60rem;position:relative;display:block; }#a73zDyuxDtliSlm4EE8IQO7TxFyleTSR { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/40e9471c-bb9e-4181-8339-f670df043b48/noroot.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;height:13.625rem;width:13.625rem;top:1.25rem;left:3.1875rem;display:block; }#a73zDyuxDtliSlm4EE8IQO7TxFyleTSR.adaptive-delivery-prevent-bg, #a73zDyuxDtliSlm4EE8IQO7TxFyleTSR.lazyload, #a73zDyuxDtliSlm4EE8IQO7TxFyleTSR.lazyloading { background-image: none; }
#Bbh5cQ1PWduJEFVchJByzrVb41aboFXx { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:madani;font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:15.559373855591rem;left:1.5609359741211rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#thV9oszKkzqSFWvAMueMDAs086y0Oisn { color:rgba(var(--color-primary-3),1);display:block;width:16.875rem;position:absolute;font-family:madani;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:18.323045730591rem;left:1.5609359741211rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kChH4ce39ZmFuVvdAz2br0gQTWHNuhzR { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/88511670-6735-43c5-9c5d-f834a1ec3c87/DrThamerAlghamdi.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;height:13.625rem;width:13.625rem;top:1.25rem;left:23.1875rem;display:block; }#kChH4ce39ZmFuVvdAz2br0gQTWHNuhzR.adaptive-delivery-prevent-bg, #kChH4ce39ZmFuVvdAz2br0gQTWHNuhzR.lazyload, #kChH4ce39ZmFuVvdAz2br0gQTWHNuhzR.lazyloading { background-image: none; }
#CWy3hordPkZQ1plK16y4kBO49oLepTzg { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:madani;font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:15.311717987061rem;left:21.622653961182rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#scKeyUTTL06TrH6dheMAsqlUd3TyZ9KB { color:rgba(var(--color-primary-3),1);display:block;width:19.5rem;position:absolute;font-family:madani;font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.8;letter-spacing:0;top:18.22304725647rem;left:20.248825073243rem;height:2.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qfsG0TIccHqSUMtCIt6bwTTgeuzqVxpT { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/74422ec9-7002-4347-a520-303368f40239/noroot.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:13.625rem;width:13.625rem;top:1.25rem;left:43.1875rem;display:block; }#qfsG0TIccHqSUMtCIt6bwTTgeuzqVxpT.adaptive-delivery-prevent-bg, #qfsG0TIccHqSUMtCIt6bwTTgeuzqVxpT.lazyload, #qfsG0TIccHqSUMtCIt6bwTTgeuzqVxpT.lazyloading { background-image: none; }
#XhUD2k0QxB9NvQsT7Q8hVpTz1gSyZKLn { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:madani;font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:15.436717987061rem;left:42.3515625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bNmpgt17dCPe3MtEonTlzFhm3uCpnWaO { color:rgba(var(--color-primary-3),1);display:block;width:16.875rem;position:absolute;font-family:madani;font-size:1rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:18.38671875rem;left:41.560546875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QgTbZ4wrUPTN7IqMDIkrLXgbkhKdof9z { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:madani;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.31210625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:21.62460899353rem;left:3.9046859741211rem;display:block; }
#QQKTVq8OwpS809gAhHEnuedKJhLggvv3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZFwJb5NuszI2EBvoFzT6MVEvTkQQnC7C { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:madani;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.3109375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:21.62460899353rem;left:23.90625rem;display:block; }
#AepD8Bs7ZeCEXrWWTtGW1kFmB3WuiQOn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ciBDTIz5IXT24XV1hMfKWuA6tr9Ra6Vt { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:madani;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.3109375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:21.62460899353rem;left:44.696479797363rem;display:block; }
#LUTyDPaFdUCJ28r9zN4hHUwegfzodRrP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vy8uHczAmPbHpM33c3ckTQ4c3a6ULCFc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#03314e;background-image:url("https://images.assets-landingi.com/OCzODc4P/bg_3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vy8uHczAmPbHpM33c3ckTQ4c3a6ULCFc.adaptive-delivery-prevent-bg, #vy8uHczAmPbHpM33c3ckTQ4c3a6ULCFc.lazyload, #vy8uHczAmPbHpM33c3ckTQ4c3a6ULCFc.lazyloading { background-image: none; }#vy8uHczAmPbHpM33c3ckTQ4c3a6ULCFc > .row .container { background-color: transparent; background-image: none; }#vy8uHczAmPbHpM33c3ckTQ4c3a6ULCFc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vy8uHczAmPbHpM33c3ckTQ4c3a6ULCFc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vy8uHczAmPbHpM33c3ckTQ4c3a6ULCFc > .row .container > .video-iframe-container { display: none; }#vy8uHczAmPbHpM33c3ckTQ4c3a6ULCFc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vy8uHczAmPbHpM33c3ckTQ4c3a6ULCFc > .row > .video-iframe-container { display: none; }#vy8uHczAmPbHpM33c3ckTQ4c3a6ULCFc > .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); }#vy8uHczAmPbHpM33c3ckTQ4c3a6ULCFc > .row .container { border-width: 0; border-radius: 0; }#vy8uHczAmPbHpM33c3ckTQ4c3a6ULCFc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vy8uHczAmPbHpM33c3ckTQ4c3a6ULCFc > .row .container { font-size:0.875rem;font-family:arial;height:25.1875rem;width:60rem;position:relative;display:block; }#dqTlAvRmQGTzEAen7DukgpA9hJHJ4Bdc { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4c1253fa-f8c6-452e-a470-f314678ee9e2/1.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;height:13.625rem;width:13.625rem;top:1.25rem;left:3.1875rem;display:block; }#dqTlAvRmQGTzEAen7DukgpA9hJHJ4Bdc.adaptive-delivery-prevent-bg, #dqTlAvRmQGTzEAen7DukgpA9hJHJ4Bdc.lazyload, #dqTlAvRmQGTzEAen7DukgpA9hJHJ4Bdc.lazyloading { background-image: none; }
#dDOvfzIK4Gv8XomHLUDB8oG0owWzKMdw { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:madani;font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:15.559373855591rem;left:1.5609359741211rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fQi3VV2m2CvMIUqBtcrBrTFeHgVtqtnJ { color:rgba(var(--color-primary-3),1);display:block;width:16.875rem;position:absolute;font-family:madani;font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:17.510543823243rem;left:1.5597648620606rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rNNfUuhy32AsCAKhM8NurKgtm8V5rma9 { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/48910d24-4578-4ba9-aa44-d85c24ec2c0f/noroot.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;height:13.625rem;width:13.625rem;top:1.25rem;left:23.1875rem;display:block; }#rNNfUuhy32AsCAKhM8NurKgtm8V5rma9.adaptive-delivery-prevent-bg, #rNNfUuhy32AsCAKhM8NurKgtm8V5rma9.lazyload, #rNNfUuhy32AsCAKhM8NurKgtm8V5rma9.lazyloading { background-image: none; }
#aqEAT2i6LuJboRL6KJUsWTnqG6Cxh3BF { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:madani;font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:15.311717987061rem;left:21.622653961182rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vB9zAfkMwfyM9g5KWbsw6bPLGzswMZLO { color:rgba(var(--color-primary-3),1);display:block;width:19.5rem;position:absolute;font-family:madani;font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1.8;letter-spacing:0;top:17.5078125rem;left:19.999217987061rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bt9icgh8s6Z0J5aWGwvb9Nk1sIquIhwv { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/87d707f3-9e7c-428b-867a-fc9c451a04e6/noroot.png");background-position:top right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:13.625rem;width:13.625rem;top:1.25rem;left:43.1875rem;display:block; }#Bt9icgh8s6Z0J5aWGwvb9Nk1sIquIhwv.adaptive-delivery-prevent-bg, #Bt9icgh8s6Z0J5aWGwvb9Nk1sIquIhwv.lazyload, #Bt9icgh8s6Z0J5aWGwvb9Nk1sIquIhwv.lazyloading { background-image: none; }
#nRkKD7qo8vn0fnLeuOCRJfv9lnTTI6AX { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:madani;font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:15.436717987061rem;left:42.3515625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DBDQxFNc5sxPkfyiAN7mrdu0SRT8kTQb { color:rgba(var(--color-primary-3),1);display:block;width:16.875rem;position:absolute;font-family:madani;font-size:1rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:17.5078125rem;left:41.560546875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xkz3NbMBXRyyyFMblZAXeEVt46PRDrwu { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:madani;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.31210625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:21.62460899353rem;left:3.9046859741211rem;display:block; }
#PkS04i4EsNv3SDht4XvFKoDMuD879T8O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bwyHZilAF1r2bIc3ztMrMFlF0nN64eTT { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:madani;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.3109375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:21.62460899353rem;left:23.90625rem;display:block; }
#z9utr4bStrI5LJp7IKA4tKU5sq8ygLk5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w2cK6rJTN2CDXJzWrWSSeL8e6drHWMk6 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:madani;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.3109375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:21.62460899353rem;left:44.696479797363rem;display:block; }
#ayBamkX2C4RMJIFEuJmfJTmHqp7WPU7o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ufa9W1dUlLigJFi0ByIocdEzk1TtCIIT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#03314e;background-image:url("https://images.assets-landingi.com/OCzODc4P/bg_3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ufa9W1dUlLigJFi0ByIocdEzk1TtCIIT.adaptive-delivery-prevent-bg, #ufa9W1dUlLigJFi0ByIocdEzk1TtCIIT.lazyload, #ufa9W1dUlLigJFi0ByIocdEzk1TtCIIT.lazyloading { background-image: none; }#ufa9W1dUlLigJFi0ByIocdEzk1TtCIIT > .row .container { background-color: transparent; background-image: none; }#ufa9W1dUlLigJFi0ByIocdEzk1TtCIIT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufa9W1dUlLigJFi0ByIocdEzk1TtCIIT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufa9W1dUlLigJFi0ByIocdEzk1TtCIIT > .row .container > .video-iframe-container { display: none; }#ufa9W1dUlLigJFi0ByIocdEzk1TtCIIT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufa9W1dUlLigJFi0ByIocdEzk1TtCIIT > .row > .video-iframe-container { display: none; }#ufa9W1dUlLigJFi0ByIocdEzk1TtCIIT > .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); }#ufa9W1dUlLigJFi0ByIocdEzk1TtCIIT > .row .container { border-width: 0; border-radius: 0; }#ufa9W1dUlLigJFi0ByIocdEzk1TtCIIT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ufa9W1dUlLigJFi0ByIocdEzk1TtCIIT > .row .container { font-size:0.875rem;font-family:arial;height:25.1875rem;width:60rem;position:relative;display:block; }#iPGsQRavPeMo5v6T3HTltlCNCerCGZXM { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a7595266-5d1e-485a-8c86-0ade167679ac/drmohammedalharthypic.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;height:13.625rem;width:13.625rem;top:1.25rem;left:3.1875rem;display:block; }#iPGsQRavPeMo5v6T3HTltlCNCerCGZXM.adaptive-delivery-prevent-bg, #iPGsQRavPeMo5v6T3HTltlCNCerCGZXM.lazyload, #iPGsQRavPeMo5v6T3HTltlCNCerCGZXM.lazyloading { background-image: none; }
#lhNfeyGXHobbn63aHTUVTSyb53kGTK02 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:madani;font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:15.559373855591rem;left:1.5609359741211rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vaJUKOWtlWGmxhDBEnT3RSuHhrC26sew { color:rgba(var(--color-primary-3),1);display:block;width:16.875rem;position:absolute;font-family:madani;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:17.760543823243rem;left:1.5597648620606rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d6r7uZV2MPIOWXb8TMNHkIQlSoTn4pdt { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a744998b-093b-4a9c-9334-e0d2bf441395/noroot.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;height:13.625rem;width:13.625rem;top:1.25rem;left:23.1875rem;display:block; }#d6r7uZV2MPIOWXb8TMNHkIQlSoTn4pdt.adaptive-delivery-prevent-bg, #d6r7uZV2MPIOWXb8TMNHkIQlSoTn4pdt.lazyload, #d6r7uZV2MPIOWXb8TMNHkIQlSoTn4pdt.lazyloading { background-image: none; }
#h6R2Q51l92yXT5n0TfDBAhTVaXaalndb { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:madani;font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:15.311717987061rem;left:21.622653961182rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kSS1tiTnE3NbDyXt19Cg4ynSHQrSxhXz { color:rgba(var(--color-primary-3),1);display:block;width:19.5rem;position:absolute;font-family:madani;font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1.8;letter-spacing:0;top:17.5078125rem;left:19.999217987061rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SS9NL9qb3Vw9pqTWAe8FsPexsW1sDcXA { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d7025bb5-bc92-4ebf-b1f5-46818c29070b/noroot.png");background-position:top right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:13.625rem;width:13.625rem;top:1.25rem;left:43.1875rem;display:block; }#SS9NL9qb3Vw9pqTWAe8FsPexsW1sDcXA.adaptive-delivery-prevent-bg, #SS9NL9qb3Vw9pqTWAe8FsPexsW1sDcXA.lazyload, #SS9NL9qb3Vw9pqTWAe8FsPexsW1sDcXA.lazyloading { background-image: none; }
#PeC6EfS8M7TOaLcA3zPwX8D4vdoMp3FN { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:madani;font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:15.436717987061rem;left:42.3515625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zK3GmBomhWtMWGoNvKVikUQr2xHleTI2 { color:rgba(var(--color-primary-3),1);display:block;width:16.875rem;position:absolute;font-family:madani;font-size:1rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:17.5078125rem;left:41.560546875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sL3yknUgWWccFxqVZaPGlcO881oTgXwz { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:madani;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.31210625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:21.62460899353rem;left:3.9046859741211rem;display:block; }
#cpsVycB8rFiei3RT4aCiBQwZKPDZGPIr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NiBGpWgTHMTyTQtIGfoEnCA0vz1N2LCd { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:madani;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.3109375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:21.62460899353rem;left:23.90625rem;display:block; }
#TZSJ7QBqN2gKQmUVUKXVRZi5WbrrF3t4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IJr8AAHsk526ABwATUBgAMx3R3unmCVR { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:madani;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.3109375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:21.62460899353rem;left:44.696479797363rem;display:block; }
#zUVVARKfkHoXSra4RmCqo2iTKfr2WOFO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l7gBnscGTBhP8UT4HNaig8NBtlLduHs2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#03314e;background-image:url("https://images.assets-landingi.com/OCzODc4P/bg_3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l7gBnscGTBhP8UT4HNaig8NBtlLduHs2.adaptive-delivery-prevent-bg, #l7gBnscGTBhP8UT4HNaig8NBtlLduHs2.lazyload, #l7gBnscGTBhP8UT4HNaig8NBtlLduHs2.lazyloading { background-image: none; }#l7gBnscGTBhP8UT4HNaig8NBtlLduHs2 > .row .container { background-color: transparent; background-image: none; }#l7gBnscGTBhP8UT4HNaig8NBtlLduHs2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7gBnscGTBhP8UT4HNaig8NBtlLduHs2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7gBnscGTBhP8UT4HNaig8NBtlLduHs2 > .row .container > .video-iframe-container { display: none; }#l7gBnscGTBhP8UT4HNaig8NBtlLduHs2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7gBnscGTBhP8UT4HNaig8NBtlLduHs2 > .row > .video-iframe-container { display: none; }#l7gBnscGTBhP8UT4HNaig8NBtlLduHs2 > .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); }#l7gBnscGTBhP8UT4HNaig8NBtlLduHs2 > .row .container { border-width: 0; border-radius: 0; }#l7gBnscGTBhP8UT4HNaig8NBtlLduHs2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l7gBnscGTBhP8UT4HNaig8NBtlLduHs2 > .row .container { font-size:0.875rem;font-family:arial;height:25.1875rem;width:60rem;position:relative;display:block; }#kpKrXtKSaDaRxE4TMRGKtF6SWitfEty3 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/96115e18-edb3-423a-88e6-fd0c576403c0/DrAhmedAlmenyawy31.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;height:13.6241875rem;width:13.6241875rem;top:1.5609378814698rem;left:23.061714172363rem;display:block; }#kpKrXtKSaDaRxE4TMRGKtF6SWitfEty3.adaptive-delivery-prevent-bg, #kpKrXtKSaDaRxE4TMRGKtF6SWitfEty3.lazyload, #kpKrXtKSaDaRxE4TMRGKtF6SWitfEty3.lazyloading { background-image: none; }
#xZJ0rDAkanao76SlNvLAHGyBpKJtg5av { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:madani;font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:15.884765625rem;left:21.561325073243rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dHuBINDyLSuzbL5BfI1sp1npMAVnKCvr { color:rgba(var(--color-primary-3),1);display:block;width:16.875rem;position:absolute;font-family:madani;font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:18.573047637939rem;left:21.683982849121rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TOs7hgeMcqL91J9I1o1xVaaNQwFQbkPC { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:madani;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.3109375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:22.373435974121rem;left:23.90625rem;display:block; }
#KtGbB3rV1VyrBcTM4cRLggMko7Zhg1oc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk > .row .container { background-color: transparent; background-image: none; }#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk > .row .container > .video-iframe-container { display: none; }#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk > .row > .video-iframe-container { display: none; }#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk > .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); }#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk > .row .container { border-width: 0; border-radius: 0; }#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#K10J8kSxkt0nmhq5RgthLRNh9iVhXhEU { color:#04253a;display:block;width:56.875rem;position:absolute;font-family:madani;font-size:2.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:2.65625rem;left:3.125rem;height:3.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qp6ppilSKwQ49ituVZwh5raN0FEsJ6FF { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:56.875rem;top:7rem;left:1.5625rem;display:block; }
#ZT4H7pWX2FClVA4NpqVcKHMfqXsEwGX0 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.75rem;top:6.9375rem;left:1.5625rem;display:block; }
#HiM9SOZKTzaIH9WutXIeQfHr5zDPw26P { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50.25rem;width:60rem;display:none; }
#Su8ASTrEBHKmT95xGpFvpWbBCTtcoEDo { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.749625rem;width:19.9991875rem;top:3.1359367370606rem;left:2.4996070861816rem;overflow:hidden;display:block; }
#odl5FZO3Z53SN5S1tTQgRd0x2fQQJizM { position:relative;display:block; }#odl5FZO3Z53SN5S1tTQgRd0x2fQQJizM { background-color: transparent; background-image: none; }#odl5FZO3Z53SN5S1tTQgRd0x2fQQJizM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odl5FZO3Z53SN5S1tTQgRd0x2fQQJizM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odl5FZO3Z53SN5S1tTQgRd0x2fQQJizM > .row .container > .video-iframe-container { display: none; }#odl5FZO3Z53SN5S1tTQgRd0x2fQQJizM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odl5FZO3Z53SN5S1tTQgRd0x2fQQJizM > .row > .video-iframe-container { display: none; }#odl5FZO3Z53SN5S1tTQgRd0x2fQQJizM > .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); }#odl5FZO3Z53SN5S1tTQgRd0x2fQQJizM { border-width: 0; border-radius: 0; }#odl5FZO3Z53SN5S1tTQgRd0x2fQQJizM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#odl5FZO3Z53SN5S1tTQgRd0x2fQQJizM > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;background-image:none;font-size:0.875rem;font-family:arial;height:50rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#d3usvcLTBF3g6G6nAT0H3zudCTvKc2Z6 { position:absolute;display:block;z-index:15008;background-color:#333333;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:9.25rem;top:4.9375rem;left:0rem;display:block; }
#xodg6rlZNRaO5iCTWJJnH5KkiN4q1TMt { color:#ffffff;display:block;width:11.124625rem;position:absolute;font-family:madani;font-size:2.25rem;font-weight:300;z-index:15010;line-height:1.1;letter-spacing:0;top:6.5343742370606rem;left:2.21484375rem;height:7.575rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HzUeRkulHidUBxzDAfR0f4GCuC4zUNac { position:absolute;display:block;z-index:15011;border-top:1.25rem solid #edc400;border-left:1.25rem solid #edc400;border-right:1.25rem solid #edc400;border-bottom:1.25rem solid #edc400;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.7491875rem;width:32.25rem;top:1.9921865463257rem;left:22.243747711182rem;overflow:hidden;display:block; }
#AkGOrAbr4CisMsTLN4VZwEKNmKHuNFZa { position:absolute;display:block;z-index:15012;border-top:1.25rem solid #000000;border-left:1.25rem solid #000000;border-right:1.25rem solid #000000;border-bottom:1.25rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4366875rem;width:26.687125rem;top:13.612489700318rem;left:29.560546875rem;overflow:hidden;display:block; }
#osaFItAa28ovzft1VqIPixOxQTsJxvfb { position:absolute;display:block;z-index:15006;border-top:1.25rem solid #0bc828;border-left:1.25rem solid #0bc828;border-right:1.25rem solid #0bc828;border-bottom:1.25rem solid #0bc828;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:23.875rem;top:32.499216079712rem;left:19.936717987061rem;overflow:hidden;display:block; }
#aTJPPxsToMdoqLBidcyqPpdo1sZ45Vs3 { position:absolute;display:block;z-index:15005;border-top:1.25rem solid #edc400;border-left:1.25rem solid #edc400;border-right:1.25rem solid #edc400;border-bottom:1.25rem solid #edc400;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.749625rem;width:16.875rem;top:19.153116226196rem;left:0rem;overflow:hidden;display:block; }
#VwcCxTkqVnPsGcU9X16VFO8PPVd77Drl { position:absolute;display:block;z-index:15006;border-top:1.25rem solid #0e9ae5;border-left:1.25rem solid #0e9ae5;border-right:1.25rem solid #0e9ae5;border-bottom:1.25rem solid #0e9ae5;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:16.562125rem;top:30.498044967651rem;left:0.38671875rem;overflow:hidden;display:block; }
#pPn570bnPcmdg4TP9J6q66CaHS6ULTBP { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50.25rem;width:60rem;display:none; }
#staFCMKDoGlzeZIlkkgBrrIqiDDsQW1E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#staFCMKDoGlzeZIlkkgBrrIqiDDsQW1E > .row .container { background-color: transparent; background-image: none; }#staFCMKDoGlzeZIlkkgBrrIqiDDsQW1E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#staFCMKDoGlzeZIlkkgBrrIqiDDsQW1E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#staFCMKDoGlzeZIlkkgBrrIqiDDsQW1E > .row .container > .video-iframe-container { display: none; }#staFCMKDoGlzeZIlkkgBrrIqiDDsQW1E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#staFCMKDoGlzeZIlkkgBrrIqiDDsQW1E > .row > .video-iframe-container { display: none; }#staFCMKDoGlzeZIlkkgBrrIqiDDsQW1E > .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); }#staFCMKDoGlzeZIlkkgBrrIqiDDsQW1E > .row .container { border-width: 0; border-radius: 0; }#staFCMKDoGlzeZIlkkgBrrIqiDDsQW1E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#staFCMKDoGlzeZIlkkgBrrIqiDDsQW1E > .row .container { font-size:0.875rem;font-family:arial;height:50.3125rem;width:60rem;position:relative;display:block; }#tG3HdT4I6RTnXSWoDWNqTfJPh3THyKIr { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:15.062125rem;top:20.061327934265rem;left:22.760154724121rem;overflow:hidden;display:block; }
#LL3oEFuK6x2N0ZlCxsHyUHZG9TJLEE4T { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:18.75rem;top:34.572654724121rem;left:37.822265625rem;overflow:hidden;display:block; }
#qKZ9kCqirbJ7G5nXyOBE08gFF2Jp4WiU { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:9.437125rem;top:17.872264862061rem;left:42.342185974121rem;overflow:hidden;display:block; }
#UmCZOFHzP59KWBPiO1iX1XHSuR39dTLv { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:12.249625rem;top:19.184764862061rem;left:7.1343727111819rem;overflow:hidden;display:block; }
#bVkmGeOFALWU0n6I4tumPM5nGwTA3saw { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:20.75rem;top:29.341403961182rem;left:2.3882789611816rem;overflow:hidden;display:block; }
#nBxeK6HRG5ZQQ4P0mxcVESn8AD9Def8S { position:absolute;display:block;z-index:15005;background-color:#3ad6d6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:15rem;top:17.1875rem;left:7.3125rem;display:block; }
#Ca79owuAueBsbp5eXH2A0EVtO05q6RVc { position:absolute;display:block;z-index:15006;background-color:#3ad6d6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:10.625rem;top:29rem;left:8.6875rem;display:block; }
#TW8tBxeaCoBeOwirIeGTW5TURSQ0PD4z { position:absolute;display:block;z-index:15007;background-color:#3ad6d6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.125rem;top:30.4375rem;left:37.75rem;display:block; }
#UtMtcumFrRJBP9WndMAFMT7Wz6v8Nb6M { position:absolute;display:block;z-index:15008;background-color:#3ad6d6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:10.6241875rem;top:17.186717987061rem;left:42.435935974121rem;display:block; }
#DfQuPhnFIyNo22O0mXesIDFPtzbbriQ4 { color:#000000;display:block;width:10.3125rem;position:absolute;font-family:madani;font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:14.324998855591rem;left:41.90625rem;height:1.6253875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gli48U7AlbTqSDZk2ufsMCpgwa27Bikb { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:madani;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:28.280857467791rem;left:41.34375rem;height:1.6253875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#R7bcqTUDwfnCd6CMqhI9tGyK9CsC5NFJ { color:#000000;display:block;width:13rem;position:absolute;font-family:madani;font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:26.936716461321rem;left:8.6554679870606rem;height:1.6253875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TuVD1D0HcXmaLfQDEuRxegEnJ5k1wQe0 { color:#000000;display:block;width:14.124625rem;position:absolute;font-family:madani;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:14.324998855591rem;left:6.931640625rem;height:1.6253875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oPvcvozdMZTRsKGNs4AsZmRi4sr8ZkcS { background-color:#3ad6d6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ececec;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:madani;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:42.625rem;left:23.75rem;display:block; }
#m4r2UF3dNwaTStAhQXPyBPhQ7R22yoMx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KD2HaXEZfcs9rIuJGBwbq5NTPTty3CHl { color:#000000;display:block;width:60rem;position:absolute;font-family:madani;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:7.4375rem;left:0rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#oATERDIBceMoNxXPZpTu4pu8XUWBIB7i { color:#000000;display:block;width:60rem;position:absolute;font-family:madani;font-size:2.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:3rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FqvL2A0XmT4inI03TVZktuMBumeiZnfv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/IDM3n0LfNCY/unsplash/vitaly-gariev-IDM3n0LfNCY-photo-1758691461935-202e2ef6b69f.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FqvL2A0XmT4inI03TVZktuMBumeiZnfv.adaptive-delivery-prevent-bg, #FqvL2A0XmT4inI03TVZktuMBumeiZnfv.lazyload, #FqvL2A0XmT4inI03TVZktuMBumeiZnfv.lazyloading { background-image: none; }#FqvL2A0XmT4inI03TVZktuMBumeiZnfv > .row .container { background-color: transparent; background-image: none; }#FqvL2A0XmT4inI03TVZktuMBumeiZnfv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FqvL2A0XmT4inI03TVZktuMBumeiZnfv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FqvL2A0XmT4inI03TVZktuMBumeiZnfv > .row .container > .video-iframe-container { display: none; }#FqvL2A0XmT4inI03TVZktuMBumeiZnfv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FqvL2A0XmT4inI03TVZktuMBumeiZnfv > .row > .video-iframe-container { display: none; }#FqvL2A0XmT4inI03TVZktuMBumeiZnfv > .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); }#FqvL2A0XmT4inI03TVZktuMBumeiZnfv > .row .container { border-width: 0; border-radius: 0; }#FqvL2A0XmT4inI03TVZktuMBumeiZnfv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FqvL2A0XmT4inI03TVZktuMBumeiZnfv > .row .container { font-size:0.875rem;font-family:arial;height:37.8125rem;width:60rem;position:relative;display:block; }#nHCMQMNFT0ZzgZoC7Gfn8pTZe09JOaNR { color:#04253a;display:block;width:24.75rem;position:absolute;font-family:madani;font-size:2.5rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:3.861328125rem;left:0rem;height:6rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ge0IkZmZ8Kg7Fu1q1QL1QrB2ZQa2pfSP { color:#04253a;display:block;width:23.1866875rem;position:absolute;font-family:madani;font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:11.684764862061rem;left:0.78046798706056rem;height:1.95rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#u7MMgmqbOLJJTKchOrSNTHacPhdLufHs { background-color:rgba(var(--color-primary-4),1);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:madani;font-size:2.5rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9991875rem;height:3.43710625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:18.124217987061rem;left:5.3742179870606rem;display:block; }
#Zy6mJUwlkZ1vx6g2acdfSGCC1MfLDar5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pXV7wcggLMDbqm47FARaKOkiA0snkyvx { box-sizing:content-box;height:21.625rem;width:25.125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:3.0500001907349rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#iyTP9HtZSE9M4tNKIb0nooa2TCGaf7B0 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.125rem;border-top-right-radius:7.125rem;border-bottom-left-radius:7.125rem;border-bottom-right-radius:7.125rem;box-shadow: none;height:4.5rem;width:8.5625rem;top:26.203136444092rem;left:14.07421875rem;overflow:hidden;display:block; }
#AwBWhxlfpxyazpmLB5wUCeG6NwrJzDtB { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;height:4.5609375rem;width:11.7480625rem;top:26.173826217651rem;left:0.779296875rem;overflow:hidden;display:block; }
#GWySeCDaBZipPeR74U0Wc3rRyPh6soJ9 { color:#000000;display:block;width:25.375rem;position:absolute;font-family:madani;font-size:1.8125rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(197,215,229,0.5);top:32.452697753906rem;left:1.3125rem;height:2.175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #olwfPXykMlnLauPpB4iQSH74cHnkyCUm { display:block; }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rBQiAi9zQn8wgQotCNkZqKeHK9zqQ8Ec { width:33.125rem;height:50.4375rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDFP0TWbCMn8aRNtaq704MxxCCD5s6Ok { width:27.8125rem;height:7.5rem;top:10.4375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzKGL5Zw0BFb5ZyEIiC3w9fWx0y9nWsm { width:27.8125rem;height:5.8125rem;top:19.1875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTZuv5uivbxBElT7S1m94cFTrcWE0IVK { width:27.8125rem;height:1.9375rem;top:27rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-regular-label { width:27.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-text { width:27.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-text {padding-top: 0; padding-bottom: 0;}#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-textarea { width:27.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-select { width:27.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-select {padding-top: 0; padding-bottom: 0;}#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-button { width:8.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-checkbox-label { width:26.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd  { width:27.375rem;height:auto;top:28.9375rem;left:1.5625rem; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .radio-container { width:27.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd {display:block;}#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd { width:27.375rem;height:auto;top:28.9375rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #OtrtOu3gKNh1PXDEkTBkwhEhIdH8HJqN {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #R5MpArGn9Jwhyne9zTExnKNQtoWvI4AB { display:none; }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #UNinknofB9n9zLkXJGACbaGOG39k9I1n {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #JnNtRXTr21lOtgT0d48vJspiiokESRRK {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #KCRwRo5lM6A0CsTboovxLfWzUTX2W4Hp {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #IQ1zFTILcd2yrs1mQE47nCes5tNX6rpg {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #cCySNOCsq8nV6tow5y2VfwFHwg2wF1m0 {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #TMHH6OhWmKIZhzVlqFlwEAbmdPRaAEDD {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #By00oKUSVCTAuw0DOopFyHKmQuRxGZEc {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #B3KQf6Neh03WZPDFe1SfEIsPsoWXuIVi {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #yif5SRsJZvhPyXcrAEDvd7wyhen4PALo {  }
 }@media only screen and (max-width: 763px) { #ed37sxqOFJER2XQIA7OEztsvCs4w71mM { width:2.125rem;height:2.125rem;top:26.875rem;left:10.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETAHFg0GAPwqcb939J9Ppa5zW2I7gTwC { top:3.375rem;left:17.737501144409rem;width:7.1875rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJVLJ0O7TZUOO80qmUDHDUEqiDRwhrAQ { top:46.375rem;left:0rem;width:5.9375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkJkSaQTS4OEmRbEiJ4atwq69cHVFl5x { top:46.8125rem;left:0rem;width:9.3125rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #psMEpMKLh8H5mIODcbbOaHWwxP3DW1TC { top:46.3125rem;left:10.1123046875rem;width:7.6875rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDZb6dAbt2E9FtfXfquo2Wrs9iHRipEr { top:46.875rem;left:17.21875rem;width:10.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH { display:block; }#dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDAhfnVobvSPFZFPqXizeuIHsgkNMrem { width:15.9375rem;height:16.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZm8ytpNeQhA54upgXWEIDaEBI41zQ6T { width:14.375rem;height:1.9375rem;top:4.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #utMJXmVbmvwpWPkQBHRoymzLRGGr4avS { width:14.375rem;height:1.25rem;top:8.125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqkIabDWHlZCoTipXko992nGAVrbfkw4 { width:14.375rem;height:1.25rem;top:11.3125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBXDS5DiXEhVbS73ld8p8gspbb5Vpfgh { width:15.9375rem;height:0.0625rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvXRGqeGuqiFl66gdagveNdkf8oPDeWq { width:15.9375rem;height:0.0625rem;top:13.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcxVrerkUifEmyVykvgDwh8Dwu17yzTX { width:14.375rem;height:3rem;top:10.75rem;left:16.666666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQs9Luf0KzBAN9KGp9LbF1XqMnf0c13I { width:14.375rem;height:1.9375rem;top:4.6875rem;left:16.666666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziyiVnD3TTGTTHiyDCdCNq5KElvIEyB1 { width:14.375rem;height:1.9375rem;top:7.875rem;left:16.666666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFxshOIHepHqiSseTEXBlR65EP0f26Zk { width:15.9375rem;height:16.25rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lw5rhlQLw8EkfZySoTIsceASZzaWUoeQ { width:15.9375rem;height:16.25rem;top:0rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbUu0UccamTSq3wlu0ymvrnP3fiSbRuA { width:14.375rem;height:3rem;top:8rem;left:32.583333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWWTM1z12mK0hPJvLy8FEqoEy2WLSK7b { width:13.125rem;height:3.4375rem;top:11rem;left:32.583333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc18XT6L93IX1aCUaMzgOL7azlzIavQK { display:block; }
 }@media only screen and (max-width: 763px) { #m2S2SImsu4QTcA5TeVFMxoHchu2AgN5T { width:14.375rem;height:1.9375rem;top:4.6875rem;left:32.583333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBeFNAQJreSlQP8DK5lyci5gAlfncsGh { width:2.125rem;height:2.125rem;top:1.9375rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWOqOtvcRffL9zQTi2uNWSFUaF1Bq4Rb { width:2.125rem;height:2.125rem;top:1.9375rem;left:26.375001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSZblQaqXN5fJKS2cMDRATXz0F7sxpTg { width:2.0625rem;height:2.0625rem;top:1.25rem;left:44.685935974121rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3Uav9GZ7wsXM6y4ncAEuCRMeI6200DH { display:block; }#c3Uav9GZ7wsXM6y4ncAEuCRMeI6200DH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xVkBtRiEzxExeVSFbB9bANJQwzknc9Wk { width:47.75rem;height:3.25rem;top:2.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqI6RgrOlnb8nUCG8bURN10ZGBbfEV4F { width:47.75rem;height:0.0625rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCRl9FPiZKJii2Plfz6TWKhlxED1ehHq { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N87JkTy32dpOlaHx65zf5gI6GLxh5uup { top:2.875rem;left:9.16250038147rem;width:5.3125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkFyt4qU1XwZmsRbztcdrU1C1gp8efJn { display:block; }#ZkFyt4qU1XwZmsRbztcdrU1C1gp8efJn > .row .container { width:47.75rem;height:16.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ai2Rk7PoHVgOxPw0CBBOyWTTbgbVrCGS { width:29.5625rem;height:10.5rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eozd2upZUkMGX7J4QhOKAz7WOXE6fesT { width:14.375rem;height:1.5rem;top:1.1875rem;left:33.375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #JR05A7yMTesQfIM1Xp9c4cAUTsAFrxRf { width:14.375rem;height:1.5rem;top:3.4375rem;left:33.375rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #oFEk1D7A69C1lOXsJwqeaz4I6qftksvy { width:14.375rem;height:3rem;top:6.4375rem;left:33.375rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #xm3zGkrZGzpQOMyV3kgJlwS1A62mgEIJ { width:1.375rem;height:1.375rem;top:1.1875rem;left:34.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xf8unNU4ItPL7iEwBNDRPdLU2uTLUMGm { width:1.375rem;height:1.375rem;top:4.125rem;left:34.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TirTVCiI4bNZMGPop0PChSvkyUwHIWOu { width:1.375rem;height:1.375rem;top:7.0625rem;left:34.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAvZquO0zTPpbWNznfwgv7JCqhDSrHwQ { top:9.6875rem;left:0rem;width:44.3125rem;height:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbgzDNtJuoeu7eW6qOFLuNg2xqtiDLDL { display:block; }#rbgzDNtJuoeu7eW6qOFLuNg2xqtiDLDL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JUwflEb3pzso7gPgeHua7ZnnMyPnxCuC { width:47.75rem;height:3.25rem;top:2.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFT16WPo1OdOOz0Ac68cpEL5QgoNzyDW { width:47.75rem;height:0.0625rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrmuyC1RTqCnzJsci4kcR8rzaDy2g5Ky { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCzkoOs71uDTaCOPfHdBuE9klz4so3uS { top:3.1875rem;left:0rem;width:5.25rem;height:2.7170763833084rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5sepWXTcFPbXpoR2NilxqlkPNq2WhCQ { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#M5sepWXTcFPbXpoR2NilxqlkPNq2WhCQ > .row .container { background-color: transparent; background-image: none; }#M5sepWXTcFPbXpoR2NilxqlkPNq2WhCQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M5sepWXTcFPbXpoR2NilxqlkPNq2WhCQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M5sepWXTcFPbXpoR2NilxqlkPNq2WhCQ > .row .container > .video-iframe-container { display: none; }#M5sepWXTcFPbXpoR2NilxqlkPNq2WhCQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M5sepWXTcFPbXpoR2NilxqlkPNq2WhCQ > .row > .video-iframe-container { display: none; }#M5sepWXTcFPbXpoR2NilxqlkPNq2WhCQ > .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); }#M5sepWXTcFPbXpoR2NilxqlkPNq2WhCQ > .row .container { border-width: 0; border-radius: 0; }#M5sepWXTcFPbXpoR2NilxqlkPNq2WhCQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bgMb7e1gh5hQPC8A4ZbAfzSZChsd9oGr { width:12rem;height:4.3125rem;top:3.3125rem;left:3.875rem;color:rgba(0,0,0,0.7);font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUdE2QFgJH4Xbt0Q20CRRaqtRSZvIano { width:6.25rem;height:0.0625rem;top:6.25rem;left:0rem;background-color:#2357db;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #DD6upwhCkahFIgSvmKtHmC5TcnZ2nGQ8 { width:19.0625rem;height:3.75rem;top:8.4375rem;left:0rem;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRBKf7dWSTv99arha2TroHVnLpwd4FWu { width:15.5625rem;height:31.8116875rem;top:15.0625rem;left:0.15468597412109rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #HKzGMaEsb477PghVuHpGsXdOMmw95p6X { width:1.875rem;height:1.875rem;top:5.75rem;left:15.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tVEnL64nqwHnBslxnBaPhzAE1MLqgRaV { width:16.5rem;height:3.9375rem;top:8.3125rem;left:15.25rem;color:rgba(0,0,0,0.5);font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWyJri6AbtWATQMXtSCJ5BrH1JRcLXNk { width:15.625rem;height:;top:5.875rem;left:16.125rem;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITMTigVHzI31XH4mtykKD0hTQQVKHUW3 { width:1.875rem;height:1.875rem;top:13.9375rem;left:15.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kK3bWJRmCWdF6FiQ7g8s7ISlX89ihsHF { width:15.625rem;height:;top:14.0625rem;left:16.125rem;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qW9X5pclhCy8zEEyyTWR7u01QNyxPUSO { width:16.5rem;height:2.625rem;top:17.0625rem;left:15.25rem;color:rgba(0,0,0,0.5);font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQVB0RSfHTotfsBwTGRX1dShe9uVQRgz { width:1.875rem;height:1.875rem;top:22.125rem;left:15.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bIMn6w6mM2BIPFqkbGQ16KPqXgUzsVsi { width:15.625rem;height:;top:22.1875rem;left:16.125rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #dL602D88S7xixLGODgoAEz6nywTdfLs8 { width:16.5rem;height:3.9375rem;top:25.1875rem;left:15.25rem;color:rgba(0,0,0,0.5);font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSTUB5IX7fHi4GRoA8BgsrMQO4L4HZ3w { width:16.5rem;height:2.625rem;top:8.8125rem;left:31.125rem;color:rgba(0,0,0,0.5);font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmDTfdTGE3Tn0C0TI6hglUva8EZvE80A { width:15.625rem;height:;top:5.875rem;left:32rem;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpcR9erz7cEmQGJ8JzJoHTrySyuhHplQ { width:15.625rem;height:;top:14.0625rem;left:32rem;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #isRsr1pgd2Xofqwl4Z4pDUTvW8Vw0piq { width:1.875rem;height:1.875rem;top:5.75rem;left:31.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #AvAdwhEHm4GxnibkBvwHfqTuRPh2nVe0 { width:1.875rem;height:1.875rem;top:13.9375rem;left:31.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #L5CtTu7puNsWJvrGNDg6VufowBeaelU6 { width:16.5rem;height:1.3125rem;top:17.0625rem;left:31.125rem;color:rgba(0,0,0,0.5);font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6NF1AD3ERxd94NZbVDC6pKUcSBdbuXq { width:1.875rem;height:1.875rem;top:22.125rem;left:31.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #f9h6M7LFBa2yrI758FN9lHzMcBxKAZXb { width:15.625rem;height:;top:22.25rem;left:32rem;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Siz2R1WbPVIJQmomi55pykqkWcVDGQKW { width:16.5rem;height:2.625rem;top:25.1875rem;left:31.125rem;color:rgba(0,0,0,0.5);font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCgxRcsGRM8orhxxvfZwXyZFlSkkRaoM { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#zCgxRcsGRM8orhxxvfZwXyZFlSkkRaoM > .row .container { background-color: transparent; background-image: none; }#zCgxRcsGRM8orhxxvfZwXyZFlSkkRaoM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zCgxRcsGRM8orhxxvfZwXyZFlSkkRaoM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zCgxRcsGRM8orhxxvfZwXyZFlSkkRaoM > .row .container > .video-iframe-container { display: none; }#zCgxRcsGRM8orhxxvfZwXyZFlSkkRaoM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zCgxRcsGRM8orhxxvfZwXyZFlSkkRaoM > .row > .video-iframe-container { display: none; }#zCgxRcsGRM8orhxxvfZwXyZFlSkkRaoM > .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); }#zCgxRcsGRM8orhxxvfZwXyZFlSkkRaoM > .row .container { border-width: 0; border-radius: 0; }#zCgxRcsGRM8orhxxvfZwXyZFlSkkRaoM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BQI27MIdVHL6cO12rTSdXf95cza3T8aO { width:1.875rem;height:1.875rem;top:5.75rem;left:15.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KbDy0WmwB8ETAdmfwf8LvitginLs3pg0 { width:16.5rem;height:2.625rem;top:8.8125rem;left:15.25rem;color:rgba(0,0,0,0.5);font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwabnHyZ2E4egUmpXqotuQfpqfUE3oTf { width:15.625rem;height:;top:5.875rem;left:16.125rem;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dn3dMK3c2GGW2mg4UTUPEvuJaihQ5kCl { width:1.875rem;height:1.875rem;top:13.875rem;left:14rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bhSqPC6SFciX6LH45qwcfWkoSqCRUmdu { width:15.625rem;height:;top:14rem;left:16.125rem;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHcmdxHwZwCmsGsh7EnygUtT4Eeer3TU { width:16.5rem;height:2.625rem;top:17rem;left:15.25rem;color:rgba(0,0,0,0.5);font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhNKABJnVoas2CefC1KO7TEB9cfypPoJ { width:16.5rem;height:2.625rem;top:8.8125rem;left:31.125rem;color:rgba(0,0,0,0.5);font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZygB4o6D9Tfb6bBKmVtWl0eldTocF5rc { width:15.625rem;height:;top:5.875rem;left:32rem;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBPC9n5bXJKl6NQDdAKbv5oEfkKa83qQ { width:15.625rem;height:;top:14.0625rem;left:32rem;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcgmiT39hUtD96Oz6nuA9ldvs3rDO6gm { width:1.875rem;height:1.875rem;top:5.75rem;left:31.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EEySwlweh2OMDsbb07axrlAAJh0LsxVh { width:1.875rem;height:1.875rem;top:13.9375rem;left:31.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #MzOdXii8JKAT0TwbFA9iIkW0iBdtvOU0 { width:16.5rem;height:3.9375rem;top:17rem;left:31.125rem;color:rgba(0,0,0,0.5);font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCouVhEyWIZVqH2DQINlKD6ULaneTrt7 { width:15.5625rem;height:1.6875rem;top:14rem;left:0.3125rem;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yz8haZad4QeZv4I7NZl0xKxitiCJCWc2 { width:16.5rem;height:2.625rem;top:16.625rem;left:0rem;color:rgba(0,0,0,0.5);font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIMBJBoWafDofhzm2ORf3PbHnBWlJkIy { width:1.875rem;height:1.875rem;top:12.75rem;left:0.62109375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK { display:block; }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zuIt9qurpty4q1MADNfvPmrMrMhpAUBe { width:47.75rem;height:3.1875rem;top:2.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txa2zz7ug4TPbB9f8azT4CS2nFv6TuNR { width:47.75rem;height:0.0625rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg3RfT6rTGV8N80OKpIpAcmf7cxsww8I { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6atdgGho9rBXAREUIXDWPhqlIQMDT05 { display:block; }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KnD1XkvZCkfZOOR759OodgnVIbMpqUTl { width:13.625rem;height:13.625rem;top:1.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlZDh9nmHEFuvER9vRvm5DTTfW91Etch { width:16.875rem;height:1.9375rem;top:16.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExSs2rwnD5E6FVmQC7XTGxLZOwWBwpKn { width:16.875rem;height:1.4375rem;top:18.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxwDorcuUHMZE5N6hU9lb903hcgT9S7o { width:13.625rem;height:13.625rem;top:1.25rem;left:17.041666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #RObBBpG1O7fnvyI5osJkAfL9TPvF4ehn { width:16.875rem;height:1.9375rem;top:16.375rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWVLCZxJ6pp62wMsVPmy01vXKI3JWTW0 { width:16.875rem;height:1.4375rem;top:18.875rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #suH279cM4V2f2gz8HNThweDmtAVvGh8A { width:13.625rem;height:13.625rem;top:1.25rem;left:32.958333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqVMJO3v6lXxyRiBMSZU7FsO1kRbvG9H { width:16.875rem;height:1.9375rem;top:16.375rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qr03lPaRJJEg1KvG2wW4Bsxf0i8Gs9ET { width:16.875rem;height:1.4375rem;top:18.875rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeQiaA9nl7TVyy1sG11Ck9uTQ4eexIbT { width:12.1875rem;height:2.25rem;top:21.5625rem;left:1.8421859741211rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsOp08rbzcxzaVZ3dvmDnb5oup7QyW4r { display:block; }
 }@media only screen and (max-width: 763px) { #A7y7WVR0Z4d9X78bu8eA7KcHvIeyEJBT { width:12.1875rem;height:2.25rem;top:21.5625rem;left:17.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSTebt5eEuM3UQhZsLHQRhQdxA2EsCoq { display:block; }
 }@media only screen and (max-width: 763px) { #xT1WF1BF2mRzEUOQ5ue7RdDEQLK5x5xb { width:12.1875rem;height:2.25rem;top:21.5625rem;left:34.383979797363rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrvSQmzckyxoLhAlidNq5NHWzpnF7ugo { display:block; }
 }@media only screen and (max-width: 763px) { #gAhn8iP0astQ35BMwlVM1R4sRzdUD4TB { display:block; }#gAhn8iP0astQ35BMwlVM1R4sRzdUD4TB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VOuptPt9I4OM4vDzhBS1AwoWaq5mRnWo { width:13.625rem;height:13.625rem;top:1.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzRWCVauGB6qxRGH4whRRD1XeaWaJVZW { width:16.875rem;height:1.9375rem;top:16.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CV3gIPH9RJmAkoI9FtXaWQpcQZRLifx4 { width:16.875rem;height:1.4375rem;top:18.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJSkDkdGNNDoJepfyc6dokblarXvGmL9 { width:13.625rem;height:13.625rem;top:1.25rem;left:17.041666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhFxvpclQ1th4PzS3ih2JEgyA4VuTDeS { width:16.875rem;height:1.9375rem;top:16.375rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsTPddIZMUJ5UiTCvVfsV3U5SQ8iDkS4 { width:16.875rem;height:1.4375rem;top:18.875rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBpnU6xR9CK50ZNNuZxvTgUnPOaXyCTi { width:13.625rem;height:13.625rem;top:1.25rem;left:32.958333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #zE5r3MCTkt7gvM9k2kfhnIF5x7fovQOp { width:16.875rem;height:1.9375rem;top:16.375rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c94XKWnLCgpoww2A7nhLth7t2W1nQ2HS { width:16.875rem;height:1.4375rem;top:18.875rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2a7SKMDGb5DPsfJRRWZNiEyToeEsRwr { width:12.1875rem;height:2.25rem;top:21.5625rem;left:1.8421859741211rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3KoDhTWuNDREuVcIqdhdgskfmczBqyB { display:block; }
 }@media only screen and (max-width: 763px) { #txpsUbWdoAdnA3kN48v35KHzJUXltlgW { width:12.1875rem;height:2.25rem;top:21.5625rem;left:17.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0eADMgb60H348zzSgLlsqVTqLUukLsp { display:block; }
 }@media only screen and (max-width: 763px) { #Bo2gh5sdSMWfWBWLQ5FChsLWbAhP3f3U { width:12.1875rem;height:2.25rem;top:21.5625rem;left:34.383979797363rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGO1WEhAMcf2VKTxZ2PnbfBTboU45IcV { display:block; }
 }@media only screen and (max-width: 763px) { #GKzfbi4M7fWhgifVTFFVxQc7tEAuB4rf { display:block; }#GKzfbi4M7fWhgifVTFFVxQc7tEAuB4rf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ORcH03pvzvBwZIF0QdIxh908T8ByNddr { width:13.625rem;height:13.625rem;top:1.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gg6wWNZRGiTywHhMilVLomMWvUAwmAuq { width:16.875rem;height:1.9375rem;top:16.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0n42M6JvHc3TxXBXIXssQvCMZeVsdoH { width:16.875rem;height:1.4375rem;top:18.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrEI4pZi8tZWBGpmdWz5vVJGNEbTSMOA { width:13.625rem;height:13.625rem;top:1.25rem;left:17.041666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLnuVXw9J6Ger5zfMWKcTSVF4blvxMRS { width:16.875rem;height:1.9375rem;top:16.375rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZhrTCQn4ScP2g5736roLsSZcHUUnptl { width:16.875rem;height:2.625rem;top:18.9375rem;left:14.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqsE3EvzTKOHwF6go4i9OXVbF1SRUXw7 { width:13.625rem;height:13.625rem;top:1.25rem;left:32.958333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUPg0Ck5gax49hHFV50WlXHUv5LHbPIW { width:16.875rem;height:1.9375rem;top:15.8125rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiCWRMe902VBmvKQPPvXH0g4QElwSnuN { width:16.875rem;height:2.9375rem;top:18.375rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHt9I9M7rkQp0DyRfsMzLh8EbAb3wgXG { width:12.1875rem;height:2.25rem;top:21.5625rem;left:1.8421859741211rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6Eyi5ezGJem83IJyMDA7LVlPeztrObd { display:block; }
 }@media only screen and (max-width: 763px) { #TIXdF78QLcgWO5k9AvT3KNXnEmHV7Unq { width:12.1875rem;height:2.25rem;top:21.5625rem;left:17.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6HMfJETZBDX3TTxI348krpkNtux0ztJ { display:block; }
 }@media only screen and (max-width: 763px) { #qIMPltu5REB2m8GzLHMKTHKfakrd5ZeP { width:12.1875rem;height:2.25rem;top:21.5625rem;left:34.383979797363rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0k8sh0H8D0LED9SZTucBJwOWwpMU9gC { display:block; }
 }@media only screen and (max-width: 763px) { #exlfWL35SnWkluT5mtTGT003XqCOhznX { display:block; }#exlfWL35SnWkluT5mtTGT003XqCOhznX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nd7flBoW3snBmrK1pTglcz5BGnMmNoho { width:13.625rem;height:13.625rem;top:1.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvcgVIt7JICNp52d9NoxpgBXSz7tO5LO { width:16.875rem;height:1.9375rem;top:15.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXOTJpuJsZ35EuCeMTaXUA7uysv3B6wb { width:16.875rem;height:2.625rem;top:18.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #irsCfWAUfzgcxZ21MOLI0ZPpaQksNdQ0 { width:13.625rem;height:13.625rem;top:1.25rem;left:17.041666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiqR8GNlIWLXbDrE594lwbbGZruQMgWw { width:16.875rem;height:1.9375rem;top:15.25rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VV7yCdtv8k54HCVgV3NJCNwPrv6wizCi { width:19.5rem;height:3.375rem;top:17.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sg3MQu4s60ASaZfBebGgTAfPb1vCIot6 { width:13.625rem;height:13.625rem;top:1.25rem;left:32.958333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #BscO08G5H8eOah1vJWCrsQm04Et4S8r7 { width:16.875rem;height:1.9375rem;top:15.375rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yErOZq16XLSHDc5lZsJqBH5an8aJgiG0 { width:16.875rem;height:1.4375rem;top:18.9375rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQTUG0WT21bNQRVPhWcosyq6T61Nfxvu { width:12.1875rem;height:2.25rem;top:21.5625rem;left:1.8421859741211rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNBTWLc7JwnNGonQZuKOobKNI4oMctfZ { display:block; }
 }@media only screen and (max-width: 763px) { #KzGf393ZNf2txZ9U75XnA3KBo0FRVvfO { width:12.1875rem;height:2.25rem;top:21.5625rem;left:17.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMrnrTv9Q0A92L2esIhaDtJDPz6oyNFh { display:block; }
 }@media only screen and (max-width: 763px) { #uT2msWn6E85zek13W5St2xgGJbXBOo3x { width:12.1875rem;height:2.25rem;top:21.5625rem;left:34.383979797363rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhLta19zoXvicKZNxRsJHpIcNf1oSE0s { display:block; }
 }@media only screen and (max-width: 763px) { #rnwtLKiRFEcSpFexQ2xw2OlnBeX4T61b { display:block; }#rnwtLKiRFEcSpFexQ2xw2OlnBeX4T61b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a73zDyuxDtliSlm4EE8IQO7TxFyleTSR { width:13.625rem;height:13.625rem;top:1.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bbh5cQ1PWduJEFVchJByzrVb41aboFXx { width:16.875rem;height:1.9375rem;top:15.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #thV9oszKkzqSFWvAMueMDAs086y0Oisn { width:16.875rem;height:2.625rem;top:18.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kChH4ce39ZmFuVvdAz2br0gQTWHNuhzR { width:13.625rem;height:13.625rem;top:1.25rem;left:17.041666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWy3hordPkZQ1plK16y4kBO49oLepTzg { width:16.875rem;height:1.9375rem;top:15.25rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #scKeyUTTL06TrH6dheMAsqlUd3TyZ9KB { width:19.5rem;height:2.6875rem;top:18.1875rem;left:12.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfsG0TIccHqSUMtCIt6bwTTgeuzqVxpT { width:13.625rem;height:13.625rem;top:1.25rem;left:32.958333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhUD2k0QxB9NvQsT7Q8hVpTz1gSyZKLn { width:16.875rem;height:1.9375rem;top:15.375rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNmpgt17dCPe3MtEonTlzFhm3uCpnWaO { width:16.875rem;height:2.9375rem;top:18.375rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgTbZ4wrUPTN7IqMDIkrLXgbkhKdof9z { width:12.1875rem;height:2.25rem;top:21.5625rem;left:1.8421859741211rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQKTVq8OwpS809gAhHEnuedKJhLggvv3 { display:block; }
 }@media only screen and (max-width: 763px) { #ZFwJb5NuszI2EBvoFzT6MVEvTkQQnC7C { width:12.1875rem;height:2.25rem;top:21.5625rem;left:17.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AepD8Bs7ZeCEXrWWTtGW1kFmB3WuiQOn { display:block; }
 }@media only screen and (max-width: 763px) { #ciBDTIz5IXT24XV1hMfKWuA6tr9Ra6Vt { width:12.1875rem;height:2.25rem;top:21.5625rem;left:34.383979797363rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUTyDPaFdUCJ28r9zN4hHUwegfzodRrP { display:block; }
 }@media only screen and (max-width: 763px) { #vy8uHczAmPbHpM33c3ckTQ4c3a6ULCFc { display:block; }#vy8uHczAmPbHpM33c3ckTQ4c3a6ULCFc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dqTlAvRmQGTzEAen7DukgpA9hJHJ4Bdc { width:13.625rem;height:13.625rem;top:1.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDOvfzIK4Gv8XomHLUDB8oG0owWzKMdw { width:16.875rem;height:1.9375rem;top:15.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQi3VV2m2CvMIUqBtcrBrTFeHgVtqtnJ { width:16.875rem;height:2.9375rem;top:17.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNNfUuhy32AsCAKhM8NurKgtm8V5rma9 { width:13.625rem;height:13.625rem;top:1.25rem;left:17.041666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqEAT2i6LuJboRL6KJUsWTnqG6Cxh3BF { width:16.875rem;height:1.9375rem;top:15.25rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vB9zAfkMwfyM9g5KWbsw6bPLGzswMZLO { width:19.5rem;height:3.375rem;top:17.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt9icgh8s6Z0J5aWGwvb9Nk1sIquIhwv { width:13.625rem;height:13.625rem;top:1.25rem;left:32.958333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRkKD7qo8vn0fnLeuOCRJfv9lnTTI6AX { width:16.875rem;height:1.9375rem;top:15.375rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBDQxFNc5sxPkfyiAN7mrdu0SRT8kTQb { width:16.875rem;height:2.9375rem;top:17.5rem;left:30.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkz3NbMBXRyyyFMblZAXeEVt46PRDrwu { width:12.1875rem;height:2.25rem;top:21.5625rem;left:1.8421859741211rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkS04i4EsNv3SDht4XvFKoDMuD879T8O { display:block; }
 }@media only screen and (max-width: 763px) { #bwyHZilAF1r2bIc3ztMrMFlF0nN64eTT { width:12.1875rem;height:2.25rem;top:21.5625rem;left:17.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9utr4bStrI5LJp7IKA4tKU5sq8ygLk5 { display:block; }
 }@media only screen and (max-width: 763px) { #w2cK6rJTN2CDXJzWrWSSeL8e6drHWMk6 { width:12.1875rem;height:2.25rem;top:21.5625rem;left:34.383979797363rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayBamkX2C4RMJIFEuJmfJTmHqp7WPU7o { display:block; }
 }@media only screen and (max-width: 763px) { #ufa9W1dUlLigJFi0ByIocdEzk1TtCIIT { display:block; }#ufa9W1dUlLigJFi0ByIocdEzk1TtCIIT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iPGsQRavPeMo5v6T3HTltlCNCerCGZXM { width:13.625rem;height:13.625rem;top:1.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhNfeyGXHobbn63aHTUVTSyb53kGTK02 { width:16.875rem;height:1.9375rem;top:15.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaJUKOWtlWGmxhDBEnT3RSuHhrC26sew { width:16.875rem;height:2.625rem;top:17.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6r7uZV2MPIOWXb8TMNHkIQlSoTn4pdt { width:13.625rem;height:13.625rem;top:1.25rem;left:17.041666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6R2Q51l92yXT5n0TfDBAhTVaXaalndb { width:16.875rem;height:1.9375rem;top:15.25rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSS1tiTnE3NbDyXt19Cg4ynSHQrSxhXz { width:19.5rem;height:3.375rem;top:17.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SS9NL9qb3Vw9pqTWAe8FsPexsW1sDcXA { width:13.625rem;height:13.625rem;top:1.25rem;left:32.958333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeC6EfS8M7TOaLcA3zPwX8D4vdoMp3FN { width:16.875rem;height:1.9375rem;top:15.375rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zK3GmBomhWtMWGoNvKVikUQr2xHleTI2 { width:16.875rem;height:2.9375rem;top:17.5rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sL3yknUgWWccFxqVZaPGlcO881oTgXwz { width:12.1875rem;height:2.25rem;top:21.5625rem;left:1.8421859741211rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpsVycB8rFiei3RT4aCiBQwZKPDZGPIr { display:block; }
 }@media only screen and (max-width: 763px) { #NiBGpWgTHMTyTQtIGfoEnCA0vz1N2LCd { width:12.1875rem;height:2.25rem;top:21.5625rem;left:17.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZSJ7QBqN2gKQmUVUKXVRZi5WbrrF3t4 { display:block; }
 }@media only screen and (max-width: 763px) { #IJr8AAHsk526ABwATUBgAMx3R3unmCVR { width:12.1875rem;height:2.25rem;top:21.5625rem;left:34.383979797363rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUVVARKfkHoXSra4RmCqo2iTKfr2WOFO { display:block; }
 }@media only screen and (max-width: 763px) { #l7gBnscGTBhP8UT4HNaig8NBtlLduHs2 { display:block; }#l7gBnscGTBhP8UT4HNaig8NBtlLduHs2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kpKrXtKSaDaRxE4TMRGKtF6SWitfEty3 { width:13.625rem;height:13.625rem;top:1.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZJ0rDAkanao76SlNvLAHGyBpKJtg5av { width:16.875rem;height:1.9375rem;top:15.875rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHuBINDyLSuzbL5BfI1sp1npMAVnKCvr { width:16.875rem;height:2.9375rem;top:18.5625rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOs7hgeMcqL91J9I1o1xVaaNQwFQbkPC { width:12.1875rem;height:2.25rem;top:22.3125rem;left:17.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtGbB3rV1VyrBcTM4cRLggMko7Zhg1oc { display:block; }
 }@media only screen and (max-width: 763px) { #tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk { display:block; }#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K10J8kSxkt0nmhq5RgthLRNh9iVhXhEU { width:47.75rem;height:3.25rem;top:2.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qp6ppilSKwQ49ituVZwh5raN0FEsJ6FF { width:47.75rem;height:0.0625rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT4H7pWX2FClVA4NpqVcKHMfqXsEwGX0 { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiM9SOZKTzaIH9WutXIeQfHr5zDPw26P { width:47.75rem;height:40rem;display:none; }
 }@media only screen and (max-width: 763px) { #Su8ASTrEBHKmT95xGpFvpWbBCTtcoEDo { top:3.125rem;left:0rem;width:19.9375rem;height:16.697960776532rem;display:block; }
 }@media only screen and (max-width: 763px) { #odl5FZO3Z53SN5S1tTQgRd0x2fQQJizM { display:block; }#odl5FZO3Z53SN5S1tTQgRd0x2fQQJizM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d3usvcLTBF3g6G6nAT0H3zudCTvKc2Z6 { width:9.25rem;height:10.625rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xodg6rlZNRaO5iCTWJJnH5KkiN4q1TMt { width:11.0625rem;height:7.375rem;top:6.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzUeRkulHidUBxzDAfR0f4GCuC4zUNac { width:32.25rem;height:14.7480625rem;top:1.9375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkGOrAbr4CisMsTLN4VZwEKNmKHuNFZa { width:26.625rem;height:16.398424509478rem;top:13.5625rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #osaFItAa28ovzft1VqIPixOxQTsJxvfb { width:23.875rem;height:14.561916221197rem;top:32.4375rem;left:13.811717987061rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTJPPxsToMdoqLBidcyqPpdo1sZ45Vs3 { width:16.875rem;height:7.749625rem;top:19.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwcCxTkqVnPsGcU9X16VFO8PPVd77Drl { width:16.5rem;height:7.6586639697503rem;top:30.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPn570bnPcmdg4TP9J6q66CaHS6ULTBP { width:47.75rem;height:40rem;display:none; }
 }@media only screen and (max-width: 763px) { #staFCMKDoGlzeZIlkkgBrrIqiDDsQW1E { display:block; }#staFCMKDoGlzeZIlkkgBrrIqiDDsQW1E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tG3HdT4I6RTnXSWoDWNqTfJPh3THyKIr { top:20rem;left:16.635154724121rem;width:15rem;height:7.6557922603882rem;display:block; }
 }@media only screen and (max-width: 763px) { #LL3oEFuK6x2N0ZlCxsHyUHZG9TJLEE4T { top:34.5625rem;left:29rem;width:18.75rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKZ9kCqirbJ7G5nXyOBE08gFF2Jp4WiU { top:17.8125rem;left:36.217185974121rem;width:9.375rem;height:8.5682212538247rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmCZOFHzP59KWBPiO1iX1XHSuR39dTLv { top:19.125rem;left:1.0093727111816rem;width:12.1875rem;height:5.969570497056rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVkmGeOFALWU0n6I4tumPM5nGwTA3saw { top:29.3125rem;left:0rem;width:20.75rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBxeK6HRG5ZQQ4P0mxcVESn8AD9Def8S { top:17.1875rem;left:1.1875rem;width:15rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ca79owuAueBsbp5eXH2A0EVtO05q6RVc { top:29rem;left:2.5625rem;width:10.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW8tBxeaCoBeOwirIeGTW5TURSQ0PD4z { top:30.4375rem;left:31.625rem;width:13.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtMtcumFrRJBP9WndMAFMT7Wz6v8Nb6M { top:17.125rem;left:36.310935974121rem;width:10.5625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfQuPhnFIyNo22O0mXesIDFPtzbbriQ4 { top:14.3125rem;left:35.78125rem;width:10.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gli48U7AlbTqSDZk2ufsMCpgwa27Bikb { top:28.25rem;left:35.21875rem;width:10.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7bcqTUDwfnCd6CMqhI9tGyK9CsC5NFJ { top:26.875rem;left:2.5304679870606rem;width:13rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuVD1D0HcXmaLfQDEuRxegEnJ5k1wQe0 { top:14.3125rem;left:0.806640625rem;width:14.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPvcvozdMZTRsKGNs4AsZmRi4sr8ZkcS { width:12.5rem;height:3.4375rem;top:42.625rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4r2UF3dNwaTStAhQXPyBPhQ7R22yoMx { display:block; }
 }@media only screen and (max-width: 763px) { #KD2HaXEZfcs9rIuJGBwbq5NTPTty3CHl { top:7.375rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oATERDIBceMoNxXPZpTu4pu8XUWBIB7i { top:2.9375rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqvL2A0XmT4inI03TVZktuMBumeiZnfv { display:block; }#FqvL2A0XmT4inI03TVZktuMBumeiZnfv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nHCMQMNFT0ZzgZoC7Gfn8pTZe09JOaNR { width:24.75rem;height:5.9375rem;top:3.8125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ge0IkZmZ8Kg7Fu1q1QL1QrB2ZQa2pfSP { width:23.125rem;height:1.9375rem;top:11.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7MMgmqbOLJJTKchOrSNTHacPhdLufHs { width:13.9375rem;height:3.375rem;top:18.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zy6mJUwlkZ1vx6g2acdfSGCC1MfLDar5 { display:block; }
 }@media only screen and (max-width: 763px) { #pXV7wcggLMDbqm47FARaKOkiA0snkyvx { top:3rem;left:0rem;width:25.125rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyTP9HtZSE9M4tNKIb0nooa2TCGaf7B0 { top:26.1875rem;left:7.94921875rem;width:8.5625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwBWhxlfpxyazpmLB5wUCeG6NwrJzDtB { top:26.125rem;left:0rem;width:11.6875rem;height:4.5374253866329rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWySeCDaBZipPeR74U0Wc3rRyPh6soJ9 { width:25.375rem;height:2.1875rem;top:32.4375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/9a61ee6d-0d25-4f6c-a8d1-70f7d9265624/11.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Hx8cCAND6LiwXgg6rwhvxZa1NrOwbVbH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hx8cCAND6LiwXgg6rwhvxZa1NrOwbVbH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hx8cCAND6LiwXgg6rwhvxZa1NrOwbVbH > .row > .video-iframe-container { display: none; }#Hx8cCAND6LiwXgg6rwhvxZa1NrOwbVbH > .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); } }@media only screen and (max-width: 763px) { #olwfPXykMlnLauPpB4iQSH74cHnkyCUm { display:block; }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .row .container { width:20rem;height:58.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rBQiAi9zQn8wgQotCNkZqKeHK9zqQ8Ec { width:20rem;height:57.8125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDFP0TWbCMn8aRNtaq704MxxCCD5s6Ok { width:18.125rem;height:5.625rem;top:2.9992187023163rem;left:0.93671876192094rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzKGL5Zw0BFb5ZyEIiC3w9fWx0y9nWsm { width:18.249625rem;height:2.925rem;top:15.960936546326rem;left:0.87304681539537rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTZuv5uivbxBElT7S1m94cFTrcWE0IVK { width:19.9991875rem;height:1.95rem;top:21.411327362061rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-text {padding-top: 0; padding-bottom: 0;}#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-select {padding-top: 0; padding-bottom: 0;}#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #f8f8f8, #ece3e3);background-image: -moz-linear-gradient(top, #f8f8f8, #ece3e3);background-image: -ms-linear-gradient(top, #f8f8f8, #ece3e3);background-image: -o-linear-gradient(top, #f8f8f8, #ece3e3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#ece3e3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#ece3e3' );";background-image: linear-gradient(to bottom, #f8f8f8, #ece3e3);background-size:initial !important;color:#000000;font-family:madani;font-weight:300;font-style:normal; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd  { width:17.5rem;height:auto;top:23.361326217651rem;left:0rem; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd {display:block;}#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd { width:17.5rem;height:auto;top:23.361326217651rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #OtrtOu3gKNh1PXDEkTBkwhEhIdH8HJqN {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #R5MpArGn9Jwhyne9zTExnKNQtoWvI4AB { display:none; }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #UNinknofB9n9zLkXJGACbaGOG39k9I1n {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #JnNtRXTr21lOtgT0d48vJspiiokESRRK {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #KCRwRo5lM6A0CsTboovxLfWzUTX2W4Hp {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #IQ1zFTILcd2yrs1mQE47nCes5tNX6rpg {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #cCySNOCsq8nV6tow5y2VfwFHwg2wF1m0 {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #TMHH6OhWmKIZhzVlqFlwEAbmdPRaAEDD {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #By00oKUSVCTAuw0DOopFyHKmQuRxGZEc {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #B3KQf6Neh03WZPDFe1SfEIsPsoWXuIVi {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #yif5SRsJZvhPyXcrAEDvd7wyhen4PALo {  }
 }@media only screen and (max-width: 763px) { #ed37sxqOFJER2XQIA7OEztsvCs4w71mM { width:2.125rem;height:2.125rem;top:40.250000953674rem;left:8.9375005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETAHFg0GAPwqcb939J9Ppa5zW2I7gTwC { width:10.5rem;height:13.4375rem;top:5.69921875rem;left:4.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJVLJ0O7TZUOO80qmUDHDUEqiDRwhrAQ { width:5.9375rem;height:5.4375rem;top:43.4375rem;left:0.9365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkJkSaQTS4OEmRbEiJ4atwq69cHVFl5x { width:9.3125rem;height:4.5rem;top:43.90625rem;left:9.8115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #psMEpMKLh8H5mIODcbbOaHWwxP3DW1TC { width:7.6875rem;height:5.5625rem;top:51.5rem;left:0.9365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDZb6dAbt2E9FtfXfquo2Wrs9iHRipEr { width:10.5rem;height:5rem;top:51.78125rem;left:8.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH { display:block; }#dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH { background-color: transparent; background-image: none; }#dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH > .row .container > .video-iframe-container { display: none; }#dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH > .row > .video-iframe-container { display: none; }#dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH > .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); }#dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH > .row .container { width:20rem;height:54.9375rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDAhfnVobvSPFZFPqXizeuIHsgkNMrem { width:20rem;height:16.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZm8ytpNeQhA54upgXWEIDaEBI41zQ6T { width:16.875rem;height:1.3rem;top:5.9375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #utMJXmVbmvwpWPkQBHRoymzLRGGr4avS { width:16.875rem;height:1.3rem;top:9.4375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqkIabDWHlZCoTipXko992nGAVrbfkw4 { width:16.875rem;height:1.3rem;top:12.5rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBXDS5DiXEhVbS73ld8p8gspbb5Vpfgh { width:16.875rem;height:0.0625rem;top:11.6875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvXRGqeGuqiFl66gdagveNdkf8oPDeWq { width:16.875rem;height:0.0625rem;top:14.75rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcxVrerkUifEmyVykvgDwh8Dwu17yzTX { width:16.875rem;height:3rem;top:29.5rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQs9Luf0KzBAN9KGp9LbF1XqMnf0c13I { width:16.875rem;height:1.3rem;top:23.4375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziyiVnD3TTGTTHiyDCdCNq5KElvIEyB1 { width:16.875rem;height:1.3rem;top:26.625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFxshOIHepHqiSseTEXBlR65EP0f26Zk { width:20rem;height:16.25rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lw5rhlQLw8EkfZySoTIsceASZzaWUoeQ { width:20rem;height:16.25rem;top:36.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbUu0UccamTSq3wlu0ymvrnP3fiSbRuA { width:16.875rem;height:6rem;top:43.812103271484rem;left:1.5621092915535rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWWTM1z12mK0hPJvLy8FEqoEy2WLSK7b { width:13.125rem;height:3.4375rem;top:49.11171913147rem;left:4.1867190003395rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bc18XT6L93IX1aCUaMzgOL7azlzIavQK { display:block; }
 }@media only screen and (max-width: 763px) { #m2S2SImsu4QTcA5TeVFMxoHchu2AgN5T { width:16.875rem;height:1.3rem;top:40.9375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBeFNAQJreSlQP8DK5lyci5gAlfncsGh { width:2.125rem;height:2.125rem;top:2.5867185592651rem;left:8.9375005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWOqOtvcRffL9zQTi2uNWSFUaF1Bq4Rb { width:2.125rem;height:2.125rem;top:20.124998092651rem;left:8.9375005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSZblQaqXN5fJKS2cMDRATXz0F7sxpTg { width:2.125rem;height:2.125rem;top:37.750002861023rem;left:8.9375005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3Uav9GZ7wsXM6y4ncAEuCRMeI6200DH { display:block; }#c3Uav9GZ7wsXM6y4ncAEuCRMeI6200DH > .row .container { width:20rem;height:10.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xVkBtRiEzxExeVSFbB9bANJQwzknc9Wk { width:20rem;height:1.625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqI6RgrOlnb8nUCG8bURN10ZGBbfEV4F { width:20rem;height:0.0625rem;top:3.8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCRl9FPiZKJii2Plfz6TWKhlxED1ehHq { width:3.75rem;height:0.1875rem;top:5.1125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N87JkTy32dpOlaHx65zf5gI6GLxh5uup { width:5.3125rem;height:2.75rem;top:6.5499954223631rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkFyt4qU1XwZmsRbztcdrU1C1gp8efJn { background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }#ZkFyt4qU1XwZmsRbztcdrU1C1gp8efJn > .row .container { background-color: transparent; background-image: none; }#ZkFyt4qU1XwZmsRbztcdrU1C1gp8efJn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkFyt4qU1XwZmsRbztcdrU1C1gp8efJn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkFyt4qU1XwZmsRbztcdrU1C1gp8efJn > .row .container > .video-iframe-container { display: none; }#ZkFyt4qU1XwZmsRbztcdrU1C1gp8efJn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkFyt4qU1XwZmsRbztcdrU1C1gp8efJn > .row > .video-iframe-container { display: none; }#ZkFyt4qU1XwZmsRbztcdrU1C1gp8efJn > .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); }#ZkFyt4qU1XwZmsRbztcdrU1C1gp8efJn > .row .container { width:20rem;height:35.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ai2Rk7PoHVgOxPw0CBBOyWTTbgbVrCGS { width:18.75rem;height:7.875rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eozd2upZUkMGX7J4QhOKAz7WOXE6fesT { width:16.875rem;height:1.5rem;top:13.873826980591rem;left:1.5609374642372rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JR05A7yMTesQfIM1Xp9c4cAUTsAFrxRf { width:16.875rem;height:1.5rem;top:18.81210899353rem;left:1.5609374642372rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFEk1D7A69C1lOXsJwqeaz4I6qftksvy { width:16.875rem;height:1.5rem;top:22.999221801757rem;left:1.5621092915535rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xm3zGkrZGzpQOMyV3kgJlwS1A62mgEIJ { width:1.37460625rem;height:1.37460625rem;top:11.573434829712rem;left:9.3105466961863rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xf8unNU4ItPL7iEwBNDRPdLU2uTLUMGm { width:1.37460625rem;height:1.37460625rem;top:16.311326980591rem;left:9.3105466961863rem;display:block; }
 }@media only screen and (max-width: 763px) { #TirTVCiI4bNZMGPop0PChSvkyUwHIWOu { width:1.375rem;height:1.375rem;top:21.187498092651rem;left:9.3125005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAvZquO0zTPpbWNznfwgv7JCqhDSrHwQ { width:18.5rem;height:9.5rem;top:25.1875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbgzDNtJuoeu7eW6qOFLuNg2xqtiDLDL { display:block; }#rbgzDNtJuoeu7eW6qOFLuNg2xqtiDLDL > .row .container { width:20rem;height:10.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JUwflEb3pzso7gPgeHua7ZnnMyPnxCuC { width:20rem;height:1.3rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFT16WPo1OdOOz0Ac68cpEL5QgoNzyDW { width:20rem;height:0.0625rem;top:3.8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrmuyC1RTqCnzJsci4kcR8rzaDy2g5Ky { width:3.75rem;height:0.1875rem;top:5.1125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCzkoOs71uDTaCOPfHdBuE9klz4so3uS { width:5.3125rem;height:2.75rem;top:6.5499954223631rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5sepWXTcFPbXpoR2NilxqlkPNq2WhCQ { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#M5sepWXTcFPbXpoR2NilxqlkPNq2WhCQ > .row .container { background-color: transparent; background-image: none; }#M5sepWXTcFPbXpoR2NilxqlkPNq2WhCQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M5sepWXTcFPbXpoR2NilxqlkPNq2WhCQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M5sepWXTcFPbXpoR2NilxqlkPNq2WhCQ > .row .container > .video-iframe-container { display: none; }#M5sepWXTcFPbXpoR2NilxqlkPNq2WhCQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M5sepWXTcFPbXpoR2NilxqlkPNq2WhCQ > .row > .video-iframe-container { display: none; }#M5sepWXTcFPbXpoR2NilxqlkPNq2WhCQ > .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); }#M5sepWXTcFPbXpoR2NilxqlkPNq2WhCQ > .row .container { border-width: 0; border-radius: 0; }#M5sepWXTcFPbXpoR2NilxqlkPNq2WhCQ > .row .container { width:20rem;height:96.814849853516rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bgMb7e1gh5hQPC8A4ZbAfzSZChsd9oGr { width:12.1875rem;height:4.375rem;top:1.4683599472046rem;left:4.4964841008186rem;text-align:left;text-align-last:left;color:rgba(0,0,0,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #xUdE2QFgJH4Xbt0Q20CRRaqtRSZvIano { width:6.24960625rem;height:0.062109375rem;top:5.8535118103028rem;left:0rem;background-color:#2357db;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #DD6upwhCkahFIgSvmKtHmC5TcnZ2nGQ8 { width:14.625rem;height:2.6rem;top:7.3113288879394rem;left:2.6847653985024rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #GRBKf7dWSTv99arha2TroHVnLpwd4FWu { width:11.312125rem;height:23.1866875rem;top:11.122264862061rem;left:4.9335935711861rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HKzGMaEsb477PghVuHpGsXdOMmw95p6X { width:1.875rem;height:1.875rem;top:35.3125rem;left:9.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tVEnL64nqwHnBslxnBaPhzAE1MLqgRaV { width:16.562125rem;height:4.5rem;top:39.933983802796rem;left:1.7167966961861rem;text-align:center;text-align-last:center;color:rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #fWyJri6AbtWATQMXtSCJ5BrH1JRcLXNk { width:15.625rem;height:1.5rem;top:38.4375rem;left:2.1875rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ITMTigVHzI31XH4mtykKD0hTQQVKHUW3 { width:1.875rem;height:1.875rem;top:45.25rem;left:9.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kK3bWJRmCWdF6FiQ7g8s7ISlX89ihsHF { width:15.624625rem;height:1.5rem;top:47.656637191772rem;left:2.1855466961861rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #qW9X5pclhCy8zEEyyTWR7u01QNyxPUSO { width:16.562125rem;height:4.5rem;top:49.935934066772rem;left:1.7167966961861rem;text-align:center;text-align-last:center;color:rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #HQVB0RSfHTotfsBwTGRX1dShe9uVQRgz { width:1.875rem;height:1.875rem;top:55.1875rem;left:9.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bIMn6w6mM2BIPFqkbGQ16KPqXgUzsVsi { width:15.624625rem;height:1.5rem;top:57.686716079712rem;left:2.1855466961861rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #dL602D88S7xixLGODgoAEz6nywTdfLs8 { width:16.562125rem;height:7.5rem;top:59.184370040894rem;left:1.7167966961861rem;text-align:center;text-align-last:center;color:rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #PSTUB5IX7fHi4GRoA8BgsrMQO4L4HZ3w { width:16.562125rem;height:3rem;top:73.373434066775rem;left:1.7167966961861rem;text-align:center;text-align-last:center;color:rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #fmDTfdTGE3Tn0C0TI6hglUva8EZvE80A { width:15.624625rem;height:1.5rem;top:70.8749961853rem;left:2.1855466961861rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #HpcR9erz7cEmQGJ8JzJoHTrySyuhHplQ { width:15.624625rem;height:1.5rem;top:80.374214172362rem;left:2.1855466961861rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #isRsr1pgd2Xofqwl4Z4pDUTvW8Vw0piq { width:1.875rem;height:1.875rem;top:68.312107086181rem;left:9.0597646832469rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #AvAdwhEHm4GxnibkBvwHfqTuRPh2nVe0 { width:1.875rem;height:1.875rem;top:77.623825073244rem;left:9.0597646832469rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #L5CtTu7puNsWJvrGNDg6VufowBeaelU6 { width:16.562125rem;height:3rem;top:83.186714172362rem;left:1.7167966961861rem;text-align:center;text-align-last:center;color:rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #Q6NF1AD3ERxd94NZbVDC6pKUcSBdbuXq { width:1.875rem;height:1.875rem;top:87.887104034425rem;left:9.0597646832469rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #f9h6M7LFBa2yrI758FN9lHzMcBxKAZXb { width:15.624625rem;height:1.5rem;top:89.687103271488rem;left:2.1855466961861rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Siz2R1WbPVIJQmomi55pykqkWcVDGQKW { width:16.562125rem;height:4.5rem;top:92.315614700319rem;left:1.7167966961861rem;text-align:center;text-align-last:center;color:rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #zCgxRcsGRM8orhxxvfZwXyZFlSkkRaoM { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#zCgxRcsGRM8orhxxvfZwXyZFlSkkRaoM > .row .container { background-color: transparent; background-image: none; }#zCgxRcsGRM8orhxxvfZwXyZFlSkkRaoM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zCgxRcsGRM8orhxxvfZwXyZFlSkkRaoM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zCgxRcsGRM8orhxxvfZwXyZFlSkkRaoM > .row .container > .video-iframe-container { display: none; }#zCgxRcsGRM8orhxxvfZwXyZFlSkkRaoM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zCgxRcsGRM8orhxxvfZwXyZFlSkkRaoM > .row > .video-iframe-container { display: none; }#zCgxRcsGRM8orhxxvfZwXyZFlSkkRaoM > .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); }#zCgxRcsGRM8orhxxvfZwXyZFlSkkRaoM > .row .container { border-width: 0; border-radius: 0; }#zCgxRcsGRM8orhxxvfZwXyZFlSkkRaoM > .row .container { width:20rem;height:72.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BQI27MIdVHL6cO12rTSdXf95cza3T8aO { width:1.875rem;height:1.875rem;top:2.0613288879394rem;left:9.0597646832469rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KbDy0WmwB8ETAdmfwf8LvitginLs3pg0 { width:16.562125rem;height:4.5rem;top:6.936327934265rem;left:1.7167966961861rem;text-align:center;text-align-last:center;color:rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #TwabnHyZ2E4egUmpXqotuQfpqfUE3oTf { width:15.624625rem;height:1.5rem;top:4.4988279342651rem;left:2.1855466961861rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Dn3dMK3c2GGW2mg4UTUPEvuJaihQ5kCl { width:1.875rem;height:1.875rem;top:13.873827934265rem;left:9.0597646832469rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bhSqPC6SFciX6LH45qwcfWkoSqCRUmdu { width:15.624625rem;height:1.5rem;top:17.999999046326rem;left:2.1855466961861rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #UHcmdxHwZwCmsGsh7EnygUtT4Eeer3TU { width:16.562125rem;height:4.5rem;top:21.623436927796rem;left:1.7167966961861rem;text-align:center;text-align-last:center;color:rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #IhNKABJnVoas2CefC1KO7TEB9cfypPoJ { width:16.562125rem;height:4.5rem;top:34.872653961182rem;left:1.7167966961861rem;text-align:center;text-align-last:center;color:rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #ZygB4o6D9Tfb6bBKmVtWl0eldTocF5rc { width:15.624625rem;height:1.5rem;top:31.623044967651rem;left:2.1855466961861rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #OBPC9n5bXJKl6NQDdAKbv5oEfkKa83qQ { width:15.624625rem;height:1.5rem;top:46.374607086182rem;left:1.6863279938698rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #NcgmiT39hUtD96Oz6nuA9ldvs3rDO6gm { width:1.875rem;height:1.875rem;top:28.810544967651rem;left:9.0597646832469rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EEySwlweh2OMDsbb07axrlAAJh0LsxVh { width:1.875rem;height:1.875rem;top:43.436716079712rem;left:9.0597646832469rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #MzOdXii8JKAT0TwbFA9iIkW0iBdtvOU0 { width:16.562125rem;height:4.5rem;top:49.996875762939rem;left:1.7167966961861rem;text-align:center;text-align-last:center;color:rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #CCouVhEyWIZVqH2DQINlKD6ULaneTrt7 { width:15.5625rem;height:1.5rem;top:61.618354797363rem;left:2.2171874642372rem;text-align:center;text-align-last:center;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yz8haZad4QeZv4I7NZl0xKxitiCJCWc2 { width:16.5rem;height:2.625rem;top:65.678901672362rem;left:1.7484374642372rem;text-align:center;text-align-last:center;color:rgba(0,0,0,0.5);font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIMBJBoWafDofhzm2ORf3PbHnBWlJkIy { width:1.875rem;height:1.875rem;top:58.055854797363rem;left:9.0597646832469rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK { background-color:#03314e;background-image:url("https://images.assets-landingi.com/MfXqXo2N/08_02.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK.adaptive-delivery-prevent-bg, #L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK.lazyload, #L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK.lazyloading { background-image: none; }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row .container { background-color: transparent; background-image: none; }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row .container > .video-iframe-container { display: none; }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row > .video-iframe-container { display: none; }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .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); }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zuIt9qurpty4q1MADNfvPmrMrMhpAUBe { width:19.9991875rem;height:1.3rem;top:2.7246360778809rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Txa2zz7ug4TPbB9f8azT4CS2nFv6TuNR { width:20rem;height:0.0625rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg3RfT6rTGV8N80OKpIpAcmf7cxsww8I { width:3.75rem;height:0.1875rem;top:5.75rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6atdgGho9rBXAREUIXDWPhqlIQMDT05 { background-color:#03314e;background-image:url("https://images.assets-landingi.com/MfXqXo2N/08_02.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05.adaptive-delivery-prevent-bg, #L6atdgGho9rBXAREUIXDWPhqlIQMDT05.lazyload, #L6atdgGho9rBXAREUIXDWPhqlIQMDT05.lazyloading { background-image: none; }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row .container { background-color: transparent; background-image: none; }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row .container > .video-iframe-container { display: none; }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row > .video-iframe-container { display: none; }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .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); }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row .container { width:20rem;height:73.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KnD1XkvZCkfZOOR759OodgnVIbMpqUTl { width:13.6241875rem;height:13.6241875rem;top:0.74765586853025rem;left:3.1874998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlZDh9nmHEFuvER9vRvm5DTTfW91Etch { width:16.875rem;height:1.3rem;top:15.999607086182rem;left:1.5609374642372rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExSs2rwnD5E6FVmQC7XTGxLZOwWBwpKn { width:16.875rem;height:1.5rem;top:18.297655105591rem;left:1.5609374642372rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxwDorcuUHMZE5N6hU9lb903hcgT9S7o { width:13.6241875rem;height:13.6241875rem;top:25.747262954712rem;left:3.1874998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #RObBBpG1O7fnvyI5osJkAfL9TPvF4ehn { width:16.875rem;height:1.3rem;top:40.962888717651rem;left:1.5609374642372rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWVLCZxJ6pp62wMsVPmy01vXKI3JWTW0 { width:16.875rem;height:1.5rem;top:43.060544967651rem;left:1.5609374642372rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #suH279cM4V2f2gz8HNThweDmtAVvGh8A { width:13.6241875rem;height:13.6241875rem;top:49.811698913574rem;left:3.9046872258186rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqVMJO3v6lXxyRiBMSZU7FsO1kRbvG9H { width:16.875rem;height:1.3rem;top:64.498825073244rem;left:1.5609374642372rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qr03lPaRJJEg1KvG2wW4Bsxf0i8Gs9ET { width:16.875rem;height:1.5rem;top:66.561319351194rem;left:1.5609374642372rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeQiaA9nl7TVyy1sG11Ck9uTQ4eexIbT { width:12.1875rem;height:2.25rem;top:21.43124961853rem;left:3.9046872258186rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsOp08rbzcxzaVZ3dvmDnb5oup7QyW4r { display:block; }
 }@media only screen and (max-width: 763px) { #A7y7WVR0Z4d9X78bu8eA7KcHvIeyEJBT { width:12.1875rem;height:2.25rem;top:45.807413101196rem;left:3.9046872258186rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSTebt5eEuM3UQhZsLHQRhQdxA2EsCoq { display:block; }
 }@media only screen and (max-width: 763px) { #xT1WF1BF2mRzEUOQ5ue7RdDEQLK5x5xb { width:12.1875rem;height:2.25rem;top:69.182807922362rem;left:3.9046872258186rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrvSQmzckyxoLhAlidNq5NHWzpnF7ugo { display:block; }
 }@media only screen and (max-width: 763px) { #gAhn8iP0astQ35BMwlVM1R4sRzdUD4TB { background-color:#03314e;background-image:url("https://images.assets-landingi.com/MfXqXo2N/08_02.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#gAhn8iP0astQ35BMwlVM1R4sRzdUD4TB.adaptive-delivery-prevent-bg, #gAhn8iP0astQ35BMwlVM1R4sRzdUD4TB.lazyload, #gAhn8iP0astQ35BMwlVM1R4sRzdUD4TB.lazyloading { background-image: none; }#gAhn8iP0astQ35BMwlVM1R4sRzdUD4TB > .row .container { background-color: transparent; background-image: none; }#gAhn8iP0astQ35BMwlVM1R4sRzdUD4TB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gAhn8iP0astQ35BMwlVM1R4sRzdUD4TB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gAhn8iP0astQ35BMwlVM1R4sRzdUD4TB > .row .container > .video-iframe-container { display: none; }#gAhn8iP0astQ35BMwlVM1R4sRzdUD4TB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gAhn8iP0astQ35BMwlVM1R4sRzdUD4TB > .row > .video-iframe-container { display: none; }#gAhn8iP0astQ35BMwlVM1R4sRzdUD4TB > .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); }#gAhn8iP0astQ35BMwlVM1R4sRzdUD4TB > .row .container { width:20rem;height:73.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VOuptPt9I4OM4vDzhBS1AwoWaq5mRnWo { width:13.6241875rem;height:13.6241875rem;top:0.74765586853025rem;left:3.1874998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzRWCVauGB6qxRGH4whRRD1XeaWaJVZW { width:16.875rem;height:1.3rem;top:15.999607086182rem;left:1.5609374642372rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CV3gIPH9RJmAkoI9FtXaWQpcQZRLifx4 { width:16.875rem;height:1.5rem;top:18.297655105591rem;left:1.5609374642372rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJSkDkdGNNDoJepfyc6dokblarXvGmL9 { width:13.6241875rem;height:13.6241875rem;top:25.747262954712rem;left:3.1874998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhFxvpclQ1th4PzS3ih2JEgyA4VuTDeS { width:16.875rem;height:1.3rem;top:40.962888717651rem;left:1.5609374642372rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsTPddIZMUJ5UiTCvVfsV3U5SQ8iDkS4 { width:16.875rem;height:1.5rem;top:43.060544967651rem;left:1.5609374642372rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBpnU6xR9CK50ZNNuZxvTgUnPOaXyCTi { width:13.6241875rem;height:13.6241875rem;top:49.811698913574rem;left:3.9046872258186rem;display:block; }
 }@media only screen and (max-width: 763px) { #zE5r3MCTkt7gvM9k2kfhnIF5x7fovQOp { width:16.875rem;height:1.3rem;top:64.498825073244rem;left:1.5609374642372rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c94XKWnLCgpoww2A7nhLth7t2W1nQ2HS { width:16.875rem;height:1.5rem;top:66.561319351194rem;left:1.5609374642372rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2a7SKMDGb5DPsfJRRWZNiEyToeEsRwr { width:12.1875rem;height:2.25rem;top:21.43124961853rem;left:3.9046872258186rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3KoDhTWuNDREuVcIqdhdgskfmczBqyB { display:block; }
 }@media only screen and (max-width: 763px) { #txpsUbWdoAdnA3kN48v35KHzJUXltlgW { width:12.1875rem;height:2.25rem;top:45.807413101196rem;left:3.9046872258186rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0eADMgb60H348zzSgLlsqVTqLUukLsp { display:block; }
 }@media only screen and (max-width: 763px) { #Bo2gh5sdSMWfWBWLQ5FChsLWbAhP3f3U { width:12.1875rem;height:2.25rem;top:69.182807922362rem;left:3.9046872258186rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGO1WEhAMcf2VKTxZ2PnbfBTboU45IcV { display:block; }
 }@media only screen and (max-width: 763px) { #GKzfbi4M7fWhgifVTFFVxQc7tEAuB4rf { background-color:#03314e;background-image:url("https://images.assets-landingi.com/MfXqXo2N/08_02.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#GKzfbi4M7fWhgifVTFFVxQc7tEAuB4rf.adaptive-delivery-prevent-bg, #GKzfbi4M7fWhgifVTFFVxQc7tEAuB4rf.lazyload, #GKzfbi4M7fWhgifVTFFVxQc7tEAuB4rf.lazyloading { background-image: none; }#GKzfbi4M7fWhgifVTFFVxQc7tEAuB4rf > .row .container { background-color: transparent; background-image: none; }#GKzfbi4M7fWhgifVTFFVxQc7tEAuB4rf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GKzfbi4M7fWhgifVTFFVxQc7tEAuB4rf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GKzfbi4M7fWhgifVTFFVxQc7tEAuB4rf > .row .container > .video-iframe-container { display: none; }#GKzfbi4M7fWhgifVTFFVxQc7tEAuB4rf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GKzfbi4M7fWhgifVTFFVxQc7tEAuB4rf > .row > .video-iframe-container { display: none; }#GKzfbi4M7fWhgifVTFFVxQc7tEAuB4rf > .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); }#GKzfbi4M7fWhgifVTFFVxQc7tEAuB4rf > .row .container { width:20rem;height:73.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ORcH03pvzvBwZIF0QdIxh908T8ByNddr { width:13.6241875rem;height:13.6241875rem;top:0.74765586853025rem;left:3.1874998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #gg6wWNZRGiTywHhMilVLomMWvUAwmAuq { width:16.875rem;height:1.3rem;top:15.999607086182rem;left:1.5609374642372rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0n42M6JvHc3TxXBXIXssQvCMZeVsdoH { width:16.875rem;height:1.5rem;top:18.297655105591rem;left:1.5609374642372rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrEI4pZi8tZWBGpmdWz5vVJGNEbTSMOA { width:13.6241875rem;height:13.6241875rem;top:25.747262954712rem;left:3.1874998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLnuVXw9J6Ger5zfMWKcTSVF4blvxMRS { width:16.875rem;height:1.3rem;top:40.962888717651rem;left:1.5609374642372rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZhrTCQn4ScP2g5736roLsSZcHUUnptl { width:16.875rem;height:3rem;top:42.261325836182rem;left:1.5609374642372rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqsE3EvzTKOHwF6go4i9OXVbF1SRUXw7 { width:13.6241875rem;height:13.6241875rem;top:49.811698913574rem;left:3.9046872258186rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUPg0Ck5gax49hHFV50WlXHUv5LHbPIW { width:16.875rem;height:1.3rem;top:64.498825073244rem;left:1.5609374642372rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiCWRMe902VBmvKQPPvXH0g4QElwSnuN { width:16.875rem;height:3rem;top:65.797263145444rem;left:1.5609374642372rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHt9I9M7rkQp0DyRfsMzLh8EbAb3wgXG { width:12.1875rem;height:2.25rem;top:21.43124961853rem;left:3.9046872258186rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6Eyi5ezGJem83IJyMDA7LVlPeztrObd { display:block; }
 }@media only screen and (max-width: 763px) { #TIXdF78QLcgWO5k9AvT3KNXnEmHV7Unq { width:12.1875rem;height:2.25rem;top:45.807413101196rem;left:3.9046872258186rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6HMfJETZBDX3TTxI348krpkNtux0ztJ { display:block; }
 }@media only screen and (max-width: 763px) { #qIMPltu5REB2m8GzLHMKTHKfakrd5ZeP { width:12.1875rem;height:2.25rem;top:69.182807922362rem;left:3.9046872258186rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0k8sh0H8D0LED9SZTucBJwOWwpMU9gC { display:block; }
 }@media only screen and (max-width: 763px) { #exlfWL35SnWkluT5mtTGT003XqCOhznX { background-color:#03314e;background-image:url("https://images.assets-landingi.com/MfXqXo2N/08_02.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#exlfWL35SnWkluT5mtTGT003XqCOhznX.adaptive-delivery-prevent-bg, #exlfWL35SnWkluT5mtTGT003XqCOhznX.lazyload, #exlfWL35SnWkluT5mtTGT003XqCOhznX.lazyloading { background-image: none; }#exlfWL35SnWkluT5mtTGT003XqCOhznX > .row .container { background-color: transparent; background-image: none; }#exlfWL35SnWkluT5mtTGT003XqCOhznX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exlfWL35SnWkluT5mtTGT003XqCOhznX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exlfWL35SnWkluT5mtTGT003XqCOhznX > .row .container > .video-iframe-container { display: none; }#exlfWL35SnWkluT5mtTGT003XqCOhznX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exlfWL35SnWkluT5mtTGT003XqCOhznX > .row > .video-iframe-container { display: none; }#exlfWL35SnWkluT5mtTGT003XqCOhznX > .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); }#exlfWL35SnWkluT5mtTGT003XqCOhznX > .row .container { width:20rem;height:73.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nd7flBoW3snBmrK1pTglcz5BGnMmNoho { width:13.6241875rem;height:13.6241875rem;top:0.74765586853025rem;left:3.1874998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvcgVIt7JICNp52d9NoxpgBXSz7tO5LO { width:16.875rem;height:1.3rem;top:15.999607086182rem;left:1.5609374642372rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXOTJpuJsZ35EuCeMTaXUA7uysv3B6wb { width:16.875rem;height:3rem;top:17.295680999756rem;left:1.5609374642372rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #irsCfWAUfzgcxZ21MOLI0ZPpaQksNdQ0 { width:13.6241875rem;height:13.6241875rem;top:25.747262954712rem;left:3.1874998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiqR8GNlIWLXbDrE594lwbbGZruQMgWw { width:16.875rem;height:1.3rem;top:40.962888717651rem;left:1.5609374642372rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VV7yCdtv8k54HCVgV3NJCNwPrv6wizCi { width:16.875rem;height:3.375rem;top:42.261323928833rem;left:1.5609374642372rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sg3MQu4s60ASaZfBebGgTAfPb1vCIot6 { width:13.6241875rem;height:13.6241875rem;top:49.811698913574rem;left:3.9046872258186rem;display:block; }
 }@media only screen and (max-width: 763px) { #BscO08G5H8eOah1vJWCrsQm04Et4S8r7 { width:16.875rem;height:1.3rem;top:64.498825073244rem;left:1.5609374642372rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yErOZq16XLSHDc5lZsJqBH5an8aJgiG0 { width:16.875rem;height:1.5rem;top:66.561319351194rem;left:1.5609374642372rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQTUG0WT21bNQRVPhWcosyq6T61Nfxvu { width:12.1875rem;height:2.25rem;top:21.43124961853rem;left:3.9046872258186rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNBTWLc7JwnNGonQZuKOobKNI4oMctfZ { display:block; }
 }@media only screen and (max-width: 763px) { #KzGf393ZNf2txZ9U75XnA3KBo0FRVvfO { width:12.1875rem;height:2.25rem;top:45.807413101196rem;left:3.9046872258186rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMrnrTv9Q0A92L2esIhaDtJDPz6oyNFh { display:block; }
 }@media only screen and (max-width: 763px) { #uT2msWn6E85zek13W5St2xgGJbXBOo3x { width:12.1875rem;height:2.25rem;top:69.182807922362rem;left:3.9046872258186rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhLta19zoXvicKZNxRsJHpIcNf1oSE0s { display:block; }
 }@media only screen and (max-width: 763px) { #rnwtLKiRFEcSpFexQ2xw2OlnBeX4T61b { background-color:#03314e;background-image:url("https://images.assets-landingi.com/MfXqXo2N/08_02.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#rnwtLKiRFEcSpFexQ2xw2OlnBeX4T61b.adaptive-delivery-prevent-bg, #rnwtLKiRFEcSpFexQ2xw2OlnBeX4T61b.lazyload, #rnwtLKiRFEcSpFexQ2xw2OlnBeX4T61b.lazyloading { background-image: none; }#rnwtLKiRFEcSpFexQ2xw2OlnBeX4T61b > .row .container { background-color: transparent; background-image: none; }#rnwtLKiRFEcSpFexQ2xw2OlnBeX4T61b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rnwtLKiRFEcSpFexQ2xw2OlnBeX4T61b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rnwtLKiRFEcSpFexQ2xw2OlnBeX4T61b > .row .container > .video-iframe-container { display: none; }#rnwtLKiRFEcSpFexQ2xw2OlnBeX4T61b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rnwtLKiRFEcSpFexQ2xw2OlnBeX4T61b > .row > .video-iframe-container { display: none; }#rnwtLKiRFEcSpFexQ2xw2OlnBeX4T61b > .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); }#rnwtLKiRFEcSpFexQ2xw2OlnBeX4T61b > .row .container { width:20rem;height:73.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a73zDyuxDtliSlm4EE8IQO7TxFyleTSR { width:13.6241875rem;height:13.6241875rem;top:0.74765586853025rem;left:3.1874998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bbh5cQ1PWduJEFVchJByzrVb41aboFXx { width:16.875rem;height:1.3rem;top:15.999607086182rem;left:1.5609374642372rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #thV9oszKkzqSFWvAMueMDAs086y0Oisn { width:16.875rem;height:3rem;top:17.797306060791rem;left:1.5609374642372rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kChH4ce39ZmFuVvdAz2br0gQTWHNuhzR { width:13.6241875rem;height:13.6241875rem;top:25.747262954712rem;left:3.1874998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWy3hordPkZQ1plK16y4kBO49oLepTzg { width:16.875rem;height:1.3rem;top:40.962888717651rem;left:1.5609374642372rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #scKeyUTTL06TrH6dheMAsqlUd3TyZ9KB { width:19.3125rem;height:4.3875rem;top:42.261325836182rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfsG0TIccHqSUMtCIt6bwTTgeuzqVxpT { width:13.6241875rem;height:13.6241875rem;top:49.811698913574rem;left:3.9046872258186rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhUD2k0QxB9NvQsT7Q8hVpTz1gSyZKLn { width:16.875rem;height:1.3rem;top:64.498825073244rem;left:1.5609374642372rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNmpgt17dCPe3MtEonTlzFhm3uCpnWaO { width:16.875rem;height:3rem;top:65.797260284425rem;left:1.5609374642372rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgTbZ4wrUPTN7IqMDIkrLXgbkhKdof9z { width:12.1875rem;height:2.25rem;top:21.43124961853rem;left:3.9046872258186rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQKTVq8OwpS809gAhHEnuedKJhLggvv3 { display:block; }
 }@media only screen and (max-width: 763px) { #ZFwJb5NuszI2EBvoFzT6MVEvTkQQnC7C { width:12.1875rem;height:2.25rem;top:46.805822372436rem;left:3.9046872258186rem;display:block; }
 }@media only screen and (max-width: 763px) { #AepD8Bs7ZeCEXrWWTtGW1kFmB3WuiQOn { display:block; }
 }@media only screen and (max-width: 763px) { #ciBDTIz5IXT24XV1hMfKWuA6tr9Ra6Vt { width:12.1875rem;height:2.25rem;top:69.182807922362rem;left:3.9046872258186rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUTyDPaFdUCJ28r9zN4hHUwegfzodRrP { display:block; }
 }@media only screen and (max-width: 763px) { #vy8uHczAmPbHpM33c3ckTQ4c3a6ULCFc { background-color:#03314e;background-image:url("https://images.assets-landingi.com/MfXqXo2N/08_02.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#vy8uHczAmPbHpM33c3ckTQ4c3a6ULCFc.adaptive-delivery-prevent-bg, #vy8uHczAmPbHpM33c3ckTQ4c3a6ULCFc.lazyload, #vy8uHczAmPbHpM33c3ckTQ4c3a6ULCFc.lazyloading { background-image: none; }#vy8uHczAmPbHpM33c3ckTQ4c3a6ULCFc > .row .container { background-color: transparent; background-image: none; }#vy8uHczAmPbHpM33c3ckTQ4c3a6ULCFc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vy8uHczAmPbHpM33c3ckTQ4c3a6ULCFc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vy8uHczAmPbHpM33c3ckTQ4c3a6ULCFc > .row .container > .video-iframe-container { display: none; }#vy8uHczAmPbHpM33c3ckTQ4c3a6ULCFc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vy8uHczAmPbHpM33c3ckTQ4c3a6ULCFc > .row > .video-iframe-container { display: none; }#vy8uHczAmPbHpM33c3ckTQ4c3a6ULCFc > .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); }#vy8uHczAmPbHpM33c3ckTQ4c3a6ULCFc > .row .container { width:20rem;height:73.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dqTlAvRmQGTzEAen7DukgpA9hJHJ4Bdc { width:13.6241875rem;height:13.6241875rem;top:0.74765586853025rem;left:3.1874998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDOvfzIK4Gv8XomHLUDB8oG0owWzKMdw { width:16.875rem;height:1.3rem;top:15.999607086182rem;left:1.5609374642372rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQi3VV2m2CvMIUqBtcrBrTFeHgVtqtnJ { width:16.875rem;height:3rem;top:17.859352111816rem;left:1.5609374642372rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNNfUuhy32AsCAKhM8NurKgtm8V5rma9 { width:13.6241875rem;height:13.6241875rem;top:25.747262954712rem;left:3.1874998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqEAT2i6LuJboRL6KJUsWTnqG6Cxh3BF { width:16.875rem;height:1.3rem;top:40.962888717651rem;left:1.5609374642372rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vB9zAfkMwfyM9g5KWbsw6bPLGzswMZLO { width:16.875rem;height:3.375rem;top:42.261325359344rem;left:1.5609374642372rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt9icgh8s6Z0J5aWGwvb9Nk1sIquIhwv { width:13.6241875rem;height:13.6241875rem;top:49.811698913574rem;left:3.9046872258186rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRkKD7qo8vn0fnLeuOCRJfv9lnTTI6AX { width:16.875rem;height:1.3rem;top:64.498825073244rem;left:1.5609374642372rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBDQxFNc5sxPkfyiAN7mrdu0SRT8kTQb { width:16.875rem;height:2.625rem;top:66.561319351194rem;left:1.5609374642372rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkz3NbMBXRyyyFMblZAXeEVt46PRDrwu { width:12.1875rem;height:2.25rem;top:21.43124961853rem;left:3.9046872258186rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkS04i4EsNv3SDht4XvFKoDMuD879T8O { display:block; }
 }@media only screen and (max-width: 763px) { #bwyHZilAF1r2bIc3ztMrMFlF0nN64eTT { width:12.1875rem;height:2.25rem;top:45.807413101196rem;left:3.9046872258186rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9utr4bStrI5LJp7IKA4tKU5sq8ygLk5 { display:block; }
 }@media only screen and (max-width: 763px) { #w2cK6rJTN2CDXJzWrWSSeL8e6drHWMk6 { width:12.1875rem;height:2.25rem;top:70.182418346406rem;left:3.9046872258186rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayBamkX2C4RMJIFEuJmfJTmHqp7WPU7o { display:block; }
 }@media only screen and (max-width: 763px) { #ufa9W1dUlLigJFi0ByIocdEzk1TtCIIT { background-color:#03314e;background-image:url("https://images.assets-landingi.com/MfXqXo2N/08_02.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#ufa9W1dUlLigJFi0ByIocdEzk1TtCIIT.adaptive-delivery-prevent-bg, #ufa9W1dUlLigJFi0ByIocdEzk1TtCIIT.lazyload, #ufa9W1dUlLigJFi0ByIocdEzk1TtCIIT.lazyloading { background-image: none; }#ufa9W1dUlLigJFi0ByIocdEzk1TtCIIT > .row .container { background-color: transparent; background-image: none; }#ufa9W1dUlLigJFi0ByIocdEzk1TtCIIT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufa9W1dUlLigJFi0ByIocdEzk1TtCIIT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufa9W1dUlLigJFi0ByIocdEzk1TtCIIT > .row .container > .video-iframe-container { display: none; }#ufa9W1dUlLigJFi0ByIocdEzk1TtCIIT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufa9W1dUlLigJFi0ByIocdEzk1TtCIIT > .row > .video-iframe-container { display: none; }#ufa9W1dUlLigJFi0ByIocdEzk1TtCIIT > .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); }#ufa9W1dUlLigJFi0ByIocdEzk1TtCIIT > .row .container { width:20rem;height:73.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iPGsQRavPeMo5v6T3HTltlCNCerCGZXM { width:13.6241875rem;height:13.6241875rem;top:0.74765586853025rem;left:3.1874998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhNfeyGXHobbn63aHTUVTSyb53kGTK02 { width:16.875rem;height:1.3rem;top:15.999607086182rem;left:1.5609374642372rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaJUKOWtlWGmxhDBEnT3RSuHhrC26sew { width:16.875rem;height:3rem;top:17.294528961182rem;left:1.5609374642372rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6r7uZV2MPIOWXb8TMNHkIQlSoTn4pdt { width:13.6241875rem;height:13.6241875rem;top:25.747262954712rem;left:3.1874998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6R2Q51l92yXT5n0TfDBAhTVaXaalndb { width:16.875rem;height:1.3rem;top:40.962888717651rem;left:1.5609374642372rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSS1tiTnE3NbDyXt19Cg4ynSHQrSxhXz { width:16.875rem;height:3.6rem;top:42.261325836182rem;left:1.5609374642372rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SS9NL9qb3Vw9pqTWAe8FsPexsW1sDcXA { width:13.6241875rem;height:13.6241875rem;top:49.811698913574rem;left:3.9046872258186rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeC6EfS8M7TOaLcA3zPwX8D4vdoMp3FN { width:16.875rem;height:1.3rem;top:64.498825073244rem;left:1.5609374642372rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zK3GmBomhWtMWGoNvKVikUQr2xHleTI2 { width:16.875rem;height:3rem;top:65.797262191775rem;left:1.5609374642372rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sL3yknUgWWccFxqVZaPGlcO881oTgXwz { width:12.1875rem;height:2.25rem;top:21.43124961853rem;left:3.9046872258186rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpsVycB8rFiei3RT4aCiBQwZKPDZGPIr { display:block; }
 }@media only screen and (max-width: 763px) { #NiBGpWgTHMTyTQtIGfoEnCA0vz1N2LCd { width:12.1875rem;height:2.25rem;top:46.492967605591rem;left:3.9046872258186rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZSJ7QBqN2gKQmUVUKXVRZi5WbrrF3t4 { display:block; }
 }@media only screen and (max-width: 763px) { #IJr8AAHsk526ABwATUBgAMx3R3unmCVR { width:12.1875rem;height:2.25rem;top:70.120309829712rem;left:3.9046872258186rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUVVARKfkHoXSra4RmCqo2iTKfr2WOFO { display:block; }
 }@media only screen and (max-width: 763px) { #l7gBnscGTBhP8UT4HNaig8NBtlLduHs2 { background-color:#03314e;background-image:url("https://images.assets-landingi.com/MfXqXo2N/08_02.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#l7gBnscGTBhP8UT4HNaig8NBtlLduHs2.adaptive-delivery-prevent-bg, #l7gBnscGTBhP8UT4HNaig8NBtlLduHs2.lazyload, #l7gBnscGTBhP8UT4HNaig8NBtlLduHs2.lazyloading { background-image: none; }#l7gBnscGTBhP8UT4HNaig8NBtlLduHs2 > .row .container { background-color: transparent; background-image: none; }#l7gBnscGTBhP8UT4HNaig8NBtlLduHs2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7gBnscGTBhP8UT4HNaig8NBtlLduHs2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7gBnscGTBhP8UT4HNaig8NBtlLduHs2 > .row .container > .video-iframe-container { display: none; }#l7gBnscGTBhP8UT4HNaig8NBtlLduHs2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7gBnscGTBhP8UT4HNaig8NBtlLduHs2 > .row > .video-iframe-container { display: none; }#l7gBnscGTBhP8UT4HNaig8NBtlLduHs2 > .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); }#l7gBnscGTBhP8UT4HNaig8NBtlLduHs2 > .row .container { width:20rem;height:27.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kpKrXtKSaDaRxE4TMRGKtF6SWitfEty3 { width:13.6241875rem;height:13.6241875rem;top:0.74765586853025rem;left:3.1874998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZJ0rDAkanao76SlNvLAHGyBpKJtg5av { width:16.875rem;height:1.3rem;top:15.999607086182rem;left:1.5609374642372rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHuBINDyLSuzbL5BfI1sp1npMAVnKCvr { width:16.875rem;height:3rem;top:18.297655105591rem;left:1.5609374642372rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOs7hgeMcqL91J9I1o1xVaaNQwFQbkPC { width:12.1875rem;height:2.25rem;top:21.43124961853rem;left:3.9046872258186rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtGbB3rV1VyrBcTM4cRLggMko7Zhg1oc { display:block; }
 }@media only screen and (max-width: 763px) { #tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk { display:none; }#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk > .row .container { width:20rem;height:38.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #K10J8kSxkt0nmhq5RgthLRNh9iVhXhEU { width:20rem;height:3.2484375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qp6ppilSKwQ49ituVZwh5raN0FEsJ6FF { width:20rem;height:0.0625rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT4H7pWX2FClVA4NpqVcKHMfqXsEwGX0 { width:3.75rem;height:0.1875rem;top:5.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiM9SOZKTzaIH9WutXIeQfHr5zDPw26P { top:13.124999523163rem;left:11.436327755451rem;width:7.937125rem;height:6.624625rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Su8ASTrEBHKmT95xGpFvpWbBCTtcoEDo { width:19.9375rem;height:16.698900127825rem;top:20.999624523163rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #odl5FZO3Z53SN5S1tTQgRd0x2fQQJizM { display:block; }#odl5FZO3Z53SN5S1tTQgRd0x2fQQJizM { background-color: transparent; background-image: none; }#odl5FZO3Z53SN5S1tTQgRd0x2fQQJizM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odl5FZO3Z53SN5S1tTQgRd0x2fQQJizM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odl5FZO3Z53SN5S1tTQgRd0x2fQQJizM > .row .container > .video-iframe-container { display: none; }#odl5FZO3Z53SN5S1tTQgRd0x2fQQJizM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odl5FZO3Z53SN5S1tTQgRd0x2fQQJizM > .row > .video-iframe-container { display: none; }#odl5FZO3Z53SN5S1tTQgRd0x2fQQJizM > .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); }#odl5FZO3Z53SN5S1tTQgRd0x2fQQJizM > .row .container { width:20rem;height:53.0625rem;background-color:#33d5f0;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d3usvcLTBF3g6G6nAT0H3zudCTvKc2Z6 { width:9.25rem;height:10.625rem;top:2.3125rem;left:0rem;background-color:#f1a617;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #xodg6rlZNRaO5iCTWJJnH5KkiN4q1TMt { width:12.4375rem;height:4.4rem;top:5.25rem;left:1.25rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzUeRkulHidUBxzDAfR0f4GCuC4zUNac { width:18.437125rem;height:8.1866875rem;top:17.310935974121rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkGOrAbr4CisMsTLN4VZwEKNmKHuNFZa { width:11.4375rem;height:6.875rem;top:38.687105178833rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #osaFItAa28ovzft1VqIPixOxQTsJxvfb { width:9.999625rem;height:6rem;top:10.372264862061rem;left:9.2496088147163rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #aTJPPxsToMdoqLBidcyqPpdo1sZ45Vs3 { width:9.375rem;height:4.3125rem;top:46.308980941772rem;left:9.2496088147163rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwcCxTkqVnPsGcU9X16VFO8PPVd77Drl { width:20rem;height:9.25rem;top:28.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPn570bnPcmdg4TP9J6q66CaHS6ULTBP { top:3.9773445129394rem;left:8.5rem;width:11.5625rem;height:9.6875rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #staFCMKDoGlzeZIlkkgBrrIqiDDsQW1E { display:block; }#staFCMKDoGlzeZIlkkgBrrIqiDDsQW1E > .row .container { width:20rem;height:72.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tG3HdT4I6RTnXSWoDWNqTfJPh3THyKIr { width:12.1241875rem;height:6.3116875rem;top:40.06286239624rem;left:4.7812498211861rem;display:none; }
 }@media only screen and (max-width: 763px) { #LL3oEFuK6x2N0ZlCxsHyUHZG9TJLEE4T { width:10.562125rem;height:5.25rem;top:25.435544967651rem;left:4.7167966961861rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKZ9kCqirbJ7G5nXyOBE08gFF2Jp4WiU { width:7.0616875rem;height:6.437125rem;top:11.935546875rem;left:6.4675777554513rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmCZOFHzP59KWBPiO1iX1XHSuR39dTLv { width:9.437125rem;height:4.6875rem;top:50.936716079712rem;left:5.2804682850838rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVkmGeOFALWU0n6I4tumPM5nGwTA3saw { width:11.4375rem;height:8.4375rem;top:36.199216842651rem;left:4.2773435711861rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBxeK6HRG5ZQQ4P0mxcVESn8AD9Def8S { width:8.7491875rem;height:0.1875rem;top:59.812496185302rem;left:5.6238277554512rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ca79owuAueBsbp5eXH2A0EVtO05q6RVc { width:8.7491875rem;height:0.1875rem;top:48.655074954033rem;left:5.6238277554512rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW8tBxeaCoBeOwirIeGTW5TURSQ0PD4z { width:8.75rem;height:0.1875rem;top:33.6875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtMtcumFrRJBP9WndMAFMT7Wz6v8Nb6M { width:8.75rem;height:0.1875rem;top:21.1875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfQuPhnFIyNo22O0mXesIDFPtzbbriQ4 { width:19.375rem;height:1.6253875rem;top:19.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gli48U7AlbTqSDZk2ufsMCpgwa27Bikb { width:20rem;height:1.6253875rem;top:31.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R7bcqTUDwfnCd6CMqhI9tGyK9CsC5NFJ { width:19.9991875rem;height:1.6253875rem;top:44.561717867851rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TuVD1D0HcXmaLfQDEuRxegEnJ5k1wQe0 { width:19.9991875rem;height:1.6253875rem;top:56.436323165894rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oPvcvozdMZTRsKGNs4AsZmRi4sr8ZkcS { width:12.4991875rem;height:3.12421875rem;top:65.186714172362rem;left:3.7488277554512rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4r2UF3dNwaTStAhQXPyBPhQ7R22yoMx { display:block; }
 }@media only screen and (max-width: 763px) { #KD2HaXEZfcs9rIuJGBwbq5NTPTty3CHl { width:18rem;height:1.5rem;top:7.6875095367431rem;left:0.99843746423719rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oATERDIBceMoNxXPZpTu4pu8XUWBIB7i { width:20rem;height:4.225rem;top:2rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqvL2A0XmT4inI03TVZktuMBumeiZnfv { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/IDM3n0LfNCY/unsplash/vitaly-gariev-IDM3n0LfNCY-photo-1758691461935-202e2ef6b69f.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#FqvL2A0XmT4inI03TVZktuMBumeiZnfv.adaptive-delivery-prevent-bg, #FqvL2A0XmT4inI03TVZktuMBumeiZnfv.lazyload, #FqvL2A0XmT4inI03TVZktuMBumeiZnfv.lazyloading { background-image: none; }#FqvL2A0XmT4inI03TVZktuMBumeiZnfv > .row .container { background-color: transparent; background-image: none; }#FqvL2A0XmT4inI03TVZktuMBumeiZnfv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FqvL2A0XmT4inI03TVZktuMBumeiZnfv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FqvL2A0XmT4inI03TVZktuMBumeiZnfv > .row .container > .video-iframe-container { display: none; }#FqvL2A0XmT4inI03TVZktuMBumeiZnfv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FqvL2A0XmT4inI03TVZktuMBumeiZnfv > .row > .video-iframe-container { display: none; }#FqvL2A0XmT4inI03TVZktuMBumeiZnfv > .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); }#FqvL2A0XmT4inI03TVZktuMBumeiZnfv > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nHCMQMNFT0ZzgZoC7Gfn8pTZe09JOaNR { width:19.9991875rem;height:4.8rem;top:22.374591827392rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-family:madani;display:block; }
 }@media only screen and (max-width: 763px) { #ge0IkZmZ8Kg7Fu1q1QL1QrB2ZQa2pfSP { width:19.9980625rem;height:1.95rem;top:29.173820495606rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;font-family:madani;display:block; }
 }@media only screen and (max-width: 763px) { #u7MMgmqbOLJJTKchOrSNTHacPhdLufHs { width:13.9980625rem;height:3.4359375rem;top:32.910934448243rem;left:2.9999998211861rem;font-family:madani;display:block; }
 }@media only screen and (max-width: 763px) { #Zy6mJUwlkZ1vx6g2acdfSGCC1MfLDar5 { display:block; }
 }@media only screen and (max-width: 763px) { #pXV7wcggLMDbqm47FARaKOkiA0snkyvx { width:19.9991875rem;height:21.624625rem;top:17.724597930908rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyTP9HtZSE9M4tNKIb0nooa2TCGaf7B0 { width:8.5625rem;height:4.5rem;top:46.384399707031rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwBWhxlfpxyazpmLB5wUCeG6NwrJzDtB { width:11.6875rem;height:4.5374253866329rem;top:40.598074707031rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWySeCDaBZipPeR74U0Wc3rRyPh6soJ9 { width:19.9991875rem;height:4.2rem;top:52.134399707031rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;font-family:madani;color:#08324f;display:block; }
 }