.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:252,244,214;--color-primary-1:247,223,133;--color-primary-2:242,201,51;--color-primary-3:239,187,0;--color-primary-4:44,30,6;--color-secondary-0:250,215,216;--color-secondary-1:239,136,137;--color-secondary-2:229,56,59;--color-secondary-3:186,24,27;--color-secondary-4:102,7,8;--color-tertiary-0:255,255,255;--color-tertiary-1:82,82,91;--color-tertiary-2:24,24,27;--color-tertiary-3:5,5,5;--color-tertiary-4:0,0,0;--headlines-font-family:"poppins";--paragraphs-font-family:"Raleway"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#t2SAN5cGDV3wkIEd0Lh20N2tgLk5o8Xd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#070909;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#t2SAN5cGDV3wkIEd0Lh20N2tgLk5o8Xd > .row .container { border-width: 0; border-radius: 0; }#t2SAN5cGDV3wkIEd0Lh20N2tgLk5o8Xd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t2SAN5cGDV3wkIEd0Lh20N2tgLk5o8Xd > .row .container { font-size:0.875rem;font-family:arial;height:23.6875rem;width:75rem;position:relative;display:none; }#DpFiB4xNhw2F4nwyaROlcKdEzGFt1y5v { 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:19.6875rem;width:53.1875rem;top:2rem;left:10.90625rem;overflow:hidden;display:block; }
#e82igp9VWLOP7H5vFe7URRBoGPE2rcG7 { color:rgba(var(--color-tertiary-0),1);display:block;width:69.875rem;position:absolute;font-family:"marck script";font-size:3.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:19.625rem;left:3.25rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tWbxeikT7yc6UoHFP6nRNORiZEaUmKWd { 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/uc/56752f35-419c-42c0-92ff-00bf39fd81b5/ChatGPTImage21lis202510_26_01.png");background-position:top left !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; }#tWbxeikT7yc6UoHFP6nRNORiZEaUmKWd.adaptive-delivery-prevent-bg, #tWbxeikT7yc6UoHFP6nRNORiZEaUmKWd.lazyload, #tWbxeikT7yc6UoHFP6nRNORiZEaUmKWd.lazyloading { background-image: none; }#tWbxeikT7yc6UoHFP6nRNORiZEaUmKWd > .row .container { background-color: transparent; background-image: none; }#tWbxeikT7yc6UoHFP6nRNORiZEaUmKWd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWbxeikT7yc6UoHFP6nRNORiZEaUmKWd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWbxeikT7yc6UoHFP6nRNORiZEaUmKWd > .row .container > .video-iframe-container { display: none; }#tWbxeikT7yc6UoHFP6nRNORiZEaUmKWd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWbxeikT7yc6UoHFP6nRNORiZEaUmKWd > .row > .video-iframe-container { display: none; }#tWbxeikT7yc6UoHFP6nRNORiZEaUmKWd > .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); }#tWbxeikT7yc6UoHFP6nRNORiZEaUmKWd > .row .container { border-width: 0; border-radius: 0; }#tWbxeikT7yc6UoHFP6nRNORiZEaUmKWd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tWbxeikT7yc6UoHFP6nRNORiZEaUmKWd > .row .container { font-size:0.875rem;font-family:arial;height:18.5625rem;width:75rem;position:relative;display:block; }#eglPQVXaTs3a3L3PGHqT7knOwJHwlsUS { color:rgba(var(--color-tertiary-4),1);display:block;width:72.875rem;position:absolute;font-family:montserrat;font-size:3.375rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:7.625rem;left:1.0625rem;height:3.7124rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VDlAbRQKwGSrGXSukbobpP07hmS9FmWJ { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:11.3125rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wACXD5MsPGrLlh4k4rGVQHNLNuBn9Ekc { color:rgba(var(--color-tertiary-4),1);display:block;width:57.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.25rem;left:8.6875rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#i6kFZfRfpkrQSKVy19mh3TSJx8MUaqm8 { color:rgba(var(--color-primary-3),1);display:block;width:62.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0rem rgba(var(--color-tertiary-4),0.5);top:9.3125rem;left:6.9375rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#BdAydrkkN49xplX4s6f7er7Gmk7cvt0D { color:rgba(var(--color-tertiary-0),1);display:block;width:69.875rem;position:absolute;font-family:"marck script";font-size:3.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.6875rem;left:4.125rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Esqa6Up9zcekTxDqQVdWmZJwOTkBnuFV { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:11.3125rem;left:17.5625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sim2wPNezsTEG2ounRZMWzZV9cWTU95I { color:rgba(var(--color-tertiary-0),1);display:block;width:27.625rem;position:absolute;font-family:"marck script";font-size:3.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:8.82421875rem;left:24.27978515625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GTHITHaNPvZT0WwJQmADTQt3JTze4FpC { position:relative;display:none; }#GTHITHaNPvZT0WwJQmADTQt3JTze4FpC { border-width: 0; border-radius: 0; }#GTHITHaNPvZT0WwJQmADTQt3JTze4FpC > .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; }#GTHITHaNPvZT0WwJQmADTQt3JTze4FpC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#D9NcczqtXZt5gGePPLhJnKZnVnKp2vwB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #960301, #000000);background-image: -moz-linear-gradient(180deg, #960301, #000000);background-image: -ms-linear-gradient(180deg, #960301, #000000);background-image: -o-linear-gradient(180deg, #960301, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#960301', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#960301', endColorstr='#000000' );";background-image: linear-gradient(180deg, #960301, #000000);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D9NcczqtXZt5gGePPLhJnKZnVnKp2vwB > .row .container { background-color: transparent; background-image: none; }#D9NcczqtXZt5gGePPLhJnKZnVnKp2vwB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9NcczqtXZt5gGePPLhJnKZnVnKp2vwB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9NcczqtXZt5gGePPLhJnKZnVnKp2vwB > .row .container > .video-iframe-container { display: none; }#D9NcczqtXZt5gGePPLhJnKZnVnKp2vwB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9NcczqtXZt5gGePPLhJnKZnVnKp2vwB > .row > .video-iframe-container { display: none; }#D9NcczqtXZt5gGePPLhJnKZnVnKp2vwB > .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); }#D9NcczqtXZt5gGePPLhJnKZnVnKp2vwB > .row .container { border-width: 0; border-radius: 0; }#D9NcczqtXZt5gGePPLhJnKZnVnKp2vwB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D9NcczqtXZt5gGePPLhJnKZnVnKp2vwB > .row .container { font-size:0.875rem;font-family:arial;height:76.5rem;width:75rem;position:relative;display:block; }#D7MXia779ke6fZc2l8061rpq2i9aF7O5 { color:#051d4b;display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:300;z-index:15048;line-height:1.3;letter-spacing:0;top:64.10546875rem;left:9.4375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f0WyJBhypRQC0U210dDr97JS5xQFry1M { color:#f20505;display:block;width:9.625rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:35.71240234375rem;left:8.1865234375rem;height:1.54345625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tfqmm2nEe7xl6tk0kPHFH2WdpuFT4qx9 { color:#051d4b;display:block;width:11.6875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15065;line-height:1.3;letter-spacing:0;top:17.0859375rem;left:12.09375rem;height:2.2744125rem;font-style:normal;display:block; }
#VLXyZLuQAEpMt00lMw71hqHdfHcNOWx0 { background-color:#051d4b;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#dfdfdf;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.125rem;height:1.5625rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:20.3984375rem;left:16.28125rem;display:block; }
#TfMVp8WckP6gC0Cc0tkO9GbgA0NosyVN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mnf712NLvxTedRiyJbGWxEF5UHt9Op66 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #f5f3f4;border-left:0.0625rem solid #f5f3f4;border-right:0.0625rem solid #f5f3f4;border-bottom:0.0625rem solid #f5f3f4;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.3125rem 0.3125rem 0.6875rem rgba(255,255,255,0.3) ;height:59.125rem;width:17.625rem;top:15.75rem;left:6.4375rem;display:block; }
#xBMV0SSw68EvwvO9b0XwbdeA6XBkEzMT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:17.0859375rem;left:6.8125rem; }
#rGcGxCIVTTOwXnNSGua067Nh1wm0msWe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:50.404296875rem;left:7.125rem; }
#OyFi7krwDm1ggqlNg5MzvQaLILd153p0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15077;opacity:1;top:40.67529296875rem;left:18.90625rem; }
#FOlsUm4T7VEqFJpLVHgt1fMQX0URIcXm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:32.3876953125rem;left:5.4375rem; }
#olcihtC9ADg6okrlLrIpz14baJbktT41 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:24.1865234375rem;left:19.21875rem; }
#AZh4gJcdmyiAPWCrIGWZyPkAgZi08m0P { color:#051d4b;display:block;width:13.375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15066;line-height:1.3;letter-spacing:0;top:50.404296875rem;left:12.09375rem;height:2.2744125rem;font-style:normal;display:block; }
#Bfo7iJ0TTXCibOg8Lto4LKFncR7Q7Cyl { color:#051d4b;display:block;width:13.375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15067;line-height:1.3;letter-spacing:0;top:33.3134765625rem;left:11.25rem;height:2.2744125rem;font-style:normal;display:block; }
#GecqVWvWaiZ7kpf2Rqol7DXS2DJ7Nvao { color:#051d4b;display:block;width:13.375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15068;line-height:1.3;letter-spacing:0;top:24.1865234375rem;left:7.34375rem;height:2.2744125rem;font-style:normal;display:block; }
#fmOx6fuEM8niVA2XokzkHF5F0d86eAaH { color:#051d4b;display:block;width:13.375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15069;line-height:1.3;letter-spacing:0;top:42.00634765625rem;left:7.65625rem;height:2.2744125rem;font-style:normal;display:block; }
#oFH4xVX2nvz6qyRoC5pdGtLwXprRkI4k { color:#f20505;display:block;width:5.125rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:20.41796875rem;left:11.15625rem;height:1.54345625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mk0dslgri9M2w3hMus3rxBcW4UDRsq8i { color:#f20505;display:block;width:5.125rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:27.3310546875rem;left:13.9375rem;height:1.54345625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bbXvuo1q1cRUcvgl1D7ll0Dn25O7tvNP { background-color:#051d4b;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#dfdfdf;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.125rem;height:1.5625rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:27.3115234375rem;left:6.8125rem;display:block; }
#dSvKuTDFSqTQNKLpQSZT94zWGSXJM6tW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NKKQbe2Vur4i2zosK0e7D1MfegvSck1y { background-color:#051d4b;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#dfdfdf;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.125rem;height:1.5625rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:35.70263671875rem;left:15.75rem;display:block; }
#ixx0Gxc00InQGF9VhwBiNWlIS9T0ZWKG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RUgCGSexVhszDLH5e2bTuuluZQZGzh9v { color:#f20505;display:block;width:5.125rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:44.603515625rem;left:7.03125rem;height:1.54345625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kuA49pNxTU1vNVV7yqSqQ8afZ4rQu3Mq { background-color:#051d4b;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#dfdfdf;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.125rem;height:1.5625rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:44.59375rem;left:12.9375rem;display:block; }
#ecSdSdhkXHqiUbu2yFFRJuBXflER7ZFJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ITTnU5ZwRnDuzIeNvy7TS8IZoaghDMmp { background-color:#051d4b;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#dfdfdf;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.125rem;height:1.5625rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:53.091796875rem;left:16.28125rem;display:block; }
#fAD29ys3uNvlQBdC4U04rHFWiUhbyXxR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SifC5zpwXyIfOlD1ZPwnpNDGAgWFXyD7 { color:#f20505;display:block;width:5.125rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:53.111328125rem;left:11.21875rem;height:1.54345625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#owg3CvWHkxXK970RALnkufb25QWKCD3N { color:#f20505;display:block;width:5.125rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:61.048828125rem;left:13.125rem;height:1.54345625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lNZKGFh9JRnDScqqIbCu6sd1LQOhW8hl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:63.03125rem;left:6.8125rem; }
#MzAEawuBfvprlpbToLAByTLEBcWxAr34 { color:#051d4b;display:block;width:13.375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15067;line-height:1.3;letter-spacing:0;top:63.03125rem;left:10.46875rem;height:1.13720625rem;font-style:normal;display:block; }
#KbFJdyfGRDmddE33c21g0l8HuPuXnNBl { background-color:#051d4b;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#dfdfdf;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:2.8125rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:67.654296875rem;left:8.3125rem;display:block; }
#ANZNnpPFnaltgsR56KyXFxDomXQA7VVQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UkR8O3pwA4IhB4ruxUOBtHlUp4t55c5p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #960301, #000000);background-image: -moz-linear-gradient(180deg, #960301, #000000);background-image: -ms-linear-gradient(180deg, #960301, #000000);background-image: -o-linear-gradient(180deg, #960301, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#960301', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#960301', endColorstr='#000000' );";background-image: linear-gradient(180deg, #960301, #000000);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#UkR8O3pwA4IhB4ruxUOBtHlUp4t55c5p > .row .container { border-width: 0; border-radius: 0; }#UkR8O3pwA4IhB4ruxUOBtHlUp4t55c5p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UkR8O3pwA4IhB4ruxUOBtHlUp4t55c5p > .row .container { font-size:0.875rem;font-family:arial;height:64.5rem;width:75rem;position:relative;display:none; }#BPn1BHzOGSX2Is0Fxl7K5oCiXkaNnxqF { color:#051d4b;display:block;width:14.1875rem;position:absolute;font-family:oswald;font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:18.4306640625rem;left:8.21875rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Vh6NKtfp4V0c3N5J6LoTlNbinPozt98r { position:absolute;display:block;z-index:15005;background-color:#051d4b;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.5625rem;width:13.25rem;top:20.96826171875rem;left:8.8740234375rem;display:block; }
#AgTkrOX9cZQMxEXPKggZwEkHIHJpkTWo { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #051d4b, #0d4d8e);background-image: -moz-linear-gradient(0deg, #051d4b, #0d4d8e);background-image: -ms-linear-gradient(0deg, #051d4b, #0d4d8e);background-image: -o-linear-gradient(0deg, #051d4b, #0d4d8e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#051d4b', endColorstr='#0d4d8e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#051d4b', endColorstr='#0d4d8e' );";background-image: linear-gradient(0deg, #051d4b, #0d4d8e);background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.3125rem 0.3125rem 0.6875rem rgba(255,255,255,0.3) ;height:39.0625rem;width:17.625rem;top:13.5rem;left:28.5rem;display:block; }
#AhoRzB9JQb50q823Gf6KmX1vUHEPXw0i { color:#ffffff;display:block;width:18.1875rem;position:absolute;font-family:oswald;font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:15.8935546875rem;left:28.28125rem;height:7.79883125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XZHoOzT9iFrqiTgOoVs473i3SMcPm3x4 { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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.25rem;width:15.75rem;top:21.0302734375rem;left:29.4375rem;display:block; }
#bDVJ4Nrr6xNA4GL8KIXucddJgWGCQcql { background-color:#051d4b;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4355625rem;height:3.4375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:47.5625rem;left:30.28173828125rem;display:block; }
#qfhmTktOamWSU2VMyK1Tq8BI3FggL86o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AayIQ9Q4pQZZgvOWM6BqvQhuWgrvbvPS { position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.3125rem 0.3125rem 0.6875rem rgba(255,255,255,0.3) ;height:36.5rem;width:17.625rem;top:13.625rem;left:50.5rem;display:block; }
#tfcy4TUT4th0wmUNpuynaT0MAXlt38eA { color:#051d4b;display:block;width:12.8125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:22.390625rem;left:55.0908203125rem;height:5.68603125rem;font-style:normal;display:block; }
#R6oEDT6ZRDBXgKgr5OMedR7L7TOq4ePG { color:#051d4b;display:block;width:12.375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:42.99560546875rem;left:54.25rem;height:1.13720625rem;font-style:normal;display:block; }
#nNaJoaUdrXgFwDVcOUTAryRQfozf1SCO { color:#051d4b;display:block;width:14.5rem;position:absolute;font-family:oswald;font-size:2rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:15.9560546875rem;left:52.0625rem;height:5.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JwlZSMNFfsuKW8rdTPSeVvAEJMRgNgHf { position:absolute;display:block;z-index:15032;background-color:#051d4b;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.3125rem;width:8.125rem;top:19.57421875rem;left:55.0908203125rem;display:block; }
#Lo4Nq8Uq7rGpprN66ktB1sIN1bHnESWP { color:#051d4b;display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:300;z-index:15046;line-height:1.3;letter-spacing:0;top:40.0927734375rem;left:53.125rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oTXJJSWbfTykHcSSNfk4Ahsph9ecNw4R { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:oswald;font-size:2.0625rem;font-weight:300;z-index:15048;line-height:1.3;letter-spacing:0;top:42.99560546875rem;left:30.65625rem;height:5.36230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FI30D8Dm9OueqE48t8C3Tty39xFZQvur { color:#051d4b;display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:300;z-index:15048;line-height:1.3;letter-spacing:0;top:51.9375rem;left:9.0625rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Su7Wn41LoFLm8BfJhb4JW1tBr6GZLru4 { color:#f20505;display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:50.9375rem;left:9.0625rem;height:1.54345625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uJpwulIs9gTobDIU9CkhstPV5cnXVkDQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.936525rem;width:1.936525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:48.31298828125rem;left:31.25rem; }
#BFz8wvzrceX6I2wVe0fVl9UlasR5upxz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.936525rem;width:1.936525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:45.6884765625rem;left:53.15625rem; }
#VohgJsxyGscZfgvIn0GiMDkxQXXhLLcK { color:#051d4b;display:block;width:13.375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15065;line-height:1.3;letter-spacing:0;top:25.24951171875rem;left:10.9990234375rem;height:2.2744125rem;font-style:normal;display:block; }
#wvuQGNuUG9NN0aTogVPm0iGaa6hIRaWg { background-color:#051d4b;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#dfdfdf;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4355625rem;height:3.4375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:55.49951171875rem;left:8.09423828125rem;display:block; }
#DHhFkf0APdmvyouA6psCUdPK6OJtPGnN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lohG5T4k3sH90n6KTTWwyuo2lcm4VPlD { background-color:#051d4b;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4355625rem;height:3.4375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:44.93798828125rem;left:52.15673828125rem;display:block; }
#XFX6kA07yBvDaRDO6iLBc7VXWGlK79Mb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xQZ6xAd2WTD9FwBQrRKpJVPfymGM3ooC { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #f5f3f4;border-left:0.0625rem solid #f5f3f4;border-right:0.0625rem solid #f5f3f4;border-bottom:0.0625rem solid #f5f3f4;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.3125rem 0.3125rem 0.6875rem rgba(255,255,255,0.3) ;height:44.375rem;width:17.625rem;top:15.75rem;left:6.4375rem;display:block; }
#skvZ2caS3vGwm0FXL8XDKNToIwwxlPxz { color:#051d4b;display:block;width:11.9375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15068;line-height:1.3;letter-spacing:0;top:33.2861328125rem;left:33.3125rem;height:2.2744125rem;font-style:normal;display:block; }
#yR4dFR5EkuS7TnZR6irwipaTa5irbufD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5625rem;width:5.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:12.9306640625rem;left:12.2802734375rem; }
#GQQLZC7qrw6WQFyaLhtbFC0k6eTlOVNH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:24.85546875rem;left:7.5rem; }
#yNtdVAhahLimhiwHNLQNZhOwA6T45H0h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:29.4375rem;left:7.46875rem; }
#TvEDMTXkUBxTQ96coTspgUsTSZZGR4Jl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15077;opacity:1;top:44.4375rem;left:7.46875rem; }
#Bv5tUw5VhT2SkTtm4rqmi0K9FNnlh0J4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.25rem;width:5.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:33.56103515625rem;left:6.4375rem; }
#pT1yn5ynF13EKE17yauaWEDxkN4MsET5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:39.9365234375rem;left:7.65625rem; }
#NUMvLghW5qW96WE3VoibQTGbkT0Nd1J8 { color:#051d4b;display:block;width:13.375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15066;line-height:1.3;letter-spacing:0;top:29.8623046875rem;left:11.248046875rem;height:2.2744125rem;font-style:normal;display:block; }
#kNe6Pp66Tn5P6yglkSJMIN6CTqSGNXTZ { color:#051d4b;display:block;width:13.375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15067;line-height:1.3;letter-spacing:0;top:34.8759765625rem;left:11.0615234375rem;height:2.2744125rem;font-style:normal;display:block; }
#hcUDUi77iSzUHHlt9F48uSqS4C5pO9QO { color:#051d4b;display:block;width:13.375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15068;line-height:1.3;letter-spacing:0;top:40.173828125rem;left:11.0615234375rem;height:2.2744125rem;font-style:normal;display:block; }
#cucr7PllSnkTkecHvWqGHHbiT6NUgHDG { color:#051d4b;display:block;width:13.375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15069;line-height:1.3;letter-spacing:0;top:45.28857421875rem;left:10.9990234375rem;height:2.2744125rem;font-style:normal;display:block; }
#XHbG5qJdtmMCVZmXveNQJPtdwv3UBV7R { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:10.375rem;left:32.21826171875rem; }
#Ap4IwIAOcpBQFGP9N2c8RBTbq40JWlo2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.75rem;width:6.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:8.3125rem;left:36.748046875rem; }
#HBDq8D8VuQNiIvx8zxletFgiG50JAn63 { color:#f20505;display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:41.375rem;left:31.25rem;height:1.54345625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z7VXPe4pgl3ZicgOa2JeF4GiiTzL8cDT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:25.54296875rem;left:37.99853515625rem; }
#uL6VMCh81Ar5ySyPuJKQze2M6SMJuyW0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15077;opacity:1;top:25.48046875rem;left:35.59326171875rem; }
#r89mEBfnL56mTriTrALrMUbduUkZUTQ7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:1;top:23.1875rem;left:33.1865234375rem; }
#vl2RM2xC68n7g2WxTQLGrcCF5gi6S20B { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:1;top:23.5625rem;left:38.40625rem; }
#wvehUaKmtU8THrgL9A5Z7ghEa8gZkH8o { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:23.625rem;left:36.37353515625rem; }
#zcsB8Dnp9MvvUEDHJ1PwHUsN851Sf2Mb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:1;top:32.25rem;left:29.3125rem; }
#qQcHfdxSaQhfkGindmGz16gcpwpyfBhE { color:#051d4b;display:block;width:11.25rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15069;line-height:1.3;letter-spacing:0;top:36.056640625rem;left:33.21728515625rem;height:1.94921875rem;font-style:normal;display:block; }
#X1ELO3QK3ctSGl9GLqETKJ07QbWFxOP3 { color:#051d4b;display:block;width:16.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15069;line-height:1.3;letter-spacing:0;top:28.876953125rem;left:29.4375rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KAW6h9WBawO0TnI3MsQpap7V48qt81HH { color:#f20505;display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:38.6123046875rem;left:53.125rem;height:1.54345625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eqhdETlVJzPSJG8Qo7WCJEFJVC8vdsv3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.875rem;width:9.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:20.201171875rem;left:32.5625rem; }
#zsI5ztQJFVKus7qkrZnCoDgzEV9EzTPy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15077;opacity:1;top:22.18701171875rem;left:51.1875rem; }
#mWtbPphzsFq1TNVUdXETU1LZchrUHhxy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.6875rem;width:6.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:8.375rem;left:56.03125rem; }
#vZlqQaxBU7NBxxMfabonKFairN4toVEt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:30.375rem;left:51.1875rem; }
#c85csTklxziwdrQTChMVyQtmSvRIwvhb { color:#051d4b;display:block;width:11.6875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:31.369140625rem;left:55.0908203125rem;height:5.68603125rem;font-style:normal;display:block; }
#mEHyegtMcSFEEfKh0BTPGIEMygTBeFJ4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/c4847442-3217-4369-b524-bc004a3fd007/ChatGPTImage30paz202517_50_07.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#mEHyegtMcSFEEfKh0BTPGIEMygTBeFJ4.adaptive-delivery-prevent-bg, #mEHyegtMcSFEEfKh0BTPGIEMygTBeFJ4.lazyload, #mEHyegtMcSFEEfKh0BTPGIEMygTBeFJ4.lazyloading { background-image: none; }#mEHyegtMcSFEEfKh0BTPGIEMygTBeFJ4 > .row .container { border-width: 0; border-radius: 0; }#mEHyegtMcSFEEfKh0BTPGIEMygTBeFJ4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mEHyegtMcSFEEfKh0BTPGIEMygTBeFJ4 > .row .container { font-size:0.875rem;font-family:arial;height:46.3125rem;width:75rem;position:relative;display:none; }#qXeXt5wAXkRJZJERiJTloeOOtmMS8RRS { color:rgba(var(--color-tertiary-0),1);display:block;width:62.8125rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.8125rem;left:6.09375rem;height:6.17480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k1oTpJ2B2fVhv8dgVKtSmxymhGGbMGom { position:absolute;display:block;z-index:15010;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:13.875rem;width:21.375rem;top:24.21875rem;left:27.5625rem;overflow:hidden;display:block; }
#yrQuruRLpIdoIPDvAs6z3x3NJyNvto2P { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6860375rem;width:1.6860375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:41.1875rem;left:24.875rem; }
#a4Ow4KDvToV3FbnrwzQLgr0ebaEgakJB { color:#ffffff;display:block;width:23.4375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15057;line-height:1.3;letter-spacing:0;top:41.1875rem;left:27.5625rem;height:2.4375rem;font-style:normal;display:block; }
#kskOHELDcTyl8SnTLfs3DxyldlyJMKM4 { color:rgba(var(--color-tertiary-0),1);display:block;width:69.875rem;position:absolute;font-family:"marck script";font-size:3.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.57373046875rem;left:3.6875rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ol87UxoUeTyscEIOlVEvsKRiRHcgKloR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#TgH2iUkd41fTREpsZPxngBZvM6uoZi3b { color:rgba(var(--color-tertiary-0),1);display:block;width:62.8125rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:16.0498046875rem;left:7.21875rem;height:6.1748rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IdtT1wiRgFTNetvIPJrWuTRHcNrKQMlX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:16.0498046875rem;left:52.625rem; }
#InUToamGrK6RNJJwtageUfTafpc8qVNu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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:none; }#InUToamGrK6RNJJwtageUfTafpc8qVNu > .row .container { border-width: 0; border-radius: 0; }#InUToamGrK6RNJJwtageUfTafpc8qVNu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#InUToamGrK6RNJJwtageUfTafpc8qVNu > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:75rem;position:relative;display:none; }#DBLl5Tw5lth12gIz8cANOuTWxTwpfZmp { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #f20505, #ba181b);background-image: -moz-linear-gradient(0deg, #f20505, #ba181b);background-image: -ms-linear-gradient(0deg, #f20505, #ba181b);background-image: -o-linear-gradient(0deg, #f20505, #ba181b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f20505', endColorstr='#ba181b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f20505', endColorstr='#ba181b' );";background-image: linear-gradient(0deg, #f20505, #ba181b);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.3125rem;width:12.5rem;top:5.978515625rem;left:13.125rem;display:block; }
#mnfSIikfOrWOTt5730zr9kg6ZnlVAbB9 { color:#ffffff;display:block;width:35.875rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.685546875rem;left:19.5625rem;height:1.54345625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k3tMwhXtcqvEzP0RSVGSAHdaWaKeVWlz { color:rgba(var(--color-tertiary-0),1);display:block;width:69.875rem;position:absolute;font-family:"marck script";font-size:3.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:2.228515625rem;left:5.125rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cJq392Cmd5qhTZfo4fHtN4lQ5FT2VyZC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Z6yRxv501VAiSNnKpEotU506RT7frMNT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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:none; }#Z6yRxv501VAiSNnKpEotU506RT7frMNT > .row .container { border-width: 0; border-radius: 0; }#Z6yRxv501VAiSNnKpEotU506RT7frMNT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z6yRxv501VAiSNnKpEotU506RT7frMNT > .row .container { font-size:0.875rem;font-family:arial;height:25.0625rem;width:75rem;position:relative;display:none; }#mut1N4A9EEAneyULNCETaDCZSq5pCEnv { color:#ffffff;display:block;width:35.875rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.685546875rem;left:19.5625rem;height:1.54345625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#grIIcdCaqFdLnokHToRGBvTIZ8xXoFxu { position:absolute;display:block;z-index:15004;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:25.125rem;width:68.125rem;top:0rem;left:4.875rem;overflow:hidden;display:block; }
#Sh9ad1Hxtevgt5J7WLw9mqpu0TsWHpyh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfcfc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Sh9ad1Hxtevgt5J7WLw9mqpu0TsWHpyh > .row .container { border-width: 0; border-radius: 0; }#Sh9ad1Hxtevgt5J7WLw9mqpu0TsWHpyh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sh9ad1Hxtevgt5J7WLw9mqpu0TsWHpyh > .row .container { font-size:0.875rem;font-family:arial;height:73.75rem;width:75rem;position:relative;display:none; }#Th4Jh6yQvraIN7U6EbSNKxlKJPEBiQt0 { color:rgba(var(--color-tertiary-2),1);display:block;width:42.75rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:5.8125rem;left:16.125rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rQNJuOSJmEzZVP3sZNkkB2AunTQ6cEHe { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.5rem;border-top-right-radius:7.5rem;border-bottom-left-radius:7.5rem;border-bottom-right-radius:7.5rem;box-shadow: none;height:15.5rem;width:15.5rem;top:14.75rem;left:1.5rem;overflow:hidden;display:block; }
#SGE7yPNpiaGMVIuq0whwVNbXHVomPQs2 { color:rgba(var(--color-tertiary-2),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:14.75rem;left:17.875rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TZyVU6fM0tHeBS9oTaVwB6Fer9Qb6ofN { position:absolute;display:block;z-index:15042;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:15.5625rem;width:15.5625rem;top:14.09375rem;left:41.21875rem;overflow:hidden;display:block; }
#r30itDGsMWOyCEeOAM3xwLpzX0nCzhoI { color:#d5891f;display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:17.6748046875rem;left:17.875rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cBpFWGqfvFLeT29rZVyEtmruOFSXOwiL { color:rgba(var(--color-tertiary-2),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:14.75rem;left:58.3125rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hWtSUzPqaEtJImpDmkVV22GyTtPsaOtu { color:rgba(var(--color-tertiary-1),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:20.375rem;left:18.125rem;height:7.5rem;text-align:left;text-align-last:left;display:block; }
#fNiC6A2H10hv9m6NiS45f85aPNgQtLkT { color:rgba(var(--color-tertiary-1),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.5;letter-spacing:0;top:20.375rem;left:57.5625rem;height:13.5rem;text-align:left;text-align-last:left;display:block; }
#isnrFUbRJXFHq8oSSmyuCszuF4hCbAA7 { color:#d5891f;display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:17.6748046875rem;left:58.3125rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ByyNaLbi40yobr8fRC2LOCyWJC3CcCWo { color:rgba(var(--color-tertiary-4),1);display:block;width:33.9375rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:67rem;left:20.53125rem;height:4.54980625rem;text-align:center;text-align-last:center;display:block; }
#EeeL3dK1SshvHgonKlArHOTFLdSWG7OX { color:rgba(var(--color-tertiary-2),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:49.75rem;left:30.0625rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TRNA18UFHi1HXF9IpeT9aktg0AerRDra { color:#d5891f;display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:52.6123046875rem;left:33.75rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cuJi8egJTpInRNED5FsObSpTUM9F2zZN { color:rgba(var(--color-tertiary-1),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:54.5498046875rem;left:29.75rem;height:10.5rem;text-align:left;text-align-last:left;display:block; }
#umsidz7wr9blDH7pNbJtS2Xzudzn44iE { position:absolute;display:block;z-index:15043;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:15.5625rem;width:15.5625rem;top:33.875rem;left:29.71875rem;overflow:hidden;display:block; }
#DgiXvl0F2TJW1yZVKe0TfWfPD1VXrLs2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#mWHvurTVuTi6VsnTc5QQqKXlw388vHSp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);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; }#mWHvurTVuTi6VsnTc5QQqKXlw388vHSp > .row .container { background-color: transparent; background-image: none; }#mWHvurTVuTi6VsnTc5QQqKXlw388vHSp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWHvurTVuTi6VsnTc5QQqKXlw388vHSp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWHvurTVuTi6VsnTc5QQqKXlw388vHSp > .row .container > .video-iframe-container { display: none; }#mWHvurTVuTi6VsnTc5QQqKXlw388vHSp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWHvurTVuTi6VsnTc5QQqKXlw388vHSp > .row > .video-iframe-container { display: none; }#mWHvurTVuTi6VsnTc5QQqKXlw388vHSp > .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); }#mWHvurTVuTi6VsnTc5QQqKXlw388vHSp > .row .container { border-width: 0; border-radius: 0; }#mWHvurTVuTi6VsnTc5QQqKXlw388vHSp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mWHvurTVuTi6VsnTc5QQqKXlw388vHSp > .row .container { font-size:0.875rem;font-family:arial;height:19.375rem;width:75rem;position:relative;display:block; }#p3s6wKGmz4F3HptNPVKEPAlk55BmUCyD { position:absolute;display:block;z-index:14996;background-color:#866ae3;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;height:0.3125rem;width:6.25rem;top:3.75rem;left:34.375rem;display:block; }
#XTWOfro7naWhzcR3VOxbVD2kS2M38UGL { color:#26265b;display:block;width:75rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:10.0625rem;left:0rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#OEwnKwgMUNSfh5S1zfKmPhQLgcncO1W3 { color:#866ae3;display:block;width:22rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:7.0625rem;left:25.3125rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#dWpipVlx8BX1M7KKcRZlqMJULc1uQLTQ { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:6.75927734375rem;left:43.625rem; }
#LdXBL9qxr2a30Uv8IObWKMbDZoK6LT6h { color:#866ae3;display:block;width:15.9375rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:13.4375rem;left:7.4375rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#d2fCx9DphOJc7QXPlU2wuD6dUgIzT6pM { color:#866ae3;display:block;width:15.9375rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:13.4375rem;left:51.4375rem;height:1.70605625rem;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) { #t2SAN5cGDV3wkIEd0Lh20N2tgLk5o8Xd { display:none; }#t2SAN5cGDV3wkIEd0Lh20N2tgLk5o8Xd > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DpFiB4xNhw2F4nwyaROlcKdEzGFt1y5v { width:47.75rem;height:17.674794359577rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e82igp9VWLOP7H5vFe7URRBoGPE2rcG7 { top:19.625rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWbxeikT7yc6UoHFP6nRNORiZEaUmKWd { display:block; }#tWbxeikT7yc6UoHFP6nRNORiZEaUmKWd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eglPQVXaTs3a3L3PGHqT7knOwJHwlsUS { top:7.625rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDlAbRQKwGSrGXSukbobpP07hmS9FmWJ { top:11.3125rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wACXD5MsPGrLlh4k4rGVQHNLNuBn9Ekc { top:1.25rem;left:0rem;width:19.375rem;height:4.625rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #i6kFZfRfpkrQSKVy19mh3TSJx8MUaqm8 { top:9.3125rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BdAydrkkN49xplX4s6f7er7Gmk7cvt0D { top:2.6875rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Esqa6Up9zcekTxDqQVdWmZJwOTkBnuFV { top:11.3125rem;left:3.9375rem;width:28.75rem;height:4.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sim2wPNezsTEG2ounRZMWzZV9cWTU95I { top:8.8125rem;left:10.65478515625rem;width:27.625rem;height:4.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTHITHaNPvZT0WwJQmADTQt3JTze4FpC { display:none; }#GTHITHaNPvZT0WwJQmADTQt3JTze4FpC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #D9NcczqtXZt5gGePPLhJnKZnVnKp2vwB { background-color:#051d4b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#D9NcczqtXZt5gGePPLhJnKZnVnKp2vwB > .row .container { border-width: 0; border-radius: 0; }#D9NcczqtXZt5gGePPLhJnKZnVnKp2vwB > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #D7MXia779ke6fZc2l8061rpq2i9aF7O5 { top:64.0625rem;left:0rem;width:12.5rem;height:2.4375rem;font-size:1.875rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #f0WyJBhypRQC0U210dDr97JS5xQFry1M { top:35.6875rem;left:0rem;width:9.625rem;height:1.5rem;font-size:1.125rem;color:#f20505;display:block; }
 }@media only screen and (max-width: 763px) { #Tfqmm2nEe7xl6tk0kPHFH2WdpuFT4qx9 { top:17.0625rem;left:0rem;width:11.6875rem;height:2.25rem;font-size:0.875rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #VLXyZLuQAEpMt00lMw71hqHdfHcNOWx0 { width:7.125rem;height:1.5625rem;top:20.375rem;left:2.65625rem;background-color:#051d4b;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-shadow: none;color:#dfdfdf;display:block; }
 }@media only screen and (max-width: 763px) { #TfMVp8WckP6gC0Cc0tkO9GbgA0NosyVN { display:block; }
 }@media only screen and (max-width: 763px) { #mnf712NLvxTedRiyJbGWxEF5UHt9Op66 { top:15.75rem;left:0rem;width:17.625rem;height:59.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #f5f3f4;border-left:0.0625rem solid #f5f3f4;border-right:0.0625rem solid #f5f3f4;border-bottom:0.0625rem solid #f5f3f4;box-shadow: 0.3125rem 0.3125rem 0.6875rem rgba(255,255,255,0.3) ;display:block; }
 }@media only screen and (max-width: 763px) { #xBMV0SSw68EvwvO9b0XwbdeA6XBkEzMT { width:4.8125rem;height:4.8125rem;top:17.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGcGxCIVTTOwXnNSGua067Nh1wm0msWe { width:4.1875rem;height:4.1875rem;top:50.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyFi7krwDm1ggqlNg5MzvQaLILd153p0 { width:4.9375rem;height:4.9375rem;top:40.625rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOlsUm4T7VEqFJpLVHgt1fMQX0URIcXm { width:6.25rem;height:6.25rem;top:32.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #olcihtC9ADg6okrlLrIpz14baJbktT41 { width:4.625rem;height:4.625rem;top:24.125rem;left:5.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZh4gJcdmyiAPWCrIGWZyPkAgZi08m0P { top:50.375rem;left:0rem;width:13.375rem;height:2.25rem;font-size:0.875rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #Bfo7iJ0TTXCibOg8Lto4LKFncR7Q7Cyl { top:33.3125rem;left:0rem;width:13.375rem;height:2.25rem;font-size:0.875rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #GecqVWvWaiZ7kpf2Rqol7DXS2DJ7Nvao { top:24.125rem;left:0rem;width:13.375rem;height:2.25rem;font-size:0.875rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #fmOx6fuEM8niVA2XokzkHF5F0d86eAaH { top:42rem;left:0rem;width:13.375rem;height:2.25rem;font-size:0.875rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #oFH4xVX2nvz6qyRoC5pdGtLwXprRkI4k { top:20.375rem;left:0rem;width:5.125rem;height:1.5rem;font-size:1.125rem;color:#f20505;display:block; }
 }@media only screen and (max-width: 763px) { #mk0dslgri9M2w3hMus3rxBcW4UDRsq8i { top:27.3125rem;left:0.3125rem;width:5.125rem;height:1.5rem;font-size:1.125rem;color:#f20505;display:block; }
 }@media only screen and (max-width: 763px) { #bbXvuo1q1cRUcvgl1D7ll0Dn25O7tvNP { width:7.125rem;height:1.5625rem;top:27.25rem;left:0rem;background-color:#051d4b;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-shadow: none;color:#dfdfdf;display:block; }
 }@media only screen and (max-width: 763px) { #dSvKuTDFSqTQNKLpQSZT94zWGSXJM6tW { display:block; }
 }@media only screen and (max-width: 763px) { #NKKQbe2Vur4i2zosK0e7D1MfegvSck1y { width:7.125rem;height:1.5625rem;top:35.6875rem;left:2.125rem;background-color:#051d4b;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-shadow: none;color:#dfdfdf;display:block; }
 }@media only screen and (max-width: 763px) { #ixx0Gxc00InQGF9VhwBiNWlIS9T0ZWKG { display:block; }
 }@media only screen and (max-width: 763px) { #RUgCGSexVhszDLH5e2bTuuluZQZGzh9v { top:44.5625rem;left:0rem;width:5.125rem;height:1.5rem;font-size:1.125rem;color:#f20505;display:block; }
 }@media only screen and (max-width: 763px) { #kuA49pNxTU1vNVV7yqSqQ8afZ4rQu3Mq { width:7.125rem;height:1.5625rem;top:44.5625rem;left:0rem;background-color:#051d4b;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-shadow: none;color:#dfdfdf;display:block; }
 }@media only screen and (max-width: 763px) { #ecSdSdhkXHqiUbu2yFFRJuBXflER7ZFJ { display:block; }
 }@media only screen and (max-width: 763px) { #ITTnU5ZwRnDuzIeNvy7TS8IZoaghDMmp { width:7.125rem;height:1.5625rem;top:53.0625rem;left:2.65625rem;background-color:#051d4b;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-shadow: none;color:#dfdfdf;display:block; }
 }@media only screen and (max-width: 763px) { #fAD29ys3uNvlQBdC4U04rHFWiUhbyXxR { display:block; }
 }@media only screen and (max-width: 763px) { #SifC5zpwXyIfOlD1ZPwnpNDGAgWFXyD7 { top:53.0625rem;left:0rem;width:5.125rem;height:1.5rem;font-size:1.125rem;color:#f20505;display:block; }
 }@media only screen and (max-width: 763px) { #owg3CvWHkxXK970RALnkufb25QWKCD3N { top:61rem;left:0rem;width:5.125rem;height:1.5rem;font-size:1.125rem;color:#f20505;display:block; }
 }@media only screen and (max-width: 763px) { #lNZKGFh9JRnDScqqIbCu6sd1LQOhW8hl { width:2.6875rem;height:2.6875rem;top:63rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzAEawuBfvprlpbToLAByTLEBcWxAr34 { top:63rem;left:0rem;width:13.375rem;height:1.125rem;font-size:0.875rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #KbFJdyfGRDmddE33c21g0l8HuPuXnNBl { width:13.6875rem;height:2.8125rem;top:67.625rem;left:0rem;background-color:#051d4b;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-shadow: none;color:#dfdfdf;display:block; }
 }@media only screen and (max-width: 763px) { #ANZNnpPFnaltgsR56KyXFxDomXQA7VVQ { display:block; }
 }@media only screen and (max-width: 763px) { #UkR8O3pwA4IhB4ruxUOBtHlUp4t55c5p { background-color:#051d4b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#UkR8O3pwA4IhB4ruxUOBtHlUp4t55c5p > .row .container { border-width: 0; border-radius: 0; }#UkR8O3pwA4IhB4ruxUOBtHlUp4t55c5p > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BPn1BHzOGSX2Is0Fxl7K5oCiXkaNnxqF { top:18.375rem;left:0rem;width:14.1875rem;height:2.5625rem;font-size:2rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #Vh6NKtfp4V0c3N5J6LoTlNbinPozt98r { top:20.9375rem;left:0rem;width:13.25rem;height:0.5625rem;background-color:#051d4b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #AgTkrOX9cZQMxEXPKggZwEkHIHJpkTWo { top:13.5rem;left:14.875rem;width:17.625rem;height:39.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #051d4b, #0d4d8e);background-image: -moz-linear-gradient(0deg, #051d4b, #0d4d8e);background-image: -ms-linear-gradient(0deg, #051d4b, #0d4d8e);background-image: -o-linear-gradient(0deg, #051d4b, #0d4d8e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#051d4b', endColorstr='#0d4d8e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#051d4b', endColorstr='#0d4d8e' );";background-image: linear-gradient(0deg, #051d4b, #0d4d8e);background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-shadow: 0.3125rem 0.3125rem 0.6875rem rgba(255,255,255,0.3) ;display:block; }
 }@media only screen and (max-width: 763px) { #AhoRzB9JQb50q823Gf6KmX1vUHEPXw0i { top:15.875rem;left:14.65625rem;width:18.1875rem;height:5.1875rem;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XZHoOzT9iFrqiTgOoVs473i3SMcPm3x4 { top:21rem;left:15.8125rem;width:15.75rem;height:0.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bDVJ4Nrr6xNA4GL8KIXucddJgWGCQcql { width:14.375rem;height:3.4375rem;top:47.5625rem;left:16.65673828125rem;background-color:#051d4b;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qfhmTktOamWSU2VMyK1Tq8BI3FggL86o { display:block; }
 }@media only screen and (max-width: 763px) { #AayIQ9Q4pQZZgvOWM6BqvQhuWgrvbvPS { top:13.625rem;left:30rem;width:17.625rem;height:36.5rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-shadow: 0.3125rem 0.3125rem 0.6875rem rgba(255,255,255,0.3) ;display:block; }
 }@media only screen and (max-width: 763px) { #tfcy4TUT4th0wmUNpuynaT0MAXlt38eA { top:22.375rem;left:34.9375rem;width:12.8125rem;height:6.8125rem;font-size:0.875rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #R6oEDT6ZRDBXgKgr5OMedR7L7TOq4ePG { top:42.9375rem;left:35.375rem;width:12.375rem;height:1.125rem;font-size:0.875rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #nNaJoaUdrXgFwDVcOUTAryRQfozf1SCO { top:15.9375rem;left:33.25rem;width:14.5rem;height:2.5625rem;font-size:2rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #JwlZSMNFfsuKW8rdTPSeVvAEJMRgNgHf { top:19.5625rem;left:39.625rem;width:8.125rem;height:0.3125rem;background-color:#051d4b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Lo4Nq8Uq7rGpprN66ktB1sIN1bHnESWP { top:40.0625rem;left:35.25rem;width:12.5rem;height:2.4375rem;font-size:1.875rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #oTXJJSWbfTykHcSSNfk4Ahsph9ecNw4R { top:42.9375rem;left:17.03125rem;width:13.6875rem;height:2.625rem;font-size:2.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FI30D8Dm9OueqE48t8C3Tty39xFZQvur { top:51.9375rem;left:0rem;width:12.5rem;height:2.4375rem;font-size:1.875rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #Su7Wn41LoFLm8BfJhb4JW1tBr6GZLru4 { top:50.9375rem;left:0rem;width:12.5rem;height:1.5rem;font-size:1.125rem;color:#f20505;display:block; }
 }@media only screen and (max-width: 763px) { #uJpwulIs9gTobDIU9CkhstPV5cnXVkDQ { top:48.3125rem;left:17.625rem;width:1.875rem;height:1.875rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #BFz8wvzrceX6I2wVe0fVl9UlasR5upxz { top:45.6875rem;left:39.53125rem;width:1.875rem;height:1.875rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #VohgJsxyGscZfgvIn0GiMDkxQXXhLLcK { top:25.1875rem;left:0rem;width:13.375rem;height:2.25rem;font-size:0.875rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #wvuQGNuUG9NN0aTogVPm0iGaa6hIRaWg { width:14.375rem;height:3.4375rem;top:55.4375rem;left:0rem;background-color:#051d4b;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-shadow: none;color:#dfdfdf;display:block; }
 }@media only screen and (max-width: 763px) { #DHhFkf0APdmvyouA6psCUdPK6OJtPGnN { display:block; }
 }@media only screen and (max-width: 763px) { #lohG5T4k3sH90n6KTTWwyuo2lcm4VPlD { width:14.375rem;height:3.4375rem;top:44.9375rem;left:33.375rem;background-color:#051d4b;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XFX6kA07yBvDaRDO6iLBc7VXWGlK79Mb { display:block; }
 }@media only screen and (max-width: 763px) { #xQZ6xAd2WTD9FwBQrRKpJVPfymGM3ooC { top:15.75rem;left:0rem;width:17.625rem;height:44.375rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #f5f3f4;border-left:0.0625rem solid #f5f3f4;border-right:0.0625rem solid #f5f3f4;border-bottom:0.0625rem solid #f5f3f4;box-shadow: 0.3125rem 0.3125rem 0.6875rem rgba(255,255,255,0.3) ;display:block; }
 }@media only screen and (max-width: 763px) { #skvZ2caS3vGwm0FXL8XDKNToIwwxlPxz { top:33.25rem;left:19.6875rem;width:11.9375rem;height:2.25rem;font-size:0.875rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #yR4dFR5EkuS7TnZR6irwipaTa5irbufD { width:5.5625rem;height:5.5625rem;top:12.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQQLZC7qrw6WQFyaLhtbFC0k6eTlOVNH { width:3.0625rem;height:3.0625rem;top:24.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNtdVAhahLimhiwHNLQNZhOwA6T45H0h { width:3.125rem;height:3.125rem;top:29.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvEDMTXkUBxTQ96coTspgUsTSZZGR4Jl { width:3.125rem;height:3.125rem;top:44.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bv5tUw5VhT2SkTtm4rqmi0K9FNnlh0J4 { width:5.25rem;height:5.25rem;top:33.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT1yn5ynF13EKE17yauaWEDxkN4MsET5 { width:2.75rem;height:2.75rem;top:39.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUMvLghW5qW96WE3VoibQTGbkT0Nd1J8 { top:29.8125rem;left:0rem;width:13.375rem;height:2.25rem;font-size:0.875rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #kNe6Pp66Tn5P6yglkSJMIN6CTqSGNXTZ { top:34.875rem;left:0rem;width:13.375rem;height:2.25rem;font-size:0.875rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #hcUDUi77iSzUHHlt9F48uSqS4C5pO9QO { top:40.125rem;left:0rem;width:13.375rem;height:2.25rem;font-size:0.875rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #cucr7PllSnkTkecHvWqGHHbiT6NUgHDG { top:45.25rem;left:0rem;width:13.375rem;height:2.25rem;font-size:0.875rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #XHbG5qJdtmMCVZmXveNQJPtdwv3UBV7R { width:4.625rem;height:4.625rem;top:10.375rem;left:18.59326171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ap4IwIAOcpBQFGP9N2c8RBTbq40JWlo2 { width:6.75rem;height:6.75rem;top:8.3125rem;left:23.123046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBDq8D8VuQNiIvx8zxletFgiG50JAn63 { top:41.375rem;left:17.625rem;width:12.5rem;height:1.5rem;font-size:1.125rem;color:#f20505;display:block; }
 }@media only screen and (max-width: 763px) { #z7VXPe4pgl3ZicgOa2JeF4GiiTzL8cDT { width:1.6875rem;height:1.6875rem;top:25.5rem;left:24.37353515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uL6VMCh81Ar5ySyPuJKQze2M6SMJuyW0 { width:1.8125rem;height:1.8125rem;top:25.4375rem;left:21.96826171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r89mEBfnL56mTriTrALrMUbduUkZUTQ7 { width:3.25rem;height:3.25rem;top:23.1875rem;left:19.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vl2RM2xC68n7g2WxTQLGrcCF5gi6S20B { width:1.75rem;height:1.75rem;top:23.5625rem;left:24.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvehUaKmtU8THrgL9A5Z7ghEa8gZkH8o { width:1.6875rem;height:1.6875rem;top:23.625rem;left:22.74853515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcsB8Dnp9MvvUEDHJ1PwHUsN851Sf2Mb { width:3.6875rem;height:3.6875rem;top:32.25rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQcHfdxSaQhfkGindmGz16gcpwpyfBhE { top:36rem;left:19.59228515625rem;width:11.25rem;height:1.9375rem;font-size:0.75rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #X1ELO3QK3ctSGl9GLqETKJ07QbWFxOP3 { top:28.875rem;left:15.8125rem;width:16.125rem;height:2.25rem;font-size:0.875rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #KAW6h9WBawO0TnI3MsQpap7V48qt81HH { top:38.5625rem;left:35.25rem;width:12.5rem;height:1.5rem;font-size:1.125rem;color:#f20505;display:block; }
 }@media only screen and (max-width: 763px) { #eqhdETlVJzPSJG8Qo7WCJEFJVC8vdsv3 { width:9.875rem;height:9.875rem;top:20.1875rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsI5ztQJFVKus7qkrZnCoDgzEV9EzTPy { width:3.125rem;height:3.125rem;top:22.125rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWtbPphzsFq1TNVUdXETU1LZchrUHhxy { width:6.6875rem;height:6.6875rem;top:8.375rem;left:41.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZlqQaxBU7NBxxMfabonKFairN4toVEt { width:3.125rem;height:3.125rem;top:30.375rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c85csTklxziwdrQTChMVyQtmSvRIwvhb { top:31.3125rem;left:36.0625rem;width:11.6875rem;height:5.625rem;font-size:0.875rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #mEHyegtMcSFEEfKh0BTPGIEMygTBeFJ4 { display:none; }#mEHyegtMcSFEEfKh0BTPGIEMygTBeFJ4 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qXeXt5wAXkRJZJERiJTloeOOtmMS8RRS { top:7.8125rem;left:0rem;width:47.75rem;height:6.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1oTpJ2B2fVhv8dgVKtSmxymhGGbMGom { width:21.375rem;height:13.875rem;top:24.1875rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrQuruRLpIdoIPDvAs6z3x3NJyNvto2P { top:41.1875rem;left:11.25rem;width:1.625rem;height:1.625rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #a4Ow4KDvToV3FbnrwzQLgr0ebaEgakJB { top:41.1875rem;left:13.9375rem;width:23.4375rem;height:2.4375rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kskOHELDcTyl8SnTLfs3DxyldlyJMKM4 { top:2.5625rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ol87UxoUeTyscEIOlVEvsKRiRHcgKloR { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TgH2iUkd41fTREpsZPxngBZvM6uoZi3b { top:16rem;left:0rem;width:47.75rem;height:6.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdtT1wiRgFTNetvIPJrWuTRHcNrKQMlX { width:3.125rem;height:3.125rem;top:16rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #InUToamGrK6RNJJwtageUfTafpc8qVNu { display:none; }#InUToamGrK6RNJJwtageUfTafpc8qVNu > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DBLl5Tw5lth12gIz8cANOuTWxTwpfZmp { top:5.9375rem;left:0rem;width:12.5rem;height:0.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #f20505, #ba181b);background-image: -moz-linear-gradient(0deg, #f20505, #ba181b);background-image: -ms-linear-gradient(0deg, #f20505, #ba181b);background-image: -o-linear-gradient(0deg, #f20505, #ba181b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f20505', endColorstr='#ba181b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f20505', endColorstr='#ba181b' );";background-image: linear-gradient(0deg, #f20505, #ba181b);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) { #mnfSIikfOrWOTt5730zr9kg6ZnlVAbB9 { top:4.625rem;left:5.9375rem;width:35.875rem;height:1.5rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #k3tMwhXtcqvEzP0RSVGSAHdaWaKeVWlz { top:2.1875rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJq392Cmd5qhTZfo4fHtN4lQ5FT2VyZC { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z6yRxv501VAiSNnKpEotU506RT7frMNT { display:none; }#Z6yRxv501VAiSNnKpEotU506RT7frMNT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mut1N4A9EEAneyULNCETaDCZSq5pCEnv { top:4.625rem;left:5.9375rem;width:35.875rem;height:1.5rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #grIIcdCaqFdLnokHToRGBvTIZ8xXoFxu { width:47.75rem;height:17.610550458716rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sh9ad1Hxtevgt5J7WLw9mqpu0TsWHpyh { display:none; }#Sh9ad1Hxtevgt5J7WLw9mqpu0TsWHpyh > .row .container { width:47.75rem;height:150.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Th4Jh6yQvraIN7U6EbSNKxlKJPEBiQt0 { width:42.75rem;height:3.875rem;top:5.8125rem;left:2.5rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQNJuOSJmEzZVP3sZNkkB2AunTQ6cEHe { width:15.4375rem;height:15.4375rem;top:25.625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGE7yPNpiaGMVIuq0whwVNbXHVomPQs2 { width:16.3125rem;height:2.92480625rem;top:25.625rem;left:23.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZyVU6fM0tHeBS9oTaVwB6Fer9Qb6ofN { width:11.5625rem;height:11.5625rem;top:53.75rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r30itDGsMWOyCEeOAM3xwLpzX0nCzhoI { width:6.25rem;height:1.3125rem;top:28.625rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBpFWGqfvFLeT29rZVyEtmruOFSXOwiL { width:16.5rem;height:2.92480625rem;top:54rem;left:23.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWtSUzPqaEtJImpDmkVV22GyTtPsaOtu { width:16.5625rem;height:11.9986875rem;top:30.9375rem;left:24rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNiC6A2H10hv9m6NiS45f85aPNgQtLkT { width:16.6875rem;height:10.498875rem;top:59.6875rem;left:23.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #isnrFUbRJXFHq8oSSmyuCszuF4hCbAA7 { width:6.25rem;height:1.3125rem;top:28.625rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByyNaLbi40yobr8fRC2LOCyWJC3CcCWo { top:67rem;left:6.90625rem;width:33.9375rem;height:4.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeeL3dK1SshvHgonKlArHOTFLdSWG7OX { width:16.3125rem;height:2.92480625rem;top:25.625rem;left:23.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRNA18UFHi1HXF9IpeT9aktg0AerRDra { width:6.25rem;height:1.3125rem;top:28.625rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuJi8egJTpInRNED5FsObSpTUM9F2zZN { width:16.5625rem;height:11.9986875rem;top:30.9375rem;left:24rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #umsidz7wr9blDH7pNbJtS2Xzudzn44iE { width:11.5625rem;height:11.5625rem;top:53.75rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgiXvl0F2TJW1yZVKe0TfWfPD1VXrLs2 { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mWHvurTVuTi6VsnTc5QQqKXlw388vHSp { display:block; }#mWHvurTVuTi6VsnTc5QQqKXlw388vHSp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p3s6wKGmz4F3HptNPVKEPAlk55BmUCyD { top:3.75rem;left:20.75rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTWOfro7naWhzcR3VOxbVD2kS2M38UGL { top:10.0625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEwnKwgMUNSfh5S1zfKmPhQLgcncO1W3 { top:7.0625rem;left:11.6875rem;width:22rem;height:1.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWpipVlx8BX1M7KKcRZlqMJULc1uQLTQ { width:2.3125rem;height:2.3125rem;top:6.75rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdXBL9qxr2a30Uv8IObWKMbDZoK6LT6h { top:13.4375rem;left:0rem;width:15.9375rem;height:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2fCx9DphOJc7QXPlU2wuD6dUgIzT6pM { top:13.4375rem;left:31.8125rem;width:15.9375rem;height:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #t2SAN5cGDV3wkIEd0Lh20N2tgLk5o8Xd { display:none; }#t2SAN5cGDV3wkIEd0Lh20N2tgLk5o8Xd > .row .container { width:20rem;height:10.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DpFiB4xNhw2F4nwyaROlcKdEzGFt1y5v { width:20rem;height:7.4030552291422rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e82igp9VWLOP7H5vFe7URRBoGPE2rcG7 { width:20rem;height:1.7871125rem;top:8.71240234375rem;left:0rem;font-size:1.375rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #tWbxeikT7yc6UoHFP6nRNORiZEaUmKWd { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/56752f35-419c-42c0-92ff-00bf39fd81b5/ChatGPTImage21lis202510_26_01.png");background-position:center left !important;background-repeat:no-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;display:block; }#tWbxeikT7yc6UoHFP6nRNORiZEaUmKWd.adaptive-delivery-prevent-bg, #tWbxeikT7yc6UoHFP6nRNORiZEaUmKWd.lazyload, #tWbxeikT7yc6UoHFP6nRNORiZEaUmKWd.lazyloading { background-image: none; }#tWbxeikT7yc6UoHFP6nRNORiZEaUmKWd > .row .container { background-color: transparent; background-image: none; }#tWbxeikT7yc6UoHFP6nRNORiZEaUmKWd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWbxeikT7yc6UoHFP6nRNORiZEaUmKWd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWbxeikT7yc6UoHFP6nRNORiZEaUmKWd > .row .container > .video-iframe-container { display: none; }#tWbxeikT7yc6UoHFP6nRNORiZEaUmKWd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWbxeikT7yc6UoHFP6nRNORiZEaUmKWd > .row > .video-iframe-container { display: none; }#tWbxeikT7yc6UoHFP6nRNORiZEaUmKWd > .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); }#tWbxeikT7yc6UoHFP6nRNORiZEaUmKWd > .row .container { border-width: 0; border-radius: 0; }#tWbxeikT7yc6UoHFP6nRNORiZEaUmKWd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tWbxeikT7yc6UoHFP6nRNORiZEaUmKWd > .row .container { width:20rem;height:10.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eglPQVXaTs3a3L3PGHqT7knOwJHwlsUS { width:20rem;height:1.51220625rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDlAbRQKwGSrGXSukbobpP07hmS9FmWJ { width:18.5rem;height:2.1933625rem;top:6.125rem;left:1.5rem;font-size:1.6875rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #wACXD5MsPGrLlh4k4rGVQHNLNuBn9Ekc { width:19.375rem;height:0;top:2.75rem;left:0.625rem;font-size:1.4375rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #i6kFZfRfpkrQSKVy19mh3TSJx8MUaqm8 { width:19.375rem;height:0;top:11rem;left:0.625rem;font-size:1.375rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #BdAydrkkN49xplX4s6f7er7Gmk7cvt0D { width:16.3125rem;height:2.1933625rem;top:1.25rem;left:2.59375rem;font-size:1.6875rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #Esqa6Up9zcekTxDqQVdWmZJwOTkBnuFV { width:12.1875rem;height:2.1933625rem;top:6.1875rem;left:1.6875rem;font-size:1.6875rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #sim2wPNezsTEG2ounRZMWzZV9cWTU95I { width:18.125rem;height:2.1933625rem;top:4.693359375rem;left:1.875rem;font-size:1.6875rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #GTHITHaNPvZT0WwJQmADTQt3JTze4FpC { background-color:rgba(var(--color-primary-4),1);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;display:block; }#GTHITHaNPvZT0WwJQmADTQt3JTze4FpC > .row .container { background-color: transparent; background-image: none; }#GTHITHaNPvZT0WwJQmADTQt3JTze4FpC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTHITHaNPvZT0WwJQmADTQt3JTze4FpC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTHITHaNPvZT0WwJQmADTQt3JTze4FpC > .row .container > .video-iframe-container { display: none; }#GTHITHaNPvZT0WwJQmADTQt3JTze4FpC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTHITHaNPvZT0WwJQmADTQt3JTze4FpC > .row > .video-iframe-container { display: none; }#GTHITHaNPvZT0WwJQmADTQt3JTze4FpC > .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); }#GTHITHaNPvZT0WwJQmADTQt3JTze4FpC > .row .container { border-width: 0; border-radius: 0; }#GTHITHaNPvZT0WwJQmADTQt3JTze4FpC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GTHITHaNPvZT0WwJQmADTQt3JTze4FpC > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D9NcczqtXZt5gGePPLhJnKZnVnKp2vwB { background-color:transparent;background-image: -webkit-linear-gradient(170deg, #960301, #000000);background-image: -moz-linear-gradient(170deg, #960301, #000000);background-image: -ms-linear-gradient(170deg, #960301, #000000);background-image: -o-linear-gradient(170deg, #960301, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#960301', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#960301', endColorstr='#000000' );";background-image: linear-gradient(170deg, #960301, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#D9NcczqtXZt5gGePPLhJnKZnVnKp2vwB > .row .container { background-color: transparent; background-image: none; }#D9NcczqtXZt5gGePPLhJnKZnVnKp2vwB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9NcczqtXZt5gGePPLhJnKZnVnKp2vwB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9NcczqtXZt5gGePPLhJnKZnVnKp2vwB > .row .container > .video-iframe-container { display: none; }#D9NcczqtXZt5gGePPLhJnKZnVnKp2vwB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9NcczqtXZt5gGePPLhJnKZnVnKp2vwB > .row > .video-iframe-container { display: none; }#D9NcczqtXZt5gGePPLhJnKZnVnKp2vwB > .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); }#D9NcczqtXZt5gGePPLhJnKZnVnKp2vwB > .row .container { border-width: 0; border-radius: 0; }#D9NcczqtXZt5gGePPLhJnKZnVnKp2vwB > .row .container { width:20rem;height:73.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D7MXia779ke6fZc2l8061rpq2i9aF7O5 { width:12.5rem;height:2.2749rem;top:55.5869140625rem;left:5.09375rem;font-size:1.75rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #f0WyJBhypRQC0U210dDr97JS5xQFry1M { width:9.3125rem;height:1.4624rem;top:25.625rem;left:1.78125rem;font-size:1.125rem;color:#f20505;display:block; }
 }@media only screen and (max-width: 763px) { #Tfqmm2nEe7xl6tk0kPHFH2WdpuFT4qx9 { width:11.75rem;height:2.2744125rem;top:4.6875rem;left:7.15625rem;font-size:0.875rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #VLXyZLuQAEpMt00lMw71hqHdfHcNOWx0 { width:7.5rem;height:1.5rem;top:7.8125rem;left:11.09375rem;background-color:#051d4b;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-shadow: none;color:#dfdfdf;display:block; }
 }@media only screen and (max-width: 763px) { #TfMVp8WckP6gC0Cc0tkO9GbgA0NosyVN { display:block; }
 }@media only screen and (max-width: 763px) { #mnf712NLvxTedRiyJbGWxEF5UHt9Op66 { width:17.5625rem;height:65.1875rem;top:3.625rem;left:1.15625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #f5f3f4;border-left:0.0625rem solid #f5f3f4;border-right:0.0625rem solid #f5f3f4;border-bottom:0.0625rem solid #f5f3f4;box-shadow: 0.3125rem 0.3125rem 0.6875rem rgba(255,255,255,0.3) ;display:block; }
 }@media only screen and (max-width: 763px) { #xBMV0SSw68EvwvO9b0XwbdeA6XBkEzMT { display:flex;width:4.5625rem;height:4.5625rem;top:4.6875rem;left:1.78125rem; }
 }@media only screen and (max-width: 763px) { #rGcGxCIVTTOwXnNSGua067Nh1wm0msWe { display:flex;width:4.0625rem;height:4.0625rem;top:39.9365234375rem;left:1.78125rem; }
 }@media only screen and (max-width: 763px) { #OyFi7krwDm1ggqlNg5MzvQaLILd153p0 { display:flex;width:4.5rem;height:4.5rem;top:30.373046875rem;left:13.65625rem; }
 }@media only screen and (max-width: 763px) { #FOlsUm4T7VEqFJpLVHgt1fMQX0URIcXm { display:flex;width:6.125rem;height:6.125rem;top:21.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #olcihtC9ADg6okrlLrIpz14baJbktT41 { display:flex;width:4.375rem;height:4.375rem;top:14.1875rem;left:13.71875rem; }
 }@media only screen and (max-width: 763px) { #AZh4gJcdmyiAPWCrIGWZyPkAgZi08m0P { width:13.375rem;height:2.2744125rem;top:39.9365234375rem;left:5.59375rem;font-size:0.875rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #Bfo7iJ0TTXCibOg8Lto4LKFncR7Q7Cyl { width:13.375rem;height:2.2744125rem;top:22.60107421875rem;left:4.65625rem;font-size:0.875rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #GecqVWvWaiZ7kpf2Rqol7DXS2DJ7Nvao { width:13.375rem;height:2.2744125rem;top:14.1875rem;left:1.78125rem;font-size:0.875rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #fmOx6fuEM8niVA2XokzkHF5F0d86eAaH { width:13.375rem;height:2.2744125rem;top:31.4853515625rem;left:2.40625rem;font-size:0.875rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #oFH4xVX2nvz6qyRoC5pdGtLwXprRkI4k { width:5.125rem;height:1.4624rem;top:7.8505859375rem;left:5.6875rem;font-size:1.125rem;color:#f20505;display:block; }
 }@media only screen and (max-width: 763px) { #mk0dslgri9M2w3hMus3rxBcW4UDRsq8i { width:5.125rem;height:1.4624rem;top:17.1435546875rem;left:8.78125rem;font-size:1.125rem;color:#f20505;display:block; }
 }@media only screen and (max-width: 763px) { #bbXvuo1q1cRUcvgl1D7ll0Dn25O7tvNP { width:7.125rem;height:1.5625rem;top:17.0625rem;left:1.78125rem;background-color:#051d4b;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-shadow: none;color:#dfdfdf;display:block; }
 }@media only screen and (max-width: 763px) { #dSvKuTDFSqTQNKLpQSZT94zWGSXJM6tW { display:block; }
 }@media only screen and (max-width: 763px) { #NKKQbe2Vur4i2zosK0e7D1MfegvSck1y { width:7.125rem;height:1.5625rem;top:25.57470703125rem;left:9.46875rem;background-color:#051d4b;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-shadow: none;color:#dfdfdf;display:block; }
 }@media only screen and (max-width: 763px) { #ixx0Gxc00InQGF9VhwBiNWlIS9T0ZWKG { display:block; }
 }@media only screen and (max-width: 763px) { #RUgCGSexVhszDLH5e2bTuuluZQZGzh9v { width:5.125rem;height:1.4624rem;top:34.873046875rem;left:11.1875rem;font-size:1.125rem;color:#f20505;display:block; }
 }@media only screen and (max-width: 763px) { #kuA49pNxTU1vNVV7yqSqQ8afZ4rQu3Mq { width:7.125rem;height:1.5625rem;top:34.3115234375rem;left:2.875rem;background-color:#051d4b;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-shadow: none;color:#dfdfdf;display:block; }
 }@media only screen and (max-width: 763px) { #ecSdSdhkXHqiUbu2yFFRJuBXflER7ZFJ { display:block; }
 }@media only screen and (max-width: 763px) { #ITTnU5ZwRnDuzIeNvy7TS8IZoaghDMmp { width:7.125rem;height:1.5625rem;top:42.4990234375rem;left:10.84375rem;background-color:#051d4b;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-shadow: none;color:#dfdfdf;display:block; }
 }@media only screen and (max-width: 763px) { #fAD29ys3uNvlQBdC4U04rHFWiUhbyXxR { display:block; }
 }@media only screen and (max-width: 763px) { #SifC5zpwXyIfOlD1ZPwnpNDGAgWFXyD7 { width:5.125rem;height:1.4624rem;top:42.599609375rem;left:6.03125rem;font-size:1.125rem;color:#f20505;display:block; }
 }@media only screen and (max-width: 763px) { #owg3CvWHkxXK970RALnkufb25QWKCD3N { width:5.125rem;height:1.4624rem;top:54.1875rem;left:10.46875rem;font-size:1.125rem;color:#f20505;display:block; }
 }@media only screen and (max-width: 763px) { #lNZKGFh9JRnDScqqIbCu6sd1LQOhW8hl { display:flex;width:2.6875rem;height:2.6875rem;top:55.31787109375rem;left:2.71875rem; }
 }@media only screen and (max-width: 763px) { #MzAEawuBfvprlpbToLAByTLEBcWxAr34 { width:13.375rem;height:1.13720625rem;top:53.11328125rem;left:4.28125rem;font-size:0.875rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #KbFJdyfGRDmddE33c21g0l8HuPuXnNBl { width:13.6875rem;height:2.8125rem;top:60.14697265625rem;left:3.15625rem;background-color:#051d4b;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-shadow: none;color:#dfdfdf;display:block; }
 }@media only screen and (max-width: 763px) { #ANZNnpPFnaltgsR56KyXFxDomXQA7VVQ { display:block; }
 }@media only screen and (max-width: 763px) { #UkR8O3pwA4IhB4ruxUOBtHlUp4t55c5p { background-color:transparent;background-image: -webkit-linear-gradient(170deg, #960301, #000000);background-image: -moz-linear-gradient(170deg, #960301, #000000);background-image: -ms-linear-gradient(170deg, #960301, #000000);background-image: -o-linear-gradient(170deg, #960301, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#960301', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#960301', endColorstr='#000000' );";background-image: linear-gradient(170deg, #960301, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#UkR8O3pwA4IhB4ruxUOBtHlUp4t55c5p > .row .container { border-width: 0; border-radius: 0; }#UkR8O3pwA4IhB4ruxUOBtHlUp4t55c5p > .row .container { width:20rem;height:146.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BPn1BHzOGSX2Is0Fxl7K5oCiXkaNnxqF { width:16.25rem;height:2.5996125rem;top:7.79345703125rem;left:1.875rem;font-size:2rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #Vh6NKtfp4V0c3N5J6LoTlNbinPozt98r { width:13rem;height:0.4375rem;top:10.01806640625rem;left:3.5rem;background-color:#051d4b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #AgTkrOX9cZQMxEXPKggZwEkHIHJpkTWo { width:17.5625rem;height:40.5625rem;top:58.0625rem;left:1.1875rem;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #051d4b, #0d4d8e);background-image: -moz-linear-gradient(0deg, #051d4b, #0d4d8e);background-image: -ms-linear-gradient(0deg, #051d4b, #0d4d8e);background-image: -o-linear-gradient(0deg, #051d4b, #0d4d8e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#051d4b', endColorstr='#0d4d8e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#051d4b', endColorstr='#0d4d8e' );";background-image: linear-gradient(0deg, #051d4b, #0d4d8e);background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-shadow: 0.3125rem 0.3125rem 0.6875rem rgba(255,255,255,0.3) ;display:block; }
 }@media only screen and (max-width: 763px) { #AhoRzB9JQb50q823Gf6KmX1vUHEPXw0i { width:17.5rem;height:5.199225rem;top:62.26416015625rem;left:1.1875rem;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XZHoOzT9iFrqiTgOoVs473i3SMcPm3x4 { width:16.4375rem;height:0.375rem;top:67.46337890625rem;left:1.875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bDVJ4Nrr6xNA4GL8KIXucddJgWGCQcql { width:14.375rem;height:3.4375rem;top:94.0625rem;left:2.8125rem;background-color:#051d4b;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qfhmTktOamWSU2VMyK1Tq8BI3FggL86o { display:block; }
 }@media only screen and (max-width: 763px) { #AayIQ9Q4pQZZgvOWM6BqvQhuWgrvbvPS { width:17.5625rem;height:36.1875rem;top:108.8125rem;left:1.15625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-shadow: 0.3125rem 0.3125rem 0.6875rem rgba(255,255,255,0.3) ;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #tfcy4TUT4th0wmUNpuynaT0MAXlt38eA { width:13.3125rem;height:7.3125rem;top:116.0625rem;left:5.625rem;font-size:0.9375rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #R6oEDT6ZRDBXgKgr5OMedR7L7TOq4ePG { width:12.5rem;height:1.13720625rem;top:138.70703125rem;left:5.6875rem;font-size:0.875rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #nNaJoaUdrXgFwDVcOUTAryRQfozf1SCO { width:12.5rem;height:2.5996125rem;top:111.212890625rem;left:3.75rem;font-size:2rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #JwlZSMNFfsuKW8rdTPSeVvAEJMRgNgHf { width:3.125rem;height:0.3125rem;top:113.5625rem;left:13.4375rem;background-color:#051d4b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Lo4Nq8Uq7rGpprN66ktB1sIN1bHnESWP { width:12.5rem;height:2.2749rem;top:134.44921875rem;left:3.75rem;font-size:1.75rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #oTXJJSWbfTykHcSSNfk4Ahsph9ecNw4R { width:12.5rem;height:2.2749rem;top:89.4619140625rem;left:3.75rem;font-size:1.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FI30D8Dm9OueqE48t8C3Tty39xFZQvur { width:12.5rem;height:2.2749rem;top:38.3369140625rem;left:3.5rem;font-size:1.75rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #Su7Wn41LoFLm8BfJhb4JW1tBr6GZLru4 { width:12.5rem;height:1.4624rem;top:36.875rem;left:3.6875rem;font-size:1.125rem;color:#f20505;display:block; }
 }@media only screen and (max-width: 763px) { #uJpwulIs9gTobDIU9CkhstPV5cnXVkDQ { display:flex;width:1.875rem;height:1.875rem;top:94.0625rem;left:3.5rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #BFz8wvzrceX6I2wVe0fVl9UlasR5upxz { display:flex;width:1.875rem;height:1.875rem;top:141.125rem;left:3.5rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #VohgJsxyGscZfgvIn0GiMDkxQXXhLLcK { width:13.4375rem;height:2.2744125rem;top:19.0185546875rem;left:5.5rem;font-size:0.875rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #wvuQGNuUG9NN0aTogVPm0iGaa6hIRaWg { width:14.375rem;height:3.4375rem;top:42.3125rem;left:2.8125rem;background-color:#051d4b;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-shadow: none;color:#dfdfdf;display:block; }
 }@media only screen and (max-width: 763px) { #DHhFkf0APdmvyouA6psCUdPK6OJtPGnN { display:block; }
 }@media only screen and (max-width: 763px) { #lohG5T4k3sH90n6KTTWwyuo2lcm4VPlD { width:14.375rem;height:3.4375rem;top:140.34375rem;left:2.8125rem;background-color:#051d4b;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XFX6kA07yBvDaRDO6iLBc7VXWGlK79Mb { display:block; }
 }@media only screen and (max-width: 763px) { #xQZ6xAd2WTD9FwBQrRKpJVPfymGM3ooC { width:17.5625rem;height:43.125rem;top:3.625rem;left:1.15625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #f5f3f4;border-left:0.0625rem solid #f5f3f4;border-right:0.0625rem solid #f5f3f4;border-bottom:0.0625rem solid #f5f3f4;box-shadow: 0.3125rem 0.3125rem 0.6875rem rgba(255,255,255,0.3) ;display:block; }
 }@media only screen and (max-width: 763px) { #skvZ2caS3vGwm0FXL8XDKNToIwwxlPxz { width:11.3125rem;height:2.1123rem;top:81.61181640625rem;left:6.875rem;font-size:0.8125rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #yR4dFR5EkuS7TnZR6irwipaTa5irbufD { display:flex;width:7.1875rem;height:7.1875rem;top:0.66845703125rem;left:6.40625rem; }
 }@media only screen and (max-width: 763px) { #GQQLZC7qrw6WQFyaLhtbFC0k6eTlOVNH { display:flex;width:3.3125rem;height:3.3125rem;top:18.5rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #yNtdVAhahLimhiwHNLQNZhOwA6T45H0h { display:flex;width:3.125rem;height:3.125rem;top:28.19921875rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #TvEDMTXkUBxTQ96coTspgUsTSZZGR4Jl { display:flex;width:3.125rem;height:3.125rem;top:23.6875rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #Bv5tUw5VhT2SkTtm4rqmi0K9FNnlh0J4 { display:flex;width:5.25rem;height:5.25rem;top:12.0615234375rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #pT1yn5ynF13EKE17yauaWEDxkN4MsET5 { display:flex;width:2.75rem;height:2.75rem;top:32.71142578125rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #NUMvLghW5qW96WE3VoibQTGbkT0Nd1J8 { width:13.375rem;height:2.2744125rem;top:28.6240234375rem;left:5.5625rem;font-size:0.875rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #kNe6Pp66Tn5P6yglkSJMIN6CTqSGNXTZ { width:13.375rem;height:2.2744125rem;top:13.5498046875rem;left:5.5625rem;font-size:0.875rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #hcUDUi77iSzUHHlt9F48uSqS4C5pO9QO { width:13.375rem;height:2.2744125rem;top:32.94873046875rem;left:5.5625rem;font-size:0.875rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #cucr7PllSnkTkecHvWqGHHbiT6NUgHDG { width:13.375rem;height:2.2744125rem;top:24.1123046875rem;left:5.5625rem;font-size:0.875rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #XHbG5qJdtmMCVZmXveNQJPtdwv3UBV7R { display:flex;width:4.5rem;height:4.5rem;top:56.1875rem;left:4.6875rem; }
 }@media only screen and (max-width: 763px) { #Ap4IwIAOcpBQFGP9N2c8RBTbq40JWlo2 { display:flex;width:6.75rem;height:6.75rem;top:54rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #HBDq8D8VuQNiIvx8zxletFgiG50JAn63 { width:12.5rem;height:1.4624rem;top:88.25rem;left:3.5rem;font-size:1.125rem;color:#f20505;display:block; }
 }@media only screen and (max-width: 763px) { #z7VXPe4pgl3ZicgOa2JeF4GiiTzL8cDT { display:flex;width:2.25rem;height:2.25rem;top:72.9375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #uL6VMCh81Ar5ySyPuJKQze2M6SMJuyW0 { display:flex;width:2.0625rem;height:2.0625rem;top:70.875rem;left:11.5625rem; }
 }@media only screen and (max-width: 763px) { #r89mEBfnL56mTriTrALrMUbduUkZUTQ7 { display:flex;width:3.5rem;height:3.5rem;top:70.875rem;left:5.5625rem; }
 }@media only screen and (max-width: 763px) { #vl2RM2xC68n7g2WxTQLGrcCF5gi6S20B { display:flex;width:1.9375rem;height:1.9375rem;top:73.09375rem;left:11.5625rem; }
 }@media only screen and (max-width: 763px) { #wvehUaKmtU8THrgL9A5Z7ghEa8gZkH8o { display:flex;width:2.25rem;height:2.25rem;top:70.15625rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #zcsB8Dnp9MvvUEDHJ1PwHUsN851Sf2Mb { display:flex;width:3.6875rem;height:3.6875rem;top:81.13623046875rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #qQcHfdxSaQhfkGindmGz16gcpwpyfBhE { width:11.25rem;height:1.94921875rem;top:84.0361328125rem;left:6.9375rem;font-size:0.75rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #X1ELO3QK3ctSGl9GLqETKJ07QbWFxOP3 { width:13.9375rem;height:2.1123rem;top:76.6875rem;left:3.03125rem;font-size:0.8125rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #KAW6h9WBawO0TnI3MsQpap7V48qt81HH { width:12.5rem;height:1.4624rem;top:132.9873046875rem;left:3.75rem;font-size:1.125rem;color:#f20505;display:block; }
 }@media only screen and (max-width: 763px) { #eqhdETlVJzPSJG8Qo7WCJEFJVC8vdsv3 { display:flex;width:10.125rem;height:10.125rem;top:67.46337890625rem;left:4.9375rem; }
 }@media only screen and (max-width: 763px) { #zsI5ztQJFVKus7qkrZnCoDgzEV9EzTPy { display:flex;width:3.5625rem;height:3.5625rem;top:116.0625rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #mWtbPphzsFq1TNVUdXETU1LZchrUHhxy { display:flex;width:6.6875rem;height:6.6875rem;top:103.75rem;left:6.65625rem; }
 }@media only screen and (max-width: 763px) { #vZlqQaxBU7NBxxMfabonKFairN4toVEt { display:flex;width:3.125rem;height:3.125rem;top:123.65625rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #c85csTklxziwdrQTChMVyQtmSvRIwvhb { width:12.875rem;height:6.09375rem;top:124.25rem;left:5.5625rem;font-size:0.9375rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #mEHyegtMcSFEEfKh0BTPGIEMygTBeFJ4 { background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/c4847442-3217-4369-b524-bc004a3fd007/ChatGPTImage30paz202517_50_07.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#mEHyegtMcSFEEfKh0BTPGIEMygTBeFJ4.adaptive-delivery-prevent-bg, #mEHyegtMcSFEEfKh0BTPGIEMygTBeFJ4.lazyload, #mEHyegtMcSFEEfKh0BTPGIEMygTBeFJ4.lazyloading { background-image: none; }#mEHyegtMcSFEEfKh0BTPGIEMygTBeFJ4 > .row .container { width:20rem;height:41.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qXeXt5wAXkRJZJERiJTloeOOtmMS8RRS { width:20rem;height:4.875rem;top:9.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1oTpJ2B2fVhv8dgVKtSmxymhGGbMGom { width:18.4375rem;height:11.9375rem;top:21rem;left:0.78125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yrQuruRLpIdoIPDvAs6z3x3NJyNvto2P { display:flex;width:1.625rem;height:1.625rem;top:38.0625rem;left:9.1875rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #a4Ow4KDvToV3FbnrwzQLgr0ebaEgakJB { width:18.75rem;height:2.4375rem;top:34.6337890625rem;left:0.625rem;font-size:0.9375rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kskOHELDcTyl8SnTLfs3DxyldlyJMKM4 { width:20rem;height:2.1933625rem;top:1.5rem;left:0rem;font-size:1.6875rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #Ol87UxoUeTyscEIOlVEvsKRiRHcgKloR { display:flex;top:5.125rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15078; }
 }@media only screen and (max-width: 763px) { #TgH2iUkd41fTREpsZPxngBZvM6uoZi3b { width:20rem;height:3.0869125rem;top:15.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdtT1wiRgFTNetvIPJrWuTRHcNrKQMlX { display:flex;width:2.1875rem;height:2.1875rem;top:15.60546875rem;left:16.875rem; }
 }@media only screen and (max-width: 763px) { #InUToamGrK6RNJJwtageUfTafpc8qVNu { display:none; }#InUToamGrK6RNJJwtageUfTafpc8qVNu > .row .container { width:20rem;height:13.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DBLl5Tw5lth12gIz8cANOuTWxTwpfZmp { width:6.5rem;height:0.375rem;top:3.09375rem;left:2.875rem;background-color:#e5383b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mnfSIikfOrWOTt5730zr9kg6ZnlVAbB9 { width:20rem;height:1.4624rem;top:6.318359375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #k3tMwhXtcqvEzP0RSVGSAHdaWaKeVWlz { width:20rem;height:3.8994125rem;top:1.8935546875rem;left:0rem;font-size:1.5rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #cJq392Cmd5qhTZfo4fHtN4lQ5FT2VyZC { display:flex;top:8.875rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #Z6yRxv501VAiSNnKpEotU506RT7frMNT { display:none; }#Z6yRxv501VAiSNnKpEotU506RT7frMNT > .row .container { width:20rem;height:7.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mut1N4A9EEAneyULNCETaDCZSq5pCEnv { width:20rem;height:1.4624rem;top:6.318359375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #grIIcdCaqFdLnokHToRGBvTIZ8xXoFxu { width:19.8125rem;height:7.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sh9ad1Hxtevgt5J7WLw9mqpu0TsWHpyh { display:none; }#Sh9ad1Hxtevgt5J7WLw9mqpu0TsWHpyh > .row .container { width:20rem;height:121.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Th4Jh6yQvraIN7U6EbSNKxlKJPEBiQt0 { width:19.0625rem;height:5.19921875rem;top:4.75rem;left:0.46875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rQNJuOSJmEzZVP3sZNkkB2AunTQ6cEHe { width:13.0625rem;height:13.0625rem;top:11.8125rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGE7yPNpiaGMVIuq0whwVNbXHVomPQs2 { width:16.3125rem;height:2.2749rem;top:25.375rem;left:1.875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TZyVU6fM0tHeBS9oTaVwB6Fer9Qb6ofN { width:13.5625rem;height:13.5625rem;top:40.9375rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r30itDGsMWOyCEeOAM3xwLpzX0nCzhoI { width:10.4375rem;height:1.3125rem;top:27.64892578125rem;left:4.78125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cBpFWGqfvFLeT29rZVyEtmruOFSXOwiL { width:16.5rem;height:2.2749rem;top:55.4365234375rem;left:1.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hWtSUzPqaEtJImpDmkVV22GyTtPsaOtu { width:16.5625rem;height:7.5rem;top:30.375rem;left:1.71875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fNiC6A2H10hv9m6NiS45f85aPNgQtLkT { width:18.1875rem;height:10.5rem;top:60.125rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #isnrFUbRJXFHq8oSSmyuCszuF4hCbAA7 { width:11.5rem;height:1.3125rem;top:57.7109375rem;left:4.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ByyNaLbi40yobr8fRC2LOCyWJC3CcCWo { width:20rem;height:5.1181625rem;top:111.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeeL3dK1SshvHgonKlArHOTFLdSWG7OX { width:16.3125rem;height:2.2749rem;top:91.6875rem;left:1.875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TRNA18UFHi1HXF9IpeT9aktg0AerRDra { width:11.5625rem;height:1.3125rem;top:93.9375rem;left:4.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cuJi8egJTpInRNED5FsObSpTUM9F2zZN { width:16.5625rem;height:10.5rem;top:96.45458984375rem;left:1.71875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #umsidz7wr9blDH7pNbJtS2Xzudzn44iE { width:14.1875rem;height:14.1875rem;top:76.11767578125rem;left:2.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgiXvl0F2TJW1yZVKe0TfWfPD1VXrLs2 { display:flex;top:0rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15044; }
 }@media only screen and (max-width: 763px) { #mWHvurTVuTi6VsnTc5QQqKXlw388vHSp { display:block; }#mWHvurTVuTi6VsnTc5QQqKXlw388vHSp > .row .container { width:20rem;height:11.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p3s6wKGmz4F3HptNPVKEPAlk55BmUCyD { width:6.25rem;height:0.3125rem;top:2.5rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTWOfro7naWhzcR3VOxbVD2kS2M38UGL { width:20rem;height:1.625rem;top:4.59375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEwnKwgMUNSfh5S1zfKmPhQLgcncO1W3 { width:10.625rem;height:0.8125rem;top:1.1875rem;left:2.5625rem;font-size:0.625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #dWpipVlx8BX1M7KKcRZlqMJULc1uQLTQ { width:2.0625rem;height:2.0625rem;top:0.8125rem;left:2.96875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdXBL9qxr2a30Uv8IObWKMbDZoK6LT6h { width:8rem;height:0.9746125rem;top:10.4375rem;left:0rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #d2fCx9DphOJc7QXPlU2wuD6dUgIzT6pM { width:5.8125rem;height:0.9746125rem;top:10.4375rem;left:13.125rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }