.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V { position:relative;display:block; }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V { background-color: transparent; background-image: none; }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V > .row .container > .video-iframe-container { display: none; }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V > .row > .video-iframe-container { display: none; }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V > .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); }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V { border-width: 0; border-radius: 0; }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.6875rem;width:60rem;position:relative;display:block; }#AOuNUk1ty8D1dPurkXGUXoEHWU2ZPul3 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:22rem;top:0.375rem;left:16.0625rem;overflow:hidden;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.54);background-image:url("https://images.assets-landingi.com/gAVNZc1h/ratgeber_sport_sportshops.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:40.5rem;width:60rem;position:relative;display:block; }#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-form-header {  }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-regular-label { height:auto;display:block;font-family:"alw arabic";font-size:1.25rem;font-weight:bold;color:#e7668a;width:19.9375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:right;text-align-last:right;overflow:hidden; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.9375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-text {padding-top: 0; padding-bottom: 0;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.9375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.9375rem;box-sizing:border-box;height:2.5rem;color:#e7668a;font-family:"alw arabic";font-size:1.25rem;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-select {padding-top: 0; padding-bottom: 0;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-button { border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;background-color:rgba(173,8,100,0.63);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #e7668a;border-left:0.0625rem solid #e7668a;border-right:0.0625rem solid #e7668a;border-bottom:0.0625rem solid #e7668a;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.0625rem;margin-bottom:0.25rem;margin-left:2.0625rem;display:block;box-sizing:border-box;font-size:1.3125rem;font-weight:bold;color:#ffffff;width:15.75rem;height:4.1875rem;font-family:"alw arabic";overflow:hidden; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:18.75rem;overflow:hidden;font-style:normal; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-container { padding-top:0.4375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-container:first-of-type{padding-top:0;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-container:last-of-type{padding-bottom:0;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.9369375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:100002;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;position:absolute;top:8.4614703655244rem;left:0.43590259552002rem; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.9375rem;display:block;vertical-align:top; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD {display:block;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.9369375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:100002;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;position:absolute;top:8.4614703655244rem;left:0.43590259552002rem; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #L3eCKBis3FBuTziS9t7syZHi9Gnz5cZQ { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #K16oUtstOKQTEPM3y2lqvZg1RTspagEm { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #dztSllqCUL8RXzNLSshURU0vLvbT1gTi { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #FpPUikEARylsI5qbbbUkO2ytkGJFVCkt { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #znxWesMsp4WT1KTNv20XPDwb6TFAeKiq { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #TiKIt7LDC3fJqpDBOhN548JaDtUbLU6t { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #nu2l9D4VGT5TcL0HOhRHOfnbswucWNmN { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #pr6rnf43FSVAcql02mbRhXvmp4T8Sp6G { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #pqm8zAye4Dl6f1qJpTpPtPp7iTHubTyA { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #wKuyXMa0MZsZzByXSLTEFb5eDIJ05SJc { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #s8Ta5bXPTC3Ce6gwIbuUfZHNPXBcx7Th { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #FTL9yu0hqLK8WaAKDuXgUoEn0Mw0o5o9 { position:relative; }
#QtwlPcl4TPTC0mIVQaLIH0eDdWltw9h6 { position:relative;display:block; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #wdh6QXSlhZMoB4Pqf60mrJoMZLtcmocd { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #Ith52Rl3DauROOoNTkBU7MVI3TuSgudA { position:relative; }
#N8mQ85seeimrgMkRv8OOq2Ml9VTa03My { color:#ffffff;display:block;width:22.5625rem;position:absolute;font-family:"alw arabic";font-size:1.3125rem;font-weight:700;z-index:100009;line-height:2;letter-spacing:0;top:5.8408203125rem;left:0rem;height:2.6242875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d9id83GNTzwmhOTzVdWEqOeqsxRr9J0c { position:absolute;display:block;z-index:99998;background-color:#e7668a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34.0625rem;width:23.25rem;top:5.150923371315rem;left:0rem;display:block; }
#dMOTyOxodOfqDuZdE8CBtpy1Du7bNFZL { color:#ffffff;display:block;width:33rem;position:absolute;font-family:"alw arabic";font-size:1.5625rem;font-weight:700;z-index:100010;line-height:2;letter-spacing:0;top:12.5283203125rem;left:0.75rem;height:9.375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#gxtDkM3yEgzuPluawIXM15UQ3POabynz { color:#ffffff;display:block;width:22.56125rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:100010;line-height:2;letter-spacing:0;top:9.5276988595725rem;left:37.43785572052rem;height:8.12320625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pWOgvHCE7SBakhzfr0MrcPeZqvgFFeQw { position:absolute;display:block;z-index:99999;background-color:rgba(114,58,72,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.9375rem;width:22.8125rem;top:6.1535854339599rem;left:37.249642372131rem;display:block; }
#KLkM2gGn6ltF4ae4dvGg3pkvwMnXyr6U { color:#fafafa;display:block;width:22.560375rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100011;line-height:2;letter-spacing:0;top:7.2132453918456rem;left:37.438740730286rem;height:2.3757125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oxqsr4yJpw4xJg1CHHbglO2dyu1PeCPn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cf9851;background-image:none;position:relative;display:block; }#oxqsr4yJpw4xJg1CHHbglO2dyu1PeCPn > .row .container { background-color: transparent; background-image: none; }#oxqsr4yJpw4xJg1CHHbglO2dyu1PeCPn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oxqsr4yJpw4xJg1CHHbglO2dyu1PeCPn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oxqsr4yJpw4xJg1CHHbglO2dyu1PeCPn > .row .container > .video-iframe-container { display: none; }#oxqsr4yJpw4xJg1CHHbglO2dyu1PeCPn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oxqsr4yJpw4xJg1CHHbglO2dyu1PeCPn > .row > .video-iframe-container { display: none; }#oxqsr4yJpw4xJg1CHHbglO2dyu1PeCPn > .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); }#oxqsr4yJpw4xJg1CHHbglO2dyu1PeCPn > .row .container { border-width: 0; border-radius: 0; }#oxqsr4yJpw4xJg1CHHbglO2dyu1PeCPn > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:60rem;position:relative;display:block; }#z7EqZzvP7CwZEzWZ6rGEfrkbUwnDGmI4 { color:#ffffff;display:block;width:27.1875rem;position:absolute;font-family:"alw arabic";font-size:1.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.375rem;left:15.71875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#Sq6uKxCGuSCDCoih6v2yC5XA5aXpP9wI { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.9375rem;width:4.9375rem;top:0.25rem;left:44.28125rem;overflow:hidden;display:block; }
#TTz5ilTIo2eNRTsbxpdWSJcVOinTo3Fy { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.9375rem;width:4.9375rem;top:0.25rem;left:10.78125rem;overflow:hidden;display:block; }
#VZnT1pr8T7zFrtKCFzTyVLRRzdyyOkem { position:relative;display:block; }#VZnT1pr8T7zFrtKCFzTyVLRRzdyyOkem { background-color: transparent; background-image: none; }#VZnT1pr8T7zFrtKCFzTyVLRRzdyyOkem::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VZnT1pr8T7zFrtKCFzTyVLRRzdyyOkem > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VZnT1pr8T7zFrtKCFzTyVLRRzdyyOkem > .row .container > .video-iframe-container { display: none; }#VZnT1pr8T7zFrtKCFzTyVLRRzdyyOkem > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VZnT1pr8T7zFrtKCFzTyVLRRzdyyOkem > .row > .video-iframe-container { display: none; }#VZnT1pr8T7zFrtKCFzTyVLRRzdyyOkem > .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); }#VZnT1pr8T7zFrtKCFzTyVLRRzdyyOkem { border-width: 0; border-radius: 0; }#VZnT1pr8T7zFrtKCFzTyVLRRzdyyOkem > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.25rem;width:60rem;position:relative;display:block; }#TdCfWVWaILoqoUSopuwdlfZBvrXRmBql { color:#e7668a;display:block;width:16.3743125rem;position:absolute;font-family:"alw arabic";font-size:1.1875rem;font-weight:700;z-index:100005;line-height:2;letter-spacing:0;top:11.81107878685rem;left:9.7159090042112rem;height:7.1271375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aSHTsfoCL1OFPdFOrTh0WsQer0KJC6B0 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:9.1868125rem;width:13.8743125rem;top:1.87411236763rem;left:10.935725212097rem;overflow:hidden;display:block; }
#uRe0AeCGxOncU9S7TavH2OIEUiM7gGdq { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;height:9.1868125rem;width:13.8743125rem;top:1.87411236763rem;left:37.186612129211rem;overflow:hidden;display:block; }
#avdW7R125EXFtyFqOoKMckWGIgn7Tku3 { color:#e7668a;display:block;width:14.4993125rem;position:absolute;font-family:"alw arabic";font-size:1.1875rem;font-weight:700;z-index:100004;line-height:2;letter-spacing:0;top:11.808416128159rem;left:36.873223304749rem;height:7.1271375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#piLfUoKkUyeUmygsTD3gHQe0yAZMu7Ss { z-index:100006;top:18.93643283844rem;left:8.2155542373656rem;background-color:#e7668a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;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:"alw arabic";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#L8TTubEc7tVQp1IGySqzi1F7Xe1B9vcV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#m2VMUQctnhAKZbCk8vz7Mwqa6UzcnBBM { z-index:100007;top:19.186788797379rem;left:34.467328071594rem;background-color:#e7668a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;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:"alw arabic";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#PqiNTM2WPNfQPWTiGTzxAk251CvV94mU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PDTmMOL5dl0mp3riVatxrCQAvTlrm4MQ { position:relative;display:block; }#PDTmMOL5dl0mp3riVatxrCQAvTlrm4MQ { background-color: transparent; background-image: none; }#PDTmMOL5dl0mp3riVatxrCQAvTlrm4MQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PDTmMOL5dl0mp3riVatxrCQAvTlrm4MQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PDTmMOL5dl0mp3riVatxrCQAvTlrm4MQ > .row .container > .video-iframe-container { display: none; }#PDTmMOL5dl0mp3riVatxrCQAvTlrm4MQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PDTmMOL5dl0mp3riVatxrCQAvTlrm4MQ > .row > .video-iframe-container { display: none; }#PDTmMOL5dl0mp3riVatxrCQAvTlrm4MQ > .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); }#PDTmMOL5dl0mp3riVatxrCQAvTlrm4MQ { border-width: 0; border-radius: 0; }#PDTmMOL5dl0mp3riVatxrCQAvTlrm4MQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:20.6875rem;width:60rem;position:relative;display:block; }#iT1hhBleL3meUk20QUPztXRJDDqSeciL { color:#e7668a;display:block;width:16.8093125rem;position:absolute;font-family:"alw arabic";font-size:1.4375rem;font-weight:700;z-index:100008;line-height:2;letter-spacing:0;top:3.25rem;left:36.5625rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XPQz0N5LPHT1PngAG08S4hHEZJrREHrA { z-index:100005;top:14.3125rem;left:8.6875rem;background-color:#e7668a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;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:"alw arabic";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SpIfFvT0vaRMeMGLOnWfgvLT1dy3k3wT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pN3wsw7AulZFm86IlG9TQxIq813xqcvK { color:#000000;display:block;width:25.4989375rem;position:absolute;font-family:"alw arabic";font-size:1.5rem;font-weight:normal;z-index:100002;line-height:1.5;letter-spacing:0;top:2.1866159439087rem;left:5.6241121292114rem;height:9.002125rem;text-align:center;text-align-last:center;display:block; }
#VrwT2dRmvRgXinV0ogMy710Ov4iicHFv { z-index:100006;top:13.3125rem;left:35.3125rem;background-color:#e7668a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;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:"alw arabic";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#gTXLoDqgEi43fKLHLkE22SN2SPSBDSft { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#L86kMluyKQfzl75oXQKLIQxyM5ATMmhf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cf9851;background-image:none;position:relative;display:block; }#L86kMluyKQfzl75oXQKLIQxyM5ATMmhf > .row .container { background-color: transparent; background-image: none; }#L86kMluyKQfzl75oXQKLIQxyM5ATMmhf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#L86kMluyKQfzl75oXQKLIQxyM5ATMmhf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#L86kMluyKQfzl75oXQKLIQxyM5ATMmhf > .row .container > .video-iframe-container { display: none; }#L86kMluyKQfzl75oXQKLIQxyM5ATMmhf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#L86kMluyKQfzl75oXQKLIQxyM5ATMmhf > .row > .video-iframe-container { display: none; }#L86kMluyKQfzl75oXQKLIQxyM5ATMmhf > .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); }#L86kMluyKQfzl75oXQKLIQxyM5ATMmhf > .row .container { border-width: 0; border-radius: 0; }#L86kMluyKQfzl75oXQKLIQxyM5ATMmhf > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:60rem;position:relative;display:block; }#JgRPEPXf0B6J88e2k5TwP8sxhX63b8Bl { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.9375rem;width:4.9375rem;top:0.75rem;left:53.875rem;overflow:hidden;display:block; }
#EzNRTFH3Ps9DCDoiGw6MePdvirKydEc1 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.9375rem;width:4.9375rem;top:0.75rem;left:0rem;overflow:hidden;display:block; }
#M4viUwLx3Sdd1ypHwwT66vqLgUfmsnK6 { color:#ffffff;display:block;width:45.9375rem;position:absolute;font-family:"alw arabic";font-size:1.8125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.0625rem;left:7.03125rem;height:2.35618125rem;text-align:center;text-align-last:center;display:block; }
#bT8kO9kV70UJPSUaZ8n7AFCEh182r0hK { position:relative;display:block; }#bT8kO9kV70UJPSUaZ8n7AFCEh182r0hK { background-color: transparent; background-image: none; }#bT8kO9kV70UJPSUaZ8n7AFCEh182r0hK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bT8kO9kV70UJPSUaZ8n7AFCEh182r0hK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bT8kO9kV70UJPSUaZ8n7AFCEh182r0hK > .row .container > .video-iframe-container { display: none; }#bT8kO9kV70UJPSUaZ8n7AFCEh182r0hK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bT8kO9kV70UJPSUaZ8n7AFCEh182r0hK > .row > .video-iframe-container { display: none; }#bT8kO9kV70UJPSUaZ8n7AFCEh182r0hK > .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); }#bT8kO9kV70UJPSUaZ8n7AFCEh182r0hK { border-width: 0; border-radius: 0; }#bT8kO9kV70UJPSUaZ8n7AFCEh182r0hK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:22.8125rem;width:60rem;position:relative;display:block; }#CrqlzLsByqDb69aDvaT3exHIMy9KORgT { color:#e7668a;display:block;width:16.75rem;position:absolute;font-family:"alw arabic";font-size:1.875rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:16.3125rem;left:1.625rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#UWiWzzZvO8lzcCvKnI2BgipWOx370aNL { color:#e7668a;display:block;width:16.62475rem;position:absolute;font-family:"alw arabic";font-size:1.875rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:16.507568359375rem;left:41.99951171875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#uA5tfytGc2JHekWfmW2aSaGPRKIW9uDO { color:#e7668a;display:block;width:15.37475rem;position:absolute;font-family:"alw arabic";font-size:1.875rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:16.507568359375rem;left:22.310791015625rem;height:4.8739375rem;text-align:center;text-align-last:center;display:block; }
#PCBkvPNoHGo4HMIQT1ztipzWz5mNdbDF { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.8125rem;width:19.375rem;top:1.40625rem;left:20.3125rem;overflow:hidden;display:block; }
#CDZB0CQe5N9piw2cmq7U26nsqKn3l8JB { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.8125rem;width:19.375rem;top:1.4375rem;left:40.625rem;overflow:hidden;display:block; }
#OEHbWpd8Qm8UwJ2CHs48dgRJ8fX4oOaJ { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.8125rem;width:19.375rem;top:1.375rem;left:0.1875rem;overflow:hidden;display:block; }
#mSwruI37ut4aJG4MyHUiXwNvfUgbagkx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7668a;background-image:none;position:relative;display:block; }#mSwruI37ut4aJG4MyHUiXwNvfUgbagkx > .row .container { background-color: transparent; background-image: none; }#mSwruI37ut4aJG4MyHUiXwNvfUgbagkx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mSwruI37ut4aJG4MyHUiXwNvfUgbagkx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mSwruI37ut4aJG4MyHUiXwNvfUgbagkx > .row .container > .video-iframe-container { display: none; }#mSwruI37ut4aJG4MyHUiXwNvfUgbagkx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mSwruI37ut4aJG4MyHUiXwNvfUgbagkx > .row > .video-iframe-container { display: none; }#mSwruI37ut4aJG4MyHUiXwNvfUgbagkx > .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); }#mSwruI37ut4aJG4MyHUiXwNvfUgbagkx > .row .container { border-width: 0; border-radius: 0; }#mSwruI37ut4aJG4MyHUiXwNvfUgbagkx > .row .container { font-size:0.875rem;font-family:arial;height:19.375rem;width:60rem;position:relative;display:block; }#FE4MKO95BJWRX4RfLMos7lTcUuTTqMva { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:"alw arabic";font-size:2.1875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:0.8125rem;left:25.5625rem;height:2.843575rem;text-align:center;text-align-last:center;display:block; }
#WqPgN1Z71kakc24ge9xor3ZGt5IPgSeM { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:"alw arabic";font-size:1.5625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:8.6875rem;left:27.34375rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#hWT3ICnKCVe6tDdMQLaNgDW8ZWh4baeo { color:#ffffff;display:block;width:33.4375rem;position:absolute;font-family:"alw arabic";font-size:2rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:4.875rem;left:22.75rem;height:2.59943125rem;text-align:center;text-align-last:center;display:block; }
#XFg4wgTEFU7CVDCH5Fq070ubN7yoyewH { box-sizing:content-box;color:#ffffff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:12.625rem;left:33.75rem;display:block; }
#L7T4GpZKlSyl2LXWDyKgcm6SqIXGhbqZ { box-sizing:content-box;color:#ffffff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:12.625rem;left:37.875rem;display:block; }
#RhxTQTpw3UduH71O0U0Scl4l7Ak3IqFT { box-sizing:content-box;color:#ffffff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:12.625rem;left:42.4375rem;display:block; }
#mZQLTTRQr8O1FESh8Q4l1QZPiQLrS5sZ { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;height:17.8125rem;width:11.625rem;top:0.78125rem;left:12.6875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V { display:block; }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AOuNUk1ty8D1dPurkXGUXoEHWU2ZPul3 { top:0.375rem;left:9.9375rem;width:22rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-regular-label { width:19.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-text { width:19.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-text {padding-top: 0; padding-bottom: 0;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-textarea { width:19.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-select { width:19.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-select {padding-top: 0; padding-bottom: 0;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-button { width:18.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.5rem; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-checkbox-label { width:18.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD  { width:19.9375rem;height:auto;top:9.8125rem;left:25.3125rem; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .radio-container { width:19.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD {display:block;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD { width:19.9375rem;height:auto;top:9.8125rem;left:25.3125rem; }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #L3eCKBis3FBuTziS9t7syZHi9Gnz5cZQ {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #K16oUtstOKQTEPM3y2lqvZg1RTspagEm {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #dztSllqCUL8RXzNLSshURU0vLvbT1gTi {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #FpPUikEARylsI5qbbbUkO2ytkGJFVCkt {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #znxWesMsp4WT1KTNv20XPDwb6TFAeKiq {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #TiKIt7LDC3fJqpDBOhN548JaDtUbLU6t {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #nu2l9D4VGT5TcL0HOhRHOfnbswucWNmN {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #pr6rnf43FSVAcql02mbRhXvmp4T8Sp6G {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #pqm8zAye4Dl6f1qJpTpPtPp7iTHubTyA {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #wKuyXMa0MZsZzByXSLTEFb5eDIJ05SJc {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #s8Ta5bXPTC3Ce6gwIbuUfZHNPXBcx7Th {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #FTL9yu0hqLK8WaAKDuXgUoEn0Mw0o5o9 {  }
 }@media only screen and (max-width: 763px) { #QtwlPcl4TPTC0mIVQaLIH0eDdWltw9h6 { display:block; }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #wdh6QXSlhZMoB4Pqf60mrJoMZLtcmocd {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #Ith52Rl3DauROOoNTkBU7MVI3TuSgudA {  }
 }@media only screen and (max-width: 763px) { #N8mQ85seeimrgMkRv8OOq2Ml9VTa03My { top:5.8125rem;left:0rem;width:22.5rem;height:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9id83GNTzwmhOTzVdWEqOeqsxRr9J0c { top:5.125rem;left:0rem;width:23.25rem;height:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMOTyOxodOfqDuZdE8CBtpy1Du7bNFZL { top:14.25rem;left:0rem;width:20rem;height:;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gxtDkM3yEgzuPluawIXM15UQ3POabynz { top:9.5rem;left:25.25rem;width:22.5rem;height:8.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWOgvHCE7SBakhzfr0MrcPeZqvgFFeQw { top:6.125rem;left:24.9375rem;width:22.8125rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLkM2gGn6ltF4ae4dvGg3pkvwMnXyr6U { top:7.1875rem;left:25.25rem;width:22.5rem;height:2.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxqsr4yJpw4xJg1CHHbglO2dyu1PeCPn { display:block; }#oxqsr4yJpw4xJg1CHHbglO2dyu1PeCPn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z7EqZzvP7CwZEzWZ6rGEfrkbUwnDGmI4 { top:2.375rem;left:9.59375rem;width:27.1875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq6uKxCGuSCDCoih6v2yC5XA5aXpP9wI { top:0.25rem;left:38.15625rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTz5ilTIo2eNRTsbxpdWSJcVOinTo3Fy { top:0.25rem;left:4.65625rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZnT1pr8T7zFrtKCFzTyVLRRzdyyOkem { display:block; }#VZnT1pr8T7zFrtKCFzTyVLRRzdyyOkem > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TdCfWVWaILoqoUSopuwdlfZBvrXRmBql { top:11.75rem;left:0rem;width:16.3125rem;height:7.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSHTsfoCL1OFPdFOrTh0WsQer0KJC6B0 { top:1.8125rem;left:2.0625rem;width:13.8125rem;height:9.1458836361262rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRe0AeCGxOncU9S7TavH2OIEUiM7gGdq { top:1.8125rem;left:17.9375rem;width:13.8125rem;height:9.1458836361262rem;display:block; }
 }@media only screen and (max-width: 763px) { #avdW7R125EXFtyFqOoKMckWGIgn7Tku3 { top:11.75rem;left:17.25rem;width:14.4375rem;height:7.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #piLfUoKkUyeUmygsTD3gHQe0yAZMu7Ss { top:18.875rem;left:0rem;width:19.375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8TTubEc7tVQp1IGySqzi1F7Xe1B9vcV { display:block; }
 }@media only screen and (max-width: 763px) { #m2VMUQctnhAKZbCk8vz7Mwqa6UzcnBBM { top:19.125rem;left:12.375rem;width:19.375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqiNTM2WPNfQPWTiGTzxAk251CvV94mU { display:block; }
 }@media only screen and (max-width: 763px) { #PDTmMOL5dl0mp3riVatxrCQAvTlrm4MQ { display:block; }#PDTmMOL5dl0mp3riVatxrCQAvTlrm4MQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iT1hhBleL3meUk20QUPztXRJDDqSeciL { top:3.25rem;left:27.375rem;width:16.75rem;height:8.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPQz0N5LPHT1PngAG08S4hHEZJrREHrA { top:14.3125rem;left:4.5rem;width:19.375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpIfFvT0vaRMeMGLOnWfgvLT1dy3k3wT { display:block; }
 }@media only screen and (max-width: 763px) { #pN3wsw7AulZFm86IlG9TQxIq813xqcvK { top:2.125rem;left:0rem;width:25.4375rem;height:9rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrwT2dRmvRgXinV0ogMy710Ov4iicHFv { top:13.3125rem;left:26.125rem;width:19.375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTXLoDqgEi43fKLHLkE22SN2SPSBDSft { display:block; }
 }@media only screen and (max-width: 763px) { #L86kMluyKQfzl75oXQKLIQxyM5ATMmhf { display:block; }#L86kMluyKQfzl75oXQKLIQxyM5ATMmhf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JgRPEPXf0B6J88e2k5TwP8sxhX63b8Bl { top:0.75rem;left:42.8125rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzNRTFH3Ps9DCDoiGw6MePdvirKydEc1 { top:0.75rem;left:0rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4viUwLx3Sdd1ypHwwT66vqLgUfmsnK6 { top:2.0625rem;left:0.90625rem;width:45.9375rem;height:2.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT8kO9kV70UJPSUaZ8n7AFCEh182r0hK { display:block; }#bT8kO9kV70UJPSUaZ8n7AFCEh182r0hK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CrqlzLsByqDb69aDvaT3exHIMy9KORgT { top:16.25rem;left:0rem;width:16.6875rem;height:2.375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWiWzzZvO8lzcCvKnI2BgipWOx370aNL { top:16.5rem;left:31.0625rem;width:16.5625rem;height:2.375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uA5tfytGc2JHekWfmW2aSaGPRKIW9uDO { top:16.5rem;left:16.123291015625rem;width:15.3125rem;height:4.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCBkvPNoHGo4HMIQT1ztipzWz5mNdbDF { top:1.375rem;left:12.375rem;width:19.375rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDZB0CQe5N9piw2cmq7U26nsqKn3l8JB { top:1.4375rem;left:28.25rem;width:19.375rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEHbWpd8Qm8UwJ2CHs48dgRJ8fX4oOaJ { top:1.375rem;left:0rem;width:19.375rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSwruI37ut4aJG4MyHUiXwNvfUgbagkx { display:block; }#mSwruI37ut4aJG4MyHUiXwNvfUgbagkx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FE4MKO95BJWRX4RfLMos7lTcUuTTqMva { top:0.8125rem;left:19.4375rem;width:24.25rem;height:2.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqPgN1Z71kakc24ge9xor3ZGt5IPgSeM { top:8.6875rem;left:21.21875rem;width:24.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWT3ICnKCVe6tDdMQLaNgDW8ZWh4baeo { top:4.875rem;left:14.3125rem;width:33.4375rem;height:2.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFg4wgTEFU7CVDCH5Fq070ubN7yoyewH { top:12.625rem;left:27.625rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7T4GpZKlSyl2LXWDyKgcm6SqIXGhbqZ { top:12.625rem;left:31.75rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhxTQTpw3UduH71O0U0Scl4l7Ak3IqFT { top:12.625rem;left:36.3125rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZQLTTRQr8O1FESh8Q4l1QZPiQLrS5sZ { top:0.75rem;left:6.5625rem;width:11.625rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V { display:block; }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AOuNUk1ty8D1dPurkXGUXoEHWU2ZPul3 { width:20rem;height:2.6704545454546rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:transparent;background-image:url("https://images.assets-landingi.com/gAVNZc1h/ratgeber_sport_sportshops.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.54); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.54); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:45.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-regular-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-text { width:16.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-text {padding-top: 0; padding-bottom: 0;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-textarea { width:16.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-select { width:16.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-select {padding-top: 0; padding-bottom: 0;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-button { width:15.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.4375rem;font-size:0.9375rem;overflow:hidden; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-checkbox-label { width:15.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD  { width:16.4364375rem;height:auto;top:13.963068008423rem;left:0.5300070643425rem; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .radio-container { width:16.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD {display:block;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD { width:16.4364375rem;height:auto;top:13.963068008423rem;left:0.5300070643425rem; }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #L3eCKBis3FBuTziS9t7syZHi9Gnz5cZQ {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #K16oUtstOKQTEPM3y2lqvZg1RTspagEm {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #dztSllqCUL8RXzNLSshURU0vLvbT1gTi {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #FpPUikEARylsI5qbbbUkO2ytkGJFVCkt {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #znxWesMsp4WT1KTNv20XPDwb6TFAeKiq {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #TiKIt7LDC3fJqpDBOhN548JaDtUbLU6t {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #nu2l9D4VGT5TcL0HOhRHOfnbswucWNmN {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #pr6rnf43FSVAcql02mbRhXvmp4T8Sp6G {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #pqm8zAye4Dl6f1qJpTpPtPp7iTHubTyA {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #wKuyXMa0MZsZzByXSLTEFb5eDIJ05SJc {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #s8Ta5bXPTC3Ce6gwIbuUfZHNPXBcx7Th {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #FTL9yu0hqLK8WaAKDuXgUoEn0Mw0o5o9 {  }
 }@media only screen and (max-width: 763px) { #QtwlPcl4TPTC0mIVQaLIH0eDdWltw9h6 { display:block; }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #wdh6QXSlhZMoB4Pqf60mrJoMZLtcmocd {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #Ith52Rl3DauROOoNTkBU7MVI3TuSgudA {  }
 }@media only screen and (max-width: 763px) { #N8mQ85seeimrgMkRv8OOq2Ml9VTa03My { width:20rem;height:2.12535625rem;top:11.775568008423rem;left:0rem;font-size:1.0625rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #d9id83GNTzwmhOTzVdWEqOeqsxRr9J0c { width:20rem;height:44.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMOTyOxodOfqDuZdE8CBtpy1Du7bNFZL { width:20rem;height:0;top:14.25rem;left:0rem;font-size:1.0625rem;z-index:100011;display:none; }
 }@media only screen and (max-width: 763px) { #gxtDkM3yEgzuPluawIXM15UQ3POabynz { width:20rem;height:8.12320625rem;top:3.0273432731628rem;left:0rem;font-size:0.8125rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #pWOgvHCE7SBakhzfr0MrcPeZqvgFFeQw { width:20rem;height:11.3125rem;top:0.46519875526428rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLkM2gGn6ltF4ae4dvGg3pkvwMnXyr6U { width:20rem;height:2.3757125rem;top:0.46608638763428rem;left:0rem;font-size:1.1875rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #oxqsr4yJpw4xJg1CHHbglO2dyu1PeCPn { display:block; }#oxqsr4yJpw4xJg1CHHbglO2dyu1PeCPn > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z7EqZzvP7CwZEzWZ6rGEfrkbUwnDGmI4 { width:14.5rem;height:2.43696875rem;top:1.1757812909782rem;left:2.1458333134651rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq6uKxCGuSCDCoih6v2yC5XA5aXpP9wI { width:3.0625rem;height:3.0625rem;top:0.71875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTz5ilTIo2eNRTsbxpdWSJcVOinTo3Fy { width:3.3125rem;height:3.3125rem;top:0.4375rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZnT1pr8T7zFrtKCFzTyVLRRzdyyOkem { display:block; }#VZnT1pr8T7zFrtKCFzTyVLRRzdyyOkem > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TdCfWVWaILoqoUSopuwdlfZBvrXRmBql { width:15.75rem;height:7.5rem;top:11.1875rem;left:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSHTsfoCL1OFPdFOrTh0WsQer0KJC6B0 { width:13.875rem;height:9.1875rem;top:1.1875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRe0AeCGxOncU9S7TavH2OIEUiM7gGdq { width:13.875rem;height:9.1875rem;top:24.8125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #avdW7R125EXFtyFqOoKMckWGIgn7Tku3 { width:14.8125rem;height:7.5rem;top:35.0625rem;left:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #piLfUoKkUyeUmygsTD3gHQe0yAZMu7Ss { top:18.686966981739rem;left:3.7500000596046rem;width:12.5rem;height:2.56214375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8TTubEc7tVQp1IGySqzi1F7Xe1B9vcV { display:block; }
 }@media only screen and (max-width: 763px) { #m2VMUQctnhAKZbCk8vz7Mwqa6UzcnBBM { top:43.249286651611rem;left:4.0305395722389rem;width:11.937125rem;height:2.43696875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqiNTM2WPNfQPWTiGTzxAk251CvV94mU { display:block; }
 }@media only screen and (max-width: 763px) { #PDTmMOL5dl0mp3riVatxrCQAvTlrm4MQ { display:block; }#PDTmMOL5dl0mp3riVatxrCQAvTlrm4MQ > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iT1hhBleL3meUk20QUPztXRJDDqSeciL { width:17.0623125rem;height:7.5rem;top:0.62411308288574rem;left:1.8110795617104rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPQz0N5LPHT1PngAG08S4hHEZJrREHrA { top:8.1241178512575rem;left:3.7500000596046rem;width:12.5rem;height:2.56125625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpIfFvT0vaRMeMGLOnWfgvLT1dy3k3wT { display:block; }
 }@media only screen and (max-width: 763px) { #pN3wsw7AulZFm86IlG9TQxIq813xqcvK { width:20rem;height:6.37429375rem;top:14.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrwT2dRmvRgXinV0ogMy710Ov4iicHFv { top:22.121803998947rem;left:3.9364343285561rem;width:12.1244375rem;height:2.687325rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTXLoDqgEi43fKLHLkE22SN2SPSBDSft { display:block; }
 }@media only screen and (max-width: 763px) { #L86kMluyKQfzl75oXQKLIQxyM5ATMmhf { display:block; }#L86kMluyKQfzl75oXQKLIQxyM5ATMmhf > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JgRPEPXf0B6J88e2k5TwP8sxhX63b8Bl { width:3.375rem;height:3.375rem;top:0.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzNRTFH3Ps9DCDoiGw6MePdvirKydEc1 { width:3.5625rem;height:3.5625rem;top:0rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4viUwLx3Sdd1ypHwwT66vqLgUfmsnK6 { width:16.875rem;height:3.79971875rem;top:2.375rem;left:1.5625rem;font-size:1.1875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #bT8kO9kV70UJPSUaZ8n7AFCEh182r0hK { display:block; }#bT8kO9kV70UJPSUaZ8n7AFCEh182r0hK > .row .container { width:20rem;height:63.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CrqlzLsByqDb69aDvaT3exHIMy9KORgT { width:16.75rem;height:2.51775625rem;top:15.3125rem;left:1.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWiWzzZvO8lzcCvKnI2BgipWOx370aNL { width:16.625rem;height:2.51775625rem;top:36.9375rem;left:1.7500000596046rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uA5tfytGc2JHekWfmW2aSaGPRKIW9uDO { width:19.125rem;height:5.0355125rem;top:57.1875rem;left:0.4375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCBkvPNoHGo4HMIQT1ztipzWz5mNdbDF { width:19.375rem;height:12.8125rem;top:22.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDZB0CQe5N9piw2cmq7U26nsqKn3l8JB { width:19.375rem;height:12.8125rem;top:43.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEHbWpd8Qm8UwJ2CHs48dgRJ8fX4oOaJ { width:19.375rem;height:12.8125rem;top:1.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSwruI37ut4aJG4MyHUiXwNvfUgbagkx { display:block; }#mSwruI37ut4aJG4MyHUiXwNvfUgbagkx > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FE4MKO95BJWRX4RfLMos7lTcUuTTqMva { width:20rem;height:2.2745rem;top:19.4375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WqPgN1Z71kakc24ge9xor3ZGt5IPgSeM { width:20rem;height:2.03125rem;top:26.4375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hWT3ICnKCVe6tDdMQLaNgDW8ZWh4baeo { width:20rem;height:1.70543125rem;top:22.875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XFg4wgTEFU7CVDCH5Fq070ubN7yoyewH { width:2.8125rem;height:2.8125rem;top:29.1875rem;left:13.0625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7T4GpZKlSyl2LXWDyKgcm6SqIXGhbqZ { width:2.8125rem;height:2.8125rem;top:29.125rem;left:8.375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhxTQTpw3UduH71O0U0Scl4l7Ak3IqFT { width:2.8125rem;height:2.8125rem;top:29.1875rem;left:4.4375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZQLTTRQr8O1FESh8Q4l1QZPiQLrS5sZ { width:11.625rem;height:17.8125rem;top:0.6875rem;left:4.1875rem;display:block; }
 }