.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:255,204,215;--color-primary-1:254,102,134;--color-primary-2:254,0,54;--color-primary-3:183,4,43;--color-primary-4:72,0,17;--color-secondary-0:232,217,255;--color-secondary-1:177,128,255;--color-secondary-2:99,0,255;--color-secondary-3:50,0,128;--color-secondary-4:15,0,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#eKNdegUEkSNOh9c0VsP4QZmU0IEbZALW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#eKNdegUEkSNOh9c0VsP4QZmU0IEbZALW > .row .container { background-color: transparent; background-image: none; }#eKNdegUEkSNOh9c0VsP4QZmU0IEbZALW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eKNdegUEkSNOh9c0VsP4QZmU0IEbZALW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eKNdegUEkSNOh9c0VsP4QZmU0IEbZALW > .row .container > .video-iframe-container { display: none; }#eKNdegUEkSNOh9c0VsP4QZmU0IEbZALW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eKNdegUEkSNOh9c0VsP4QZmU0IEbZALW > .row > .video-iframe-container { display: none; }#eKNdegUEkSNOh9c0VsP4QZmU0IEbZALW > .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); }#eKNdegUEkSNOh9c0VsP4QZmU0IEbZALW > .row .container { border-width: 0; border-radius: 0; }#eKNdegUEkSNOh9c0VsP4QZmU0IEbZALW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eKNdegUEkSNOh9c0VsP4QZmU0IEbZALW > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:60rem;position:relative;display:block; }#G014947d85c4221473efd03b2193c81b { color:rgba(var(--color-primary-2),1);display:block;width:33.8125rem;position:absolute;font-family:unibet;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.3125rem;left:13.09375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eWRh1m2U7tBciSp20aiU8tbmy6vbNB5z { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:11.5625rem;top:-0.25rem;left:2.8900862068966rem;overflow:hidden;display:block; }
#UODTgE6EArPoC3TxpM78fbxf23BM9ckd { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:10rem;left:0rem;display:none; }
#Cmic9mR42sgT1v5TuCV0lfsnhCI5BVrS { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:10.5625rem;top:1.21875rem;left:46.59375rem;overflow:hidden;display:block; }
#n9ramroGrsd2qXT1hWGvTXQL2cD8UFIz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8bfcf9b9-7fd7-43b1-b2bb-cb29c0ea6f4f/Fondrobot.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#n9ramroGrsd2qXT1hWGvTXQL2cD8UFIz.adaptive-delivery-prevent-bg, #n9ramroGrsd2qXT1hWGvTXQL2cD8UFIz.lazyload, #n9ramroGrsd2qXT1hWGvTXQL2cD8UFIz.lazyloading { background-image: none; }#n9ramroGrsd2qXT1hWGvTXQL2cD8UFIz > .row .container { background-color: transparent; background-image: none; }#n9ramroGrsd2qXT1hWGvTXQL2cD8UFIz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9ramroGrsd2qXT1hWGvTXQL2cD8UFIz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9ramroGrsd2qXT1hWGvTXQL2cD8UFIz > .row .container > .video-iframe-container { display: none; }#n9ramroGrsd2qXT1hWGvTXQL2cD8UFIz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9ramroGrsd2qXT1hWGvTXQL2cD8UFIz > .row > .video-iframe-container { display: none; }#n9ramroGrsd2qXT1hWGvTXQL2cD8UFIz > .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); }#n9ramroGrsd2qXT1hWGvTXQL2cD8UFIz > .row .container { border-width: 0; border-radius: 0; }#n9ramroGrsd2qXT1hWGvTXQL2cD8UFIz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n9ramroGrsd2qXT1hWGvTXQL2cD8UFIz > .row .container { font-size:0.875rem;font-family:arial;height:83.625rem;width:60rem;position:relative;display:block; }#FrZoRXJTTrO8mWtwP9xv1CETsZLTv631 { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:11.1875rem;top:75.6875rem;left:24.4375rem;overflow:hidden;display:block; }
#OZCEAA7Uw0mci7EUvJaRwHeTUNvAb7s2 { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:13.1875rem;width:13.1875rem;top:41.0625rem;left:43.1875rem;overflow:hidden;display:block; }
#AVTFBNcxciTZmSHgixteHrmkZrh2tkM0 { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:13.1875rem;width:13.1875rem;top:41.0625rem;left:23.5rem;overflow:hidden;display:block; }
#fOrKqhPf59laFaTZ7CSwhBRQwFAtQxZC { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:13.1875rem;width:13.1875rem;top:41.0625rem;left:3.6875rem;overflow:hidden;display:block; }
#RTZ5dW6MWxQOw5UQQ7rk4XvzrrQ58IIm { position:absolute;display:block;z-index:15038;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8125rem;width:23.6875rem;top:3.8125rem;left:18.15625rem;overflow:hidden;display:block; }
#nRHIderMBBrKWLEIscTnxvLB6LABDBql { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.125rem;width:38.0625rem;top:7.1875rem;left:11rem;overflow:hidden;display:block; }
#PbRASTxKX63SxdT49ZBKWhhsVqKSdWwy .accordion-element-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;flex-direction:column;align-items:center;background-color:#05053c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#PbRASTxKX63SxdT49ZBKWhhsVqKSdWwy .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; }
#PbRASTxKX63SxdT49ZBKWhhsVqKSdWwy .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:300;font-size:0.9375rem;color:#ffffff;height:auto;line-height:1;overflow:hidden;font-style:normal;text-align:center;text-align-last:center; }
#PbRASTxKX63SxdT49ZBKWhhsVqKSdWwy .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:#ffffff;line-height:1.3;overflow:hidden;height:auto; }
#PbRASTxKX63SxdT49ZBKWhhsVqKSdWwy .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_66cdf11cd3f71c572287a1580e38bb44c5510b3c.svg");background-size:contain !important; }#PbRASTxKX63SxdT49ZBKWhhsVqKSdWwy .accordion-trigger.adaptive-delivery-prevent-bg, #PbRASTxKX63SxdT49ZBKWhhsVqKSdWwy .accordion-trigger.lazyload, #PbRASTxKX63SxdT49ZBKWhhsVqKSdWwy .accordion-trigger.lazyloading { background-image: none; }
#PbRASTxKX63SxdT49ZBKWhhsVqKSdWwy { box-sizing:content-box;height:auto;width:13.125rem;position:absolute;display:flex;flex-direction:column;gap:1.25rem;z-index:15002;background-color:#05053c;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:60.5rem;left:3.78125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem; }
#PbRASTxKX63SxdT49ZBKWhhsVqKSdWwy .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#PbRASTxKX63SxdT49ZBKWhhsVqKSdWwy #X953t89heeXEzGLKkgP4n1MaF3MFe76T { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PbRASTxKX63SxdT49ZBKWhhsVqKSdWwy #isEoN8XtOdpP1wT9SKXq9CvbQJa5mEOT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PbRASTxKX63SxdT49ZBKWhhsVqKSdWwy #wrhDT4XVAFVPsi7oKZCGIAVeynCmFq8Q { display:block;position:relative; }
#PbRASTxKX63SxdT49ZBKWhhsVqKSdWwy #PaQcSR9nXdMywpARhPrKFaSdUUrgfKr9 {  }
#PbRASTxKX63SxdT49ZBKWhhsVqKSdWwy #qGaZAOsAyT7RaJ9zc3l5hWekgvNBFORs {  }
#ByOiorqC8zMsz1AzkSx26R1guib1CXak .accordion-element-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;flex-direction:column;align-items:center;background-color:#05053c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#ByOiorqC8zMsz1AzkSx26R1guib1CXak .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; }
#ByOiorqC8zMsz1AzkSx26R1guib1CXak .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:300;font-size:0.9375rem;color:#ffffff;height:auto;line-height:1;overflow:hidden;font-style:normal;text-align:center;text-align-last:center; }
#ByOiorqC8zMsz1AzkSx26R1guib1CXak .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:#ffffff;line-height:1.3;overflow:hidden;height:auto; }
#ByOiorqC8zMsz1AzkSx26R1guib1CXak .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_66cdf11cd3f71c572287a1580e38bb44c5510b3c.svg");background-size:contain !important; }#ByOiorqC8zMsz1AzkSx26R1guib1CXak .accordion-trigger.adaptive-delivery-prevent-bg, #ByOiorqC8zMsz1AzkSx26R1guib1CXak .accordion-trigger.lazyload, #ByOiorqC8zMsz1AzkSx26R1guib1CXak .accordion-trigger.lazyloading { background-image: none; }
#ByOiorqC8zMsz1AzkSx26R1guib1CXak { box-sizing:content-box;height:auto;width:13.1875rem;position:absolute;display:flex;flex-direction:column;gap:1.25rem;z-index:15003;background-color:#05053c;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:60.5rem;left:23.5rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem; }
#ByOiorqC8zMsz1AzkSx26R1guib1CXak .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#ByOiorqC8zMsz1AzkSx26R1guib1CXak #gDeEqJViTtkqgDbp5fHgXIVz403D7Ucy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ByOiorqC8zMsz1AzkSx26R1guib1CXak #MrgoU9x9DXIqgA7anmomB96T4T73874w { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ByOiorqC8zMsz1AzkSx26R1guib1CXak #q5cQpdra72IFgQOW3sM0bNMa5ytKpaUT { display:block;position:relative; }
#ByOiorqC8zMsz1AzkSx26R1guib1CXak #qIqVJdIVLCWeOm7wTnoUm9HmEn9ToKdw {  }
#ByOiorqC8zMsz1AzkSx26R1guib1CXak #fT59hQT3AkPk4hIsqS0UrTHelNbq2M9r {  }
#nhLOU9Wz8hUgZTOeu39u9RArvTUWB9T6 { box-sizing:content-box;height:22.875rem;width:13.1875rem;position:absolute;display:block;z-index:15000;background-color:#05053c;background-image:none;box-shadow: 0rem 0rem 0.75rem rgba(67,254,0,0.61) ;border-top:0.25rem solid #43fe00;border-left:0.25rem solid #43fe00;border-right:0.25rem solid #43fe00;border-bottom:0.25rem solid #43fe00;top:40.8125rem;left:23.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#eSDRD8tMvhF5RUNB8vpAXTsbtDDsgO7A { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:13.25rem;top:53.125rem;left:43.15625rem;overflow:hidden;display:block; }
#ilmgv4ueJlupHzc8psBrK9Rmat8rhV46 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:13.1875rem;top:53.0625rem;left:3.71875rem;overflow:hidden;display:block; }
#qX8o5CFm1CwdbdfP0Pv9pTou6Q4TtU2e .accordion-element-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;flex-direction:column;align-items:center;background-color:#05053c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#qX8o5CFm1CwdbdfP0Pv9pTou6Q4TtU2e .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; }
#qX8o5CFm1CwdbdfP0Pv9pTou6Q4TtU2e .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:300;font-size:0.9375rem;color:#ffffff;height:auto;line-height:1;overflow:hidden;font-style:normal;text-align:center;text-align-last:center; }
#qX8o5CFm1CwdbdfP0Pv9pTou6Q4TtU2e .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:#ffffff;line-height:1.3;overflow:hidden;height:auto; }
#qX8o5CFm1CwdbdfP0Pv9pTou6Q4TtU2e .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_66cdf11cd3f71c572287a1580e38bb44c5510b3c.svg");background-size:contain !important; }#qX8o5CFm1CwdbdfP0Pv9pTou6Q4TtU2e .accordion-trigger.adaptive-delivery-prevent-bg, #qX8o5CFm1CwdbdfP0Pv9pTou6Q4TtU2e .accordion-trigger.lazyload, #qX8o5CFm1CwdbdfP0Pv9pTou6Q4TtU2e .accordion-trigger.lazyloading { background-image: none; }
#qX8o5CFm1CwdbdfP0Pv9pTou6Q4TtU2e { box-sizing:content-box;height:auto;width:13.25rem;position:absolute;display:flex;flex-direction:column;gap:1.25rem;z-index:15004;background-color:#05053c;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:60.5rem;left:43.15625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem; }
#qX8o5CFm1CwdbdfP0Pv9pTou6Q4TtU2e .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#qX8o5CFm1CwdbdfP0Pv9pTou6Q4TtU2e #RwiNBkTZKdN3VVElGBThVJteK8a3w5ge { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#qX8o5CFm1CwdbdfP0Pv9pTou6Q4TtU2e #qNG1mo2lLz8r6TTofe46HonU0M1owTEi { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#qX8o5CFm1CwdbdfP0Pv9pTou6Q4TtU2e #nOPBuWARKVRcJbTWZAH1pHkRFWJGWlzm { display:block;position:relative; }
#qX8o5CFm1CwdbdfP0Pv9pTou6Q4TtU2e #xnKn4lwd2TgGnKeoGJWZdANnJW4mVfKy {  }
#qX8o5CFm1CwdbdfP0Pv9pTou6Q4TtU2e #E82dBX5rzgfznRcFvOLOnoZz6FtrxlUn {  }
#IBbGLoXGDVPeGKPfQO57SNmN7BtbskLe { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:13.1875rem;top:53rem;left:23.5rem;overflow:hidden;display:block; }
#NcvVTXZWTAm7pH7tWlCqoRsGZVgw6Nv2 { box-sizing:content-box;height:22.875rem;width:13.1875rem;position:absolute;display:block;z-index:15001;background-color:#05053c;background-image:none;box-shadow: 0rem 0rem 0.75rem #fe0036 ;border-top:0.25rem solid #fe0036;border-left:0.25rem solid #fe0036;border-right:0.25rem solid #fe0036;border-bottom:0.25rem solid #fe0036;top:40.8125rem;left:3.46875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#UPRoVpOKKmlUSwTdxTMH9HI7GMQT9QJP { box-sizing:content-box;height:22.875rem;width:13.25rem;position:absolute;display:block;z-index:15001;background-color:#05053c;background-image:none;box-shadow: 0rem 0rem 0.75rem #ffde00 ;border-top:0.25rem solid #ffde00;border-left:0.25rem solid #ffde00;border-right:0.25rem solid #ffde00;border-bottom:0.25rem solid #ffde00;top:40.8125rem;left:42.90625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#LrJrpiZ7IFMzws5ThTf3OHGTrfaQHUoz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), #05053c);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), #05053c);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), #05053c);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), #05053c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#05053c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#05053c' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), #05053c);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; }#LrJrpiZ7IFMzws5ThTf3OHGTrfaQHUoz > .row .container { background-color: transparent; background-image: none; }#LrJrpiZ7IFMzws5ThTf3OHGTrfaQHUoz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrJrpiZ7IFMzws5ThTf3OHGTrfaQHUoz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrJrpiZ7IFMzws5ThTf3OHGTrfaQHUoz > .row .container > .video-iframe-container { display: none; }#LrJrpiZ7IFMzws5ThTf3OHGTrfaQHUoz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrJrpiZ7IFMzws5ThTf3OHGTrfaQHUoz > .row > .video-iframe-container { display: none; }#LrJrpiZ7IFMzws5ThTf3OHGTrfaQHUoz > .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); }#LrJrpiZ7IFMzws5ThTf3OHGTrfaQHUoz > .row .container { border-width: 0; border-radius: 0; }#LrJrpiZ7IFMzws5ThTf3OHGTrfaQHUoz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LrJrpiZ7IFMzws5ThTf3OHGTrfaQHUoz > .row .container { font-size:0.875rem;font-family:arial;height:39.8125rem;width:60rem;position:relative;display:block; }#T7tCgBMv0wPWCS4XBfnygOv2hQI3U4tR { color:rgba(var(--color-tertiary-0),1);display:block;width:33.3125rem;position:absolute;font-family:unibet;font-size:2.125rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:7.125rem;left:21.5625rem;height:2.7625875rem;text-align:center;text-align-last:center;display:block; }
#yeJe3LVT2CTONsCtJFy81KpSVORITJaN { box-sizing:content-box;height:4.5rem;width:33.6875rem;position:absolute;display:block;z-index:15031;background-color:#05053c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.25rem;left:18.5rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#hAs1kErzQbPfbfmqJlwisGT7Tf6Jk9CU { box-sizing:content-box;height:4rem;width:4rem;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:15039;background-color:#05053c;background-image:none;box-shadow: none;border-top:0.375rem solid #fe0036;border-left:0.375rem solid #fe0036;border-right:0.375rem solid #fe0036;border-bottom:0.375rem solid #fe0036;top:12.9375rem;left:23.75rem;display:block; }
#NhPK6bXi4HURCIcm8zKQ8K8IPqnfg06v { color:#fee400;display:block;width:2.125rem;position:absolute;font-family:unibet;font-size:3.125rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:13.1875rem;left:25.1875rem;height:4.0625rem;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; }
#rusMP4kT9odihKd1vfRZDc5P1sIifGdc { box-sizing:content-box;height:4.5rem;width:22.5rem;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;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:13.0625rem;left:24.4375rem;display:block; }
#nvV3wwHbagMgucFZM9PDAtODMTPfoUgo { color:#05053c;display:block;width:22.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:14.3125rem;left:26.1875rem;height:1.95023125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jiv458cqb6HCXz4PyAGDL8QNzBtXtk51 { box-sizing:content-box;height:4rem;width:4rem;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:15040;background-color:#05053c;background-image:none;box-shadow: none;border-top:0.375rem solid #fe0036;border-left:0.375rem solid #fe0036;border-right:0.375rem solid #fe0036;border-bottom:0.375rem solid #fe0036;top:18.3125rem;left:23.0625rem;display:block; }
#NAAvcXbTgKS1kds1whRxkkBXmHsKxy5u { box-sizing:content-box;height:4.5rem;width:25.625rem;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;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.4375rem;left:23.5625rem;display:block; }
#OhUqzLOHqs43N8tgIT68kM4TvI27UrPf { color:#ffde00;display:block;width:2.125rem;position:absolute;font-family:unibet;font-size:3.125rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:18.5625rem;left:24.4375rem;height:4.0625rem;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; }
#nUZQ933yZQwkiTm9vsdUXvl3lf6TTx5o { color:#05053c;display:block;width:27.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:19.4375rem;left:24.5rem;height:2.21860625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VAmCuMpxEnLhPpAxBbrFcEPMhh94Rip8 { box-sizing:content-box;height:4.4375rem;width:25.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:15005;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.8125rem;left:22.625rem;display:block; }
#Zh53r23CnAbUg1g5GC0HT07HTLytgltr { box-sizing:content-box;height:4rem;width:4rem;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:15041;background-color:#05053c;background-image:none;box-shadow: none;border-top:0.375rem solid #fe0036;border-left:0.375rem solid #fe0036;border-right:0.375rem solid #fe0036;border-bottom:0.375rem solid #fe0036;top:23.625rem;left:22.3125rem;display:block; }
#f0vCLOkxFcz3QBVpWTVGoqFlQ7Cop12p { color:#ffde00;display:block;width:2.125rem;position:absolute;font-family:unibet;font-size:3.125rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:24.0625rem;left:23.6875rem;height:4.0625rem;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; }
#FFAuW6TmdZf5bn43xBg7CmL0RLbrU54T { color:#05053c;display:block;width:26.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:25.0625rem;left:24.375rem;height:1.95023125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DgD7VsFwvxv9zAw22Q4AincibaEkQoxe { box-sizing:content-box;height:4rem;width:4rem;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:15042;background-color:#05053c;background-image:none;box-shadow: none;border-top:0.375rem solid #fe0036;border-left:0.375rem solid #fe0036;border-right:0.375rem solid #fe0036;border-bottom:0.375rem solid #fe0036;top:29rem;left:21.5rem;display:block; }
#cnRwrmWlUzKzvFha66FpSEMT4oA8rgB3 { box-sizing:content-box;height:4.4375rem;width:31rem;position:absolute;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.125rem;left:21.6875rem;display:block; }
#pTTKhhQiMLpwaFEgdlWAGdDyxL37UJl2 { color:#ffde00;display:block;width:2.125rem;position:absolute;font-family:unibet;font-size:3.125rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:29.3125rem;left:22.75rem;height:4.0625rem;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; }
#nSBqu4LqfXwD8vTL1pwccUNArDf6Izdv { color:#05053c;display:block;width:25.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15037;line-height:1;letter-spacing:0;top:29.9375rem;left:26.125rem;height:3.00058125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GRSTEzCSHLiKz59fKEVsrGkG7m0aqJ4n { position:absolute;display:block;z-index:15044;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.1875rem;width:18.1875rem;top:5.3125rem;left:6.25rem;overflow:hidden;display:block; }
#BXuEbcQ0eVSKCgGl2Z2SlmtR8ETtZSSW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #05053c, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, #05053c, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, #05053c, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, #05053c, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#05053c', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#05053c', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, #05053c, rgba(var(--color-primary-2),1));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; }#BXuEbcQ0eVSKCgGl2Z2SlmtR8ETtZSSW > .row .container { background-color: transparent; background-image: none; }#BXuEbcQ0eVSKCgGl2Z2SlmtR8ETtZSSW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXuEbcQ0eVSKCgGl2Z2SlmtR8ETtZSSW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXuEbcQ0eVSKCgGl2Z2SlmtR8ETtZSSW > .row .container > .video-iframe-container { display: none; }#BXuEbcQ0eVSKCgGl2Z2SlmtR8ETtZSSW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXuEbcQ0eVSKCgGl2Z2SlmtR8ETtZSSW > .row > .video-iframe-container { display: none; }#BXuEbcQ0eVSKCgGl2Z2SlmtR8ETtZSSW > .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); }#BXuEbcQ0eVSKCgGl2Z2SlmtR8ETtZSSW > .row .container { border-width: 0; border-radius: 0; }#BXuEbcQ0eVSKCgGl2Z2SlmtR8ETtZSSW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BXuEbcQ0eVSKCgGl2Z2SlmtR8ETtZSSW > .row .container { font-size:0.875rem;font-family:arial;height:63.9375rem;width:60rem;position:relative;display:block; }#G4xJ05k4kdI6d9VOGn47ON8eHdEhCckq { color:#ffffff;display:block;width:43.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:39.875rem;left:8.375rem;height:1.5748rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xPy6ylOh44ZUNR3RzGICi0tZSUBqs71O { color:#ffffff;display:block;width:32rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:42.6875rem;left:14rem;height:12.591125rem;text-align:justify;text-align-last:initial;display:block; }
#CNxdncbTBxLMWafGvlLhuIvnqm07nsA8 { position:absolute;display:block;z-index:15050;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:32.6875rem;top:18.8125rem;left:13.6875rem;overflow:hidden;display:block; }
#OcBV372bFZp91NUQOikxu69LLdDPTX9F { position:absolute;display:block;z-index:15051;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:18.375rem;top:13.3125rem;left:19.5625rem;overflow:hidden;display:block; }
#rlmd75VRXPIB26gIXbLFQclNtkg8frCA { color:rgba(var(--color-tertiary-0),1);display:block;width:38.8125rem;position:absolute;font-family:unibet;font-size:2.125rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:5.9375rem;left:10.625rem;height:2.7625875rem;text-align:center;text-align-last:center;display:block; }
#Pm0PsumbcV2CKc0P5AIKKouSVIJzHd4x { box-sizing:content-box;height:4.5rem;width:34.3125rem;position:absolute;display:block;z-index:15032;background-color:#fe0036;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.0625rem;left:12.875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#pcT0OdHFUeTyCXudAUVUU203QNeNnpez { box-sizing:content-box;height:2.1875rem;width:32.125rem;position:absolute;display:block;z-index:15005;background-color:#05053c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.5rem;left:13.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Vhtz8deXsZ2d0OTW2xfzpN41hRp4zH81 { position:relative;display:block; } #L41550f71f4f7742c6126a45c21cb11d.widget-smartsection *:focus-visible, #L41550f71f4f7742c6126a45c21cb11d.widget-smartsection input[type="text"]:focus-visible, #L41550f71f4f7742c6126a45c21cb11d.widget-smartsection input[type="email"]:focus-visible, #L41550f71f4f7742c6126a45c21cb11d.widget-smartsection input[type="tel"]:focus-visible, #L41550f71f4f7742c6126a45c21cb11d.widget-smartsection textarea:focus-visible { outline: none; } #Vhtz8deXsZ2d0OTW2xfzpN41hRp4zH81 > .row .container { position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eKNdegUEkSNOh9c0VsP4QZmU0IEbZALW { display:block; }#eKNdegUEkSNOh9c0VsP4QZmU0IEbZALW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G014947d85c4221473efd03b2193c81b { top:1.3125rem;left:6.96875rem;width:33.8125rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWRh1m2U7tBciSp20aiU8tbmy6vbNB5z { top:-0.25rem;left:0rem;width:11.5625rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UODTgE6EArPoC3TxpM78fbxf23BM9ckd { top:10rem;left:0rem;width:20rem;height:;font-size:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cmic9mR42sgT1v5TuCV0lfsnhCI5BVrS { top:1.1875rem;left:37.1875rem;width:10.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9ramroGrsd2qXT1hWGvTXQL2cD8UFIz { display:block; }#n9ramroGrsd2qXT1hWGvTXQL2cD8UFIz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FrZoRXJTTrO8mWtwP9xv1CETsZLTv631 { top:75.6875rem;left:18.3125rem;width:11.1875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZCEAA7Uw0mci7EUvJaRwHeTUNvAb7s2 { top:41.0625rem;left:34.5625rem;width:13.1875rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVTFBNcxciTZmSHgixteHrmkZrh2tkM0 { top:41.0625rem;left:17.375rem;width:13.1875rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOrKqhPf59laFaTZ7CSwhBRQwFAtQxZC { top:41.0625rem;left:0rem;width:13.1875rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTZ5dW6MWxQOw5UQQ7rk4XvzrrQ58IIm { top:3.8125rem;left:12.03125rem;width:23.6875rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRHIderMBBrKWLEIscTnxvLB6LABDBql { top:7.1875rem;left:4.875rem;width:38.0625rem;height:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbRASTxKX63SxdT49ZBKWhhsVqKSdWwy .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PbRASTxKX63SxdT49ZBKWhhsVqKSdWwy { display:flex;height:auto;width:27.8125rem;top:56.4375rem;left:0rem; }
#PbRASTxKX63SxdT49ZBKWhhsVqKSdWwy .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #PbRASTxKX63SxdT49ZBKWhhsVqKSdWwy #X953t89heeXEzGLKkgP4n1MaF3MFe76T {  }
 }@media only screen and (max-width: 763px) { #PbRASTxKX63SxdT49ZBKWhhsVqKSdWwy #isEoN8XtOdpP1wT9SKXq9CvbQJa5mEOT {  }
 }@media only screen and (max-width: 763px) { #PbRASTxKX63SxdT49ZBKWhhsVqKSdWwy #wrhDT4XVAFVPsi7oKZCGIAVeynCmFq8Q {  }
 }@media only screen and (max-width: 763px) { #PbRASTxKX63SxdT49ZBKWhhsVqKSdWwy #PaQcSR9nXdMywpARhPrKFaSdUUrgfKr9 {  }
 }@media only screen and (max-width: 763px) { #PbRASTxKX63SxdT49ZBKWhhsVqKSdWwy #qGaZAOsAyT7RaJ9zc3l5hWekgvNBFORs {  }
 }@media only screen and (max-width: 763px) { #ByOiorqC8zMsz1AzkSx26R1guib1CXak .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ByOiorqC8zMsz1AzkSx26R1guib1CXak { display:flex;height:auto;width:27.8125rem;top:56.4375rem;left:0rem; }
#ByOiorqC8zMsz1AzkSx26R1guib1CXak .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #ByOiorqC8zMsz1AzkSx26R1guib1CXak #gDeEqJViTtkqgDbp5fHgXIVz403D7Ucy {  }
 }@media only screen and (max-width: 763px) { #ByOiorqC8zMsz1AzkSx26R1guib1CXak #MrgoU9x9DXIqgA7anmomB96T4T73874w {  }
 }@media only screen and (max-width: 763px) { #ByOiorqC8zMsz1AzkSx26R1guib1CXak #q5cQpdra72IFgQOW3sM0bNMa5ytKpaUT {  }
 }@media only screen and (max-width: 763px) { #ByOiorqC8zMsz1AzkSx26R1guib1CXak #qIqVJdIVLCWeOm7wTnoUm9HmEn9ToKdw {  }
 }@media only screen and (max-width: 763px) { #ByOiorqC8zMsz1AzkSx26R1guib1CXak #fT59hQT3AkPk4hIsqS0UrTHelNbq2M9r {  }
 }@media only screen and (max-width: 763px) { #nhLOU9Wz8hUgZTOeu39u9RArvTUWB9T6 { top:40.8125rem;left:17.125rem;width:13.1875rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSDRD8tMvhF5RUNB8vpAXTsbtDDsgO7A { top:53.125rem;left:34.5rem;width:13.25rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilmgv4ueJlupHzc8psBrK9Rmat8rhV46 { top:53.0625rem;left:0rem;width:13.1875rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qX8o5CFm1CwdbdfP0Pv9pTou6Q4TtU2e .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qX8o5CFm1CwdbdfP0Pv9pTou6Q4TtU2e { display:flex;height:auto;width:27.8125rem;top:56.4375rem;left:0rem; }
#qX8o5CFm1CwdbdfP0Pv9pTou6Q4TtU2e .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #qX8o5CFm1CwdbdfP0Pv9pTou6Q4TtU2e #RwiNBkTZKdN3VVElGBThVJteK8a3w5ge {  }
 }@media only screen and (max-width: 763px) { #qX8o5CFm1CwdbdfP0Pv9pTou6Q4TtU2e #qNG1mo2lLz8r6TTofe46HonU0M1owTEi {  }
 }@media only screen and (max-width: 763px) { #qX8o5CFm1CwdbdfP0Pv9pTou6Q4TtU2e #nOPBuWARKVRcJbTWZAH1pHkRFWJGWlzm {  }
 }@media only screen and (max-width: 763px) { #qX8o5CFm1CwdbdfP0Pv9pTou6Q4TtU2e #xnKn4lwd2TgGnKeoGJWZdANnJW4mVfKy {  }
 }@media only screen and (max-width: 763px) { #qX8o5CFm1CwdbdfP0Pv9pTou6Q4TtU2e #E82dBX5rzgfznRcFvOLOnoZz6FtrxlUn {  }
 }@media only screen and (max-width: 763px) { #IBbGLoXGDVPeGKPfQO57SNmN7BtbskLe { top:53rem;left:17.375rem;width:13.1875rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcvVTXZWTAm7pH7tWlCqoRsGZVgw6Nv2 { top:40.8125rem;left:0rem;width:13.1875rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPRoVpOKKmlUSwTdxTMH9HI7GMQT9QJP { top:40.8125rem;left:34rem;width:13.25rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrJrpiZ7IFMzws5ThTf3OHGTrfaQHUoz { display:block; }#LrJrpiZ7IFMzws5ThTf3OHGTrfaQHUoz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7tCgBMv0wPWCS4XBfnygOv2hQI3U4tR { top:7.125rem;left:14.4375rem;width:33.3125rem;height:2.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeJe3LVT2CTONsCtJFy81KpSVORITJaN { top:6.25rem;left:12.375rem;width:33.6875rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAs1kErzQbPfbfmqJlwisGT7Tf6Jk9CU { top:12.9375rem;left:17.625rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhPK6bXi4HURCIcm8zKQ8K8IPqnfg06v { top:13.1875rem;left:19.0625rem;width:2.125rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rusMP4kT9odihKd1vfRZDc5P1sIifGdc { top:13.0625rem;left:18.3125rem;width:22.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvV3wwHbagMgucFZM9PDAtODMTPfoUgo { top:14.3125rem;left:20.0625rem;width:22.3125rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jiv458cqb6HCXz4PyAGDL8QNzBtXtk51 { top:18.3125rem;left:16.9375rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAAvcXbTgKS1kds1whRxkkBXmHsKxy5u { top:18.4375rem;left:17.4375rem;width:25.625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhUqzLOHqs43N8tgIT68kM4TvI27UrPf { top:18.5625rem;left:18.3125rem;width:2.125rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUZQ933yZQwkiTm9vsdUXvl3lf6TTx5o { top:19.4375rem;left:18.375rem;width:27.375rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAmCuMpxEnLhPpAxBbrFcEPMhh94Rip8 { top:23.8125rem;left:16.5rem;width:25.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zh53r23CnAbUg1g5GC0HT07HTLytgltr { top:23.625rem;left:16.1875rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0vCLOkxFcz3QBVpWTVGoqFlQ7Cop12p { top:24.0625rem;left:17.5625rem;width:2.125rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFAuW6TmdZf5bn43xBg7CmL0RLbrU54T { top:25.0625rem;left:18.25rem;width:26.1875rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgD7VsFwvxv9zAw22Q4AincibaEkQoxe { top:29rem;left:15.375rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnRwrmWlUzKzvFha66FpSEMT4oA8rgB3 { top:29.125rem;left:15.5625rem;width:31rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTTKhhQiMLpwaFEgdlWAGdDyxL37UJl2 { top:29.3125rem;left:16.625rem;width:2.125rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSBqu4LqfXwD8vTL1pwccUNArDf6Izdv { top:29.9375rem;left:20rem;width:25.3125rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRSTEzCSHLiKz59fKEVsrGkG7m0aqJ4n { top:5.3125rem;left:0.125rem;width:18.1875rem;height:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXuEbcQ0eVSKCgGl2Z2SlmtR8ETtZSSW { display:block; }#BXuEbcQ0eVSKCgGl2Z2SlmtR8ETtZSSW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G4xJ05k4kdI6d9VOGn47ON8eHdEhCckq { top:39.875rem;left:2.25rem;width:43.25rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPy6ylOh44ZUNR3RzGICi0tZSUBqs71O { top:42.6875rem;left:7.875rem;width:32rem;height:16.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNxdncbTBxLMWafGvlLhuIvnqm07nsA8 { top:18.8125rem;left:7.5625rem;width:32.6875rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcBV372bFZp91NUQOikxu69LLdDPTX9F { top:13.3125rem;left:13.4375rem;width:18.375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlmd75VRXPIB26gIXbLFQclNtkg8frCA { top:5.9375rem;left:4.5rem;width:38.8125rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pm0PsumbcV2CKc0P5AIKKouSVIJzHd4x { top:5.0625rem;left:6.75rem;width:34.3125rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcT0OdHFUeTyCXudAUVUU203QNeNnpez { top:39.5rem;left:7.8125rem;width:32.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vhtz8deXsZ2d0OTW2xfzpN41hRp4zH81 { display:block; } #L41550f71f4f7742c6126a45c21cb11d.widget-smartsection *:focus-visible, #L41550f71f4f7742c6126a45c21cb11d.widget-smartsection input[type="text"]:focus-visible, #L41550f71f4f7742c6126a45c21cb11d.widget-smartsection input[type="email"]:focus-visible, #L41550f71f4f7742c6126a45c21cb11d.widget-smartsection input[type="tel"]:focus-visible, #L41550f71f4f7742c6126a45c21cb11d.widget-smartsection textarea:focus-visible { outline: none; } #Vhtz8deXsZ2d0OTW2xfzpN41hRp4zH81 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eKNdegUEkSNOh9c0VsP4QZmU0IEbZALW { position:relative;z-index:auto;display:block; }#eKNdegUEkSNOh9c0VsP4QZmU0IEbZALW > .row .container { width:20rem;height:26.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G014947d85c4221473efd03b2193c81b { width:20rem;height:0;top:1.875rem;left:0rem;font-size:3rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #eWRh1m2U7tBciSp20aiU8tbmy6vbNB5z { width:14.6875rem;height:8rem;top:0.25rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UODTgE6EArPoC3TxpM78fbxf23BM9ckd { top:8rem;left:0rem;width:20rem;height:10.5rem;z-index:15004;font-family:unibet;color:#fe0036;font-size:3.5rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Cmic9mR42sgT1v5TuCV0lfsnhCI5BVrS { width:14.25rem;height:4.6875rem;top:19.9375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9ramroGrsd2qXT1hWGvTXQL2cD8UFIz { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8bfcf9b9-7fd7-43b1-b2bb-cb29c0ea6f4f/Fondrobot.jpg");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; }#n9ramroGrsd2qXT1hWGvTXQL2cD8UFIz.adaptive-delivery-prevent-bg, #n9ramroGrsd2qXT1hWGvTXQL2cD8UFIz.lazyload, #n9ramroGrsd2qXT1hWGvTXQL2cD8UFIz.lazyloading { background-image: none; }#n9ramroGrsd2qXT1hWGvTXQL2cD8UFIz > .row .container { background-color: transparent; background-image: none; }#n9ramroGrsd2qXT1hWGvTXQL2cD8UFIz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9ramroGrsd2qXT1hWGvTXQL2cD8UFIz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9ramroGrsd2qXT1hWGvTXQL2cD8UFIz > .row .container > .video-iframe-container { display: none; }#n9ramroGrsd2qXT1hWGvTXQL2cD8UFIz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9ramroGrsd2qXT1hWGvTXQL2cD8UFIz > .row > .video-iframe-container { display: none; }#n9ramroGrsd2qXT1hWGvTXQL2cD8UFIz > .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); }#n9ramroGrsd2qXT1hWGvTXQL2cD8UFIz > .row .container { border-width: 0; border-radius: 0; }#n9ramroGrsd2qXT1hWGvTXQL2cD8UFIz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n9ramroGrsd2qXT1hWGvTXQL2cD8UFIz > .row .container { width:20rem;height:127.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FrZoRXJTTrO8mWtwP9xv1CETsZLTv631 { width:11.1875rem;height:3.375rem;top:119.75rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZCEAA7Uw0mci7EUvJaRwHeTUNvAb7s2 { width:13.1875rem;height:13.1875rem;top:87.0625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVTFBNcxciTZmSHgixteHrmkZrh2tkM0 { width:13.1875rem;height:13.1875rem;top:54.25rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOrKqhPf59laFaTZ7CSwhBRQwFAtQxZC { width:13.1875rem;height:13.1875rem;top:24rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTZ5dW6MWxQOw5UQQ7rk4XvzrrQ58IIm { width:17rem;height:6.1875rem;top:2.625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRHIderMBBrKWLEIscTnxvLB6LABDBql { width:20rem;height:15.8291015625rem;top:5.9833984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbRASTxKX63SxdT49ZBKWhhsVqKSdWwy .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PbRASTxKX63SxdT49ZBKWhhsVqKSdWwy { display:flex;height:auto;width:13.1875rem;top:43.75rem;left:3.53125rem; }
#PbRASTxKX63SxdT49ZBKWhhsVqKSdWwy .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #PbRASTxKX63SxdT49ZBKWhhsVqKSdWwy #X953t89heeXEzGLKkgP4n1MaF3MFe76T {  }
 }@media only screen and (max-width: 763px) { #PbRASTxKX63SxdT49ZBKWhhsVqKSdWwy #isEoN8XtOdpP1wT9SKXq9CvbQJa5mEOT {  }
 }@media only screen and (max-width: 763px) { #PbRASTxKX63SxdT49ZBKWhhsVqKSdWwy #wrhDT4XVAFVPsi7oKZCGIAVeynCmFq8Q {  }
 }@media only screen and (max-width: 763px) { #PbRASTxKX63SxdT49ZBKWhhsVqKSdWwy #PaQcSR9nXdMywpARhPrKFaSdUUrgfKr9 {  }
 }@media only screen and (max-width: 763px) { #PbRASTxKX63SxdT49ZBKWhhsVqKSdWwy #qGaZAOsAyT7RaJ9zc3l5hWekgvNBFORs {  }
 }@media only screen and (max-width: 763px) { #ByOiorqC8zMsz1AzkSx26R1guib1CXak .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ByOiorqC8zMsz1AzkSx26R1guib1CXak { display:flex;height:auto;width:13.1875rem;top:74.0625rem;left:3.5625rem; }
#ByOiorqC8zMsz1AzkSx26R1guib1CXak .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #ByOiorqC8zMsz1AzkSx26R1guib1CXak #gDeEqJViTtkqgDbp5fHgXIVz403D7Ucy {  }
 }@media only screen and (max-width: 763px) { #ByOiorqC8zMsz1AzkSx26R1guib1CXak #MrgoU9x9DXIqgA7anmomB96T4T73874w {  }
 }@media only screen and (max-width: 763px) { #ByOiorqC8zMsz1AzkSx26R1guib1CXak #q5cQpdra72IFgQOW3sM0bNMa5ytKpaUT {  }
 }@media only screen and (max-width: 763px) { #ByOiorqC8zMsz1AzkSx26R1guib1CXak #qIqVJdIVLCWeOm7wTnoUm9HmEn9ToKdw {  }
 }@media only screen and (max-width: 763px) { #ByOiorqC8zMsz1AzkSx26R1guib1CXak #fT59hQT3AkPk4hIsqS0UrTHelNbq2M9r {  }
 }@media only screen and (max-width: 763px) { #nhLOU9Wz8hUgZTOeu39u9RArvTUWB9T6 { width:13.1875rem;height:22.875rem;top:54rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSDRD8tMvhF5RUNB8vpAXTsbtDDsgO7A { width:13.25rem;height:7.4375rem;top:99.125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilmgv4ueJlupHzc8psBrK9Rmat8rhV46 { width:13.1875rem;height:7.5625rem;top:36rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qX8o5CFm1CwdbdfP0Pv9pTou6Q4TtU2e .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qX8o5CFm1CwdbdfP0Pv9pTou6Q4TtU2e { display:flex;height:auto;width:13.25rem;top:106.875rem;left:3.5rem; }
#qX8o5CFm1CwdbdfP0Pv9pTou6Q4TtU2e .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #qX8o5CFm1CwdbdfP0Pv9pTou6Q4TtU2e #RwiNBkTZKdN3VVElGBThVJteK8a3w5ge {  }
 }@media only screen and (max-width: 763px) { #qX8o5CFm1CwdbdfP0Pv9pTou6Q4TtU2e #qNG1mo2lLz8r6TTofe46HonU0M1owTEi {  }
 }@media only screen and (max-width: 763px) { #qX8o5CFm1CwdbdfP0Pv9pTou6Q4TtU2e #nOPBuWARKVRcJbTWZAH1pHkRFWJGWlzm {  }
 }@media only screen and (max-width: 763px) { #qX8o5CFm1CwdbdfP0Pv9pTou6Q4TtU2e #xnKn4lwd2TgGnKeoGJWZdANnJW4mVfKy {  }
 }@media only screen and (max-width: 763px) { #qX8o5CFm1CwdbdfP0Pv9pTou6Q4TtU2e #E82dBX5rzgfznRcFvOLOnoZz6FtrxlUn {  }
 }@media only screen and (max-width: 763px) { #IBbGLoXGDVPeGKPfQO57SNmN7BtbskLe { width:13.1875rem;height:7.5625rem;top:66.1875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcvVTXZWTAm7pH7tWlCqoRsGZVgw6Nv2 { width:13.1875rem;height:22.875rem;top:23.75rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPRoVpOKKmlUSwTdxTMH9HI7GMQT9QJP { width:13.25rem;height:22.875rem;top:86.8125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrJrpiZ7IFMzws5ThTf3OHGTrfaQHUoz { display:block; }#LrJrpiZ7IFMzws5ThTf3OHGTrfaQHUoz > .row .container { width:20rem;height:78rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7tCgBMv0wPWCS4XBfnygOv2hQI3U4tR { width:13.375rem;height:4rem;top:3.5625rem;left:3.3125rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #yeJe3LVT2CTONsCtJFy81KpSVORITJaN { width:20rem;height:5.5rem;top:2.8125rem;left:0rem;background-color:#05053c;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #hAs1kErzQbPfbfmqJlwisGT7Tf6Jk9CU { width:4rem;height:4rem;top:9.4375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhPK6bXi4HURCIcm8zKQ8K8IPqnfg06v { width:2.125rem;height:2.5625rem;top:10.5rem;left:9.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rusMP4kT9odihKd1vfRZDc5P1sIifGdc { width:17.5625rem;height:4.5rem;top:13.0625rem;left:1.25rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #nvV3wwHbagMgucFZM9PDAtODMTPfoUgo { width:20rem;height:1.75rem;top:14.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jiv458cqb6HCXz4PyAGDL8QNzBtXtk51 { width:4rem;height:4rem;top:18.625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAAvcXbTgKS1kds1whRxkkBXmHsKxy5u { width:20rem;height:4.5rem;top:22.125rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #OhUqzLOHqs43N8tgIT68kM4TvI27UrPf { width:2.125rem;height:2.5625rem;top:19.75rem;left:9.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUZQ933yZQwkiTm9vsdUXvl3lf6TTx5o { width:20rem;height:2.0830078125rem;top:23.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAmCuMpxEnLhPpAxBbrFcEPMhh94Rip8 { width:20rem;height:4.4375rem;top:31.4375rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Zh53r23CnAbUg1g5GC0HT07HTLytgltr { width:4rem;height:4rem;top:27.875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0vCLOkxFcz3QBVpWTVGoqFlQ7Cop12p { width:2.125rem;height:2.5625rem;top:28.9375rem;left:9.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFAuW6TmdZf5bn43xBg7CmL0RLbrU54T { width:20rem;height:1.75rem;top:33rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgD7VsFwvxv9zAw22Q4AincibaEkQoxe { width:4rem;height:4rem;top:37.0625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnRwrmWlUzKzvFha66FpSEMT4oA8rgB3 { width:20rem;height:6.5rem;top:40.75rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #pTTKhhQiMLpwaFEgdlWAGdDyxL37UJl2 { width:2.125rem;height:2.5625rem;top:38.1875rem;left:9.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSBqu4LqfXwD8vTL1pwccUNArDf6Izdv { width:17.8125rem;height:4.125rem;top:42.3125rem;left:1.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRSTEzCSHLiKz59fKEVsrGkG7m0aqJ4n { width:16.625rem;height:26.75rem;top:48.8125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXuEbcQ0eVSKCgGl2Z2SlmtR8ETtZSSW { display:block; }#BXuEbcQ0eVSKCgGl2Z2SlmtR8ETtZSSW > .row .container { width:20rem;height:59.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G4xJ05k4kdI6d9VOGn47ON8eHdEhCckq { width:15.9375rem;height:2.75rem;top:28.5rem;left:1.90625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xPy6ylOh44ZUNR3RzGICi0tZSUBqs71O { width:15.6875rem;height:22.5625rem;top:32.4375rem;left:2.15625rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #CNxdncbTBxLMWafGvlLhuIvnqm07nsA8 { width:20rem;height:10.248046875rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcBV372bFZp91NUQOikxu69LLdDPTX9F { width:15.0625rem;height:8.0625rem;top:10.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlmd75VRXPIB26gIXbLFQclNtkg8frCA { width:20rem;height:4rem;top:3.6875rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Pm0PsumbcV2CKc0P5AIKKouSVIJzHd4x { width:20rem;height:4.5rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcT0OdHFUeTyCXudAUVUU203QNeNnpez { width:15.9375rem;height:3.6875rem;top:28.0625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vhtz8deXsZ2d0OTW2xfzpN41hRp4zH81 { display:block; } #L41550f71f4f7742c6126a45c21cb11d.widget-smartsection *:focus-visible, #L41550f71f4f7742c6126a45c21cb11d.widget-smartsection input[type="text"]:focus-visible, #L41550f71f4f7742c6126a45c21cb11d.widget-smartsection input[type="email"]:focus-visible, #L41550f71f4f7742c6126a45c21cb11d.widget-smartsection input[type="tel"]:focus-visible, #L41550f71f4f7742c6126a45c21cb11d.widget-smartsection textarea:focus-visible { outline: none; } #Vhtz8deXsZ2d0OTW2xfzpN41hRp4zH81 > .row .container { position:relative;display:block; } }