.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;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BgDFr42dI5TAIOv0zWCeopcZQxRUweHV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #bf9000, rgba(191,144,0,0.8));background-image: -moz-linear-gradient(180deg, #bf9000, rgba(191,144,0,0.8));background-image: -ms-linear-gradient(180deg, #bf9000, rgba(191,144,0,0.8));background-image: -o-linear-gradient(180deg, #bf9000, rgba(191,144,0,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf9000', endColorstr='#bf9000cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf9000', endColorstr='#bf9000cc' );";background-image: linear-gradient(180deg, #bf9000, rgba(191,144,0,0.8));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; }#BgDFr42dI5TAIOv0zWCeopcZQxRUweHV > .row .container { background-color: transparent; background-image: none; }#BgDFr42dI5TAIOv0zWCeopcZQxRUweHV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BgDFr42dI5TAIOv0zWCeopcZQxRUweHV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BgDFr42dI5TAIOv0zWCeopcZQxRUweHV > .row .container > .video-iframe-container { display: none; }#BgDFr42dI5TAIOv0zWCeopcZQxRUweHV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BgDFr42dI5TAIOv0zWCeopcZQxRUweHV > .row > .video-iframe-container { display: none; }#BgDFr42dI5TAIOv0zWCeopcZQxRUweHV > .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); }#BgDFr42dI5TAIOv0zWCeopcZQxRUweHV > .row .container { border-width: 0; border-radius: 0; }#BgDFr42dI5TAIOv0zWCeopcZQxRUweHV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BgDFr42dI5TAIOv0zWCeopcZQxRUweHV > .row .container { font-size:0.875rem;font-family:arial;height:32.3125rem;width:60rem;position:relative;display:block; }#tOmNun3C8J2qDTzFUPFZ2DWcvLAT3oyN { color:#ffffff;display:block;width:30.6875rem;position:absolute;font-family:satoshi;font-size:2.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.2939453125rem;left:0rem;height:12.349625rem;font-style:normal;display:block; }
#bJtBRJ8LZ79alT7GBMEOLNs0DhvNW56G { color:#ffffff;display:block;width:31.0625rem;position:absolute;font-family:satoshi;font-size:1.625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:19.47509765625rem;left:0rem;height:6.3369375rem;font-style:normal;display:block; }
#xVEBPQWptyEV1PRCQ2P7RX5ge21a6cE9 { position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:27.0625rem;width:27.0625rem;top:2.3125rem;left:31.375rem;display:block; }
#HcOOopg4kZc6cz8JWAoLr3p4w7mmo5Kw { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:27.0625rem;width:27.0625rem;top:1.8125rem;left:31.875rem;display:block; }
#zUdP1hSX8BQJ4mSE51HfkFxLh4zkeZoi { position:absolute;display:block;z-index:15014;background-color:rgba(237,246,255,0.5);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:25.8125rem;width:25.8125rem;top:2.625rem;left:35.5625rem;display:block; }
#zvdOIoATTdLBzAqosuzI5eA5rhivMPwl { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.3125rem;border-top-right-radius:10.3125rem;border-bottom-left-radius:10.3125rem;border-bottom-right-radius:10.3125rem;box-shadow: none;height:24.4375rem;width:23.5625rem;top:4.5rem;left:33.625rem;overflow:hidden;display:block; }
#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(191,144,0,0.75);background-image:url("https://images.assets-landingi.com/uc/7c1ea3ea-ec6a-400f-bb44-352df20a5515/Group1.png");background-position:bottom 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:block; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF.adaptive-delivery-prevent-bg, #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF.lazyload, #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF.lazyloading { background-image: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { background-color: transparent; background-image: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container > .video-iframe-container { display: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row > .video-iframe-container { display: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .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); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { border-width: 0; border-radius: 0; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:60rem;position:relative;display:block; }#sVnq1myEqZtCNotvZELT6PJDtRo1KJCi { 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; }#sVnq1myEqZtCNotvZELT6PJDtRo1KJCi > .row .container { background-color: transparent; background-image: none; }#sVnq1myEqZtCNotvZELT6PJDtRo1KJCi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVnq1myEqZtCNotvZELT6PJDtRo1KJCi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVnq1myEqZtCNotvZELT6PJDtRo1KJCi > .row .container > .video-iframe-container { display: none; }#sVnq1myEqZtCNotvZELT6PJDtRo1KJCi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVnq1myEqZtCNotvZELT6PJDtRo1KJCi > .row > .video-iframe-container { display: none; }#sVnq1myEqZtCNotvZELT6PJDtRo1KJCi > .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); }#sVnq1myEqZtCNotvZELT6PJDtRo1KJCi > .row .container { border-width: 0; border-radius: 0; }#sVnq1myEqZtCNotvZELT6PJDtRo1KJCi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sVnq1myEqZtCNotvZELT6PJDtRo1KJCi > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:60rem;position:relative;display:block; }#XuHSpWt7JGPCTfCxa2eUpmz0PAH5syNE { background-color:#446882;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: 0.1875rem 0.1875rem 0.3125rem rgba(9,33,88,0.5) ;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:satoshi;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:48.75rem;height:6.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.625rem;left:5.625rem;display:block; }
#nkB2AUGmim285qqTKDBN3s7vtyDAx64o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx { 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; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { background-color: transparent; background-image: none; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container > .video-iframe-container { display: none; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row > .video-iframe-container { display: none; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .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); }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { border-width: 0; border-radius: 0; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { font-size:0.875rem;font-family:arial;height:39.0625rem;width:60rem;position:relative;display:block; }#g5n9ZyQWzTcSDlibVr3IC9DHb1rRyvu7 { color:#bf9000;display:block;width:31.875rem;position:absolute;font-family:satoshi;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.0625rem;left:28.125rem;height:4.875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#p3k5owoqa2pc0x2FI9diSaM6oVOrbyOe { background-color:transparent;background-image: -webkit-linear-gradient(62deg, #446882, rgba(68,104,130,0.8));background-image: -moz-linear-gradient(62deg, #446882, rgba(68,104,130,0.8));background-image: -ms-linear-gradient(62deg, #446882, rgba(68,104,130,0.8));background-image: -o-linear-gradient(62deg, #446882, rgba(68,104,130,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#446882', endColorstr='#446882cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#446882', endColorstr='#446882cc' );";background-image: linear-gradient(62deg, #446882, rgba(68,104,130,0.8));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: 0.1875rem 0.1875rem 0.3125rem #b2846a ;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:satoshi;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.5rem;height:3.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:28.03125rem;left:30.5rem;display:block; }
#OtB2Mlc89fITOlVhWsonv6pQOTTkUuat { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p6w0nh9yDiU9aUG81Ev0uhnGMXJq0r1l { color:#505050;display:block;width:25.625rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:9.31884765625rem;left:34.375rem;height:13.16165rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#tmOeaBAfWPPpuwec9tGynDMbvb33qNgd { position:absolute;display:block;z-index:15006;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:33.9375rem;width:24.8125rem;top:1.75rem;left:1.3125rem;overflow:hidden;display:block; }
#AskifJD4asqnLJwtZC1gAIfwz8QbSPte { 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; }#AskifJD4asqnLJwtZC1gAIfwz8QbSPte > .row .container { background-color: transparent; background-image: none; }#AskifJD4asqnLJwtZC1gAIfwz8QbSPte::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AskifJD4asqnLJwtZC1gAIfwz8QbSPte > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AskifJD4asqnLJwtZC1gAIfwz8QbSPte > .row .container > .video-iframe-container { display: none; }#AskifJD4asqnLJwtZC1gAIfwz8QbSPte > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AskifJD4asqnLJwtZC1gAIfwz8QbSPte > .row > .video-iframe-container { display: none; }#AskifJD4asqnLJwtZC1gAIfwz8QbSPte > .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); }#AskifJD4asqnLJwtZC1gAIfwz8QbSPte > .row .container { border-width: 0; border-radius: 0; }#AskifJD4asqnLJwtZC1gAIfwz8QbSPte > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AskifJD4asqnLJwtZC1gAIfwz8QbSPte > .row .container { font-size:0.875rem;font-family:arial;height:35.8125rem;width:60rem;position:relative;display:block; }#zWiTiM0S7PGXQsRcHBD9kBNQckaJGORE { color:#023a4f;display:block;width:39.3125rem;position:absolute;font-family:kalnia;font-size:2.8125rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:2.5625rem;left:12.0625rem;height:3.375rem;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;text-align:center;text-align-last:center;display:block; }
#ixKh5flL33p2ABEmTDOnFFDEaXx5OzKs { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15006;background-color:#416b7b;background-image:none;top:5rem;left:0rem;display:block; }
#Eb5sEC7FdddiZAZqOSCHF8pCuzfHPy8X { box-sizing:content-box;height:1.8125rem;width:39.4375rem;position:absolute;display:block;z-index:15015;background-color:#ededed;background-image:none;top:4.0625rem;left:12rem;display:block; }
#dBATxan664uwxdXTL0CZ7nRbWFSkk0ks { box-sizing:content-box;height:13.125rem;width:23.625rem;position:absolute;display:block;z-index:14997;background-color:#bf9000;background-image:none;top:11.25rem;left:35rem;display:block; }
#Autrv7klXLNrpH8mw0Zt9A6CLzlnCzCb { color:#ffffff;display:block;width:21.9375rem;position:absolute;font-family:kalnia;font-size:1.625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:12.875rem;left:35.84375rem;height:2.11230625rem;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;text-align:center;text-align-last:center;display:block; }
#dfgQDyW9dOmTGq6iV2LNuzBDtp4VT1tS { color:#5e5e5e;display:block;width:29.0625rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:8.80615234375rem;left:2.625rem;height:;display:block; }#dfgQDyW9dOmTGq6iV2LNuzBDtp4VT1tS li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#dfgQDyW9dOmTGq6iV2LNuzBDtp4VT1tS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7f178e4829cfb982dc9b243df1146b94.svg); }
#veR8h1qrTF9Bh6yntn4lCxulSCQoUxgc { color:#ffffff;display:block;width:21.9375rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:16.31884765625rem;left:35.84375rem;height:4.875rem;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;text-align:center;text-align-last:center;display:block; }
#tOzZZBXZSXq8FK2RnCocDH5g2C1ycKdm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;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; }#tOzZZBXZSXq8FK2RnCocDH5g2C1ycKdm > .row .container { background-color: transparent; background-image: none; }#tOzZZBXZSXq8FK2RnCocDH5g2C1ycKdm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOzZZBXZSXq8FK2RnCocDH5g2C1ycKdm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOzZZBXZSXq8FK2RnCocDH5g2C1ycKdm > .row .container > .video-iframe-container { display: none; }#tOzZZBXZSXq8FK2RnCocDH5g2C1ycKdm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOzZZBXZSXq8FK2RnCocDH5g2C1ycKdm > .row > .video-iframe-container { display: none; }#tOzZZBXZSXq8FK2RnCocDH5g2C1ycKdm > .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); }#tOzZZBXZSXq8FK2RnCocDH5g2C1ycKdm > .row .container { border-width: 0; border-radius: 0; }#tOzZZBXZSXq8FK2RnCocDH5g2C1ycKdm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tOzZZBXZSXq8FK2RnCocDH5g2C1ycKdm > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:60rem;position:relative;display:block; }#mGiGME8O3S4a3nubgWBTAl9evPXd4DdH { box-sizing:content-box;height:24.3125rem;width:32.375rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(62deg, #446882, rgba(68,104,130,0.8));background-image: -moz-linear-gradient(62deg, #446882, rgba(68,104,130,0.8));background-image: -ms-linear-gradient(62deg, #446882, rgba(68,104,130,0.8));background-image: -o-linear-gradient(62deg, #446882, rgba(68,104,130,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#446882', endColorstr='#446882cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#446882', endColorstr='#446882cc' );";background-image: linear-gradient(62deg, #446882, rgba(68,104,130,0.8));background-size:auto !important;top:3.25rem;left:0rem;display:block; }
#l9tEwBFJOJP4IMQE4l61xT6KiuAtlLOT { color:#023a4f;display:block;width:34.8125rem;position:absolute;font-family:kalnia;font-size:2.25rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:4.3125rem;left:24.25rem;height:2.69970625rem;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;text-align:left;text-align-last:left;display:block; }
#RMnasEFSAkya5NnwrUwuENMTThAPXr7S { box-sizing:content-box;height:20.0625rem;width:20.0625rem;position:absolute;display:block;z-index:15025;background-color:transparent;background-image:none;top:1.9375rem;left:0.5625rem;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;border-top:0.125rem solid #e7e3df;border-left:0.125rem solid #e7e3df;border-right:0.125rem solid #e7e3df;border-bottom:0.125rem solid #e7e3df;display:block; }
#QHRpvaT9Q8kA8dWrriRq6IrncpRWV7fn { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15002;background-color:#bf9000;background-image:none;top:9rem;left:33.25rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#O7AHXEdIVLMmWRyIvXmTGZarkIImKBuC { color:#023a4f;display:block;width:22.875rem;position:absolute;font-family:satoshi;font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:9rem;left:37.125rem;height:3.0869125rem;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;text-align:left;text-align-last:left;display:block; }
#HKOOTTImw5Rb4uANQ9tyMdm65NLUx9VJ { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15007;background-color:#bf9000;background-image:none;top:12.75rem;left:33.25rem;box-shadow: none;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#wftsK2M0I7RiCpZHbuO4alSPm6vXu4UD { color:#023a4f;display:block;width:24.3125rem;position:absolute;font-family:satoshi;font-size:1.1875rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:13.625rem;left:36.875rem;height:1.42480625rem;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;text-align:left;text-align-last:left;display:block; }
#JFTF3pm4pgWGSuy0Fz62FfZv2oEL1Auk { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:13.1875rem;left:33.6875rem; }
#ExbgUQw8I645Sp0Pc0M4tHTOAFXs0b7Q { color:#023a4f;display:block;width:23.125rem;position:absolute;font-family:satoshi;font-size:1.1875rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:21.6875rem;left:36.875rem;height:4.2744125rem;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;text-align:left;text-align-last:left;display:block; }
#KiAwZvRv3D0fXxovFXKAf7CsszXrn3TM { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15010;background-color:#bf9000;background-image:none;top:16.875rem;left:33.25rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#M1T6SQWOfkBCIK6dHOeUWvQGsEdQT6bd { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:17.3125rem;left:33.6875rem; }
#PwsyZUnwigNDP6DxKZmGNtKOon2Rm1sb { color:#023a4f;display:block;width:23.125rem;position:absolute;font-family:satoshi;font-size:1.1875rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:17rem;left:36.875rem;height:2.8496125rem;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;text-align:left;text-align-last:left;display:block; }
#PEZH1WeSfonqT0BvLN28yiPKKoUmWWie { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15013;background-color:#bf9000;background-image:none;top:22.25rem;left:33.25rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#bfn0GgLJZohKs2V08C1qoy9Q6vxm6i1C { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:22.6875rem;left:33.6875rem; }
#LCToEig8UZ62vH4lyNXVJOeJxtfM2Wm3 { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:27.5rem;left:33.6875rem; }
#bcFD6VoTr1tkbMDoXkzTXSctKud0aRmC { color:#023a4f;display:block;width:23.125rem;position:absolute;font-family:satoshi;font-size:1.1875rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:27.3125rem;left:36.875rem;height:2.8496125rem;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;text-align:left;text-align-last:left;display:block; }
#DEy7KZzqyn2yOk7mabqKRvtt66SDsKTS { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15016;background-color:#bf9000;background-image:none;top:27.0625rem;left:33.25rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#Rt6D5zIZk4z7cXQQlc7F3e3CQAgEBHbS { box-sizing:content-box;height:13.625rem;width:28.1875rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(62deg, #bf9000, #bf9000);background-image: -moz-linear-gradient(62deg, #bf9000, #bf9000);background-image: -ms-linear-gradient(62deg, #bf9000, #bf9000);background-image: -o-linear-gradient(62deg, #bf9000, #bf9000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf9000', endColorstr='#bf9000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf9000', endColorstr='#bf9000' );";background-image: linear-gradient(62deg, #bf9000, #bf9000);background-size:auto !important;top:22.75rem;left:2.4375rem;display:block; }
#EqFIQdzQ0JXTcleOBo7aUnELRwCV6SGp { color:#ffffff;display:block;width:53.875rem;position:absolute;font-family:satoshi;font-size:1.3125rem;font-weight:400;z-index:15029;line-height:1.2;letter-spacing:0;top:24.5625rem;left:3.875rem;height:1.57470625rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#CAOzwFUAgnBdAAlVR9n79MsFHVOadkNV { color:#ffffff;display:block;width:26.375rem;position:absolute;font-family:satoshi;font-size:0.875rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:27.4375rem;left:3.875rem;height:6.6235625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#CAOzwFUAgnBdAAlVR9n79MsFHVOadkNV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CAOzwFUAgnBdAAlVR9n79MsFHVOadkNV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_59c58ca305acababd355af60ca3c749d993297e8.svg); }
#b1GfeA3EnskRk9baBynWFALNU5uJhnwG { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:375rem;border-top-right-radius:375rem;border-bottom-left-radius:375rem;border-bottom-right-radius:375rem;box-shadow: none;height:14.4375rem;width:21.8125rem;top:5.875rem;left:2.4375rem;overflow:hidden;display:block; }
#JMA9sPg5p9H54DQIDT4ZWNMcaUgdHnbp { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:9.4375rem;left:33.6875rem; }
#RGuBf6Gmm4HvhOm7OKO0qmMBNKiuIqOO { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:21.375rem;left:33.6875rem;display:none; }
#B8LtkgNTTGv6cgrOz3xmiBJRAa9WoE0x { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15019;background-color:#bf9000;background-image:none;top:31.75rem;left:33.25rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#c4SHSs04EM0oRFRJ7wQQ0mwSWSTl6c5d { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:32.1875rem;left:33.6875rem; }
#CEHf3p1N9udtRq3SN4D11yCmrpWBLOKn { color:#023a4f;display:block;width:25.5625rem;position:absolute;font-family:satoshi;font-size:1.1875rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:32rem;left:36.875rem;height:2.8496125rem;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;text-align:left;text-align-last:left;display:block; }
#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#bf9000;background-image:url("https://images.assets-landingi.com/uc/082ce46c-7347-4293-b62d-86d33ead189c/image.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg.adaptive-delivery-prevent-bg, #RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg.lazyload, #RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg.lazyloading { background-image: none; }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row .container { background-color: transparent; background-image: none; }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row .container > .video-iframe-container { display: none; }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row > .video-iframe-container { display: none; }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .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); }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row .container { border-width: 0; border-radius: 0; }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row .container { font-size:0.875rem;font-family:arial;height:38.9375rem;width:60rem;position:relative;display:block; }#o5wN19dvARbqwVfXTCvw4vxm7bZaC9IR { color:#eef1f3;display:block;width:54rem;position:absolute;font-family:kalnia;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2rem;left:-6.9375rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sxgbLkFR5AkLZrtOyFEHyex0f5aVkAOn { color:#eef1f3;display:block;width:40.3125rem;position:absolute;font-family:satoshi;font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.25rem;left:0rem;height:3.7373rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mVzRwpKU2J1GnTI81a3XaGhAvuNktnDo { color:#eef1f3;display:block;width:47.125rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:18.125rem;left:0.875rem;height:19.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x2LTR0Ek4xPpDqwCHncyMDzhfTluZacX { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:18.4375rem;left:-2.125rem; }
#vIXlN8TCByTmPAOrGrJdene1ZEO7hncM { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:20.5rem;left:-2.0625rem; }
#IgegNE4KHzk72Qh7LQd58tTrNQTuURXQ { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:26.9375rem;left:-2.0625rem; }
#iAoihsN5MUcomSqtX6XTsByL3xGVK9NF { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:29.0625rem;left:-2.0625rem; }
#aRWbqIBGGJcX7ryIhhsiBTJ81mgiXJaU { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:22.625rem;left:-2.0625rem; }
#BoXkoqIRNbVmTcy7Vxdg72xACwaxT72N { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:24.75rem;left:-2.0625rem; }
#CqJEEbQSmLPfzZDFUGQatJSTVuoiEITG { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:31.25rem;left:-2.0625rem; }
#L4Z6Hxb6TrooTD1f1gkXWvvoD7rsBWgG { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:33.375rem;left:-2.0625rem; }
#sml55vF1LV13ll62wc2ZXWTDl2NehExr { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:35.375rem;left:-2rem; }
#M4aBbBIKIiHNtzVIhGcGe02TNTNS6Qsr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;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; }#M4aBbBIKIiHNtzVIhGcGe02TNTNS6Qsr > .row .container { background-color: transparent; background-image: none; }#M4aBbBIKIiHNtzVIhGcGe02TNTNS6Qsr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4aBbBIKIiHNtzVIhGcGe02TNTNS6Qsr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4aBbBIKIiHNtzVIhGcGe02TNTNS6Qsr > .row .container > .video-iframe-container { display: none; }#M4aBbBIKIiHNtzVIhGcGe02TNTNS6Qsr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4aBbBIKIiHNtzVIhGcGe02TNTNS6Qsr > .row > .video-iframe-container { display: none; }#M4aBbBIKIiHNtzVIhGcGe02TNTNS6Qsr > .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); }#M4aBbBIKIiHNtzVIhGcGe02TNTNS6Qsr > .row .container { border-width: 0; border-radius: 0; }#M4aBbBIKIiHNtzVIhGcGe02TNTNS6Qsr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M4aBbBIKIiHNtzVIhGcGe02TNTNS6Qsr > .row .container { font-size:0.875rem;font-family:arial;height:39.75rem;width:60rem;position:relative;display:block; }#x1W6KQoreXmTH4T7rfGfhgm4HACGk4h6 { color:#023a4f;display:block;width:21.1875rem;position:absolute;font-family:satoshi;font-size:2.5625rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:3rem;left:19.375rem;height:3.07470625rem;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;text-align:center;text-align-last:center;display:block; }
#hgnMXBO681uP9iTtym7ZElPWyRXCSITL { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15006;background-color:#416b7b;background-image:none;top:5rem;left:0rem;display:block; }
#ZyTkf7kMNqL1UyUNsy2cPpWkasgpsOlm { box-sizing:content-box;height:1.8125rem;width:21.875rem;position:absolute;display:block;z-index:15015;background-color:#ededed;background-image:none;top:4.0625rem;left:19.0625rem;display:block; }
#ZtB69u9puFkucRpdm6F5ffluzO7dKMIN { 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:15022;opacity:1;top:8.25rem;left:49rem; }
#k8PCtUAxcteZ8nFcm2DOrwSZ0I4q9kwt { box-sizing:content-box;height:24.625rem;width:17.5rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;top:9.65625rem;left:41.28125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid #446882;border-left:0.125rem solid #446882;border-right:0.125rem solid #446882;border-bottom:0.125rem solid #446882;display:block; }
#onHGioTnw4bgMrhpoFGF9hPSOvhH1PEe { color:#023a4f;display:block;width:17.625rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:12.25rem;left:41.4375rem;height:4.0625rem;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;text-align:center;text-align-last:center;display:block; }
#JFop1lW7b9uwUSeAWvyID4Xi2FpuKoCn { color:#023a4f;display:block;width:14.9375rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:18.28125rem;left:42.6875rem;height:7.6245rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#JFop1lW7b9uwUSeAWvyID4Xi2FpuKoCn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JFop1lW7b9uwUSeAWvyID4Xi2FpuKoCn li:before{  }
#ap6Hiia4VMIE9vVepOdIQLQuta69MZIe { box-sizing:content-box;height:24.6875rem;width:17.5rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image:none;top:9.625rem;left:21.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid #446882;border-left:0.125rem solid #446882;border-right:0.125rem solid #446882;border-bottom:0.125rem solid #446882;display:block; }
#DmHuC7QspyKwLcx7qvE6U2Ayy66hFdMh { color:#023a4f;display:block;width:15.9375rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:17.6875rem;left:22.03125rem;height:15.874rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#DmHuC7QspyKwLcx7qvE6U2Ayy66hFdMh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DmHuC7QspyKwLcx7qvE6U2Ayy66hFdMh li:before{  }
#JLgXHDmpnzfTD5a2kiXgVz2odOPC3kPQ { color:#023a4f;display:block;width:17.625rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:12.25rem;left:21.1875rem;height:4.0625rem;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;text-align:center;text-align-last:center;display:block; }
#WzEon1OuZGtpg8rP31rsNsriS58ud5Di { 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:15024;opacity:1;top:8.625rem;left:28.875rem; }
#MVR1kInui4zcLolI15c6MBUFt0vsrBaO { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(62deg, #446882, rgba(68,104,130,0.85));background-image: -moz-linear-gradient(62deg, #446882, rgba(68,104,130,0.85));background-image: -ms-linear-gradient(62deg, #446882, rgba(68,104,130,0.85));background-image: -o-linear-gradient(62deg, #446882, rgba(68,104,130,0.85));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#446882', endColorstr='#446882d8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#446882', endColorstr='#446882d8' );";background-image: linear-gradient(62deg, #446882, rgba(68,104,130,0.85));background-size:auto !important;top:7.875rem;left:48.625rem;display:block; }
#tb2Jcb6XNtMTfI32n9qxWU7Wy4rTt259 { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(62deg, #446882, rgba(68,104,130,0.85));background-image: -moz-linear-gradient(62deg, #446882, rgba(68,104,130,0.85));background-image: -ms-linear-gradient(62deg, #446882, rgba(68,104,130,0.85));background-image: -o-linear-gradient(62deg, #446882, rgba(68,104,130,0.85));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#446882', endColorstr='#446882d8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#446882', endColorstr='#446882d8' );";background-image: linear-gradient(62deg, #446882, rgba(68,104,130,0.85));background-size:auto !important;top:8.25rem;left:28.5rem;display:block; }
#NAHhBGfha2fXrQc3E5ybRmwPNVIcAiHR { box-sizing:content-box;height:24.625rem;width:19.0625rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:9.6875rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid #446882;border-left:0.125rem solid #446882;border-right:0.125rem solid #446882;border-bottom:0.125rem solid #446882;display:block; }
#mWImAFOlcUbrBRLGTKphKGQwU9bKJfOm { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(62deg, #446882, rgba(68,104,130,0.8));background-image: -moz-linear-gradient(62deg, #446882, rgba(68,104,130,0.8));background-image: -ms-linear-gradient(62deg, #446882, rgba(68,104,130,0.8));background-image: -o-linear-gradient(62deg, #446882, rgba(68,104,130,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#446882', endColorstr='#446882cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#446882', endColorstr='#446882cc' );";background-image: linear-gradient(62deg, #446882, rgba(68,104,130,0.8));background-size:auto !important;top:8.25rem;left:8.125rem;display:block; }
#e4bUDnWXdQFyZGOuoF185pikBJcMXrfO { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:8.625rem;left:8.5rem; }
#QXH9CZPdE6RP0PbPbTcoEK3NAFyT80T0 { color:#023a4f;display:block;width:19.4375rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:12.625rem;left:0rem;height:4.0625rem;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;text-align:center;text-align-last:center;display:block; }
#kJOg0SGrTHb52FXQoBAuhcOGO3CAkwa2 { color:#023a4f;display:block;width:16.5625rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:18.65576171875rem;left:1.375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#kJOg0SGrTHb52FXQoBAuhcOGO3CAkwa2 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#kJOg0SGrTHb52FXQoBAuhcOGO3CAkwa2 li:before{  }
#HghSl5Oo3b85T3qTpcRqAVhLQkTkJnvB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e1d8;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; }#HghSl5Oo3b85T3qTpcRqAVhLQkTkJnvB > .row .container { background-color: transparent; background-image: none; }#HghSl5Oo3b85T3qTpcRqAVhLQkTkJnvB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HghSl5Oo3b85T3qTpcRqAVhLQkTkJnvB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HghSl5Oo3b85T3qTpcRqAVhLQkTkJnvB > .row .container > .video-iframe-container { display: none; }#HghSl5Oo3b85T3qTpcRqAVhLQkTkJnvB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HghSl5Oo3b85T3qTpcRqAVhLQkTkJnvB > .row > .video-iframe-container { display: none; }#HghSl5Oo3b85T3qTpcRqAVhLQkTkJnvB > .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); }#HghSl5Oo3b85T3qTpcRqAVhLQkTkJnvB > .row .container { border-width: 0; border-radius: 0; }#HghSl5Oo3b85T3qTpcRqAVhLQkTkJnvB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HghSl5Oo3b85T3qTpcRqAVhLQkTkJnvB > .row .container { font-size:0.875rem;font-family:arial;height:45.5rem;width:60rem;position:relative;display:block; }#vzGrHek8xACcyAnHUN6MIaVSwHy7sgTG { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15004;background-color:#416b7b;background-image:none;top:4.125rem;left:26.875rem;display:block; }
#GxiUkDxKnhyXCyXBML6dnU59otqPpA1V { color:#1e2b50;display:block;width:60rem;position:absolute;font-family:kalnia;font-size:2.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:5.8125rem;left:0.625rem;height:3.07470625rem;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;text-align:center;text-align-last:center;display:block; }
#NBb6w0zFfOtJPTxzA6LeEs3AwrJlJuWa { color:#023a4f;display:block;width:52.375rem;position:absolute;font-family:satoshi;font-size:1.4375rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:11.3125rem;left:4.5rem;height:;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#i61u1Io7ftl0KZRuVWnJ7tX7mZq3pcUi { color:#023a4f;display:block;width:52.25rem;position:absolute;font-family:satoshi;font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:13.84423828125rem;left:3.875rem;height:;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;text-align:center;text-align-last:center;display:block; }
#zHCqQqSKpemtf9TETL7iZmVb3rnDSiv3 { color:#023a4f;display:block;width:52.25rem;position:absolute;font-family:satoshi;font-size:1.1875rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:26.4375rem;left:4.5rem;height:;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;text-align:center;text-align-last:center;display:block; }
#HhI0Wp0XBe3yAhJernUmgLtemyf0osop { color:#023a4f;display:block;width:52.75rem;position:absolute;font-family:satoshi;font-size:1.4375rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:23.25rem;left:3.625rem;height:2.01220625rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nLakKPNE3U7lqLbQCixyebGXbJd8ERI7 { color:#023a4f;display:block;width:52.25rem;position:absolute;font-family:satoshi;font-size:1.1875rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:37.25rem;left:3.6875rem;height:;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;text-align:center;text-align-last:center;display:block; }
#FZPzRBFHTPfyHuZ5tV0hr6L5pDxfRWU5 { color:#023a4f;display:block;width:52.75rem;position:absolute;font-family:satoshi;font-size:1.4375rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:34.625rem;left:3.4375rem;height:;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rp6TfLF3sIyBcmThoEgZCKlOLgNhI40B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(62deg, #eef1f3, #eef1f3);background-image: -moz-linear-gradient(62deg, #eef1f3, #eef1f3);background-image: -ms-linear-gradient(62deg, #eef1f3, #eef1f3);background-image: -o-linear-gradient(62deg, #eef1f3, #eef1f3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef1f3', endColorstr='#eef1f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef1f3', endColorstr='#eef1f3' );";background-image: linear-gradient(62deg, #eef1f3, #eef1f3);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; }#rp6TfLF3sIyBcmThoEgZCKlOLgNhI40B > .row .container { background-color: transparent; background-image: none; }#rp6TfLF3sIyBcmThoEgZCKlOLgNhI40B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rp6TfLF3sIyBcmThoEgZCKlOLgNhI40B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rp6TfLF3sIyBcmThoEgZCKlOLgNhI40B > .row .container > .video-iframe-container { display: none; }#rp6TfLF3sIyBcmThoEgZCKlOLgNhI40B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rp6TfLF3sIyBcmThoEgZCKlOLgNhI40B > .row > .video-iframe-container { display: none; }#rp6TfLF3sIyBcmThoEgZCKlOLgNhI40B > .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); }#rp6TfLF3sIyBcmThoEgZCKlOLgNhI40B > .row .container { border-width: 0; border-radius: 0; }#rp6TfLF3sIyBcmThoEgZCKlOLgNhI40B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rp6TfLF3sIyBcmThoEgZCKlOLgNhI40B > .row .container { font-size:0.875rem;font-family:arial;height:63.5625rem;width:60rem;position:relative;display:block; }#veZFNW2i3epPoyAr9TyiSX9gBoJpSwTC { color:#505050;display:block;width:58.3125rem;position:absolute;font-family:kalnia;font-size:2.5rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:3.14990234375rem;left:1.6875rem;height:3rem;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;text-align:center;text-align-last:center;display:block; }
#eAcJkLWBIT329R8TwFspLQUVguZUpokI { box-sizing:content-box;height:9.25rem;width:59.75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:11.75rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid #b94c5f;border-left:0.125rem solid #b94c5f;border-right:0.125rem solid #b94c5f;border-bottom:0.125rem solid #b94c5f;display:block; }
#I1DiMTyKUtcMw5nR2aUxsipKa3JGFoyC { color:#505050;display:block;width:41.9375rem;position:absolute;font-family:satoshi;font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:13.453125rem;left:19.0625rem;height:1.94970625rem;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;text-align:left;text-align-last:left;display:block; }
#kfvX3wLrUTyMkJ5tro67TqIrypOAJ6ZG { box-sizing:content-box;height:6.25rem;width:0.125rem;position:absolute;display:block;z-index:15020;background-color:#b94c5f;background-image:none;top:13.10595703125rem;left:16.375rem;display:block; }
#DTsNtbP7sx106KIhoIC7IvugDVSDrXr2 { box-sizing:content-box;height:9.25rem;width:59.75rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:23.6875rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid #b94c5f;border-left:0.125rem solid #b94c5f;border-right:0.125rem solid #b94c5f;border-bottom:0.125rem solid #b94c5f;display:block; }
#KbCBA6JBec38dDKVnUUSR0i1wEhuvViv { box-sizing:content-box;height:6.25rem;width:0.125rem;position:absolute;display:block;z-index:15024;background-color:#b94c5f;background-image:none;top:25.3125rem;left:16.375rem;display:block; }
#y0JfSygPgGdwFUCeuRS3tdrBiTkOu8k9 { box-sizing:content-box;height:9.25rem;width:59.75rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;top:36rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid #b94c5f;border-left:0.125rem solid #b94c5f;border-right:0.125rem solid #b94c5f;border-bottom:0.125rem solid #b94c5f;display:block; }
#LzM7TgT84Q4rl26bTARbLTbUmzzLqFRF { box-sizing:content-box;height:6.25rem;width:0.125rem;position:absolute;display:block;z-index:15028;background-color:#b94c5f;background-image:none;top:37.625rem;left:16.375rem;display:block; }
#qDoNQLmTop6c04x16HCHFL1wBw9GbgbS { box-sizing:content-box;height:10.0625rem;width:59.75rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;top:48.3125rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid #b94c5f;border-left:0.125rem solid #b94c5f;border-right:0.125rem solid #b94c5f;border-bottom:0.125rem solid #b94c5f;display:block; }
#r2UBdcT0mi19z2cU6QeB48FGR4lGUgEW { box-sizing:content-box;height:6.25rem;width:0.125rem;position:absolute;display:block;z-index:15032;background-color:#b94c5f;background-image:none;top:49.9375rem;left:16.375rem;display:block; }
#KHsiJpreh9DGS6VVAsTbqbQd6CuzSMFd { box-sizing:content-box;height:10.375rem;width:10.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:9.234375rem;left:3.5rem;display:block; }
#dmozCHi4saLkHLMEgPA5VgkFGmFfPXFs { box-sizing:content-box;height:10.375rem;width:10.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:21.25rem;left:3.5rem;display:block; }
#rNlzpPXECRo4TlsebiTgipkVMH4eMuLW { box-sizing:content-box;height:10.375rem;width:10.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:34.125rem;left:3.5rem;display:block; }
#S5ZL8yXqMwJLm1M9PHryMkf7Ay3aHf6f { box-sizing:content-box;height:10.375rem;width:10.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:46.5rem;left:3.5rem;display:block; }
#qzeR31WfznkS04WokOs1KD7TASO1vR31 { color:#505050;display:block;width:39.6875rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:16.16845703125rem;left:19.0625rem;height:4.875rem;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;text-align:left;text-align-last:left;display:block; }
#heN3tKuwKsp9QX7mN3lD7RL43oT3ICWo { color:#505050;display:block;width:35.75rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:27.8125rem;left:19.0625rem;height:3.25rem;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;text-align:left;text-align-last:left;display:block; }
#habl6zWdJwT1JM1ALHyMIITk7O6oZilC { color:#505050;display:block;width:40.8125rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:25.1875rem;left:19.0625rem;height:2.03125rem;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;text-align:left;text-align-last:left;display:block; }
#K8HzWSsVDodh9HRCu1s0ETFiRLWfF9cu { color:#505050;display:block;width:40.8125rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:37.0625rem;left:19.1875rem;height:2.03125rem;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;text-align:left;text-align-last:left;display:block; }
#nNImRPh0wbBlcPmNscfTDZpANpydRwa8 { color:#505050;display:block;width:40.375rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:39.6875rem;left:19.0625rem;height:4.875rem;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;text-align:left;text-align-last:left;display:block; }
#WCautSNRcTkFdaXTPMy5svOiB0vD1tVF { color:#505050;display:block;width:39.6875rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:52.6875rem;left:19.1875rem;height:4.875rem;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;text-align:left;text-align-last:left;display:block; }
#tDEBCVH2fpI7msa9AuObRPncq3yghG6K { color:#505050;display:block;width:40.8125rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:50.0625rem;left:19.1875rem;height:2.03125rem;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;text-align:left;text-align-last:left;display:block; }
#KcXBWE56VN0maHCi9xbrr97WlSnDofIM { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:7.625rem;width:8.1875rem;top:10.615234375rem;left:4.59375rem;overflow:hidden;display:block; }
#qTXdbkmC5De8gDpywxFuTcSToExzUoKr { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:7.5rem;width:7.5rem;top:22.6875rem;left:4.9375rem;overflow:hidden;display:block; }
#PP37P73UmFbfQav5Bf0zFB3U6hgGmgiH { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:8.1875rem;width:8.375rem;top:35.21875rem;left:4.5rem;overflow:hidden;display:block; }
#wpXSldq3afuk7KnqI2MxMq27cEC0HOPF { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:8.3125rem;width:8.5rem;top:47.53125rem;left:4.4375rem;overflow:hidden;display:block; }
#TcClZfhh97holh3xvKQVapB6gOnrkQ5t { z-index:;position:relative;display:block; }#TcClZfhh97holh3xvKQVapB6gOnrkQ5t { background-color: transparent; background-image: none; }#TcClZfhh97holh3xvKQVapB6gOnrkQ5t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcClZfhh97holh3xvKQVapB6gOnrkQ5t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcClZfhh97holh3xvKQVapB6gOnrkQ5t > .row .container > .video-iframe-container { display: none; }#TcClZfhh97holh3xvKQVapB6gOnrkQ5t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcClZfhh97holh3xvKQVapB6gOnrkQ5t > .row > .video-iframe-container { display: none; }#TcClZfhh97holh3xvKQVapB6gOnrkQ5t > .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); }#TcClZfhh97holh3xvKQVapB6gOnrkQ5t { border-width: 0; border-radius: 0; }#TcClZfhh97holh3xvKQVapB6gOnrkQ5t > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:55.6875rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#LZwDG9yC3hBnrAWmxtrfpLZgr1ADK0Ii { box-sizing:content-box;height:46.75rem;width:28rem;position:absolute;display:block;z-index:15006;background-color:#bf9000;background-image:none;top:6.5rem;left:16rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#rKFIHMAq9gaBy6Ok8r26WLgBb3BwckPM { 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-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#446882;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:satoshi;font-size:1.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.375rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:47.5rem;left:20rem;display:block; }
#T24UN7vkcycGVNXqhDMMuE9qH8FXSKfz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bu2iXqcmIBVLxUUAHM7GSfVBAvDzuTN7 { color:#ffffff;display:block;width:24.3125rem;position:absolute;font-family:satoshi;font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:23.5625rem;left:18.4375rem;height:;font-style:normal;display:block; }#bu2iXqcmIBVLxUUAHM7GSfVBAvDzuTN7 li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#bu2iXqcmIBVLxUUAHM7GSfVBAvDzuTN7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_13339f518f80b11567a7e7e3ad1015b77e5d61be.svg); }
#kgynMl6w6UPyZeotqLU3GxzUiZRGPXGe { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;top:21.75rem;left:20rem;display:block; }
#DMdconGQQBLRT1padXGNx7GKJsSaLcAt { color:#ffffff;display:block;width:20rem;position:absolute;font-family:satoshi;font-size:1.6875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:8.625rem;left:20rem;height:;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;text-align:center;text-align-last:center;display:block; }
#CSKlCaKg03IE4Q4Eg5zgJgKbq2XRwTS2 { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;top:14.4375rem;left:20rem;display:block; }
#NIQ5cnBMHIRDifD9Ctbd8LfcWr5lZms7 { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:13.6875rem;left:59.0625rem; }
#TGQ16VuNZueeJAAznxIRJ7zzI2kZElCM { color:#010304;display:block;width:60rem;position:absolute;font-family:kalnia;font-size:3rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:1.8125rem;left:0rem;height:3rem;text-align:center;text-align-last:center;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; }
#IaMdw69CIn4U3AzViT6Eskf2RS7clqNh { color:#ae411e;display:block;width:37.4375rem;position:absolute;font-family:satoshi;font-size:2.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:15.9375rem;left:11.28125rem;height:3.8183625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AMChzbZh06IdHy498WUqUkBexItZRL0T { color:#ffffff;display:block;width:20rem;position:absolute;font-family:kalnia;font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:42.375rem;left:20rem;height:3.574225rem;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;text-align:center;text-align-last:center;display:block; }
#q6Iz1bygylo0MQoyTzdVaSMhhOoep8SF { 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; }#q6Iz1bygylo0MQoyTzdVaSMhhOoep8SF > .row .container { background-color: transparent; background-image: none; }#q6Iz1bygylo0MQoyTzdVaSMhhOoep8SF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6Iz1bygylo0MQoyTzdVaSMhhOoep8SF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6Iz1bygylo0MQoyTzdVaSMhhOoep8SF > .row .container > .video-iframe-container { display: none; }#q6Iz1bygylo0MQoyTzdVaSMhhOoep8SF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6Iz1bygylo0MQoyTzdVaSMhhOoep8SF > .row > .video-iframe-container { display: none; }#q6Iz1bygylo0MQoyTzdVaSMhhOoep8SF > .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); }#q6Iz1bygylo0MQoyTzdVaSMhhOoep8SF > .row .container { border-width: 0; border-radius: 0; }#q6Iz1bygylo0MQoyTzdVaSMhhOoep8SF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q6Iz1bygylo0MQoyTzdVaSMhhOoep8SF > .row .container { font-size:0.875rem;font-family:arial;height:29.5rem;width:60rem;position:relative;display:block; }#O6mDAF65A71v5SCeasRwRu6GJ7vPlH7e { color:#ededed;display:block;width:21.1875rem;position:absolute;font-family:satoshi;font-size:2.5625rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:3.494140625rem;left:6.0625rem;height:3.07470625rem;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;text-align:center;text-align-last:center;display:block; }
#hayVUaTC0UakpLPbGS3muFGbvWtMTDIk { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15006;background-color:#b2b2b2;background-image:none;top:5rem;left:0rem;display:block; }
#qXxnJqL6TCXytBeeivWB5oy7DrIbxH37 { box-sizing:content-box;height:2.6875rem;width:34.625rem;position:absolute;display:block;z-index:15015;background-color:#bf9000;background-image:none;top:3.6875rem;left:0rem;display:block; }
#oGZkXevorOw8pi6miCnoMNENp3Rvr3OE .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#446882;background-image:none;vertical-align:top;border-top:0.125rem solid #cec7bf;border-left:0.125rem solid #cec7bf;border-right:0.125rem solid #cec7bf;border-bottom:0.125rem solid #cec7bf; }
#oGZkXevorOw8pi6miCnoMNENp3Rvr3OE .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#oGZkXevorOw8pi6miCnoMNENp3Rvr3OE .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.1875rem;font-family:satoshi;height:auto;color:#ededed;font-style:normal; }
#oGZkXevorOw8pi6miCnoMNENp3Rvr3OE .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;font-family:satoshi;color:#ededed;line-height:1.4;overflow:hidden;height:auto;font-weight:300;font-style:normal; }
#oGZkXevorOw8pi6miCnoMNENp3Rvr3OE .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_4cec429f2c186c098323a40e01c23a9eb0db3fb0.svg");background-size:contain !important; }#oGZkXevorOw8pi6miCnoMNENp3Rvr3OE .accordion-trigger.adaptive-delivery-prevent-bg, #oGZkXevorOw8pi6miCnoMNENp3Rvr3OE .accordion-trigger.lazyload, #oGZkXevorOw8pi6miCnoMNENp3Rvr3OE .accordion-trigger.lazyloading { background-image: none; }
#oGZkXevorOw8pi6miCnoMNENp3Rvr3OE { box-sizing:content-box;height:auto;width:59.0625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15017;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:8.6875rem;left:0.46875rem; }
#oGZkXevorOw8pi6miCnoMNENp3Rvr3OE #nybnr80p0DXntbAHGJWNO54bWUcGx690 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oGZkXevorOw8pi6miCnoMNENp3Rvr3OE #GtmwkHRRhIdT8cIfJEJ7l2oM6qoP0SoQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oGZkXevorOw8pi6miCnoMNENp3Rvr3OE #wdRonSU4BIb84OsHI7wuu28Kd3Eu3WrG { display:block;position:relative; }
#oGZkXevorOw8pi6miCnoMNENp3Rvr3OE #tsBZAa1kEfIZod8l4AIIN7R6g2OKLrq0 {  }
#oGZkXevorOw8pi6miCnoMNENp3Rvr3OE #eekSW8GZvaah5aT0eqoynxgu5bQkUt33 {  }
#oGZkXevorOw8pi6miCnoMNENp3Rvr3OE #nTZvim1OAuKxHEv3qwDvhazTy6TvWxya { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oGZkXevorOw8pi6miCnoMNENp3Rvr3OE #AaSC2xQDQoBSoupxJHzGIJt0Ng9HXPdd { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oGZkXevorOw8pi6miCnoMNENp3Rvr3OE #MJhx9eqc7TfP22XmTaDiwCvibvI4WRxG { display:block;position:relative; }
#oGZkXevorOw8pi6miCnoMNENp3Rvr3OE #JleSpLSu6nvIE3w20mTAaiEzIMNnwD6D {  }
#oGZkXevorOw8pi6miCnoMNENp3Rvr3OE #RFJi7f07uczfC2iC1eOhKTHLTWm7hzZw { display:none; }
#oGZkXevorOw8pi6miCnoMNENp3Rvr3OE #aBeqzM5ahdLqndRvkfhnZgb0mFdqo8Tw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oGZkXevorOw8pi6miCnoMNENp3Rvr3OE #y7Ae3OhambTnZtllLSQd05qczOMo7kNd { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oGZkXevorOw8pi6miCnoMNENp3Rvr3OE #E2B77GSro0xBrLkrBLo3LyL7IctObJkw { display:block;position:relative; }
#oGZkXevorOw8pi6miCnoMNENp3Rvr3OE #O9NPK9nfTxbyNQiLJ7oNDq8NxiRn68Ty {  }
#oGZkXevorOw8pi6miCnoMNENp3Rvr3OE #xxMUsqUUwikng1mcHMQH06t5lR28G5NT { display:none; }
#oGZkXevorOw8pi6miCnoMNENp3Rvr3OE #GrDfmG9ZWBLGfptvlVKin2hfNBpcEotQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oGZkXevorOw8pi6miCnoMNENp3Rvr3OE #wc7SOliW0Qu3Uq4nILEwJZcopbwyvP74 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oGZkXevorOw8pi6miCnoMNENp3Rvr3OE #tTZXPMsVzuhTrrXls16WODd2aSPBr1SX { display:block;position:relative; }
#oGZkXevorOw8pi6miCnoMNENp3Rvr3OE #bJTHQa57xtrvFEfl7l6WNhn3TNzsu1Uq {  }
#oGZkXevorOw8pi6miCnoMNENp3Rvr3OE #ku0aETAz8bWWTBF3FtGFoMQV5BThiGOo { display:none; }
#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo { 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; }#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo > .row .container { background-color: transparent; background-image: none; }#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo > .row .container > .video-iframe-container { display: none; }#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo > .row > .video-iframe-container { display: none; }#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo > .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); }#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo > .row .container { border-width: 0; border-radius: 0; }#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#ulJqqspTb9CP7dzySfMmJ5T8278QHDXQ { color:#000000;display:block;width:60rem;position:absolute;font-family:satoshi;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.662109375rem;left:0.15625rem;height:1.54345625rem;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) { #BgDFr42dI5TAIOv0zWCeopcZQxRUweHV { display:block; }#BgDFr42dI5TAIOv0zWCeopcZQxRUweHV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tOmNun3C8J2qDTzFUPFZ2DWcvLAT3oyN { top:5.25rem;left:0rem;width:30.6875rem;height:12.3125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJtBRJ8LZ79alT7GBMEOLNs0DhvNW56G { top:19.4375rem;left:0rem;width:31.0625rem;height:6.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVEBPQWptyEV1PRCQ2P7RX5ge21a6cE9 { top:2.3125rem;left:17.875rem;width:27.0625rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcOOopg4kZc6cz8JWAoLr3p4w7mmo5Kw { top:1.8125rem;left:18rem;width:27.0625rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUdP1hSX8BQJ4mSE51HfkFxLh4zkeZoi { top:2.625rem;left:20.875rem;width:25.8125rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvdOIoATTdLBzAqosuzI5eA5rhivMPwl { width:23.5625rem;height:24.4375rem;top:4.5rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF { display:block; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sVnq1myEqZtCNotvZELT6PJDtRo1KJCi { display:block; }#sVnq1myEqZtCNotvZELT6PJDtRo1KJCi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XuHSpWt7JGPCTfCxa2eUpmz0PAH5syNE { width:46.75rem;height:6.5rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkB2AUGmim285qqTKDBN3s7vtyDAx64o { display:block; }
 }@media only screen and (max-width: 763px) { #kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx { display:block; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g5n9ZyQWzTcSDlibVr3IC9DHb1rRyvu7 { top:3.0625rem;left:0rem;width:31.875rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3k5owoqa2pc0x2FI9diSaM6oVOrbyOe { width:29.5rem;height:3.8125rem;top:28rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtB2Mlc89fITOlVhWsonv6pQOTTkUuat { display:block; }
 }@media only screen and (max-width: 763px) { #p6w0nh9yDiU9aUG81Ev0uhnGMXJq0r1l { top:9.3125rem;left:22.125rem;width:25.625rem;height:13.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmOeaBAfWPPpuwec9tGynDMbvb33qNgd { width:24.8125rem;height:33.9375rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AskifJD4asqnLJwtZC1gAIfwz8QbSPte { display:block; }#AskifJD4asqnLJwtZC1gAIfwz8QbSPte > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zWiTiM0S7PGXQsRcHBD9kBNQckaJGORE { width:39.3125rem;height:3.375rem;top:2.5625rem;left:5.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixKh5flL33p2ABEmTDOnFFDEaXx5OzKs { width:47.75rem;height:0.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eb5sEC7FdddiZAZqOSCHF8pCuzfHPy8X { width:39.4375rem;height:1.8125rem;top:4.0625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBATxan664uwxdXTL0CZ7nRbWFSkk0ks { width:23.625rem;height:13.125rem;top:11.25rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Autrv7klXLNrpH8mw0Zt9A6CLzlnCzCb { width:21.9375rem;height:2.0625rem;top:12.875rem;left:25.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfgQDyW9dOmTGq6iV2LNuzBDtp4VT1tS { top:8.75rem;left:0rem;width:29.0625rem;height:;font-size:0.9375rem;display:block; }#dfgQDyW9dOmTGq6iV2LNuzBDtp4VT1tS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7f178e4829cfb982dc9b243df1146b94.svg); }
 }@media only screen and (max-width: 763px) { #veR8h1qrTF9Bh6yntn4lCxulSCQoUxgc { width:21.9375rem;height:4.875rem;top:16.3125rem;left:25.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOzZZBXZSXq8FK2RnCocDH5g2C1ycKdm { display:block; }#tOzZZBXZSXq8FK2RnCocDH5g2C1ycKdm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mGiGME8O3S4a3nubgWBTAl9evPXd4DdH { width:32.375rem;height:24.3125rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9tEwBFJOJP4IMQE4l61xT6KiuAtlLOT { width:34.8125rem;height:2.6875rem;top:4.3125rem;left:12.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMnasEFSAkya5NnwrUwuENMTThAPXr7S { width:20.0625rem;height:20.0625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHRpvaT9Q8kA8dWrriRq6IrncpRWV7fn { width:3.125rem;height:3.125rem;top:9rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7AHXEdIVLMmWRyIvXmTGZarkIImKBuC { width:22.875rem;height:3.0625rem;top:9rem;left:24.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKOOTTImw5Rb4uANQ9tyMdm65NLUx9VJ { width:3.125rem;height:3.125rem;top:12.75rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wftsK2M0I7RiCpZHbuO4alSPm6vXu4UD { width:24.3125rem;height:1.4375rem;top:13.625rem;left:23.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFTF3pm4pgWGSuy0Fz62FfZv2oEL1Auk { width:2.25rem;height:2.25rem;top:13.1875rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExbgUQw8I645Sp0Pc0M4tHTOAFXs0b7Q { width:23.125rem;height:4.25rem;top:21.6875rem;left:24.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiAwZvRv3D0fXxovFXKAf7CsszXrn3TM { width:3.125rem;height:3.125rem;top:16.875rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1T6SQWOfkBCIK6dHOeUWvQGsEdQT6bd { width:2.25rem;height:2.25rem;top:17.3125rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwsyZUnwigNDP6DxKZmGNtKOon2Rm1sb { width:23.125rem;height:2.8125rem;top:17rem;left:24.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEZH1WeSfonqT0BvLN28yiPKKoUmWWie { width:3.125rem;height:3.125rem;top:22.25rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfn0GgLJZohKs2V08C1qoy9Q6vxm6i1C { width:2.25rem;height:2.25rem;top:22.6875rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCToEig8UZ62vH4lyNXVJOeJxtfM2Wm3 { width:2.25rem;height:2.25rem;top:27.5rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcFD6VoTr1tkbMDoXkzTXSctKud0aRmC { width:23.125rem;height:2.8125rem;top:27.3125rem;left:24.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEy7KZzqyn2yOk7mabqKRvtt66SDsKTS { width:3.125rem;height:3.125rem;top:27.0625rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rt6D5zIZk4z7cXQQlc7F3e3CQAgEBHbS { width:28.1875rem;height:13.625rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqFIQdzQ0JXTcleOBo7aUnELRwCV6SGp { width:47.75rem;height:1.5625rem;top:24.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAOzwFUAgnBdAAlVR9n79MsFHVOadkNV { width:26.375rem;height:6.5625rem;top:27.4375rem;left:0rem;font-size:0.875rem;display:block; }#CAOzwFUAgnBdAAlVR9n79MsFHVOadkNV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_59c58ca305acababd355af60ca3c749d993297e8.svg); }
 }@media only screen and (max-width: 763px) { #b1GfeA3EnskRk9baBynWFALNU5uJhnwG { width:21.8125rem;height:14.4375rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMA9sPg5p9H54DQIDT4ZWNMcaUgdHnbp { width:2.25rem;height:2.25rem;top:9.4375rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGuBf6Gmm4HvhOm7OKO0qmMBNKiuIqOO { width:2.25rem;height:2.25rem;top:21.375rem;left:27.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #B8LtkgNTTGv6cgrOz3xmiBJRAa9WoE0x { width:3.125rem;height:3.125rem;top:31.75rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4SHSs04EM0oRFRJ7wQQ0mwSWSTl6c5d { width:2.25rem;height:2.25rem;top:32.1875rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEHf3p1N9udtRq3SN4D11yCmrpWBLOKn { width:25.5625rem;height:4.25rem;top:32rem;left:22.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg { background-color:transparent;background-image:none;display:block; }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row .container { background-color: transparent; background-image: none; }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row .container > .video-iframe-container { display: none; }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row > .video-iframe-container { display: none; }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .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); }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row .container { width:47.75rem;height:47.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o5wN19dvARbqwVfXTCvw4vxm7bZaC9IR { top:2rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxgbLkFR5AkLZrtOyFEHyex0f5aVkAOn { top:15.5rem;left:3.71875rem;width:40.3125rem;height:3.7373rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVzRwpKU2J1GnTI81a3XaGhAvuNktnDo { top:20.1875rem;left:2.75rem;width:45rem;height:21.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2LTR0Ek4xPpDqwCHncyMDzhfTluZacX { width:1.5625rem;height:1.5625rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIXlN8TCByTmPAOrGrJdene1ZEO7hncM { width:1.5625rem;height:1.5625rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgegNE4KHzk72Qh7LQd58tTrNQTuURXQ { width:1.5625rem;height:1.5625rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAoihsN5MUcomSqtX6XTsByL3xGVK9NF { width:1.5625rem;height:1.5625rem;top:29.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRWbqIBGGJcX7ryIhhsiBTJ81mgiXJaU { width:1.5625rem;height:1.5625rem;top:22.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoXkoqIRNbVmTcy7Vxdg72xACwaxT72N { width:1.5625rem;height:1.5625rem;top:24.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqJEEbQSmLPfzZDFUGQatJSTVuoiEITG { width:1.5625rem;height:1.5625rem;top:31.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4Z6Hxb6TrooTD1f1gkXWvvoD7rsBWgG { width:1.5625rem;height:1.5625rem;top:33.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sml55vF1LV13ll62wc2ZXWTDl2NehExr { width:1.5625rem;height:1.5625rem;top:35.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4aBbBIKIiHNtzVIhGcGe02TNTNS6Qsr { display:block; }#M4aBbBIKIiHNtzVIhGcGe02TNTNS6Qsr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x1W6KQoreXmTH4T7rfGfhgm4HACGk4h6 { width:21.1875rem;height:3.0625rem;top:3rem;left:13.25rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgnMXBO681uP9iTtym7ZElPWyRXCSITL { width:47.75rem;height:0.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyTkf7kMNqL1UyUNsy2cPpWkasgpsOlm { width:21.875rem;height:1.8125rem;top:4.0625rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtB69u9puFkucRpdm6F5ffluzO7dKMIN { width:2.3125rem;height:2.3125rem;top:8.25rem;left:42.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8PCtUAxcteZ8nFcm2DOrwSZ0I4q9kwt { width:17.5rem;height:24.625rem;top:9.625rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #onHGioTnw4bgMrhpoFGF9hPSOvhH1PEe { width:17.625rem;height:4.0625rem;top:12.25rem;left:30.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFop1lW7b9uwUSeAWvyID4Xi2FpuKoCn { width:14.9375rem;height:7.5625rem;top:18.25rem;left:32.8125rem;font-size:1rem;display:block; }#JFop1lW7b9uwUSeAWvyID4Xi2FpuKoCn li:before{  }
 }@media only screen and (max-width: 763px) { #ap6Hiia4VMIE9vVepOdIQLQuta69MZIe { width:17.5rem;height:24.6875rem;top:9.625rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmHuC7QspyKwLcx7qvE6U2Ayy66hFdMh { width:15.9375rem;height:15.8125rem;top:17.6875rem;left:15.90625rem;font-size:1rem;display:block; }#DmHuC7QspyKwLcx7qvE6U2Ayy66hFdMh li:before{  }
 }@media only screen and (max-width: 763px) { #JLgXHDmpnzfTD5a2kiXgVz2odOPC3kPQ { width:17.625rem;height:4.0625rem;top:12.25rem;left:15.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzEon1OuZGtpg8rP31rsNsriS58ud5Di { width:2.3125rem;height:2.3125rem;top:8.625rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVR1kInui4zcLolI15c6MBUFt0vsrBaO { width:3.125rem;height:3.125rem;top:7.875rem;left:42.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tb2Jcb6XNtMTfI32n9qxWU7Wy4rTt259 { width:3.125rem;height:3.125rem;top:8.25rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAHhBGfha2fXrQc3E5ybRmwPNVIcAiHR { width:19.0625rem;height:24.625rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWImAFOlcUbrBRLGTKphKGQwU9bKJfOm { width:3.125rem;height:3.125rem;top:8.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4bUDnWXdQFyZGOuoF185pikBJcMXrfO { width:2.375rem;height:2.375rem;top:8.625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXH9CZPdE6RP0PbPbTcoEK3NAFyT80T0 { width:19.4375rem;height:4.0625rem;top:12.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJOg0SGrTHb52FXQoBAuhcOGO3CAkwa2 { width:16.5625rem;height:;top:18.625rem;left:0rem;font-size:1rem;display:block; }#kJOg0SGrTHb52FXQoBAuhcOGO3CAkwa2 li:before{  }
 }@media only screen and (max-width: 763px) { #HghSl5Oo3b85T3qTpcRqAVhLQkTkJnvB { display:block; }#HghSl5Oo3b85T3qTpcRqAVhLQkTkJnvB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vzGrHek8xACcyAnHUN6MIaVSwHy7sgTG { width:6.25rem;height:0.0625rem;top:4.125rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxiUkDxKnhyXCyXBML6dnU59otqPpA1V { width:47.75rem;height:3.0625rem;top:5.8125rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBb6w0zFfOtJPTxzA6LeEs3AwrJlJuWa { width:47.75rem;height:;top:11.3125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i61u1Io7ftl0KZRuVWnJ7tX7mZq3pcUi { width:47.75rem;height:;top:13.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHCqQqSKpemtf9TETL7iZmVb3rnDSiv3 { width:47.75rem;height:;top:26.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhI0Wp0XBe3yAhJernUmgLtemyf0osop { width:47.75rem;height:2rem;top:23.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLakKPNE3U7lqLbQCixyebGXbJd8ERI7 { width:47.75rem;height:;top:37.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZPzRBFHTPfyHuZ5tV0hr6L5pDxfRWU5 { width:47.75rem;height:;top:34.625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rp6TfLF3sIyBcmThoEgZCKlOLgNhI40B { display:block; }#rp6TfLF3sIyBcmThoEgZCKlOLgNhI40B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #veZFNW2i3epPoyAr9TyiSX9gBoJpSwTC { width:47.75rem;height:3rem;top:3.125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAcJkLWBIT329R8TwFspLQUVguZUpokI { width:47.5rem;height:9.25rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1DiMTyKUtcMw5nR2aUxsipKa3JGFoyC { width:41.9375rem;height:1.9375rem;top:13.4375rem;left:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfvX3wLrUTyMkJ5tro67TqIrypOAJ6ZG { top:13.0625rem;left:10.25rem;width:0.125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTsNtbP7sx106KIhoIC7IvugDVSDrXr2 { width:47.5rem;height:9.25rem;top:23.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbCBA6JBec38dDKVnUUSR0i1wEhuvViv { top:25.3125rem;left:10.25rem;width:0.125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0JfSygPgGdwFUCeuRS3tdrBiTkOu8k9 { width:47.5rem;height:9.25rem;top:36rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzM7TgT84Q4rl26bTARbLTbUmzzLqFRF { top:37.625rem;left:10.25rem;width:0.125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDoNQLmTop6c04x16HCHFL1wBw9GbgbS { width:47.5rem;height:10.0625rem;top:48.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2UBdcT0mi19z2cU6QeB48FGR4lGUgEW { top:49.9375rem;left:10.25rem;width:0.125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHsiJpreh9DGS6VVAsTbqbQd6CuzSMFd { width:10.375rem;height:10.375rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmozCHi4saLkHLMEgPA5VgkFGmFfPXFs { width:10.375rem;height:10.375rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNlzpPXECRo4TlsebiTgipkVMH4eMuLW { width:10.375rem;height:10.375rem;top:34.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5ZL8yXqMwJLm1M9PHryMkf7Ay3aHf6f { width:10.375rem;height:10.375rem;top:46.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzeR31WfznkS04WokOs1KD7TASO1vR31 { width:39.6875rem;height:4.875rem;top:16.125rem;left:8.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #heN3tKuwKsp9QX7mN3lD7RL43oT3ICWo { width:35.75rem;height:3.25rem;top:27.8125rem;left:12rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #habl6zWdJwT1JM1ALHyMIITk7O6oZilC { width:40.8125rem;height:2rem;top:25.1875rem;left:6.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8HzWSsVDodh9HRCu1s0ETFiRLWfF9cu { width:40.8125rem;height:2rem;top:37.0625rem;left:6.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNImRPh0wbBlcPmNscfTDZpANpydRwa8 { width:40.375rem;height:4.875rem;top:39.6875rem;left:7.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCautSNRcTkFdaXTPMy5svOiB0vD1tVF { width:39.6875rem;height:4.875rem;top:52.6875rem;left:8.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDEBCVH2fpI7msa9AuObRPncq3yghG6K { width:40.8125rem;height:2rem;top:50.0625rem;left:6.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcXBWE56VN0maHCi9xbrr97WlSnDofIM { width:8.1875rem;height:7.625rem;top:10.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTXdbkmC5De8gDpywxFuTcSToExzUoKr { width:7.5rem;height:7.5rem;top:22.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PP37P73UmFbfQav5Bf0zFB3U6hgGmgiH { width:8.375rem;height:8.1875rem;top:35.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpXSldq3afuk7KnqI2MxMq27cEC0HOPF { width:8.5rem;height:8.3125rem;top:47.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcClZfhh97holh3xvKQVapB6gOnrkQ5t { display:block; }#TcClZfhh97holh3xvKQVapB6gOnrkQ5t > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LZwDG9yC3hBnrAWmxtrfpLZgr1ADK0Ii { top:6.5rem;left:9.875rem;width:28rem;height:46.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKFIHMAq9gaBy6Ok8r26WLgBb3BwckPM { width:20rem;height:3.375rem;top:47.5rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T24UN7vkcycGVNXqhDMMuE9qH8FXSKfz { display:block; }
 }@media only screen and (max-width: 763px) { #bu2iXqcmIBVLxUUAHM7GSfVBAvDzuTN7 { top:23.5625rem;left:12.3125rem;width:24.3125rem;height:;font-size:1.0625rem;display:block; }#bu2iXqcmIBVLxUUAHM7GSfVBAvDzuTN7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_13339f518f80b11567a7e7e3ad1015b77e5d61be.svg); }
 }@media only screen and (max-width: 763px) { #kgynMl6w6UPyZeotqLU3GxzUiZRGPXGe { top:21.75rem;left:13.875rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMdconGQQBLRT1padXGNx7GKJsSaLcAt { top:8.625rem;left:13.875rem;width:20rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSKlCaKg03IE4Q4Eg5zgJgKbq2XRwTS2 { top:14.4375rem;left:13.875rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIQ5cnBMHIRDifD9Ctbd8LfcWr5lZms7 { top:13.6875rem;left:46.8125rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGQ16VuNZueeJAAznxIRJ7zzI2kZElCM { top:1.8125rem;left:0rem;width:47.75rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaMdw69CIn4U3AzViT6Eskf2RS7clqNh { top:15.9375rem;left:5.15625rem;width:37.4375rem;height:3.8125rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMChzbZh06IdHy498WUqUkBexItZRL0T { top:42.375rem;left:13.875rem;width:20rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6Iz1bygylo0MQoyTzdVaSMhhOoep8SF { display:block; }#q6Iz1bygylo0MQoyTzdVaSMhhOoep8SF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O6mDAF65A71v5SCeasRwRu6GJ7vPlH7e { width:21.1875rem;height:3.07470625rem;top:3.4375rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hayVUaTC0UakpLPbGS3muFGbvWtMTDIk { width:47.75rem;height:0.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXxnJqL6TCXytBeeivWB5oy7DrIbxH37 { width:34.625rem;height:2.6875rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGZkXevorOw8pi6miCnoMNENp3Rvr3OE .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oGZkXevorOw8pi6miCnoMNENp3Rvr3OE { display:flex;height:auto;width:27.8125rem;top:9.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oGZkXevorOw8pi6miCnoMNENp3Rvr3OE #nybnr80p0DXntbAHGJWNO54bWUcGx690 {  }
 }@media only screen and (max-width: 763px) { #oGZkXevorOw8pi6miCnoMNENp3Rvr3OE #GtmwkHRRhIdT8cIfJEJ7l2oM6qoP0SoQ {  }
 }@media only screen and (max-width: 763px) { #oGZkXevorOw8pi6miCnoMNENp3Rvr3OE #wdRonSU4BIb84OsHI7wuu28Kd3Eu3WrG {  }
 }@media only screen and (max-width: 763px) { #oGZkXevorOw8pi6miCnoMNENp3Rvr3OE #tsBZAa1kEfIZod8l4AIIN7R6g2OKLrq0 {  }
 }@media only screen and (max-width: 763px) { #oGZkXevorOw8pi6miCnoMNENp3Rvr3OE #eekSW8GZvaah5aT0eqoynxgu5bQkUt33 {  }
 }@media only screen and (max-width: 763px) { #oGZkXevorOw8pi6miCnoMNENp3Rvr3OE #nTZvim1OAuKxHEv3qwDvhazTy6TvWxya {  }
 }@media only screen and (max-width: 763px) { #oGZkXevorOw8pi6miCnoMNENp3Rvr3OE #AaSC2xQDQoBSoupxJHzGIJt0Ng9HXPdd {  }
 }@media only screen and (max-width: 763px) { #oGZkXevorOw8pi6miCnoMNENp3Rvr3OE #MJhx9eqc7TfP22XmTaDiwCvibvI4WRxG {  }
 }@media only screen and (max-width: 763px) { #oGZkXevorOw8pi6miCnoMNENp3Rvr3OE #JleSpLSu6nvIE3w20mTAaiEzIMNnwD6D {  }
 }@media only screen and (max-width: 763px) { #oGZkXevorOw8pi6miCnoMNENp3Rvr3OE #RFJi7f07uczfC2iC1eOhKTHLTWm7hzZw {  }
 }@media only screen and (max-width: 763px) { #oGZkXevorOw8pi6miCnoMNENp3Rvr3OE #aBeqzM5ahdLqndRvkfhnZgb0mFdqo8Tw {  }
 }@media only screen and (max-width: 763px) { #oGZkXevorOw8pi6miCnoMNENp3Rvr3OE #y7Ae3OhambTnZtllLSQd05qczOMo7kNd {  }
 }@media only screen and (max-width: 763px) { #oGZkXevorOw8pi6miCnoMNENp3Rvr3OE #E2B77GSro0xBrLkrBLo3LyL7IctObJkw {  }
 }@media only screen and (max-width: 763px) { #oGZkXevorOw8pi6miCnoMNENp3Rvr3OE #O9NPK9nfTxbyNQiLJ7oNDq8NxiRn68Ty {  }
 }@media only screen and (max-width: 763px) { #oGZkXevorOw8pi6miCnoMNENp3Rvr3OE #xxMUsqUUwikng1mcHMQH06t5lR28G5NT {  }
 }@media only screen and (max-width: 763px) { #oGZkXevorOw8pi6miCnoMNENp3Rvr3OE #GrDfmG9ZWBLGfptvlVKin2hfNBpcEotQ {  }
 }@media only screen and (max-width: 763px) { #oGZkXevorOw8pi6miCnoMNENp3Rvr3OE #wc7SOliW0Qu3Uq4nILEwJZcopbwyvP74 {  }
 }@media only screen and (max-width: 763px) { #oGZkXevorOw8pi6miCnoMNENp3Rvr3OE #tTZXPMsVzuhTrrXls16WODd2aSPBr1SX {  }
 }@media only screen and (max-width: 763px) { #oGZkXevorOw8pi6miCnoMNENp3Rvr3OE #bJTHQa57xtrvFEfl7l6WNhn3TNzsu1Uq {  }
 }@media only screen and (max-width: 763px) { #oGZkXevorOw8pi6miCnoMNENp3Rvr3OE #ku0aETAz8bWWTBF3FtGFoMQV5BThiGOo {  }
 }@media only screen and (max-width: 763px) { #bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo { display:block; }#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ulJqqspTb9CP7dzySfMmJ5T8278QHDXQ { width:47.75rem;height:1.5rem;top:1.625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BgDFr42dI5TAIOv0zWCeopcZQxRUweHV { display:block; }#BgDFr42dI5TAIOv0zWCeopcZQxRUweHV > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tOmNun3C8J2qDTzFUPFZ2DWcvLAT3oyN { width:20rem;height:8.125rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bJtBRJ8LZ79alT7GBMEOLNs0DhvNW56G { width:20rem;height:4.142575rem;top:12.65625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xVEBPQWptyEV1PRCQ2P7RX5ge21a6cE9 { width:19.375rem;height:23.75rem;top:19.42382578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcOOopg4kZc6cz8JWAoLr3p4w7mmo5Kw { width:20rem;height:22.3125rem;top:18.92382578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUdP1hSX8BQJ4mSE51HfkFxLh4zkeZoi { width:20rem;height:23.8125rem;top:19.73632578125rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #zvdOIoATTdLBzAqosuzI5eA5rhivMPwl { width:20rem;height:20.75rem;top:21.03125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF { display:block; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sVnq1myEqZtCNotvZELT6PJDtRo1KJCi { display:block; }#sVnq1myEqZtCNotvZELT6PJDtRo1KJCi > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XuHSpWt7JGPCTfCxa2eUpmz0PAH5syNE { width:19.0625rem;height:4.5625rem;top:1.25rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkB2AUGmim285qqTKDBN3s7vtyDAx64o { display:block; }
 }@media only screen and (max-width: 763px) { #kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx { display:block; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { width:20rem;height:69.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g5n9ZyQWzTcSDlibVr3IC9DHb1rRyvu7 { width:19.375rem;height:9.75rem;top:32.5751875rem;left:0.3125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p3k5owoqa2pc0x2FI9diSaM6oVOrbyOe { width:16.875rem;height:2.8125rem;top:65.96142578125rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtB2Mlc89fITOlVhWsonv6pQOTTkUuat { display:block; }
 }@media only screen and (max-width: 763px) { #p6w0nh9yDiU9aUG81Ev0uhnGMXJq0r1l { width:19.375rem;height:17.5488375rem;top:44.35009765625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tmOeaBAfWPPpuwec9tGynDMbvb33qNgd { width:20rem;height:27.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AskifJD4asqnLJwtZC1gAIfwz8QbSPte { display:block; }#AskifJD4asqnLJwtZC1gAIfwz8QbSPte > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zWiTiM0S7PGXQsRcHBD9kBNQckaJGORE { width:20rem;height:4.5rem;top:2.5625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #ixKh5flL33p2ABEmTDOnFFDEaXx5OzKs { width:10rem;height:0.0625rem;top:1.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eb5sEC7FdddiZAZqOSCHF8pCuzfHPy8X { width:13.75rem;height:1.8125rem;top:6.2125rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dBATxan664uwxdXTL0CZ7nRbWFSkk0ks { width:20rem;height:9.8125rem;top:32.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Autrv7klXLNrpH8mw0Zt9A6CLzlnCzCb { width:18.875rem;height:2.11230625rem;top:34rem;left:0.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfgQDyW9dOmTGq6iV2LNuzBDtp4VT1tS { width:20rem;height:23.0625rem;top:7.0625rem;left:0rem;font-size:0.9375rem;display:block; }#dfgQDyW9dOmTGq6iV2LNuzBDtp4VT1tS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7f178e4829cfb982dc9b243df1146b94.svg); }
 }@media only screen and (max-width: 763px) { #veR8h1qrTF9Bh6yntn4lCxulSCQoUxgc { width:16.9375rem;height:3.65625rem;top:37.1875rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOzZZBXZSXq8FK2RnCocDH5g2C1ycKdm { display:block; }#tOzZZBXZSXq8FK2RnCocDH5g2C1ycKdm > .row .container { width:20rem;height:93.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mGiGME8O3S4a3nubgWBTAl9evPXd4DdH { width:20rem;height:18.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9tEwBFJOJP4IMQE4l61xT6KiuAtlLOT { width:20rem;height:4.5rem;top:20.375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #RMnasEFSAkya5NnwrUwuENMTThAPXr7S { width:18.125rem;height:18.125rem;top:-1.46875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHRpvaT9Q8kA8dWrriRq6IrncpRWV7fn { width:3.125rem;height:3.125rem;top:51.125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7AHXEdIVLMmWRyIvXmTGZarkIImKBuC { width:18.5rem;height:2.4375rem;top:29.3125rem;left:0.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HKOOTTImw5Rb4uANQ9tyMdm65NLUx9VJ { width:3.125rem;height:3.125rem;top:43.8125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wftsK2M0I7RiCpZHbuO4alSPm6vXu4UD { width:17.1875rem;height:2.25rem;top:39.9375rem;left:1.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JFTF3pm4pgWGSuy0Fz62FfZv2oEL1Auk { display:flex;width:2.25rem;height:2.25rem;top:44.25rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #ExbgUQw8I645Sp0Pc0M4tHTOAFXs0b7Q { width:17.375rem;height:3.375rem;top:62.0625rem;left:1.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KiAwZvRv3D0fXxovFXKAf7CsszXrn3TM { width:3.125rem;height:3.125rem;top:58.3125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1T6SQWOfkBCIK6dHOeUWvQGsEdQT6bd { display:flex;width:2.25rem;height:2.25rem;top:58.75rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #PwsyZUnwigNDP6DxKZmGNtKOon2Rm1sb { width:18.625rem;height:2.25rem;top:47.4375rem;left:0.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PEZH1WeSfonqT0BvLN28yiPKKoUmWWie { width:3.125rem;height:3.125rem;top:25.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfn0GgLJZohKs2V08C1qoy9Q6vxm6i1C { display:flex;width:2.25rem;height:2.25rem;top:26.0625rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #LCToEig8UZ62vH4lyNXVJOeJxtfM2Wm3 { display:flex;width:2.25rem;height:2.25rem;top:36.1875rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #bcFD6VoTr1tkbMDoXkzTXSctKud0aRmC { width:20rem;height:2.25rem;top:54.75rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DEy7KZzqyn2yOk7mabqKRvtt66SDsKTS { width:3.125rem;height:3.125rem;top:35.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rt6D5zIZk4z7cXQQlc7F3e3CQAgEBHbS { width:20rem;height:16.9375rem;top:76.1875rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #EqFIQdzQ0JXTcleOBo7aUnELRwCV6SGp { width:20rem;height:1.57470625rem;top:78.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #CAOzwFUAgnBdAAlVR9n79MsFHVOadkNV { width:18.5rem;height:10.035125rem;top:80.75rem;left:0.75rem;font-size:0.875rem;display:block; }#CAOzwFUAgnBdAAlVR9n79MsFHVOadkNV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_59c58ca305acababd355af60ca3c749d993297e8.svg); }
 }@media only screen and (max-width: 763px) { #b1GfeA3EnskRk9baBynWFALNU5uJhnwG { width:13.8125rem;height:9.1875rem;top:3.125rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMA9sPg5p9H54DQIDT4ZWNMcaUgdHnbp { display:flex;width:2.25rem;height:2.25rem;top:67.8125rem;left:4.4375rem; }
 }@media only screen and (max-width: 763px) { #RGuBf6Gmm4HvhOm7OKO0qmMBNKiuIqOO { display:flex;width:2.25rem;height:2.25rem;top:51.5625rem;left:8.875rem;z-index:15019; }
 }@media only screen and (max-width: 763px) { #B8LtkgNTTGv6cgrOz3xmiBJRAa9WoE0x { width:3.125rem;height:3.125rem;top:67.375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4SHSs04EM0oRFRJ7wQQ0mwSWSTl6c5d { display:flex;width:2.25rem;height:2.25rem;top:67.8125rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #CEHf3p1N9udtRq3SN4D11yCmrpWBLOKn { width:20rem;height:2.25rem;top:71.625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg { background-color:#bf9000;background-image:none;display:block; }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row .container { background-color: transparent; background-image: none; }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row .container > .video-iframe-container { display: none; }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row > .video-iframe-container { display: none; }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .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); }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row .container { width:20rem;height:41.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o5wN19dvARbqwVfXTCvw4vxm7bZaC9IR { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sxgbLkFR5AkLZrtOyFEHyex0f5aVkAOn { width:20rem;height:4.63036875rem;top:6.09716796875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mVzRwpKU2J1GnTI81a3XaGhAvuNktnDo { width:17.5rem;height:21.67335rem;top:12.88916015625rem;left:1.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x2LTR0Ek4xPpDqwCHncyMDzhfTluZacX { display:flex;width:0.9375rem;height:0.9375rem;top:16.73876953125rem;left:0.875rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #vIXlN8TCByTmPAOrGrJdene1ZEO7hncM { display:flex;width:0.9375rem;height:0.9375rem;top:19.0625rem;left:0.875rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #IgegNE4KHzk72Qh7LQd58tTrNQTuURXQ { display:flex;width:0.9375rem;height:0.9375rem;top:24.25rem;left:0.875rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #iAoihsN5MUcomSqtX6XTsByL3xGVK9NF { display:flex;width:0.9375rem;height:0.9375rem;top:26.9375rem;left:0.875rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #aRWbqIBGGJcX7ryIhhsiBTJ81mgiXJaU { display:flex;width:0.9375rem;height:0.9375rem;top:20.4375rem;left:0.875rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #BoXkoqIRNbVmTcy7Vxdg72xACwaxT72N { display:flex;width:0.9375rem;height:0.9375rem;top:21.8125rem;left:0.875rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #CqJEEbQSmLPfzZDFUGQatJSTVuoiEITG { display:flex;width:0.9375rem;height:0.9375rem;top:29.6875rem;left:0.875rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #L4Z6Hxb6TrooTD1f1gkXWvvoD7rsBWgG { display:flex;width:0.9375rem;height:0.9375rem;top:31.875rem;left:0.875rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #sml55vF1LV13ll62wc2ZXWTDl2NehExr { display:flex;width:0.9375rem;height:0.9375rem;top:34.5rem;left:0.875rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #M4aBbBIKIiHNtzVIhGcGe02TNTNS6Qsr { display:block; }#M4aBbBIKIiHNtzVIhGcGe02TNTNS6Qsr > .row .container { width:20rem;height:65.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x1W6KQoreXmTH4T7rfGfhgm4HACGk4h6 { width:20rem;height:2.3999rem;top:2.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #hgnMXBO681uP9iTtym7ZElPWyRXCSITL { width:10rem;height:0.0625rem;top:1.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyTkf7kMNqL1UyUNsy2cPpWkasgpsOlm { width:13.75rem;height:1.8125rem;top:6.2125rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZtB69u9puFkucRpdm6F5ffluzO7dKMIN { display:flex;width:2.3125rem;height:2.3125rem;top:46.5791rem;left:8.84375rem; }
 }@media only screen and (max-width: 763px) { #k8PCtUAxcteZ8nFcm2DOrwSZ0I4q9kwt { width:17.5rem;height:16.25rem;top:47.98535rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #onHGioTnw4bgMrhpoFGF9hPSOvhH1PEe { width:13.9375rem;height:3.25rem;top:50.5791015625rem;left:3.03125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JFop1lW7b9uwUSeAWvyID4Xi2FpuKoCn { width:14.9375rem;height:6.8115rem;top:55.3291015625rem;left:2.53125rem;font-size:1rem;display:block; }#JFop1lW7b9uwUSeAWvyID4Xi2FpuKoCn li:before{  }
 }@media only screen and (max-width: 763px) { #ap6Hiia4VMIE9vVepOdIQLQuta69MZIe { width:17.5rem;height:17.3125rem;top:28.2109125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmHuC7QspyKwLcx7qvE6U2Ayy66hFdMh { width:15.9375rem;height:8.7363125rem;top:35.46044921875rem;left:2.03125rem;font-size:1rem;display:block; }#DmHuC7QspyKwLcx7qvE6U2Ayy66hFdMh li:before{  }
 }@media only screen and (max-width: 763px) { #JLgXHDmpnzfTD5a2kiXgVz2odOPC3kPQ { width:17.625rem;height:3.25rem;top:30.8359125rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzEon1OuZGtpg8rP31rsNsriS58ud5Di { display:flex;width:2.3125rem;height:2.3125rem;top:27.2109125rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #MVR1kInui4zcLolI15c6MBUFt0vsrBaO { width:3.125rem;height:3.125rem;top:46.2041rem;left:8.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tb2Jcb6XNtMTfI32n9qxWU7Wy4rTt259 { width:3.125rem;height:3.125rem;top:26.8359125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAHhBGfha2fXrQc3E5ybRmwPNVIcAiHR { width:17.5rem;height:18.5625rem;top:6.2119125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWImAFOlcUbrBRLGTKphKGQwU9bKJfOm { width:3.125rem;height:3.125rem;top:4.7744125rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4bUDnWXdQFyZGOuoF185pikBJcMXrfO { display:flex;width:2.375rem;height:2.375rem;top:5.1494125rem;left:9.625rem; }
 }@media only screen and (max-width: 763px) { #QXH9CZPdE6RP0PbPbTcoEK3NAFyT80T0 { width:19.4375rem;height:1.625rem;top:9.1494125rem;left:0.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kJOg0SGrTHb52FXQoBAuhcOGO3CAkwa2 { width:16.5625rem;height:6.499rem;top:16.58642578125rem;left:2.375rem;font-size:1rem;display:block; }#kJOg0SGrTHb52FXQoBAuhcOGO3CAkwa2 li:before{  }
 }@media only screen and (max-width: 763px) { #HghSl5Oo3b85T3qTpcRqAVhLQkTkJnvB { display:block; }#HghSl5Oo3b85T3qTpcRqAVhLQkTkJnvB > .row .container { width:20rem;height:50.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vzGrHek8xACcyAnHUN6MIaVSwHy7sgTG { width:10rem;height:0.0625rem;top:1.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxiUkDxKnhyXCyXBML6dnU59otqPpA1V { width:20rem;height:6.75rem;top:2.5625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #NBb6w0zFfOtJPTxzA6LeEs3AwrJlJuWa { width:20rem;height:1.75rem;top:11.01175rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i61u1Io7ftl0KZRuVWnJ7tX7mZq3pcUi { width:20rem;height:10.5rem;top:13.63671875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zHCqQqSKpemtf9TETL7iZmVb3rnDSiv3 { width:20rem;height:6.5625rem;top:28.38525390625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HhI0Wp0XBe3yAhJernUmgLtemyf0osop { width:20rem;height:3.5rem;top:24.8853125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nLakKPNE3U7lqLbQCixyebGXbJd8ERI7 { width:20rem;height:9.1875rem;top:40.35894375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FZPzRBFHTPfyHuZ5tV0hr6L5pDxfRWU5 { width:20rem;height:3.5rem;top:35.60894375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rp6TfLF3sIyBcmThoEgZCKlOLgNhI40B { display:block; }#rp6TfLF3sIyBcmThoEgZCKlOLgNhI40B > .row .container { width:20rem;height:88.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #veZFNW2i3epPoyAr9TyiSX9gBoJpSwTC { width:20rem;height:7.1996875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #eAcJkLWBIT329R8TwFspLQUVguZUpokI { width:19.75rem;height:13.9375rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1DiMTyKUtcMw5nR2aUxsipKa3JGFoyC { width:18.0625rem;height:2.92480625rem;top:18.4375rem;left:0.96875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kfvX3wLrUTyMkJ5tro67TqIrypOAJ6ZG { width:0.125rem;height:9.375rem;top:30.34326328125rem;left:17.71875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DTsNtbP7sx106KIhoIC7IvugDVSDrXr2 { width:19.75rem;height:13rem;top:33.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbCBA6JBec38dDKVnUUSR0i1wEhuvViv { width:0.125rem;height:6.25rem;top:64.95605625rem;left:17.71875rem;display:none; }
 }@media only screen and (max-width: 763px) { #y0JfSygPgGdwFUCeuRS3tdrBiTkOu8k9 { width:19.75rem;height:13.4375rem;top:52.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzM7TgT84Q4rl26bTARbLTbUmzzLqFRF { width:0.125rem;height:6.25rem;top:96.11230625rem;left:17.71875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qDoNQLmTop6c04x16HCHFL1wBw9GbgbS { width:19.75rem;height:13.625rem;top:71.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2UBdcT0mi19z2cU6QeB48FGR4lGUgEW { width:0.125rem;height:6.25rem;top:131.36230625rem;left:17.71875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KHsiJpreh9DGS6VVAsTbqbQd6CuzSMFd { width:6.75rem;height:6.75rem;top:11.125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmozCHi4saLkHLMEgPA5VgkFGmFfPXFs { width:6.75rem;height:6.75rem;top:30.75rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNlzpPXECRo4TlsebiTgipkVMH4eMuLW { width:6.75rem;height:6.75rem;top:49rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5ZL8yXqMwJLm1M9PHryMkf7Ay3aHf6f { width:6.75rem;height:6.75rem;top:68.375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzeR31WfznkS04WokOs1KD7TASO1vR31 { width:20rem;height:4.548825rem;top:22.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #heN3tKuwKsp9QX7mN3lD7RL43oT3ICWo { width:20rem;height:3.65625rem;top:41.5rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #habl6zWdJwT1JM1ALHyMIITk7O6oZilC { width:14.25rem;height:2.92480625rem;top:38.0625rem;left:2.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K8HzWSsVDodh9HRCu1s0ETFiRLWfF9cu { width:18.5625rem;height:1.4624rem;top:56.5625rem;left:0.71875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nNImRPh0wbBlcPmNscfTDZpANpydRwa8 { width:20rem;height:5.6860375rem;top:58.9375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WCautSNRcTkFdaXTPMy5svOiB0vD1tVF { width:17.625rem;height:5.68603125rem;top:78.875rem;left:1.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tDEBCVH2fpI7msa9AuObRPncq3yghG6K { width:20rem;height:1.4624rem;top:75.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KcXBWE56VN0maHCi9xbrr97WlSnDofIM { width:5.5625rem;height:5.1875rem;top:11.90625rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTXdbkmC5De8gDpywxFuTcSToExzUoKr { width:5.4375rem;height:5.4375rem;top:31.40625rem;left:7.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PP37P73UmFbfQav5Bf0zFB3U6hgGmgiH { width:6.25rem;height:6.125rem;top:49.3125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpXSldq3afuk7KnqI2MxMq27cEC0HOPF { width:5.8125rem;height:5.6875rem;top:68.90625rem;left:7.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcClZfhh97holh3xvKQVapB6gOnrkQ5t { display:block; }#TcClZfhh97holh3xvKQVapB6gOnrkQ5t > .row .container { width:20rem;height:58.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LZwDG9yC3hBnrAWmxtrfpLZgr1ADK0Ii { width:20rem;height:46.125rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKFIHMAq9gaBy6Ok8r26WLgBb3BwckPM { width:17.5rem;height:3.375rem;top:45.69921875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T24UN7vkcycGVNXqhDMMuE9qH8FXSKfz { display:block; }
 }@media only screen and (max-width: 763px) { #bu2iXqcmIBVLxUUAHM7GSfVBAvDzuTN7 { width:17.5rem;height:13.984875rem;top:23.00732421875rem;left:2.5rem;font-size:0.875rem;display:block; }#bu2iXqcmIBVLxUUAHM7GSfVBAvDzuTN7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_13339f518f80b11567a7e7e3ad1015b77e5d61be.svg); }
 }@media only screen and (max-width: 763px) { #kgynMl6w6UPyZeotqLU3GxzUiZRGPXGe { width:17.5rem;height:0.0625rem;top:21.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMdconGQQBLRT1padXGNx7GKJsSaLcAt { width:17.5rem;height:3.8994125rem;top:7.75rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSKlCaKg03IE4Q4Eg5zgJgKbq2XRwTS2 { width:17.5rem;height:0.0625rem;top:13.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIQ5cnBMHIRDifD9Ctbd8LfcWr5lZms7 { display:flex;width:0.9375rem;height:0.9375rem;top:57.824225rem;left:9.5rem; }
 }@media only screen and (max-width: 763px) { #TGQ16VuNZueeJAAznxIRJ7zzI2kZElCM { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IaMdw69CIn4U3AzViT6Eskf2RS7clqNh { width:20rem;height:2.5996125rem;top:14.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AMChzbZh06IdHy498WUqUkBexItZRL0T { width:20rem;height:3.574225rem;top:39.6875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q6Iz1bygylo0MQoyTzdVaSMhhOoep8SF { display:block; }#q6Iz1bygylo0MQoyTzdVaSMhhOoep8SF > .row .container { width:20rem;height:38.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O6mDAF65A71v5SCeasRwRu6GJ7vPlH7e { width:20rem;height:2.3999rem;top:2.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;color:#ff9100;display:block; }
 }@media only screen and (max-width: 763px) { #hayVUaTC0UakpLPbGS3muFGbvWtMTDIk { width:10rem;height:0.0625rem;top:1.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXxnJqL6TCXytBeeivWB5oy7DrIbxH37 { width:13.75rem;height:1.8125rem;top:6.2125rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oGZkXevorOw8pi6miCnoMNENp3Rvr3OE .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oGZkXevorOw8pi6miCnoMNENp3Rvr3OE { display:flex;height:auto;width:20rem;top:6.2119125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oGZkXevorOw8pi6miCnoMNENp3Rvr3OE #nybnr80p0DXntbAHGJWNO54bWUcGx690 {  }
 }@media only screen and (max-width: 763px) { #oGZkXevorOw8pi6miCnoMNENp3Rvr3OE #GtmwkHRRhIdT8cIfJEJ7l2oM6qoP0SoQ {  }
 }@media only screen and (max-width: 763px) { #oGZkXevorOw8pi6miCnoMNENp3Rvr3OE #wdRonSU4BIb84OsHI7wuu28Kd3Eu3WrG {  }
 }@media only screen and (max-width: 763px) { #oGZkXevorOw8pi6miCnoMNENp3Rvr3OE #tsBZAa1kEfIZod8l4AIIN7R6g2OKLrq0 {  }
 }@media only screen and (max-width: 763px) { #oGZkXevorOw8pi6miCnoMNENp3Rvr3OE #eekSW8GZvaah5aT0eqoynxgu5bQkUt33 {  }
 }@media only screen and (max-width: 763px) { #oGZkXevorOw8pi6miCnoMNENp3Rvr3OE #nTZvim1OAuKxHEv3qwDvhazTy6TvWxya {  }
 }@media only screen and (max-width: 763px) { #oGZkXevorOw8pi6miCnoMNENp3Rvr3OE #AaSC2xQDQoBSoupxJHzGIJt0Ng9HXPdd {  }
 }@media only screen and (max-width: 763px) { #oGZkXevorOw8pi6miCnoMNENp3Rvr3OE #MJhx9eqc7TfP22XmTaDiwCvibvI4WRxG {  }
 }@media only screen and (max-width: 763px) { #oGZkXevorOw8pi6miCnoMNENp3Rvr3OE #JleSpLSu6nvIE3w20mTAaiEzIMNnwD6D {  }
 }@media only screen and (max-width: 763px) { #oGZkXevorOw8pi6miCnoMNENp3Rvr3OE #RFJi7f07uczfC2iC1eOhKTHLTWm7hzZw {  }
 }@media only screen and (max-width: 763px) { #oGZkXevorOw8pi6miCnoMNENp3Rvr3OE #aBeqzM5ahdLqndRvkfhnZgb0mFdqo8Tw {  }
 }@media only screen and (max-width: 763px) { #oGZkXevorOw8pi6miCnoMNENp3Rvr3OE #y7Ae3OhambTnZtllLSQd05qczOMo7kNd {  }
 }@media only screen and (max-width: 763px) { #oGZkXevorOw8pi6miCnoMNENp3Rvr3OE #E2B77GSro0xBrLkrBLo3LyL7IctObJkw {  }
 }@media only screen and (max-width: 763px) { #oGZkXevorOw8pi6miCnoMNENp3Rvr3OE #O9NPK9nfTxbyNQiLJ7oNDq8NxiRn68Ty {  }
 }@media only screen and (max-width: 763px) { #oGZkXevorOw8pi6miCnoMNENp3Rvr3OE #xxMUsqUUwikng1mcHMQH06t5lR28G5NT {  }
 }@media only screen and (max-width: 763px) { #oGZkXevorOw8pi6miCnoMNENp3Rvr3OE #GrDfmG9ZWBLGfptvlVKin2hfNBpcEotQ {  }
 }@media only screen and (max-width: 763px) { #oGZkXevorOw8pi6miCnoMNENp3Rvr3OE #wc7SOliW0Qu3Uq4nILEwJZcopbwyvP74 {  }
 }@media only screen and (max-width: 763px) { #oGZkXevorOw8pi6miCnoMNENp3Rvr3OE #tTZXPMsVzuhTrrXls16WODd2aSPBr1SX {  }
 }@media only screen and (max-width: 763px) { #oGZkXevorOw8pi6miCnoMNENp3Rvr3OE #bJTHQa57xtrvFEfl7l6WNhn3TNzsu1Uq {  }
 }@media only screen and (max-width: 763px) { #oGZkXevorOw8pi6miCnoMNENp3Rvr3OE #ku0aETAz8bWWTBF3FtGFoMQV5BThiGOo {  }
 }@media only screen and (max-width: 763px) { #bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo { display:block; }#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo > .row .container { width:20rem;height:3.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ulJqqspTb9CP7dzySfMmJ5T8278QHDXQ { width:20rem;height:0.89355625rem;top:1.25rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }