.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#NvHf7OaTJVz1zmEft6laiMwfSD2S1U7r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f9fa;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; }#NvHf7OaTJVz1zmEft6laiMwfSD2S1U7r > .row .container { background-color: transparent; background-image: none; }#NvHf7OaTJVz1zmEft6laiMwfSD2S1U7r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvHf7OaTJVz1zmEft6laiMwfSD2S1U7r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvHf7OaTJVz1zmEft6laiMwfSD2S1U7r > .row .container > .video-iframe-container { display: none; }#NvHf7OaTJVz1zmEft6laiMwfSD2S1U7r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvHf7OaTJVz1zmEft6laiMwfSD2S1U7r > .row > .video-iframe-container { display: none; }#NvHf7OaTJVz1zmEft6laiMwfSD2S1U7r > .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); }#NvHf7OaTJVz1zmEft6laiMwfSD2S1U7r > .row .container { border-width: 0; border-radius: 0; }#NvHf7OaTJVz1zmEft6laiMwfSD2S1U7r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NvHf7OaTJVz1zmEft6laiMwfSD2S1U7r > .row .container { font-size:0.875rem;font-family:arial;height:12.125rem;width:75rem;position:relative;display:block; }#TL84FrixkFR1LWmphLUhia7MpayHoHhV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:15.625rem;top:1.71875rem;left:56.500002861023rem;overflow:hidden;display:block; }
#CfPpCbtKTw6NIAsAMqqhzCx018MV3DTN { position:absolute;display:block;z-index:15001;background-color:#a00000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.8125rem;width:22.3125rem;top:3.75rem;left:0rem;display:block; }
#MIJNPCGx1mrKT2dhNWOWzgSoM7snzaSL { color:#f1f5f8;display:block;width:33.3125rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.5182290077209rem;left:1.6215276718139rem;height:2.2744125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HTlA4KU4V80XHT6aBU8ol8upyQ4i2tGO { color:#a00000;display:block;width:65.4375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:8.8125rem;left:1.6206598281861rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GsF4o9lGaVhHIV5TKXgq7hIvnEZ4F05M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f9fa;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; }#GsF4o9lGaVhHIV5TKXgq7hIvnEZ4F05M > .row .container { background-color: transparent; background-image: none; }#GsF4o9lGaVhHIV5TKXgq7hIvnEZ4F05M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GsF4o9lGaVhHIV5TKXgq7hIvnEZ4F05M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GsF4o9lGaVhHIV5TKXgq7hIvnEZ4F05M > .row .container > .video-iframe-container { display: none; }#GsF4o9lGaVhHIV5TKXgq7hIvnEZ4F05M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GsF4o9lGaVhHIV5TKXgq7hIvnEZ4F05M > .row > .video-iframe-container { display: none; }#GsF4o9lGaVhHIV5TKXgq7hIvnEZ4F05M > .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); }#GsF4o9lGaVhHIV5TKXgq7hIvnEZ4F05M > .row .container { border-width: 0; border-radius: 0; }#GsF4o9lGaVhHIV5TKXgq7hIvnEZ4F05M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GsF4o9lGaVhHIV5TKXgq7hIvnEZ4F05M > .row .container { font-size:0.875rem;font-family:"open sans";height:76.0625rem;width:75rem;position:relative;display:block; }#Gm3shKvyMesRiucpz5BvPPyaHaV8z8Di { color:#213d6a;display:block;width:39.5rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:2.25rem;left:1.6197919845581rem;height:15.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cPyiITDUcEWDWoLphR5oQGrI0QHQaE1Z { color:#2b343b;display:block;width:17.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:55.889757156372rem;left:53.281250953674rem;height:7.79880625rem;font-style:normal;display:block; }
#GMFROOV2ULKPh5xxrcqvJxOmlB9XKIV8 { color:#213d6a;display:block;width:38.75rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:23.284722328186rem;left:1.6197919845581rem;height:16.4394875rem;font-style:normal;overflow:hidden;display:block; }#GMFROOV2ULKPh5xxrcqvJxOmlB9XKIV8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GMFROOV2ULKPh5xxrcqvJxOmlB9XKIV8 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2e797555-7216-49da-a971-d474ef436a22/Path11549.svg); }
#KBGIKP8mgoWRv7fu5z62rhAnvCWsWbv5 { background-color:#a00000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#f1f1f1;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:21.9375rem;height:4.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:34.211805343628rem;left:47.057293891907rem;display:block; }
#Md1fMnw5hdnWKxUly0iyJHFsTOIy22Hb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#piKvtMv6OBvssbOytqCmqMl1gdcdc3Cg { color:#213d6a;display:block;width:65.1875rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:69.413196563719rem;left:1.6197919845581rem;height:3.673825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Xey6BesuZLrPvglFH0PiUUrwZEOSnWlr { color:#213d6a;display:block;width:40.434rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:20.335068702698rem;left:1.6197919845581rem;height:1.381075rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#OmwrTs9IUTiIF9KP7ecXxxJLOnDkcw6x { color:#213d6a;display:block;width:67.375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:41.6015625rem;left:1.6197919845581rem;height:12.4277625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#opzNohSDXSMwNdAxkV7rr0HLCeTPauAv { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.3125rem;width:15.4375rem;top:0.232638875rem;left:56.524070934356rem;overflow:hidden;display:block; }
#obpiVC3a99MbJChu3yz2t3rcEIzT93fB { background-color:#a00000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#f1f1f1;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:21.9375rem;height:4.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:39.07031083107rem;left:50.906252861023rem;display:none; }
#xetUv2LauTn7GezllqJQ0Gq2kWuFKBi7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oTxFLflDZu7Dq9SkaLbCMwfIZJlqEUbx { color:#213d6a;display:block;width:44.6875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:56.726564407349rem;left:1.6197919845581rem;height:8.285175rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#uGPqcr3NpWgTHtqPkRNDMBTCb65By6g6 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:21.25rem;top:10.589410781861rem;left:42.088543891907rem;overflow:hidden;display:block; }
#BBhyurWibgATtEdJ4i9V9PVG8VbrZWxx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f9fa;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; }#BBhyurWibgATtEdJ4i9V9PVG8VbrZWxx > .row .container { background-color: transparent; background-image: none; }#BBhyurWibgATtEdJ4i9V9PVG8VbrZWxx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BBhyurWibgATtEdJ4i9V9PVG8VbrZWxx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BBhyurWibgATtEdJ4i9V9PVG8VbrZWxx > .row .container > .video-iframe-container { display: none; }#BBhyurWibgATtEdJ4i9V9PVG8VbrZWxx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BBhyurWibgATtEdJ4i9V9PVG8VbrZWxx > .row > .video-iframe-container { display: none; }#BBhyurWibgATtEdJ4i9V9PVG8VbrZWxx > .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); }#BBhyurWibgATtEdJ4i9V9PVG8VbrZWxx > .row .container { border-width: 0; border-radius: 0; }#BBhyurWibgATtEdJ4i9V9PVG8VbrZWxx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BBhyurWibgATtEdJ4i9V9PVG8VbrZWxx > .row .container { font-size:0.875rem;font-family:"open sans";height:34.25rem;width:75rem;position:relative;display:block; }#sLAoTm5vaf0FKwJ2uJ9eGvw5m2QOyn2G { position:absolute;z-index:15009;top:0rem;left:37.5rem;width:37.5rem;height:28.0625rem;display:block; }
#ahy4hhzqKeIVlarMr9Wb9PQxTCTau0kd { color:#090134;display:block;width:34.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.33203125rem;left:2.1875rem;height:3.8994125rem;display:block; }
#TbuuMqvPGdohZXb3Btb9Wr2iefowRH3D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#213d6a;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; }#TbuuMqvPGdohZXb3Btb9Wr2iefowRH3D > .row .container { background-color: transparent; background-image: none; }#TbuuMqvPGdohZXb3Btb9Wr2iefowRH3D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbuuMqvPGdohZXb3Btb9Wr2iefowRH3D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbuuMqvPGdohZXb3Btb9Wr2iefowRH3D > .row .container > .video-iframe-container { display: none; }#TbuuMqvPGdohZXb3Btb9Wr2iefowRH3D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbuuMqvPGdohZXb3Btb9Wr2iefowRH3D > .row > .video-iframe-container { display: none; }#TbuuMqvPGdohZXb3Btb9Wr2iefowRH3D > .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); }#TbuuMqvPGdohZXb3Btb9Wr2iefowRH3D > .row .container { border-width: 0; border-radius: 0; }#TbuuMqvPGdohZXb3Btb9Wr2iefowRH3D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TbuuMqvPGdohZXb3Btb9Wr2iefowRH3D > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:75rem;position:relative;display:block; }#co6KAN6TMcwPFbyQIlxm6VPXidCsBDsh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:11.625rem;top:4.3125rem;left:4.375rem;overflow:hidden;display:block; }
#JgFWlKhTpeVuRNHbudvTgqWDw6ybZvzk { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.9375rem;left:20.5rem;height:1.3rem;font-style:normal;display:block; }
#ClT9nKmsJl5J6COdTR17krNamulBdCHX { color:#ffffff;display:block;width:6.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:4.75rem;left:22rem;height:1.3rem;font-style:normal;display:block; }
#ALRWrCiwXv9sR6VzTEpsUSWi1RKO6QRw { color:#ffffff;display:block;width:6.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:6.375rem;left:22rem;height:1.3rem;font-style:normal;display:block; }
#ppzgFDXeaOrHIE5phsdTP794fdWxNrvV { position:absolute;display:block;z-index:14999;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:3.125rem;width:12.875rem;top:3.8125rem;left:3.75rem;display:block; }
#mXH5yVvdUVdIUiuJHSd1Ev6Sr0aaFORI { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:5.125rem;left:36.375rem;height:1.3rem;font-style:normal;display:block; }
#AFkQoTXyhQpaKLmorQTInXQeZ1MJniAI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:4.75rem;left:20.5rem; }
#pTaRIF9ZNwkEnSk315enOe28ltPl28VT { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:6.375rem;left:20.5rem; }
#fKnV3J1V5KqbcVJulHqvnIkTx3DxqG1U { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:3.84375rem;left:61.375rem; }
#fKnV3J1V5KqbcVJulHqvnIkTx3DxqG1U > img { max-width: 100%;max-height:100%; width:3rem; height:2.875rem; }#Vz9t9KoMAThd92Wc7XacEOq2TATlADi7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Vz9t9KoMAThd92Wc7XacEOq2TATlADi7 > .row .container { background-color: transparent; background-image: none; }#Vz9t9KoMAThd92Wc7XacEOq2TATlADi7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vz9t9KoMAThd92Wc7XacEOq2TATlADi7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vz9t9KoMAThd92Wc7XacEOq2TATlADi7 > .row .container > .video-iframe-container { display: none; }#Vz9t9KoMAThd92Wc7XacEOq2TATlADi7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vz9t9KoMAThd92Wc7XacEOq2TATlADi7 > .row > .video-iframe-container { display: none; }#Vz9t9KoMAThd92Wc7XacEOq2TATlADi7 > .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); }#Vz9t9KoMAThd92Wc7XacEOq2TATlADi7 > .row .container { border-width: 0; border-radius: 0; }#Vz9t9KoMAThd92Wc7XacEOq2TATlADi7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vz9t9KoMAThd92Wc7XacEOq2TATlADi7 > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:block; }#Wt5aE6sHwyKRk6ouzVN0slWJXvVkPWaK { color:#090134;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.9375rem;left:1.34375rem;height:1.3rem;display:block; }
#eKC7HRFmlClPw281VPP1p7lDEJbGAEXf { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:2.4619140625rem;left:11.65625rem;overflow:hidden;display:block; }
#l47SEui0wfr1a8T4QK16nKh55JyGSP5U { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:2.4619140625rem;left:15.28125rem;overflow:hidden;display:block; }
#Ivqw5eEIRDE03iUTu1kKK9p17KPsdti8 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:3.5625rem;top:2.2119140625rem;left:27.59375rem;overflow:hidden;display:block; }
#P2SkX7ueF51WlxSlsekFlhiwHXoRp2JE { color:#090134;display:block;width:17.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.9375rem;left:32.53125rem;height:1.29980625rem;display:block; }
#uwao6mag4fZO6iseDqC6beoviELC8beE { color:#090134;display:block;width:23.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.9375rem;left:51.0625rem;height:1.29980625rem;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #NvHf7OaTJVz1zmEft6laiMwfSD2S1U7r { display:block; }#NvHf7OaTJVz1zmEft6laiMwfSD2S1U7r > .row .container { width:47.75rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TL84FrixkFR1LWmphLUhia7MpayHoHhV { width:17.0625rem;height:2.8125rem;top:0.6875rem;left:29.868054926396rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CfPpCbtKTw6NIAsAMqqhzCx018MV3DTN { width:19.8125rem;height:2.3125rem;top:4.5303821563721rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MIJNPCGx1mrKT2dhNWOWzgSoM7snzaSL { width:39.8125rem;height:1.4622375rem;top:4.9557290077209rem;left:0.85937505960463rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HTlA4KU4V80XHT6aBU8ol8upyQ4i2tGO { width:46.3125rem;height:4.7246125rem;top:8.0121526718137rem;left:0.85937505960463rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GsF4o9lGaVhHIV5TKXgq7hIvnEZ4F05M { display:block; }#GsF4o9lGaVhHIV5TKXgq7hIvnEZ4F05M > .row .container { width:47.75rem;height:86.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Gm3shKvyMesRiucpz5BvPPyaHaV8z8Di { width:45rem;height:9.1845625rem;top:1.0590276718139rem;left:1.3750000596046rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cPyiITDUcEWDWoLphR5oQGrI0QHQaE1Z { width:17.3125rem;height:7.79880625rem;top:40.355903625488rem;left:29.118054926396rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GMFROOV2ULKPh5xxrcqvJxOmlB9XKIV8 { width:24.625rem;height:28.34375rem;top:17.53125rem;left:0.84375005960463rem;font-size:1.0625rem;line-height:1.5;display:block; }#GMFROOV2ULKPh5xxrcqvJxOmlB9XKIV8 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2e797555-7216-49da-a971-d474ef436a22/Path11549.svg); }
 }@media only screen and (max-width: 1199px) { #KBGIKP8mgoWRv7fu5z62rhAnvCWsWbv5 { width:18.5625rem;height:3.125rem;top:35.263020515442rem;left:27.868054926396rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Md1fMnw5hdnWKxUly0iyJHFsTOIy22Hb { display:block; }
 }@media only screen and (max-width: 1199px) { #piKvtMv6OBvssbOytqCmqMl1gdcdc3Cg { width:45.75rem;height:4.98698125rem;top:78.919273376462rem;left:1.0000000596046rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #Xey6BesuZLrPvglFH0PiUUrwZEOSnWlr { width:20.75rem;height:1.381075rem;top:14.241319656372rem;left:0.84375005960463rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OmwrTs9IUTiIF9KP7ecXxxJLOnDkcw6x { width:46.375rem;height:17.53125rem;top:61.388889312744rem;left:1.3750000596046rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 1199px) { #opzNohSDXSMwNdAxkV7rr0HLCeTPauAv { width:11.1875rem;height:16.4375rem;top:17.53125rem;left:29.900174677372rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 1199px) { #obpiVC3a99MbJChu3yz2t3rcEIzT93fB { width:15.8125rem;height:3.125rem;top:26.997394561767rem;left:31.937499582768rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #xetUv2LauTn7GezllqJQ0Gq2kWuFKBi7 { display:block; }
 }@media only screen and (max-width: 1199px) { #oTxFLflDZu7Dq9SkaLbCMwfIZJlqEUbx { width:46.375rem;height:9.5625rem;top:49.748264312744rem;left:1.3750000596046rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 1199px) { #uGPqcr3NpWgTHtqPkRNDMBTCb65By6g6 { width:20.4375rem;height:14.25rem;top:10.8125rem;left:27.312499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BBhyurWibgATtEdJ4i9V9PVG8VbrZWxx { display:block; }#BBhyurWibgATtEdJ4i9V9PVG8VbrZWxx > .row .container { width:47.75rem;height:39.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #sLAoTm5vaf0FKwJ2uJ9eGvw5m2QOyn2G { width:37.5rem;height:13.8125rem;top:6.3125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ahy4hhzqKeIVlarMr9Wb9PQxTCTau0kd { width:45.6875rem;height:3.8994125rem;top:0.875rem;left:1.03125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #TbuuMqvPGdohZXb3Btb9Wr2iefowRH3D { display:block; }#TbuuMqvPGdohZXb3Btb9Wr2iefowRH3D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #co6KAN6TMcwPFbyQIlxm6VPXidCsBDsh { width:11.625rem;height:2.0625rem;top:3.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JgFWlKhTpeVuRNHbudvTgqWDw6ybZvzk { width:16.625rem;height:1.29980625rem;top:2.9375rem;left:16.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ClT9nKmsJl5J6COdTR17krNamulBdCHX { width:6.5rem;height:1.29980625rem;top:4.75rem;left:17.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ALRWrCiwXv9sR6VzTEpsUSWi1RKO6QRw { width:6.5rem;height:1.29980625rem;top:6.375rem;left:17.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ppzgFDXeaOrHIE5phsdTP794fdWxNrvV { width:12.875rem;height:3.125rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mXH5yVvdUVdIUiuJHSd1Ev6Sr0aaFORI { width:16.625rem;height:1.29980625rem;top:4.630859375rem;left:28.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AFkQoTXyhQpaKLmorQTInXQeZ1MJniAI { width:1.25rem;height:1.25rem;top:4.75rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pTaRIF9ZNwkEnSk315enOe28ltPl28VT { width:1.25rem;height:1.25rem;top:6.375rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fKnV3J1V5KqbcVJulHqvnIkTx3DxqG1U { width:3rem;height:2.875rem;top:3.8125rem;left:44.75rem;display:block; }
#fKnV3J1V5KqbcVJulHqvnIkTx3DxqG1U > img { max-width: 100%;max-height:100%; width:3rem; height:2.875rem; } }@media only screen and (max-width: 1199px) { #Vz9t9KoMAThd92Wc7XacEOq2TATlADi7 { display:block; }#Vz9t9KoMAThd92Wc7XacEOq2TATlADi7 > .row .container { width:47.75rem;height:15.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Wt5aE6sHwyKRk6ouzVN0slWJXvVkPWaK { width:12.5rem;height:1.29980625rem;top:1.3125rem;left:17.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #eKC7HRFmlClPw281VPP1p7lDEJbGAEXf { width:2.25rem;height:2.25rem;top:3.125rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l47SEui0wfr1a8T4QK16nKh55JyGSP5U { width:2.25rem;height:2.25rem;top:3.125rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ivqw5eEIRDE03iUTu1kKK9p17KPsdti8 { width:3.5625rem;height:2.75rem;top:6.5625rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P2SkX7ueF51WlxSlsekFlhiwHXoRp2JE { width:20.375rem;height:1.29980625rem;top:9.8125rem;left:13.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #uwao6mag4fZO6iseDqC6beoviELC8beE { width:23.9375rem;height:1.29980625rem;top:12.125rem;left:11.9375rem;font-size:1rem;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) { #NvHf7OaTJVz1zmEft6laiMwfSD2S1U7r { display:block; }#NvHf7OaTJVz1zmEft6laiMwfSD2S1U7r > .row .container { width:20rem;height:14.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TL84FrixkFR1LWmphLUhia7MpayHoHhV { width:10.1875rem;height:1.75rem;top:1.8125rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfPpCbtKTw6NIAsAMqqhzCx018MV3DTN { width:18.3125rem;height:3.0625rem;top:5.4053821563721rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIJNPCGx1mrKT2dhNWOWzgSoM7snzaSL { width:18.1875rem;height:1.4622375rem;top:6.2057290077209rem;left:1.1250000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HTlA4KU4V80XHT6aBU8ol8upyQ4i2tGO { width:19.8125rem;height:5.25rem;top:9.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GsF4o9lGaVhHIV5TKXgq7hIvnEZ4F05M { display:block; }#GsF4o9lGaVhHIV5TKXgq7hIvnEZ4F05M > .row .container { width:20rem;height:144rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gm3shKvyMesRiucpz5BvPPyaHaV8z8Di { width:20rem;height:15.7421875rem;top:1.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cPyiITDUcEWDWoLphR5oQGrI0QHQaE1Z { width:18.9375rem;height:6.09375rem;top:136.35243439674rem;left:0.53125005960464rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GMFROOV2ULKPh5xxrcqvJxOmlB9XKIV8 { width:19.8125rem;height:27rem;top:44.850692749024rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#GMFROOV2ULKPh5xxrcqvJxOmlB9XKIV8 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#GMFROOV2ULKPh5xxrcqvJxOmlB9XKIV8 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2e797555-7216-49da-a971-d474ef436a22/Path11549.svg); }
 }@media only screen and (max-width: 763px) { #KBGIKP8mgoWRv7fu5z62rhAnvCWsWbv5 { width:17.5rem;height:3.4375rem;top:18.849826335907rem;left:2.0234375596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md1fMnw5hdnWKxUly0iyJHFsTOIy22Hb { display:block; }
 }@media only screen and (max-width: 763px) { #piKvtMv6OBvssbOytqCmqMl1gdcdc3Cg { width:20rem;height:7.4365rem;top:126.94271087646rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xey6BesuZLrPvglFH0PiUUrwZEOSnWlr { width:19.0625rem;height:1.381075rem;top:42.588542938233rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #OmwrTs9IUTiIF9KP7ecXxxJLOnDkcw6x { width:20rem;height:30rem;top:71.850697040556rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #opzNohSDXSMwNdAxkV7rr0HLCeTPauAv { width:9.4375rem;height:13.5625rem;top:23.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #obpiVC3a99MbJChu3yz2t3rcEIzT93fB { width:17.5rem;height:3.4375rem;top:103.03733062744rem;left:1.2500000596046rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #xetUv2LauTn7GezllqJQ0Gq2kWuFKBi7 { display:block; }
 }@media only screen and (max-width: 763px) { #oTxFLflDZu7Dq9SkaLbCMwfIZJlqEUbx { width:20rem;height:16.5rem;top:108.22483444214rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #uGPqcr3NpWgTHtqPkRNDMBTCb65By6g6 { width:18.875rem;height:13.125rem;top:28.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBhyurWibgATtEdJ4i9V9PVG8VbrZWxx { display:block; }#BBhyurWibgATtEdJ4i9V9PVG8VbrZWxx > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sLAoTm5vaf0FKwJ2uJ9eGvw5m2QOyn2G { width:20rem;height:13.8125rem;top:10.296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahy4hhzqKeIVlarMr9Wb9PQxTCTau0kd { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TbuuMqvPGdohZXb3Btb9Wr2iefowRH3D { display:block; }#TbuuMqvPGdohZXb3Btb9Wr2iefowRH3D > .row .container { width:20rem;height:24.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #co6KAN6TMcwPFbyQIlxm6VPXidCsBDsh { width:11.625rem;height:2.0625rem;top:1.6875rem;left:4.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgFWlKhTpeVuRNHbudvTgqWDw6ybZvzk { width:16.625rem;height:1.29980625rem;top:5.625rem;left:1.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ClT9nKmsJl5J6COdTR17krNamulBdCHX { width:6.5rem;height:1.29980625rem;top:10.67448125rem;left:6.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ALRWrCiwXv9sR6VzTEpsUSWi1RKO6QRw { width:6.5rem;height:1.29980625rem;top:18.27344375rem;left:6.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ppzgFDXeaOrHIE5phsdTP794fdWxNrvV { width:12.875rem;height:3.125rem;top:1.25rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXH5yVvdUVdIUiuJHSd1Ev6Sr0aaFORI { width:16.625rem;height:1.29980625rem;top:13.2239625rem;left:1.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AFkQoTXyhQpaKLmorQTInXQeZ1MJniAI { display:flex;width:1.25rem;height:1.25rem;top:8.17448125rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #pTaRIF9ZNwkEnSk315enOe28ltPl28VT { display:flex;width:1.25rem;height:1.25rem;top:15.77344375rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #fKnV3J1V5KqbcVJulHqvnIkTx3DxqG1U { display:flex;width:3rem;height:2.875rem;top:20.822925rem;left:8.5rem; }
#fKnV3J1V5KqbcVJulHqvnIkTx3DxqG1U > img { max-width: 100%;max-height:100%; width:3rem; height:2.875rem; } }@media only screen and (max-width: 763px) { #Vz9t9KoMAThd92Wc7XacEOq2TATlADi7 { display:block; }#Vz9t9KoMAThd92Wc7XacEOq2TATlADi7 > .row .container { width:20rem;height:21.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wt5aE6sHwyKRk6ouzVN0slWJXvVkPWaK { width:12.5rem;height:1.29980625rem;top:1.25rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eKC7HRFmlClPw281VPP1p7lDEJbGAEXf { width:2.25rem;height:2.25rem;top:3.79948125rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l47SEui0wfr1a8T4QK16nKh55JyGSP5U { width:2.25rem;height:2.25rem;top:7.29948125rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ivqw5eEIRDE03iUTu1kKK9p17KPsdti8 { width:3.5625rem;height:2.75rem;top:10.79948125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2SkX7ueF51WlxSlsekFlhiwHXoRp2JE { width:20rem;height:1.29980625rem;top:14.79948125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uwao6mag4fZO6iseDqC6beoviELC8beE { width:20rem;height:2.5996125rem;top:17.3489625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }