.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#f1eeee;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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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 > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:14px;font-family:arial;height:202px;width:960px;position:relative;display:block; }#dOA9OGQdCfnpx2EH1doTzU4h6ldKNH8u { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:159px;width:333px;top:21.5px;left:313.5px;overflow:hidden;display:block; }
#y9HTiszokM044OAszQOiUTcQQzuMgkxp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1eeee;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row .container { background-color: transparent; background-image: none; }#y9HTiszokM044OAszQOiUTcQQzuMgkxp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row .container > .video-iframe-container { display: none; }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row > .video-iframe-container { display: none; }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .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); }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row .container { border-width: 0; border-radius: 0; }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row .container { font-size:14px;font-family:arial;height:341px;width:960px;position:relative;display:block; }#p7Uabk9H8AwcVbH5ROM78HNOyS0DQIae { color:#057c8f;display:block;width:960px;position:absolute;font-family:tajawal;font-size:32px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:29px;left:0px;height:83.1876px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#okUawDbsB6fQtele3qmcgz2H1FGcUrVA { position:absolute;display:block;z-index:15023;background-color:#057c8f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: none;height:131px;width:554px;top:146.84375px;left:203px;display:block; }
#ZXHhvxKiaFZExZ5xcDwpJn2vKD99hH2i { position:absolute;display:block;z-index:15037;height:175px;width:315px;top:188px;left:322.5px;display:block; }
#mSulhJNkbrWUPQwwLuiRSMNG2yxwg2DT { position:relative;display:none; }#mSulhJNkbrWUPQwwLuiRSMNG2yxwg2DT { border-width: 0; border-radius: 0; }#mSulhJNkbrWUPQwwLuiRSMNG2yxwg2DT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mSulhJNkbrWUPQwwLuiRSMNG2yxwg2DT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:215px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#qi0IfXKKztCMo4NTO0KpXmkCSfiZxV63 { color:#046d7f;display:block;width:63px;position:absolute;font-family:tajawal;font-size:39px;font-weight:700;z-index:15031;line-height:1.6;letter-spacing:0;top:116px;left:713px;height:62.3984px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OWcHuaZWLciroqSORWRltvDXLLS2IIC5 { position:absolute;display:block;z-index:15113;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41px;width:233px;top:125px;left:473px;overflow:hidden;display:block; }
#tXcfu3uiToGgCuhPvKgL9x7Z0dTW3JgW { color:#046d7f;display:block;width:63px;position:absolute;font-family:tajawal;font-size:39px;font-weight:700;z-index:15032;line-height:1.6;letter-spacing:0;top:116px;left:400px;height:62.3984px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sv7mXAl9yTZrqUqheglIKKEeSV1GpS1p { position:absolute;display:block;z-index:15114;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:53px;width:214px;top:125px;left:178px;overflow:hidden;display:block; }
#BDfqxHk5AIiMtKJqT8AqaQJWBxVvWg3e { color:#046d7f;display:block;width:719px;position:absolute;font-family:tajawal;font-size:39px;font-weight:700;z-index:15030;line-height:1.6;letter-spacing:0;top:32px;left:106px;height:62.3984px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AxtDBnEEefkDrTUO4h4Amxiz0fZ0i5Lt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2601bd85-12f7-45da-95c5-8c14ebab215f/BG_px.png");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#AxtDBnEEefkDrTUO4h4Amxiz0fZ0i5Lt.adaptive-delivery-prevent-bg, #AxtDBnEEefkDrTUO4h4Amxiz0fZ0i5Lt.lazyload, #AxtDBnEEefkDrTUO4h4Amxiz0fZ0i5Lt.lazyloading { background-image: none; }#AxtDBnEEefkDrTUO4h4Amxiz0fZ0i5Lt > .row .container { border-width: 0; border-radius: 0; }#AxtDBnEEefkDrTUO4h4Amxiz0fZ0i5Lt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AxtDBnEEefkDrTUO4h4Amxiz0fZ0i5Lt > .row .container { font-size:14px;font-family:arial;height:614px;width:960px;position:relative;display:none; }#zlr9S9TuDSvTrcEWCNT2xwPmLBpiy95o { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/YowKwCXi/background.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #750e38;border-left:1px solid #750e38;border-right:1px solid #750e38;border-bottom:1px solid #750e38;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;box-shadow: none;height:200px;width:200px;top:128px;left:34px;display:block; }#zlr9S9TuDSvTrcEWCNT2xwPmLBpiy95o.adaptive-delivery-prevent-bg, #zlr9S9TuDSvTrcEWCNT2xwPmLBpiy95o.lazyload, #zlr9S9TuDSvTrcEWCNT2xwPmLBpiy95o.lazyloading { background-image: none; }
#zlr9S9TuDSvTrcEWCNT2xwPmLBpiy95o::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px; }#zlr9S9TuDSvTrcEWCNT2xwPmLBpiy95o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#bbsmgKa2b8zWfVaVKrftghk76DXJcScJ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:83px;width:116px;top:140px;left:76px;overflow:hidden;display:block; }
#wr90RFH72qUTyial7aN1Ob3xIzALo1gg { color:#000000;display:block;width:147px;position:absolute;font-family:tajawal;font-size:24px;font-weight:700;z-index:15026;line-height:1.6;letter-spacing:0;top:223px;left:61px;height:76.7812px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dveQwzM5kE5rfPTfTRixL13kfGR65Dkn { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:url("https://images.assets-landingi.com/YowKwCXi/background.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #750e38;border-left:1px solid #750e38;border-right:1px solid #750e38;border-bottom:1px solid #750e38;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;box-shadow: none;height:200px;width:200px;top:128px;left:372px;display:block; }#dveQwzM5kE5rfPTfTRixL13kfGR65Dkn.adaptive-delivery-prevent-bg, #dveQwzM5kE5rfPTfTRixL13kfGR65Dkn.lazyload, #dveQwzM5kE5rfPTfTRixL13kfGR65Dkn.lazyloading { background-image: none; }
#dveQwzM5kE5rfPTfTRixL13kfGR65Dkn::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px; }#dveQwzM5kE5rfPTfTRixL13kfGR65Dkn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#aQLyRVsrud0NZUwskx5pxJO5Rr7gNmZr { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:53px;width:174px;top:155px;left:386px;overflow:hidden;display:block; }
#Jxdd6RMfKQN2qoEwdIuNi6pwqrzTBTNO { color:#000000;display:block;width:147px;position:absolute;font-family:tajawal;font-size:24px;font-weight:700;z-index:15029;line-height:1.6;letter-spacing:0;top:223px;left:400px;height:76.7812px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cdC3KFpzeKzJMEyf4rJzVi5spsU9EmT4 { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:url("https://images.assets-landingi.com/YowKwCXi/background.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #750e38;border-left:1px solid #750e38;border-right:1px solid #750e38;border-bottom:1px solid #750e38;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;box-shadow: none;height:200px;width:200px;top:381px;left:538px;display:block; }#cdC3KFpzeKzJMEyf4rJzVi5spsU9EmT4.adaptive-delivery-prevent-bg, #cdC3KFpzeKzJMEyf4rJzVi5spsU9EmT4.lazyload, #cdC3KFpzeKzJMEyf4rJzVi5spsU9EmT4.lazyloading { background-image: none; }
#cdC3KFpzeKzJMEyf4rJzVi5spsU9EmT4::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px; }#cdC3KFpzeKzJMEyf4rJzVi5spsU9EmT4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#IZGPeJPbFxSNC74CMmIJ9UFCp1sFe5TG { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24px;width:178px;top:423px;left:550px;overflow:hidden;display:block; }
#twwrDxm7cobZRpmNaUcT85MxHgVUq7So { color:#000000;display:block;width:147px;position:absolute;font-family:tajawal;font-size:24px;font-weight:700;z-index:15032;line-height:1.6;letter-spacing:0;top:476px;left:566px;height:76.7812px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vtA2r7dTgSIuEHFJAeFStyHSsg7tMtx0 { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:url("https://images.assets-landingi.com/YowKwCXi/background.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #750e38;border-left:1px solid #750e38;border-right:1px solid #750e38;border-bottom:1px solid #750e38;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;box-shadow: none;height:200px;width:200px;top:381px;left:223px;display:block; }#vtA2r7dTgSIuEHFJAeFStyHSsg7tMtx0.adaptive-delivery-prevent-bg, #vtA2r7dTgSIuEHFJAeFStyHSsg7tMtx0.lazyload, #vtA2r7dTgSIuEHFJAeFStyHSsg7tMtx0.lazyloading { background-image: none; }
#vtA2r7dTgSIuEHFJAeFStyHSsg7tMtx0::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px; }#vtA2r7dTgSIuEHFJAeFStyHSsg7tMtx0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#stQ9WT20htKBQ3S9HrWe8ysdLvMBApRQ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:91px;width:172px;top:392px;left:239px;overflow:hidden;display:block; }
#aIgcIqQQSLvApNfxzbWGRFXof3xCoWvQ { color:#000000;display:block;width:147px;position:absolute;font-family:tajawal;font-size:24px;font-weight:700;z-index:15032;line-height:1.6;letter-spacing:0;top:491px;left:251px;height:76.7812px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J3D2P3mhIo9LimCA0AXp0KWHTMS6iWhP { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:url("https://images.assets-landingi.com/YowKwCXi/background.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #750e38;border-left:1px solid #750e38;border-right:1px solid #750e38;border-bottom:1px solid #750e38;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;box-shadow: none;height:200px;width:200px;top:128px;left:701px;display:block; }#J3D2P3mhIo9LimCA0AXp0KWHTMS6iWhP.adaptive-delivery-prevent-bg, #J3D2P3mhIo9LimCA0AXp0KWHTMS6iWhP.lazyload, #J3D2P3mhIo9LimCA0AXp0KWHTMS6iWhP.lazyloading { background-image: none; }
#J3D2P3mhIo9LimCA0AXp0KWHTMS6iWhP::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px; }#J3D2P3mhIo9LimCA0AXp0KWHTMS6iWhP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#Egalp6JARW3hiMrGrOFxDJP61WnVwTVN { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39px;width:158px;top:162px;left:728px;overflow:hidden;display:block; }
#fGb8hmyUnTTdqr7lWoG9Po8y1PosbWFE { color:#000000;display:block;width:147px;position:absolute;font-family:tajawal;font-size:24px;font-weight:700;z-index:15035;line-height:1.6;letter-spacing:0;top:238px;left:729px;height:76.7812px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WAmF7GOeqkstKT0NI62sWIdEqoQDvrGJ { position:absolute;display:block;z-index:15005;background-color:#046d7f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid rgba(56,17,31,0.2);border-left:1px solid rgba(56,17,31,0.2);border-right:1px solid rgba(56,17,31,0.2);border-bottom:1px solid rgba(56,17,31,0.2);border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;height:72px;width:864px;top:19px;left:48px;display:block; }
#fwyGEVOBm4fPuunqD8bPEBeS4K1NXz2h { color:#f6f6f6;display:block;width:843px;position:absolute;font-family:tajawal;font-size:28px;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:35px;left:60px;height:42px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MSBTaHDUg43R436871AHhU256GsGoKPu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2601bd85-12f7-45da-95c5-8c14ebab215f/BG_px.png");background-position:center right !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MSBTaHDUg43R436871AHhU256GsGoKPu.adaptive-delivery-prevent-bg, #MSBTaHDUg43R436871AHhU256GsGoKPu.lazyload, #MSBTaHDUg43R436871AHhU256GsGoKPu.lazyloading { background-image: none; }#MSBTaHDUg43R436871AHhU256GsGoKPu > .row .container { background-color: transparent; background-image: none; }#MSBTaHDUg43R436871AHhU256GsGoKPu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSBTaHDUg43R436871AHhU256GsGoKPu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSBTaHDUg43R436871AHhU256GsGoKPu > .row .container > .video-iframe-container { display: none; }#MSBTaHDUg43R436871AHhU256GsGoKPu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSBTaHDUg43R436871AHhU256GsGoKPu > .row > .video-iframe-container { display: none; }#MSBTaHDUg43R436871AHhU256GsGoKPu > .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); }#MSBTaHDUg43R436871AHhU256GsGoKPu > .row .container { border-width: 0; border-radius: 0; }#MSBTaHDUg43R436871AHhU256GsGoKPu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MSBTaHDUg43R436871AHhU256GsGoKPu > .row .container { font-size:14px;font-family:arial;height:761px;width:960px;position:relative;display:block; }#ksTxGpNCcOHQkmGgkLXuJ66zwKUpTNzv { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:8px solid #2a5858;border-left:8px solid #2a5858;border-right:8px solid #2a5858;border-bottom:8px solid #2a5858;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 9px 30px rgba(0,0,0,0.1) ;height:693px;width:913px;top:27px;left:16.5px;display:block; }
#Dfb8wLZMdTFizpHiAEvazS3pHIbOn1Ry { color:#057c8f;display:block;width:648px;position:absolute;font-family:tajawal;font-size:47px;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:46.1796875px;left:156px;height:75.1953px;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:block; }
#beTJbUG6inuJXZWniUXCxmLD2SBexfDN { color:#000000;display:block;width:849px;position:absolute;font-family:tajawal;font-size:25px;font-weight:400;z-index:15011;line-height:2.2;letter-spacing:0;top:130px;left:55.5px;height:;text-align:right;text-align-last:right;font-style:normal;display:block; }#beTJbUG6inuJXZWniUXCxmLD2SBexfDN li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#beTJbUG6inuJXZWniUXCxmLD2SBexfDN li:before{  }
#BHT3DFEnnpOxqWcERi2LoR7m2B3GMvvJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#BHT3DFEnnpOxqWcERi2LoR7m2B3GMvvJ > .row .container { border-width: 0; border-radius: 0; }#BHT3DFEnnpOxqWcERi2LoR7m2B3GMvvJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BHT3DFEnnpOxqWcERi2LoR7m2B3GMvvJ > .row .container { font-size:14px;font-family:arial;height:407px;width:960px;position:relative;display:none; }#vpfUNLzsSFbBN43zwxtAPaRJ8TryWMmA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:372px;width:960px;top:17.5px;left:0px;overflow:hidden;display:block; }
#vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc { position:relative;display:block; }#vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc { background-color: transparent; background-image: none; }#vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc > .row .container > .video-iframe-container { display: none; }#vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc > .row > .video-iframe-container { display: none; }#vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc > .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); }#vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc { border-width: 0; border-radius: 0; }#vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:131px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rBSQdEFaLnlhZV4mq52ftvg37A23g9pl { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:95px;width:441px;top:20.28125px;left:19.5px;overflow:hidden;display:block; }
#z71SQ1RntdQ8zHaiZsBqMA9RuOEBMtU8 { color:#046d7f;display:block;width:445px;position:absolute;font-family:tajawal;font-size:24px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:20.984375px;left:488px;height:93.5859px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TrHnM9Toh1F0lwO2GsHHIRTUNToXqsnX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TrHnM9Toh1F0lwO2GsHHIRTUNToXqsnX > .row .container { background-color: transparent; background-image: none; }#TrHnM9Toh1F0lwO2GsHHIRTUNToXqsnX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrHnM9Toh1F0lwO2GsHHIRTUNToXqsnX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrHnM9Toh1F0lwO2GsHHIRTUNToXqsnX > .row .container > .video-iframe-container { display: none; }#TrHnM9Toh1F0lwO2GsHHIRTUNToXqsnX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrHnM9Toh1F0lwO2GsHHIRTUNToXqsnX > .row > .video-iframe-container { display: none; }#TrHnM9Toh1F0lwO2GsHHIRTUNToXqsnX > .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); }#TrHnM9Toh1F0lwO2GsHHIRTUNToXqsnX > .row .container { border-width: 0; border-radius: 0; }#TrHnM9Toh1F0lwO2GsHHIRTUNToXqsnX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TrHnM9Toh1F0lwO2GsHHIRTUNToXqsnX > .row .container { font-size:14px;font-family:arial;height:54px;width:960px;position:relative;display:block; }#fJEVWyWfwFOmM19AzdtS2orTrZU6oXy8 { color:#121212;display:block;width:960px;position:absolute;font-family:tajawal;font-size:12px;font-weight:700;z-index:15000;line-height:1.6;letter-spacing:0;top:17.5px;left:0px;height:19.1953px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gbvs7wrBVRuxf6146N5GyyTqk1nEoTTA { position:relative;display:block; }#Gbvs7wrBVRuxf6146N5GyyTqk1nEoTTA { background-color: transparent; background-image: none; }#Gbvs7wrBVRuxf6146N5GyyTqk1nEoTTA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gbvs7wrBVRuxf6146N5GyyTqk1nEoTTA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gbvs7wrBVRuxf6146N5GyyTqk1nEoTTA > .row .container > .video-iframe-container { display: none; }#Gbvs7wrBVRuxf6146N5GyyTqk1nEoTTA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gbvs7wrBVRuxf6146N5GyyTqk1nEoTTA > .row > .video-iframe-container { display: none; }#Gbvs7wrBVRuxf6146N5GyyTqk1nEoTTA > .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); }#Gbvs7wrBVRuxf6146N5GyyTqk1nEoTTA { border-width: 0; border-radius: 0; }#Gbvs7wrBVRuxf6146N5GyyTqk1nEoTTA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Gbvs7wrBVRuxf6146N5GyyTqk1nEoTTA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:12px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dOA9OGQdCfnpx2EH1doTzU4h6ldKNH8u { top:21px;left:215.5px;width:333px;height:159px;display:block; }
 }@media only screen and (max-width: 763px) { #y9HTiszokM044OAszQOiUTcQQzuMgkxp { display:block; }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p7Uabk9H8AwcVbH5ROM78HNOyS0DQIae { top:29px;left:0px;width:764px;height:83px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #okUawDbsB6fQtele3qmcgz2H1FGcUrVA { top:146px;left:105px;width:554px;height:131px;display:block; }
 }@media only screen and (max-width: 763px) { #ZXHhvxKiaFZExZ5xcDwpJn2vKD99hH2i { top:188px;left:224.5px;width:315px;height:175px;display:block; }
 }@media only screen and (max-width: 763px) { #mSulhJNkbrWUPQwwLuiRSMNG2yxwg2DT { display:block; }#mSulhJNkbrWUPQwwLuiRSMNG2yxwg2DT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qi0IfXKKztCMo4NTO0KpXmkCSfiZxV63 { top:116px;left:615px;width:63px;height:62px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #OWcHuaZWLciroqSORWRltvDXLLS2IIC5 { top:125px;left:375px;width:233px;height:41px;display:block; }
 }@media only screen and (max-width: 763px) { #tXcfu3uiToGgCuhPvKgL9x7Z0dTW3JgW { top:116px;left:302px;width:63px;height:62px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #Sv7mXAl9yTZrqUqheglIKKEeSV1GpS1p { top:125px;left:80px;width:214px;height:53px;display:block; }
 }@media only screen and (max-width: 763px) { #BDfqxHk5AIiMtKJqT8AqaQJWBxVvWg3e { top:32px;left:8px;width:719px;height:62px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #AxtDBnEEefkDrTUO4h4Amxiz0fZ0i5Lt { display:block; }#AxtDBnEEefkDrTUO4h4Amxiz0fZ0i5Lt > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zlr9S9TuDSvTrcEWCNT2xwPmLBpiy95o { top:128px;left:0px;width:200px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #bbsmgKa2b8zWfVaVKrftghk76DXJcScJ { top:140px;left:0px;width:116px;height:83px;display:block; }
 }@media only screen and (max-width: 763px) { #wr90RFH72qUTyial7aN1Ob3xIzALo1gg { top:223px;left:0px;width:147px;height:76px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #dveQwzM5kE5rfPTfTRixL13kfGR65Dkn { top:128px;left:274px;width:200px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #aQLyRVsrud0NZUwskx5pxJO5Rr7gNmZr { top:155px;left:288px;width:174px;height:53px;display:block; }
 }@media only screen and (max-width: 763px) { #Jxdd6RMfKQN2qoEwdIuNi6pwqrzTBTNO { top:223px;left:302px;width:147px;height:76px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #cdC3KFpzeKzJMEyf4rJzVi5spsU9EmT4 { top:381px;left:440px;width:200px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #IZGPeJPbFxSNC74CMmIJ9UFCp1sFe5TG { top:423px;left:452px;width:178px;height:24px;display:block; }
 }@media only screen and (max-width: 763px) { #twwrDxm7cobZRpmNaUcT85MxHgVUq7So { top:476px;left:468px;width:147px;height:76px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #vtA2r7dTgSIuEHFJAeFStyHSsg7tMtx0 { top:381px;left:125px;width:200px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #stQ9WT20htKBQ3S9HrWe8ysdLvMBApRQ { top:392px;left:141px;width:172px;height:91px;display:block; }
 }@media only screen and (max-width: 763px) { #aIgcIqQQSLvApNfxzbWGRFXof3xCoWvQ { top:491px;left:153px;width:147px;height:76px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #J3D2P3mhIo9LimCA0AXp0KWHTMS6iWhP { top:128px;left:562px;width:200px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #Egalp6JARW3hiMrGrOFxDJP61WnVwTVN { top:162px;left:606px;width:158px;height:39px;display:block; }
 }@media only screen and (max-width: 763px) { #fGb8hmyUnTTdqr7lWoG9Po8y1PosbWFE { top:238px;left:617px;width:147px;height:76px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #WAmF7GOeqkstKT0NI62sWIdEqoQDvrGJ { top:19px;left:0px;width:762px;height:72px;display:block; }
 }@media only screen and (max-width: 763px) { #fwyGEVOBm4fPuunqD8bPEBeS4K1NXz2h { top:35px;left:0px;width:764px;height:42px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #MSBTaHDUg43R436871AHhU256GsGoKPu { display:block; }#MSBTaHDUg43R436871AHhU256GsGoKPu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ksTxGpNCcOHQkmGgkLXuJ66zwKUpTNzv { top:27px;left:0px;width:748px;height:693px;display:block; }
 }@media only screen and (max-width: 763px) { #Dfb8wLZMdTFizpHiAEvazS3pHIbOn1Ry { top:46px;left:58px;width:648px;height:75px;font-size:47px;display:block; }
 }@media only screen and (max-width: 763px) { #beTJbUG6inuJXZWniUXCxmLD2SBexfDN { top:130px;left:0px;width:764px;height:;font-size:25px;display:block; }#beTJbUG6inuJXZWniUXCxmLD2SBexfDN li:before{  }
 }@media only screen and (max-width: 763px) { #BHT3DFEnnpOxqWcERi2LoR7m2B3GMvvJ { display:block; }#BHT3DFEnnpOxqWcERi2LoR7m2B3GMvvJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vpfUNLzsSFbBN43zwxtAPaRJ8TryWMmA { top:17px;left:0px;width:764px;height:296.05px;display:block; }
 }@media only screen and (max-width: 763px) { #vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc { display:block; }#vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rBSQdEFaLnlhZV4mq52ftvg37A23g9pl { top:20px;left:0px;width:441px;height:95px;display:block; }
 }@media only screen and (max-width: 763px) { #z71SQ1RntdQ8zHaiZsBqMA9RuOEBMtU8 { top:20px;left:319px;width:445px;height:93px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #TrHnM9Toh1F0lwO2GsHHIRTUNToXqsnX { display:block; }#TrHnM9Toh1F0lwO2GsHHIRTUNToXqsnX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fJEVWyWfwFOmM19AzdtS2orTrZU6oXy8 { top:17px;left:0px;width:764px;height:19px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #Gbvs7wrBVRuxf6146N5GyyTqk1nEoTTA { display:block; }#Gbvs7wrBVRuxf6146N5GyyTqk1nEoTTA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;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); } }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#ffffff;background-image:none;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; }#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 > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:320px;height:222px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dOA9OGQdCfnpx2EH1doTzU4h6ldKNH8u { width:244px;height:113px;top:54.5px;left:38px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #y9HTiszokM044OAszQOiUTcQQzuMgkxp { background-color:#ececec;background-image:none;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; }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row .container { background-color: transparent; background-image: none; }#y9HTiszokM044OAszQOiUTcQQzuMgkxp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row .container > .video-iframe-container { display: none; }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row > .video-iframe-container { display: none; }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .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); }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row .container { border-width: 0; border-radius: 0; }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row .container { width:320px;height:358px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p7Uabk9H8AwcVbH5ROM78HNOyS0DQIae { width:320px;height:75.3906px;top:46px;left:0px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #okUawDbsB6fQtele3qmcgz2H1FGcUrVA { width:262px;height:87px;top:172px;left:29px;background-color:#046d7f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:1px solid rgba(56,17,31,0.2);border-left:1px solid rgba(56,17,31,0.2);border-right:1px solid rgba(56,17,31,0.2);border-bottom:1px solid rgba(56,17,31,0.2);display:block; }
 }@media only screen and (max-width: 763px) { #ZXHhvxKiaFZExZ5xcDwpJn2vKD99hH2i { width:214px;height:123px;top:191px;left:53px;display:block; }
 }@media only screen and (max-width: 763px) { #mSulhJNkbrWUPQwwLuiRSMNG2yxwg2DT { display:none; }#mSulhJNkbrWUPQwwLuiRSMNG2yxwg2DT > .row .container { width:320px;height:415px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qi0IfXKKztCMo4NTO0KpXmkCSfiZxV63 { width:63px;height:51.1953px;top:138.375px;left:128.5px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #OWcHuaZWLciroqSORWRltvDXLLS2IIC5 { width:233px;height:41px;top:350.375px;left:43.5px;display:block; }
 }@media only screen and (max-width: 763px) { #tXcfu3uiToGgCuhPvKgL9x7Z0dTW3JgW { width:63px;height:51.1953px;top:280.1875px;left:128.5px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #Sv7mXAl9yTZrqUqheglIKKEeSV1GpS1p { width:214px;height:53px;top:202.1875px;left:53px;display:block; }
 }@media only screen and (max-width: 763px) { #BDfqxHk5AIiMtKJqT8AqaQJWBxVvWg3e { width:320px;height:99.1875px;top:20px;left:0px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #AxtDBnEEefkDrTUO4h4Amxiz0fZ0i5Lt { display:none; }#AxtDBnEEefkDrTUO4h4Amxiz0fZ0i5Lt > .row .container { width:320px;height:1240px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zlr9S9TuDSvTrcEWCNT2xwPmLBpiy95o { width:200px;height:200px;top:572px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #bbsmgKa2b8zWfVaVKrftghk76DXJcScJ { width:116px;height:83px;top:584px;left:102px;display:block; }
 }@media only screen and (max-width: 763px) { #wr90RFH72qUTyial7aN1Ob3xIzALo1gg { width:147px;height:60.7969px;top:667px;left:88px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #dveQwzM5kE5rfPTfTRixL13kfGR65Dkn { width:200px;height:200px;top:345px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #aQLyRVsrud0NZUwskx5pxJO5Rr7gNmZr { width:174px;height:53px;top:372px;left:74px;display:block; }
 }@media only screen and (max-width: 763px) { #Jxdd6RMfKQN2qoEwdIuNi6pwqrzTBTNO { width:147px;height:60.7969px;top:440px;left:88px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #cdC3KFpzeKzJMEyf4rJzVi5spsU9EmT4 { width:200px;height:200px;top:799px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #IZGPeJPbFxSNC74CMmIJ9UFCp1sFe5TG { width:178px;height:24px;top:841px;left:72px;display:block; }
 }@media only screen and (max-width: 763px) { #twwrDxm7cobZRpmNaUcT85MxHgVUq7So { width:147px;height:60.7969px;top:894px;left:88px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #vtA2r7dTgSIuEHFJAeFStyHSsg7tMtx0 { width:200px;height:200px;top:1025px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #stQ9WT20htKBQ3S9HrWe8ysdLvMBApRQ { width:172px;height:91px;top:1036px;left:77px;display:block; }
 }@media only screen and (max-width: 763px) { #aIgcIqQQSLvApNfxzbWGRFXof3xCoWvQ { width:147px;height:60.7969px;top:1135px;left:88px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #J3D2P3mhIo9LimCA0AXp0KWHTMS6iWhP { width:200px;height:200px;top:120px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #Egalp6JARW3hiMrGrOFxDJP61WnVwTVN { width:158px;height:39px;top:154px;left:81px;display:block; }
 }@media only screen and (max-width: 763px) { #fGb8hmyUnTTdqr7lWoG9Po8y1PosbWFE { width:147px;height:60.7969px;top:230px;left:88px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #WAmF7GOeqkstKT0NI62sWIdEqoQDvrGJ { width:320px;height:73px;top:23px;left:0px;background-color:#046d7f;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;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #fwyGEVOBm4fPuunqD8bPEBeS4K1NXz2h { width:287px;height:69px;top:25px;left:16.5px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #MSBTaHDUg43R436871AHhU256GsGoKPu { display:block; }#MSBTaHDUg43R436871AHhU256GsGoKPu > .row .container { width:320px;height:922px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ksTxGpNCcOHQkmGgkLXuJ66zwKUpTNzv { width:304px;height:857px;top:27.265625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Dfb8wLZMdTFizpHiAEvazS3pHIbOn1Ry { width:320px;height:51.1953px;top:45px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #beTJbUG6inuJXZWniUXCxmLD2SBexfDN { width:270px;height:735.57px;top:119.1875px;left:25px;font-size:17px;text-align:right;text-align-last:right;display:block; }#beTJbUG6inuJXZWniUXCxmLD2SBexfDN li:before{  }
 }@media only screen and (max-width: 763px) { #BHT3DFEnnpOxqWcERi2LoR7m2B3GMvvJ { display:block; }#BHT3DFEnnpOxqWcERi2LoR7m2B3GMvvJ > .row .container { width:320px;height:160px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vpfUNLzsSFbBN43zwxtAPaRJ8TryWMmA { width:320px;height:124px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc { display:block; }#vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc { background-color: transparent; background-image: none; }#vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc > .row .container > .video-iframe-container { display: none; }#vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc > .row > .video-iframe-container { display: none; }#vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc > .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); }#vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc > .row .container { width:320px;height:222px;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rBSQdEFaLnlhZV4mq52ftvg37A23g9pl { width:314px;height:69px;top:129.9765625px;left:4px;display:block; }
 }@media only screen and (max-width: 763px) { #z71SQ1RntdQ8zHaiZsBqMA9RuOEBMtU8 { width:311px;height:78px;top:13px;left:4.5px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TrHnM9Toh1F0lwO2GsHHIRTUNToXqsnX { display:block; }#TrHnM9Toh1F0lwO2GsHHIRTUNToXqsnX > .row .container { width:320px;height:74px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fJEVWyWfwFOmM19AzdtS2orTrZU6oXy8 { width:320px;height:38.3906px;top:20px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #Gbvs7wrBVRuxf6146N5GyyTqk1nEoTTA { display:block; }#Gbvs7wrBVRuxf6146N5GyyTqk1nEoTTA > .row .container { width:320px;height:14px;position:relative;display:block; } }