.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#c10016;background-image:url("https://images.assets-landingi.com/uc/1618117a-a455-4f1e-9446-b431cdd340ae/Soarion_bg_red.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#c10016;background-image:none;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;overflow:visible;position:relative;display:block; }#dTQ6hTXPAmSoEVgkVJaZuaesoLfHD6Lt { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:18.9375rem;top:2.1875rem;left:3.4375rem;overflow:hidden;display:block; }
#lSnnlOeZahqWBvNRsEpJ4iBQD0B1FRcr { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:sculpin;font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.568359375rem;left:31.25rem;height:1.29980625rem;font-style:normal;display:block; }
#xTMtJFQUze88VUOl67RTGQQFsPTuTTrC { 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.25rem solid #212322;border-left:0.25rem solid #212322;border-right:0.25rem solid #212322;border-bottom:0.25rem solid #212322;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#c10016;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:alfabet;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.4375rem;left:55.65625rem;display:block; }
#uT2g50TresBR0Vy3VL1yTTQixWISQ0tL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZAdzqEJrDs5kL9aHdEXT8X7iHZTXJNeL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7180cc1c-dc33-4d72-aa6a-f7625d08f356/Soarion_rollercoaster.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZAdzqEJrDs5kL9aHdEXT8X7iHZTXJNeL.adaptive-delivery-prevent-bg, #ZAdzqEJrDs5kL9aHdEXT8X7iHZTXJNeL.lazyload, #ZAdzqEJrDs5kL9aHdEXT8X7iHZTXJNeL.lazyloading { background-image: none; }#ZAdzqEJrDs5kL9aHdEXT8X7iHZTXJNeL > .row .container { background-color: transparent; background-image: none; }#ZAdzqEJrDs5kL9aHdEXT8X7iHZTXJNeL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAdzqEJrDs5kL9aHdEXT8X7iHZTXJNeL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAdzqEJrDs5kL9aHdEXT8X7iHZTXJNeL > .row .container > .video-iframe-container { display: none; }#ZAdzqEJrDs5kL9aHdEXT8X7iHZTXJNeL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAdzqEJrDs5kL9aHdEXT8X7iHZTXJNeL > .row > .video-iframe-container { display: none; }#ZAdzqEJrDs5kL9aHdEXT8X7iHZTXJNeL > .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); }#ZAdzqEJrDs5kL9aHdEXT8X7iHZTXJNeL > .row .container { border-width: 0; border-radius: 0; }#ZAdzqEJrDs5kL9aHdEXT8X7iHZTXJNeL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZAdzqEJrDs5kL9aHdEXT8X7iHZTXJNeL > .row .container { font-size:0.875rem;font-family:arial;height:52.6875rem;width:75rem;position:relative;display:block; }#GqGJyV1yK9PC39wzArOG0SzolRb3v66B { color:#ffffff;display:block;width:41.0625rem;position:absolute;font-family:alfabet;font-size:4.875rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:6.75rem;left:4.71875rem;height:23.3984375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#sxQ0GvpuTtdVJLwRMF3ekGHWz8Kqnoko { background-color:#c10016;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:alfabet;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:34.9375rem;left:4.71875rem;display:block; }
#kplHhnzMAasrbzc4lueoMV9D7D12BRZe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RLyMFDoEZWUNds9GD6zbtxZZn5KPdhz1 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.5rem;width:32.5625rem;top:16.40625rem;left:37.67822265625rem;overflow:hidden;display:block; }
#G1IioSMzT4OFJ4hhlrgN5qgDUSd69yqC { 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;z-index:auto;display:block; }#G1IioSMzT4OFJ4hhlrgN5qgDUSd69yqC > .row .container { background-color: transparent; background-image: none; }#G1IioSMzT4OFJ4hhlrgN5qgDUSd69yqC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G1IioSMzT4OFJ4hhlrgN5qgDUSd69yqC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G1IioSMzT4OFJ4hhlrgN5qgDUSd69yqC > .row .container > .video-iframe-container { display: none; }#G1IioSMzT4OFJ4hhlrgN5qgDUSd69yqC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G1IioSMzT4OFJ4hhlrgN5qgDUSd69yqC > .row > .video-iframe-container { display: none; }#G1IioSMzT4OFJ4hhlrgN5qgDUSd69yqC > .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); }#G1IioSMzT4OFJ4hhlrgN5qgDUSd69yqC > .row .container { border-width: 0; border-radius: 0; }#G1IioSMzT4OFJ4hhlrgN5qgDUSd69yqC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G1IioSMzT4OFJ4hhlrgN5qgDUSd69yqC > .row .container { font-size:0.875rem;font-family:arial;height:47.8125rem;width:75rem;position:relative;display:block; }#CooAUXhNaepGrd2bCmOfItx5KNP0FLFX { color:#212322;display:block;width:49.4375rem;position:absolute;font-family:alfabet;font-size:2.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.0625rem;left:12.78125rem;height:9.9931875rem;text-align:center;text-align-last:center;display:block; }
#WlnyqqAoTSVWUxJAzH6i25BNgxvEFD60 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.625rem;width:15rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:16.9375rem;left:3.25rem; }
#TMzIy56Peu7i1DdphInW7x4EDyTUb3Qs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.5625rem;width:9.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:16.9375rem;left:24.25rem; }
#hvBvS8m3Hsya9AxPhxB6fc4lgfRs6lwd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8rem;width:8rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:16.9375rem;left:43.1875rem; }
#mOOl23EV02D73Ar95m11xoKk9VaivQcS { color:#212322;display:block;width:12.5rem;position:absolute;font-family:alfabet;font-size:1.3125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:27.3125rem;left:3.875rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W2mhP6CBfNAhEH6Va45i0aWTRBvQI4bx { color:#212322;display:block;width:12.5rem;position:absolute;font-family:alfabet;font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:27.25rem;left:22.9375rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ntxRRQpTlbX5VPl5J6HL1oOG7sHTzV1z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.9375rem;width:8.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:16.28125rem;left:61.25rem; }
#PqG3Ni0hxHIq8hb556P4zRNTHqPqVCpw { color:#212322;display:block;width:12.5rem;position:absolute;font-family:alfabet;font-size:1.3125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:27.3125rem;left:40.9375rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cqn24dTJQ7tCoXugeXXITliEiI6fq9Ef { color:#212322;display:block;width:11.3125rem;position:absolute;font-family:alfabet;font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:27.3125rem;left:60.0625rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HrmSD5fkLFzwPo8gd9C4gycc9bgxoLp9 { color:#c10016;display:block;width:56.25rem;position:absolute;font-family:alfabet;font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:36.75rem;left:9.375rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#udRcuFVKGiPPIRlfEnHpV2NZ2JwOJMt1 { background-color:#212322;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #c10016;border-left:0.25rem solid #c10016;border-right:0.25rem solid #c10016;border-bottom:0.25rem solid #c10016;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:alfabet;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:40.8125rem;left:28.75rem;display:block; }
#fpXi5sehg7TcPxPQzekfOAP2Jr5CFTsn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iRwHV8aaKwRHHGQcbX9xoByUQSCSUVgF { position:relative;display:block; }#iRwHV8aaKwRHHGQcbX9xoByUQSCSUVgF { background-color: transparent; background-image: none; }#iRwHV8aaKwRHHGQcbX9xoByUQSCSUVgF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRwHV8aaKwRHHGQcbX9xoByUQSCSUVgF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRwHV8aaKwRHHGQcbX9xoByUQSCSUVgF > .row .container > .video-iframe-container { display: none; }#iRwHV8aaKwRHHGQcbX9xoByUQSCSUVgF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRwHV8aaKwRHHGQcbX9xoByUQSCSUVgF > .row > .video-iframe-container { display: none; }#iRwHV8aaKwRHHGQcbX9xoByUQSCSUVgF > .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); }#iRwHV8aaKwRHHGQcbX9xoByUQSCSUVgF { border-width: 0; border-radius: 0; }#iRwHV8aaKwRHHGQcbX9xoByUQSCSUVgF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#iRwHV8aaKwRHHGQcbX9xoByUQSCSUVgF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:41.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fvKlzEq2svC1qGmibTTG6Rue18Z09qko { color:#ffffff;display:block;width:49.4375rem;position:absolute;font-family:alfabet;font-size:2.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.8125rem;left:12.78125rem;height:3.33105625rem;text-align:center;text-align-last:center;display:block; }
#ZBI2FQRSu3MHk1yNrQc1fQPnN8X3rLJg { box-sizing:content-box;height:17.25rem;width:42.875rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:10.5625rem;left:6.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#N0chxfeqlBrhsUp2hry4tLCPR4Fyasih { color:#dc3513;display:block;width:21.625rem;position:absolute;font-family:alfabet;font-size:2.6875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:13.94677734375rem;left:26.6875rem;height:10.4809375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ukc4DVW6H5eGekibIHAgvIcnuKHIS9vU .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:#ffffff;background-image:none;vertical-align:top; }
#Ukc4DVW6H5eGekibIHAgvIcnuKHIS9vU .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; }
#Ukc4DVW6H5eGekibIHAgvIcnuKHIS9vU .accordion-heading-text { display:block;position:relative;width:100%;font-family:gibson;font-weight:400;font-size:1.25rem;color:#c10016;font-style:normal; }
#Ukc4DVW6H5eGekibIHAgvIcnuKHIS9vU .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:sculpin;color:#001a70; }
#Ukc4DVW6H5eGekibIHAgvIcnuKHIS9vU .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_d2b2e7a72aa073c1d2e5f39793a440738a7aa7f9.svg");background-size:contain !important; }#Ukc4DVW6H5eGekibIHAgvIcnuKHIS9vU .accordion-trigger.adaptive-delivery-prevent-bg, #Ukc4DVW6H5eGekibIHAgvIcnuKHIS9vU .accordion-trigger.lazyload, #Ukc4DVW6H5eGekibIHAgvIcnuKHIS9vU .accordion-trigger.lazyloading { background-image: none; }
#Ukc4DVW6H5eGekibIHAgvIcnuKHIS9vU { box-sizing:content-box;height:auto;width:27.8125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15004;background-color:#212322;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:25.9375rem;left:40.5rem; }
#Ukc4DVW6H5eGekibIHAgvIcnuKHIS9vU .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#Ukc4DVW6H5eGekibIHAgvIcnuKHIS9vU #iFXMKIvlPzvTaD4zeU370V2r0nrAJPX7 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Ukc4DVW6H5eGekibIHAgvIcnuKHIS9vU #SkGpkEg6euggtRL7bTdnU2feGQAaVGX0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Ukc4DVW6H5eGekibIHAgvIcnuKHIS9vU #dAN42U9bbUverR81ysQ0Q0funOKU9HPa { display:block;position:relative; }
#Ukc4DVW6H5eGekibIHAgvIcnuKHIS9vU #pksqnFSuX5Pt1C9mzHOzWCy6cZsZicVA {  }
#Ukc4DVW6H5eGekibIHAgvIcnuKHIS9vU #HPTWNxe43ZD0Tlsb7TBdrQnOtdU9rxeb {  }
#Ukc4DVW6H5eGekibIHAgvIcnuKHIS9vU #z3gtQSzTsmoC8UzTczI4EEEzKLkNObS6 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Ukc4DVW6H5eGekibIHAgvIcnuKHIS9vU #CAV1Ugk0k9drWL72NuJvTOKbWMRlO3VW { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Ukc4DVW6H5eGekibIHAgvIcnuKHIS9vU #QdlkMQbn6xM5eic3RxvuGtOinimatMzH { display:block;position:relative; }
#Ukc4DVW6H5eGekibIHAgvIcnuKHIS9vU #q7JZ4kTB7stAXHgOtWTxNit5WqahHLOU {  }
#Ukc4DVW6H5eGekibIHAgvIcnuKHIS9vU #tipNMKxHMz4SzyOpc6BASTsP4sUVTr1y { display:none; }
#Ukc4DVW6H5eGekibIHAgvIcnuKHIS9vU #fm939HQ9giE7TGHU53xe3hC51gMdstC8 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Ukc4DVW6H5eGekibIHAgvIcnuKHIS9vU #V9ofDST2sA0O53xThT5RileQnrWrzhR5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Ukc4DVW6H5eGekibIHAgvIcnuKHIS9vU #ttI6wGROeeZRHfvkxL1zoQTbpJrufLxg { display:block;position:relative; }
#Ukc4DVW6H5eGekibIHAgvIcnuKHIS9vU #QUwVXC0rW0WmTgzL48Ayh3nh9nXoTh8Q {  }
#Ukc4DVW6H5eGekibIHAgvIcnuKHIS9vU #D3WLpO0UFwaFsNlKKU9eiG6uPvZmsoh5 { display:none; }
#fIgiLSSbK4HP1201wzPb0tv8TgWuMy0v { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.9375rem;width:18.9375rem;top:8.9375rem;left:7.8125rem;overflow:hidden;display:block; }
#AV5JEHT7C2fQ5nQNMLRPOxT5EmFVS9iM { position:relative;display:block; }#AV5JEHT7C2fQ5nQNMLRPOxT5EmFVS9iM { background-color: transparent; background-image: none; }#AV5JEHT7C2fQ5nQNMLRPOxT5EmFVS9iM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AV5JEHT7C2fQ5nQNMLRPOxT5EmFVS9iM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AV5JEHT7C2fQ5nQNMLRPOxT5EmFVS9iM > .row .container > .video-iframe-container { display: none; }#AV5JEHT7C2fQ5nQNMLRPOxT5EmFVS9iM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AV5JEHT7C2fQ5nQNMLRPOxT5EmFVS9iM > .row > .video-iframe-container { display: none; }#AV5JEHT7C2fQ5nQNMLRPOxT5EmFVS9iM > .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); }#AV5JEHT7C2fQ5nQNMLRPOxT5EmFVS9iM { border-width: 0; border-radius: 0; }#AV5JEHT7C2fQ5nQNMLRPOxT5EmFVS9iM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#AV5JEHT7C2fQ5nQNMLRPOxT5EmFVS9iM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#212322;background-image:none;font-size:0.875rem;font-family:arial;height:70.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mMX6UTObLU8IVEstaNg8Tg7JnwFBFpii { box-sizing:content-box;height:19.5625rem;width:42.875rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:1.5625rem;left:6.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ZmSEl6ALnScoUpNOmnNkTUHOAzQTFeBX { color:#c10016;display:block;width:24.9375rem;position:absolute;font-family:alfabet;font-size:2.6875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.94677734375rem;left:8.25rem;height:6.9873125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#d1MoAyG407Z8zbSB8cQ1GFaRWryBChdT { color:#212322;display:block;width:32rem;position:absolute;font-family:gibson;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.4375rem;left:8.3125rem;height:3.25rem;display:block; }
#pu9lnyiQ28F0z28MUxBmuLQbf2bnKr7l { box-sizing:content-box;height:12.5rem;width:20.3125rem;position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e2361994-ed29-4085-8b09-3ed0c8c0d4f4/sanantoniodestskyline.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:13.1875rem;left:43rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }#pu9lnyiQ28F0z28MUxBmuLQbf2bnKr7l.adaptive-delivery-prevent-bg, #pu9lnyiQ28F0z28MUxBmuLQbf2bnKr7l.lazyload, #pu9lnyiQ28F0z28MUxBmuLQbf2bnKr7l.lazyloading { background-image: none; }
#gQtckRHygNDFGqfV0QoFmQCs1qiX4g0J { box-sizing:content-box;height:12.5rem;width:20.3125rem;position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/03885c1d-43fa-445d-b280-8ea21ce3d1b5/west_texas.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:24rem;left:51.25rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }#gQtckRHygNDFGqfV0QoFmQCs1qiX4g0J.adaptive-delivery-prevent-bg, #gQtckRHygNDFGqfV0QoFmQCs1qiX4g0J.lazyload, #gQtckRHygNDFGqfV0QoFmQCs1qiX4g0J.lazyloading { background-image: none; }
#GuweONxuMPTwH94CXho5QTJvT18xZLmb { box-sizing:content-box;height:12.5rem;width:20.3125rem;position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4b5a66bb-cc28-426e-9885-edf7cf596502/new_braunfels.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:37.875rem;left:32.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }#GuweONxuMPTwH94CXho5QTJvT18xZLmb.adaptive-delivery-prevent-bg, #GuweONxuMPTwH94CXho5QTJvT18xZLmb.lazyload, #GuweONxuMPTwH94CXho5QTJvT18xZLmb.lazyloading { background-image: none; }
#RMTsAlNNgCPu0bIbVqov31o7ry403qcF { box-sizing:content-box;height:12.5rem;width:20.3125rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c8463e34-22e3-4dd9-a269-af4133fdb5e3/FPO.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:24rem;left:10.0625rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }#RMTsAlNNgCPu0bIbVqov31o7ry403qcF.adaptive-delivery-prevent-bg, #RMTsAlNNgCPu0bIbVqov31o7ry403qcF.lazyload, #RMTsAlNNgCPu0bIbVqov31o7ry403qcF.lazyloading { background-image: none; }
#ODD29n1hcbodcU2plrh0UGgFDubN2lno { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:alfabet;font-size:2.6875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:26.75rem;left:11.4375rem;height:6.9873rem;font-style:normal;display:block; }
#txtIF1n4yHO8saeGvutIVz1GO3hOu6sB { color:#ffffff;display:block;width:17.375rem;position:absolute;font-family:alfabet;font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:15.9375rem;left:44.5rem;height:6.5rem;font-style:normal;display:block; }
#nmiwv7UpZAcdNoFKrZPgfrT9NREpbNQd { color:#ffffff;display:block;width:18.1875rem;position:absolute;font-family:alfabet;font-size:2.4375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:26.75rem;left:52.75rem;height:6.3369125rem;font-style:normal;display:block; }
#eoMS9CMyu04dCB85IeXmkUH7qbIRy8Ja { color:#ffffff;display:block;width:17.375rem;position:absolute;font-family:alfabet;font-size:2.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:40.6875rem;left:33.9375rem;height:5.5244125rem;font-style:normal;display:block; }
#XIkf7zhBX2ZE6zHtNuL6ZoT1V51KaIEl { box-sizing:content-box;height:7.5625rem;width:12.25rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;top:31.375rem;left:29.25rem;border-top:0.625rem solid #f1be48;border-left:0;border-right:0.625rem solid #f1be48;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:3.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#yQHwIPHEuxN3vwaI9yUHK7Bg8WNEosvg { box-sizing:content-box;height:6.8125rem;width:17.5625rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:21.5rem;left:29.375rem;border-top:0;border-left:0;border-right:0.625rem solid #f1be48;border-bottom:0.625rem solid #f1be48;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.625rem;display:block; }
#OTeBoy3ORC80HpeWn8udl8BzsrZEZJDN { box-sizing:content-box;height:0.625rem;width:22.0625rem;position:absolute;display:block;z-index:15001;background-color:#f1be48;background-image:none;top:29.9375rem;left:29.25rem;display:block; }
#enFolgIg3bDMPXqhv2D7EhLPmFTsZlZ0 { color:#ffffff;display:block;width:47.375rem;position:absolute;font-family:alfabet;font-size:2.5625rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:55.611328125rem;left:13.8125rem;height:6.1494125rem;text-align:center;text-align-last:center;display:block; }
#DG7VynEhsap37qkpv79LViw1FZDyPiog { background-color:#c10016;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:alfabet;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:63.4375rem;left:29.71875rem;display:block; }
#lDlEoTrZsTDZhWhqyKNC2JNf1CHgXGOo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#McJNqKdOc8iZxU1Cd0ckqambnaoT0vya { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#QfaQZRgL6UFWZgKmTwH6KhXRrUnA3mvU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#QfaQZRgL6UFWZgKmTwH6KhXRrUnA3mvU > .row .container { background-color: transparent; background-image: none; }#QfaQZRgL6UFWZgKmTwH6KhXRrUnA3mvU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QfaQZRgL6UFWZgKmTwH6KhXRrUnA3mvU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QfaQZRgL6UFWZgKmTwH6KhXRrUnA3mvU > .row .container > .video-iframe-container { display: none; }#QfaQZRgL6UFWZgKmTwH6KhXRrUnA3mvU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QfaQZRgL6UFWZgKmTwH6KhXRrUnA3mvU > .row > .video-iframe-container { display: none; }#QfaQZRgL6UFWZgKmTwH6KhXRrUnA3mvU > .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); }#QfaQZRgL6UFWZgKmTwH6KhXRrUnA3mvU > .row .container { border-width: 0; border-radius: 0; }#QfaQZRgL6UFWZgKmTwH6KhXRrUnA3mvU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QfaQZRgL6UFWZgKmTwH6KhXRrUnA3mvU > .row .container { font-size:0.875rem;font-family:arial;height:25.3125rem;width:75rem;position:relative;display:block; }#E9ThNZAhAEdIr64JXC8ATDv3KsV9bnIm { color:#ffffff;display:block;width:67rem;position:absolute;font-family:alfabet;font-size:2.5625rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:3.5rem;left:4rem;height:3.07470625rem;text-align:center;text-align-last:center;display:block; }
#bl2QfTDeZUlaF8Vxz01J1A5Johmiyv84 { box-sizing:content-box;height:4rem;width:31.875rem;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:15017;background-color:#f3f3f3;background-image:none;top:8.3125rem;left:21.5625rem;border-top:0.1875rem solid #9d968d;border-left:0.1875rem solid #9d968d;border-right:0.1875rem solid #9d968d;border-bottom:0.1875rem solid #9d968d;display:block; }
#xGE8TI1GBISNIMmDT2vflN7absxH9CRq { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:9.5625rem;left:26.4375rem;height:1.86865rem;font-style:normal;display:block; }
#T1R7cgWGbNyqDKbKvg0ukPusb21sxPBB { box-sizing:content-box;height:3.1875rem;width:3.1875rem;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:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/17f2e394-47db-4856-816e-178ca0a00a79/soarion_icon.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:8.8125rem;left:22.125rem;border-top:0.0625rem solid #9d968d;border-left:0.0625rem solid #9d968d;border-right:0.0625rem solid #9d968d;border-bottom:0.0625rem solid #9d968d;display:block; }#T1R7cgWGbNyqDKbKvg0ukPusb21sxPBB.adaptive-delivery-prevent-bg, #T1R7cgWGbNyqDKbKvg0ukPusb21sxPBB.lazyload, #T1R7cgWGbNyqDKbKvg0ukPusb21sxPBB.lazyloading { background-image: none; }
#x2saWcTaDRoB0vscSJog1CTqgU0rT4mT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.8125rem;width:8.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:8.3125rem;left:12.25rem; }
#CLfclZk85VA4umOnlGgDse5qRqVEFAMB { color:#ffffff;display:block;width:43.0625rem;position:absolute;font-family:gibson;font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:15.8125rem;left:14.625rem;height:4.38720625rem;text-align:center;text-align-last:center;display:block; }
#ON8tkaBfTmULZ8Jq8SLzJmrUNHIMdKTG { 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; }#ON8tkaBfTmULZ8Jq8SLzJmrUNHIMdKTG > .row .container { background-color: transparent; background-image: none; }#ON8tkaBfTmULZ8Jq8SLzJmrUNHIMdKTG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ON8tkaBfTmULZ8Jq8SLzJmrUNHIMdKTG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ON8tkaBfTmULZ8Jq8SLzJmrUNHIMdKTG > .row .container > .video-iframe-container { display: none; }#ON8tkaBfTmULZ8Jq8SLzJmrUNHIMdKTG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ON8tkaBfTmULZ8Jq8SLzJmrUNHIMdKTG > .row > .video-iframe-container { display: none; }#ON8tkaBfTmULZ8Jq8SLzJmrUNHIMdKTG > .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); }#ON8tkaBfTmULZ8Jq8SLzJmrUNHIMdKTG > .row .container { border-width: 0; border-radius: 0; }#ON8tkaBfTmULZ8Jq8SLzJmrUNHIMdKTG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ON8tkaBfTmULZ8Jq8SLzJmrUNHIMdKTG > .row .container { font-size:0.875rem;font-family:arial;height:14.25rem;width:75rem;position:relative;display:block; }#rA5P4rERzFPcTTpJTv2FUJ3yfEI2aZ9M { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:17.1875rem;top:5.3125rem;left:17.1513671875rem;overflow:hidden;display:block; }
#a2OTQBgQ512QhK7L5xbpR7QkxJ9TuKCw { box-sizing:content-box;height:6.25rem;width:0.3125rem;position:absolute;display:block;z-index:15001;background-color:#212322;background-image:none;top:4.125rem;left:37.34375rem;display:block; }
#X6gJSB1M6sqgwKtirhz6M19sGvcJ1ywh { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:12.1875rem;top:5.40625rem;left:40.25rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTQ6hTXPAmSoEVgkVJaZuaesoLfHD6Lt { top:2.1875rem;left:0rem;width:18.9375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSnnlOeZahqWBvNRsEpJ4iBQD0B1FRcr { top:3.5625rem;left:17.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTMtJFQUze88VUOl67RTGQQFsPTuTTrC { width:17.5rem;height:3.4375rem;top:2.4375rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT2g50TresBR0Vy3VL1yTTQixWISQ0tL { display:block; }
 }@media only screen and (max-width: 763px) { #ZAdzqEJrDs5kL9aHdEXT8X7iHZTXJNeL { display:block; }#ZAdzqEJrDs5kL9aHdEXT8X7iHZTXJNeL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GqGJyV1yK9PC39wzArOG0SzolRb3v66B { top:6.75rem;left:0rem;width:41.0625rem;height:23.375rem;font-size:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxQ0GvpuTtdVJLwRMF3ekGHWz8Kqnoko { width:17.5rem;height:3.4375rem;top:34.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kplHhnzMAasrbzc4lueoMV9D7D12BRZe { display:block; }
 }@media only screen and (max-width: 763px) { #RLyMFDoEZWUNds9GD6zbtxZZn5KPdhz1 { top:16.375rem;left:15.1875rem;width:32.5625rem;height:40.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1IioSMzT4OFJ4hhlrgN5qgDUSd69yqC { display:block; }#G1IioSMzT4OFJ4hhlrgN5qgDUSd69yqC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CooAUXhNaepGrd2bCmOfItx5KNP0FLFX { top:3.0625rem;left:0rem;width:47.75rem;height:9.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlnyqqAoTSVWUxJAzH6i25BNgxvEFD60 { top:16.9375rem;left:0rem;width:15rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMzIy56Peu7i1DdphInW7x4EDyTUb3Qs { top:16.9375rem;left:10.625rem;width:9.9375rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvBvS8m3Hsya9AxPhxB6fc4lgfRs6lwd { top:16.9375rem;left:29.5625rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOOl23EV02D73Ar95m11xoKk9VaivQcS { top:27.3125rem;left:0rem;width:12.5rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2mhP6CBfNAhEH6Va45i0aWTRBvQI4bx { top:27.25rem;left:9.3125rem;width:12.5rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntxRRQpTlbX5VPl5J6HL1oOG7sHTzV1z { top:16.25rem;left:38.8125rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqG3Ni0hxHIq8hb556P4zRNTHqPqVCpw { top:27.3125rem;left:27.3125rem;width:12.5rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqn24dTJQ7tCoXugeXXITliEiI6fq9Ef { top:27.3125rem;left:36.4375rem;width:11.3125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrmSD5fkLFzwPo8gd9C4gycc9bgxoLp9 { top:36.75rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #udRcuFVKGiPPIRlfEnHpV2NZ2JwOJMt1 { width:17.5rem;height:3.4375rem;top:40.8125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpXi5sehg7TcPxPQzekfOAP2Jr5CFTsn { display:block; }
 }@media only screen and (max-width: 763px) { #iRwHV8aaKwRHHGQcbX9xoByUQSCSUVgF { display:block; }#iRwHV8aaKwRHHGQcbX9xoByUQSCSUVgF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fvKlzEq2svC1qGmibTTG6Rue18Z09qko { top:2.8125rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBI2FQRSu3MHk1yNrQc1fQPnN8X3rLJg { top:10.5625rem;left:0rem;width:42.875rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0chxfeqlBrhsUp2hry4tLCPR4Fyasih { top:13.9375rem;left:13.0625rem;width:21.625rem;height:10.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ukc4DVW6H5eGekibIHAgvIcnuKHIS9vU .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Ukc4DVW6H5eGekibIHAgvIcnuKHIS9vU { display:flex;height:auto;width:27.8125rem;top:20.3125rem;left:17.4375rem; }
#Ukc4DVW6H5eGekibIHAgvIcnuKHIS9vU .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #Ukc4DVW6H5eGekibIHAgvIcnuKHIS9vU #iFXMKIvlPzvTaD4zeU370V2r0nrAJPX7 {  }
 }@media only screen and (max-width: 763px) { #Ukc4DVW6H5eGekibIHAgvIcnuKHIS9vU #SkGpkEg6euggtRL7bTdnU2feGQAaVGX0 {  }
 }@media only screen and (max-width: 763px) { #Ukc4DVW6H5eGekibIHAgvIcnuKHIS9vU #dAN42U9bbUverR81ysQ0Q0funOKU9HPa {  }
 }@media only screen and (max-width: 763px) { #Ukc4DVW6H5eGekibIHAgvIcnuKHIS9vU #pksqnFSuX5Pt1C9mzHOzWCy6cZsZicVA {  }
 }@media only screen and (max-width: 763px) { #Ukc4DVW6H5eGekibIHAgvIcnuKHIS9vU #HPTWNxe43ZD0Tlsb7TBdrQnOtdU9rxeb {  }
 }@media only screen and (max-width: 763px) { #Ukc4DVW6H5eGekibIHAgvIcnuKHIS9vU #z3gtQSzTsmoC8UzTczI4EEEzKLkNObS6 {  }
 }@media only screen and (max-width: 763px) { #Ukc4DVW6H5eGekibIHAgvIcnuKHIS9vU #CAV1Ugk0k9drWL72NuJvTOKbWMRlO3VW {  }
 }@media only screen and (max-width: 763px) { #Ukc4DVW6H5eGekibIHAgvIcnuKHIS9vU #QdlkMQbn6xM5eic3RxvuGtOinimatMzH {  }
 }@media only screen and (max-width: 763px) { #Ukc4DVW6H5eGekibIHAgvIcnuKHIS9vU #q7JZ4kTB7stAXHgOtWTxNit5WqahHLOU {  }
 }@media only screen and (max-width: 763px) { #Ukc4DVW6H5eGekibIHAgvIcnuKHIS9vU #tipNMKxHMz4SzyOpc6BASTsP4sUVTr1y {  }
 }@media only screen and (max-width: 763px) { #Ukc4DVW6H5eGekibIHAgvIcnuKHIS9vU #fm939HQ9giE7TGHU53xe3hC51gMdstC8 {  }
 }@media only screen and (max-width: 763px) { #Ukc4DVW6H5eGekibIHAgvIcnuKHIS9vU #V9ofDST2sA0O53xThT5RileQnrWrzhR5 {  }
 }@media only screen and (max-width: 763px) { #Ukc4DVW6H5eGekibIHAgvIcnuKHIS9vU #ttI6wGROeeZRHfvkxL1zoQTbpJrufLxg {  }
 }@media only screen and (max-width: 763px) { #Ukc4DVW6H5eGekibIHAgvIcnuKHIS9vU #QUwVXC0rW0WmTgzL48Ayh3nh9nXoTh8Q {  }
 }@media only screen and (max-width: 763px) { #Ukc4DVW6H5eGekibIHAgvIcnuKHIS9vU #D3WLpO0UFwaFsNlKKU9eiG6uPvZmsoh5 {  }
 }@media only screen and (max-width: 763px) { #fIgiLSSbK4HP1201wzPb0tv8TgWuMy0v { top:8.9375rem;left:0rem;width:18.9375rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV5JEHT7C2fQ5nQNMLRPOxT5EmFVS9iM { display:block; }#AV5JEHT7C2fQ5nQNMLRPOxT5EmFVS9iM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mMX6UTObLU8IVEstaNg8Tg7JnwFBFpii { top:1.5625rem;left:0rem;width:42.875rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmSEl6ALnScoUpNOmnNkTUHOAzQTFeBX { top:2.9375rem;left:0rem;width:24.9375rem;height:6.9375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1MoAyG407Z8zbSB8cQ1GFaRWryBChdT { top:11.4375rem;left:0rem;width:32rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pu9lnyiQ28F0z28MUxBmuLQbf2bnKr7l { top:13.1875rem;left:27.4375rem;width:20.3125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQtckRHygNDFGqfV0QoFmQCs1qiX4g0J { top:24rem;left:27.4375rem;width:20.3125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuweONxuMPTwH94CXho5QTJvT18xZLmb { top:37.875rem;left:18.75rem;width:20.3125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMTsAlNNgCPu0bIbVqov31o7ry403qcF { top:24rem;left:0rem;width:20.3125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODD29n1hcbodcU2plrh0UGgFDubN2lno { top:26.75rem;left:0rem;width:12.5rem;height:6.9375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #txtIF1n4yHO8saeGvutIVz1GO3hOu6sB { top:15.9375rem;left:30.375rem;width:17.375rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmiwv7UpZAcdNoFKrZPgfrT9NREpbNQd { top:26.75rem;left:29.5625rem;width:18.1875rem;height:6.3125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoMS9CMyu04dCB85IeXmkUH7qbIRy8Ja { top:40.6875rem;left:20.3125rem;width:17.375rem;height:5.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIkf7zhBX2ZE6zHtNuL6ZoT1V51KaIEl { top:31.375rem;left:15.625rem;width:12.25rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQHwIPHEuxN3vwaI9yUHK7Bg8WNEosvg { top:21.5rem;left:15.75rem;width:17.5625rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTeBoy3ORC80HpeWn8udl8BzsrZEZJDN { top:29.9375rem;left:15.625rem;width:22.0625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #enFolgIg3bDMPXqhv2D7EhLPmFTsZlZ0 { top:55.5625rem;left:0.1875rem;width:47.375rem;height:6.125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DG7VynEhsap37qkpv79LViw1FZDyPiog { width:17.5rem;height:3.4375rem;top:63.4375rem;left:16.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDlEoTrZsTDZhWhqyKNC2JNf1CHgXGOo { display:block; }
 }@media only screen and (max-width: 763px) { #McJNqKdOc8iZxU1Cd0ckqambnaoT0vya { display:none; }
 }@media only screen and (max-width: 763px) { #QfaQZRgL6UFWZgKmTwH6KhXRrUnA3mvU { display:block; }#QfaQZRgL6UFWZgKmTwH6KhXRrUnA3mvU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E9ThNZAhAEdIr64JXC8ATDv3KsV9bnIm { top:3.5rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bl2QfTDeZUlaF8Vxz01J1A5Johmiyv84 { top:8.3125rem;left:7.9375rem;width:31.875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGE8TI1GBISNIMmDT2vflN7absxH9CRq { top:9.5625rem;left:12.8125rem;width:25.9375rem;height:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1R7cgWGbNyqDKbKvg0ukPusb21sxPBB { top:8.8125rem;left:8.5rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2saWcTaDRoB0vscSJog1CTqgU0rT4mT { top:8.3125rem;left:0rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLfclZk85VA4umOnlGgDse5qRqVEFAMB { top:15.8125rem;left:1rem;width:43.0625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON8tkaBfTmULZ8Jq8SLzJmrUNHIMdKTG { display:block; }#ON8tkaBfTmULZ8Jq8SLzJmrUNHIMdKTG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rA5P4rERzFPcTTpJTv2FUJ3yfEI2aZ9M { top:5.3125rem;left:3.5263671875rem;width:17.1875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2OTQBgQ512QhK7L5xbpR7QkxJ9TuKCw { top:4.125rem;left:23.71875rem;width:0.3125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6gJSB1M6sqgwKtirhz6M19sGvcJ1ywh { top:5.375rem;left:26.625rem;width:12.1875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:15.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTQ6hTXPAmSoEVgkVJaZuaesoLfHD6Lt { width:14.9375rem;height:3.25rem;top:2.6875rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSnnlOeZahqWBvNRsEpJ4iBQD0B1FRcr { width:12.5rem;height:1.29980625rem;top:8.0625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xTMtJFQUze88VUOl67RTGQQFsPTuTTrC { width:17.5rem;height:3.4375rem;top:10.61230625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT2g50TresBR0Vy3VL1yTTQixWISQ0tL { display:block; }
 }@media only screen and (max-width: 763px) { #ZAdzqEJrDs5kL9aHdEXT8X7iHZTXJNeL { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7180cc1c-dc33-4d72-aa6a-f7625d08f356/Soarion_rollercoaster.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZAdzqEJrDs5kL9aHdEXT8X7iHZTXJNeL.adaptive-delivery-prevent-bg, #ZAdzqEJrDs5kL9aHdEXT8X7iHZTXJNeL.lazyload, #ZAdzqEJrDs5kL9aHdEXT8X7iHZTXJNeL.lazyloading { background-image: none; }#ZAdzqEJrDs5kL9aHdEXT8X7iHZTXJNeL > .row .container { background-color: transparent; background-image: none; }#ZAdzqEJrDs5kL9aHdEXT8X7iHZTXJNeL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAdzqEJrDs5kL9aHdEXT8X7iHZTXJNeL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAdzqEJrDs5kL9aHdEXT8X7iHZTXJNeL > .row .container > .video-iframe-container { display: none; }#ZAdzqEJrDs5kL9aHdEXT8X7iHZTXJNeL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAdzqEJrDs5kL9aHdEXT8X7iHZTXJNeL > .row > .video-iframe-container { display: none; }#ZAdzqEJrDs5kL9aHdEXT8X7iHZTXJNeL > .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); }#ZAdzqEJrDs5kL9aHdEXT8X7iHZTXJNeL > .row .container { border-width: 0; border-radius: 0; }#ZAdzqEJrDs5kL9aHdEXT8X7iHZTXJNeL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZAdzqEJrDs5kL9aHdEXT8X7iHZTXJNeL > .row .container { width:20rem;height:47.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GqGJyV1yK9PC39wzArOG0SzolRb3v66B { width:13.125rem;height:14.3994375rem;top:1.1875rem;left:1.25rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sxQ0GvpuTtdVJLwRMF3ekGHWz8Kqnoko { width:17.5rem;height:3.4375rem;top:18.26171875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kplHhnzMAasrbzc4lueoMV9D7D12BRZe { display:block; }
 }@media only screen and (max-width: 763px) { #RLyMFDoEZWUNds9GD6zbtxZZn5KPdhz1 { width:19.875rem;height:24.6875rem;top:22.94921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1IioSMzT4OFJ4hhlrgN5qgDUSd69yqC { position:relative;z-index:auto;display:block; }#G1IioSMzT4OFJ4hhlrgN5qgDUSd69yqC > .row .container { width:20rem;height:53.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CooAUXhNaepGrd2bCmOfItx5KNP0FLFX { width:20rem;height:10.15625rem;top:2.375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WlnyqqAoTSVWUxJAzH6i25BNgxvEFD60 { display:flex;width:10.375rem;height:5.1875rem;top:13.62890625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TMzIy56Peu7i1DdphInW7x4EDyTUb3Qs { display:flex;width:6.125rem;height:4.625rem;top:19.998046875rem;left:11.6875rem; }
 }@media only screen and (max-width: 763px) { #hvBvS8m3Hsya9AxPhxB6fc4lgfRs6lwd { display:flex;width:5.3125rem;height:5.3125rem;top:27.185546875rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #mOOl23EV02D73Ar95m11xoKk9VaivQcS { width:10.8125rem;height:2.92480625rem;top:14.759765625rem;left:8.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W2mhP6CBfNAhEH6Va45i0aWTRBvQI4bx { width:7.9375rem;height:2.92480625rem;top:20.84814453125rem;left:3.75rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ntxRRQpTlbX5VPl5J6HL1oOG7sHTzV1z { display:flex;width:5.0625rem;height:5.0625rem;top:34.5654296875rem;left:12.21875rem; }
 }@media only screen and (max-width: 763px) { #PqG3Ni0hxHIq8hb556P4zRNTHqPqVCpw { width:12.5rem;height:2.92480625rem;top:28.37939453125rem;left:7.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cqn24dTJQ7tCoXugeXXITliEiI6fq9Ef { width:9.5625rem;height:2.92480625rem;top:35.63427734375rem;left:2.1875rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #HrmSD5fkLFzwPo8gd9C4gycc9bgxoLp9 { width:20rem;height:2.4375rem;top:43.47705078125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #udRcuFVKGiPPIRlfEnHpV2NZ2JwOJMt1 { width:17.5rem;height:3.4375rem;top:47.62646484375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpXi5sehg7TcPxPQzekfOAP2Jr5CFTsn { display:block; }
 }@media only screen and (max-width: 763px) { #iRwHV8aaKwRHHGQcbX9xoByUQSCSUVgF { display:block; }#iRwHV8aaKwRHHGQcbX9xoByUQSCSUVgF > .row .container { width:20rem;height:49.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fvKlzEq2svC1qGmibTTG6Rue18Z09qko { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZBI2FQRSu3MHk1yNrQc1fQPnN8X3rLJg { width:20rem;height:22.625rem;top:7.69921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0chxfeqlBrhsUp2hry4tLCPR4Fyasih { width:20rem;height:5.19921875rem;top:9.26171875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ukc4DVW6H5eGekibIHAgvIcnuKHIS9vU .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Ukc4DVW6H5eGekibIHAgvIcnuKHIS9vU { display:flex;height:auto;width:15.625rem;top:28.38671875rem;left:0.9375rem; }
#Ukc4DVW6H5eGekibIHAgvIcnuKHIS9vU .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #Ukc4DVW6H5eGekibIHAgvIcnuKHIS9vU #iFXMKIvlPzvTaD4zeU370V2r0nrAJPX7 {  }
 }@media only screen and (max-width: 763px) { #Ukc4DVW6H5eGekibIHAgvIcnuKHIS9vU #SkGpkEg6euggtRL7bTdnU2feGQAaVGX0 {  }
 }@media only screen and (max-width: 763px) { #Ukc4DVW6H5eGekibIHAgvIcnuKHIS9vU #dAN42U9bbUverR81ysQ0Q0funOKU9HPa {  }
 }@media only screen and (max-width: 763px) { #Ukc4DVW6H5eGekibIHAgvIcnuKHIS9vU #pksqnFSuX5Pt1C9mzHOzWCy6cZsZicVA {  }
 }@media only screen and (max-width: 763px) { #Ukc4DVW6H5eGekibIHAgvIcnuKHIS9vU #HPTWNxe43ZD0Tlsb7TBdrQnOtdU9rxeb {  }
 }@media only screen and (max-width: 763px) { #Ukc4DVW6H5eGekibIHAgvIcnuKHIS9vU #z3gtQSzTsmoC8UzTczI4EEEzKLkNObS6 {  }
 }@media only screen and (max-width: 763px) { #Ukc4DVW6H5eGekibIHAgvIcnuKHIS9vU #CAV1Ugk0k9drWL72NuJvTOKbWMRlO3VW {  }
 }@media only screen and (max-width: 763px) { #Ukc4DVW6H5eGekibIHAgvIcnuKHIS9vU #QdlkMQbn6xM5eic3RxvuGtOinimatMzH {  }
 }@media only screen and (max-width: 763px) { #Ukc4DVW6H5eGekibIHAgvIcnuKHIS9vU #q7JZ4kTB7stAXHgOtWTxNit5WqahHLOU {  }
 }@media only screen and (max-width: 763px) { #Ukc4DVW6H5eGekibIHAgvIcnuKHIS9vU #tipNMKxHMz4SzyOpc6BASTsP4sUVTr1y {  }
 }@media only screen and (max-width: 763px) { #Ukc4DVW6H5eGekibIHAgvIcnuKHIS9vU #fm939HQ9giE7TGHU53xe3hC51gMdstC8 {  }
 }@media only screen and (max-width: 763px) { #Ukc4DVW6H5eGekibIHAgvIcnuKHIS9vU #V9ofDST2sA0O53xThT5RileQnrWrzhR5 {  }
 }@media only screen and (max-width: 763px) { #Ukc4DVW6H5eGekibIHAgvIcnuKHIS9vU #ttI6wGROeeZRHfvkxL1zoQTbpJrufLxg {  }
 }@media only screen and (max-width: 763px) { #Ukc4DVW6H5eGekibIHAgvIcnuKHIS9vU #QUwVXC0rW0WmTgzL48Ayh3nh9nXoTh8Q {  }
 }@media only screen and (max-width: 763px) { #Ukc4DVW6H5eGekibIHAgvIcnuKHIS9vU #D3WLpO0UFwaFsNlKKU9eiG6uPvZmsoh5 {  }
 }@media only screen and (max-width: 763px) { #fIgiLSSbK4HP1201wzPb0tv8TgWuMy0v { width:18.9375rem;height:18.9375rem;top:11.88671875rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV5JEHT7C2fQ5nQNMLRPOxT5EmFVS9iM { display:block; }#AV5JEHT7C2fQ5nQNMLRPOxT5EmFVS9iM > .row .container { width:20rem;height:95.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mMX6UTObLU8IVEstaNg8Tg7JnwFBFpii { width:20rem;height:19.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmSEl6ALnScoUpNOmnNkTUHOAzQTFeBX { width:20rem;height:5.19921875rem;top:2.63427734375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d1MoAyG407Z8zbSB8cQ1GFaRWryBChdT { width:18.625rem;height:6.5rem;top:8.875rem;left:0.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pu9lnyiQ28F0z28MUxBmuLQbf2bnKr7l { width:15.75rem;height:9.8125rem;top:35.25rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQtckRHygNDFGqfV0QoFmQCs1qiX4g0J { width:15.75rem;height:9.8125rem;top:47.818359375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuweONxuMPTwH94CXho5QTJvT18xZLmb { width:15.75rem;height:9.6875rem;top:59.0625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMTsAlNNgCPu0bIbVqov31o7ry403qcF { width:15.75rem;height:9.8125rem;top:18.4375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODD29n1hcbodcU2plrh0UGgFDubN2lno { width:12.5rem;height:5.199225rem;top:20.75rem;left:2.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #txtIF1n4yHO8saeGvutIVz1GO3hOu6sB { width:13.75rem;height:5.199225rem;top:37.556640625rem;left:4.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmiwv7UpZAcdNoFKrZPgfrT9NREpbNQd { width:14.0625rem;height:5.199225rem;top:50.125rem;left:1.53125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoMS9CMyu04dCB85IeXmkUH7qbIRy8Ja { width:14.3125rem;height:4.7119125rem;top:62.1748046875rem;left:4.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIkf7zhBX2ZE6zHtNuL6ZoT1V51KaIEl { width:12.25rem;height:7.5625rem;top:69.5rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yQHwIPHEuxN3vwaI9yUHK7Bg8WNEosvg { width:17.5625rem;height:6.8125rem;top:65.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OTeBoy3ORC80HpeWn8udl8BzsrZEZJDN { width:20rem;height:0.625rem;top:67.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #enFolgIg3bDMPXqhv2D7EhLPmFTsZlZ0 { width:20rem;height:9.599625rem;top:74.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DG7VynEhsap37qkpv79LViw1FZDyPiog { width:17.5rem;height:3.4375rem;top:86.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDlEoTrZsTDZhWhqyKNC2JNf1CHgXGOo { display:block; }
 }@media only screen and (max-width: 763px) { #McJNqKdOc8iZxU1Cd0ckqambnaoT0vya { display:flex;top:24.875rem;left:5.65625rem;width:8.6875rem;height:8.6875rem;z-index:14999; }
 }@media only screen and (max-width: 763px) { #QfaQZRgL6UFWZgKmTwH6KhXRrUnA3mvU { display:block; }#QfaQZRgL6UFWZgKmTwH6KhXRrUnA3mvU > .row .container { width:20rem;height:28.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E9ThNZAhAEdIr64JXC8ATDv3KsV9bnIm { width:20rem;height:7.1996875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bl2QfTDeZUlaF8Vxz01J1A5Johmiyv84 { width:19.625rem;height:2.4375rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGE8TI1GBISNIMmDT2vflN7absxH9CRq { width:16.1875rem;height:1.13720625rem;top:10.5rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1R7cgWGbNyqDKbKvg0ukPusb21sxPBB { width:2rem;height:2rem;top:10rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2saWcTaDRoB0vscSJog1CTqgU0rT4mT { display:flex;width:8.8125rem;height:8.8125rem;top:9.69925rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CLfclZk85VA4umOnlGgDse5qRqVEFAMB { width:20rem;height:10.2368125rem;top:13.6064453125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON8tkaBfTmULZ8Jq8SLzJmrUNHIMdKTG { display:block; }#ON8tkaBfTmULZ8Jq8SLzJmrUNHIMdKTG > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rA5P4rERzFPcTTpJTv2FUJ3yfEI2aZ9M { width:7rem;height:1.4375rem;top:2.375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2OTQBgQ512QhK7L5xbpR7QkxJ9TuKCw { width:0.1875rem;height:4.6875rem;top:0.625rem;left:9.860969387755rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6gJSB1M6sqgwKtirhz6M19sGvcJ1ywh { width:7.25rem;height:1.875rem;top:2.03125rem;left:11.1875rem;display:block; }
 }