.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-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; }
#VbAkAuThlV0toXv0Q34COre6BLRxh70T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container { display: none; }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .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); }#SzaUBTmys51cQRVxpgxIXPx3H8AAtNTB { background-color:transparent;background-image: -webkit-linear-gradient(top, #ffffff, rgba(24,183,235,0.39));background-image: -moz-linear-gradient(top, #ffffff, rgba(24,183,235,0.39));background-image: -ms-linear-gradient(top, #ffffff, rgba(24,183,235,0.39));background-image: -o-linear-gradient(top, #ffffff, rgba(24,183,235,0.39));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6318b7eb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6318b7eb' );";background-image: linear-gradient(to bottom, #ffffff, rgba(24,183,235,0.39));background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#SzaUBTmys51cQRVxpgxIXPx3H8AAtNTB > .row .container { background-color: transparent; background-image: none; }#SzaUBTmys51cQRVxpgxIXPx3H8AAtNTB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzaUBTmys51cQRVxpgxIXPx3H8AAtNTB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzaUBTmys51cQRVxpgxIXPx3H8AAtNTB > .row .container > .video-iframe-container { display: none; }#SzaUBTmys51cQRVxpgxIXPx3H8AAtNTB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzaUBTmys51cQRVxpgxIXPx3H8AAtNTB > .row > .video-iframe-container { display: none; }#SzaUBTmys51cQRVxpgxIXPx3H8AAtNTB > .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); }#SzaUBTmys51cQRVxpgxIXPx3H8AAtNTB > .row .container { border-width: 0; border-radius: 0; }#SzaUBTmys51cQRVxpgxIXPx3H8AAtNTB > .row > .video-iframe-container {  }#SzaUBTmys51cQRVxpgxIXPx3H8AAtNTB > .row .container { font-size:14px;font-family:cairo;height:783px;width:960px;overflow:visible;position:relative;display:block; }#y0ZUugyT82NMatUNDNeTEpiywEmBzupl { color:#ce922f;display:block;width:453.991px;position:absolute;font-family:cairo;font-size:33px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:119.97158813477px;left:216.97444152832px;height:42.8906px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X0FQMtQZKalamQ5J0usD5nDw7gvxZVID { color:#ffffff;display:block;width:321.969px;position:absolute;font-family:amiri;font-size:16px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:733px;left:533px;height:20.7969px;font-style:normal;display:block; }
#Ur4vIlsXtmlKXT1B1iqAzy8UeTfKFtPa { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;height:50px;width:50px;top:446px;left:669px;overflow:hidden;display:block; }
#eELOy1CzTXTSSBCmuUxtqeaffsi6dKn4 { z-index:15017;top:545px;left:626px;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:136px;height:30px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#s8L1GPhvKyuHG8VwKWFkN8RwxbkDvo9T { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#o1J9VBwMDMK6LXqXGXMfxMqG89DxBs5i { box-sizing:content-box;color:#b20129;font-size:41px;font-weight:400;line-height:1;height:59px;width:59px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:718px;left:875px;display:block; }
#Ic9r7iPocm6wWoSBAFHOkMsRiVy5hKED { box-sizing:content-box;color:#b20129;font-size:41px;font-weight:400;line-height:1;height:59px;width:59px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:665px;left:875px;display:block; }
#anM9eG3zPE1AdUntWDtMJut1LXIL5e7e { color:#ffffff;display:block;width:779px;position:absolute;font-family:cairo;font-size:20px;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:690px;left:107px;height:64px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#kTFbSiNlapi8pR6txvc2Zgi26AFgQzwt { color:#ffffff;display:block;width:721px;position:absolute;font-family:cairo;font-size:20px;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:635px;left:164px;height:32px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ltUDzFNJ1mNWPvGyc8SHl0D9g2tUIR3h { color:#2a2727;display:block;width:636px;position:absolute;font-family:amiri;font-size:29px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:274px;left:324px;height:37.6875px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wUeUbrNmiNT7FBSlpELTifxvmhZbaKpf { color:#ff0000;display:block;width:454px;position:absolute;font-family:amiri;font-size:86px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:334px;left:446px;height:111.797px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o9qdsLuVd6nT507zUnq8DAIFThddNCVg { color:#000000;display:block;width:233px;position:absolute;font-family:cairo;font-size:18px;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:502px;left:580px;height:23.3906px;text-align:center;text-align-last:center;display:block; }
#bB9AAekJgbhibok68pixhXlFg4OxKmMg { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:88.9844px;width:338.969px;top:31px;left:285px;overflow:hidden;display:block; }
#q1IMHbnzKGG8GWU7JeiDtBZOSgNkPuUN { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:60px;width:165px;top:530px;left:612px;overflow:hidden;display:block; }
#pgFInpNNgBS9ZKTibHXKn8dM9TK7UKxq { color:#ffffff;display:block;width:398px;position:absolute;font-family:cairo;font-size:20px;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:200px;left:449px;height:32px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#RZebrFUGNDbTkaNyWb1bNp8BWlhZf6MH { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;top:191px;left:391px; }
#OViSBvl7Oa0mvgfkewdTxKC3WDKTBE5q { background-color:rgba(255,255,255,0.75);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:17px;border-top-right-radius:17px;border-bottom-left-radius:17px;border-bottom-right-radius:17px;box-sizing:border-box;color:#4a610e;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"br font n-day";font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:189px;left:113px;display:block; }
#qlZrL3uzmeFppJGCqxdveU7o1zh0CR19 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#vwZpBz6T8kPQFqvf1wxEXFJoLLKkHeuV { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:56px;width:56px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:188px;left:112px; }
#vwZpBz6T8kPQFqvf1wxEXFJoLLKkHeuV > img { max-width: 100%;max-height:100%; }#IqBSwrg2GFudU4qdaMqUbchXiSexlOho { color:#2a2727;display:block;width:410px;position:absolute;font-family:amiri;font-size:29px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:273.65625px;left:22px;height:37.6875px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LaVOZq81V8s3iL6gU3SpufpnMRLiZTWh { color:#ff0000;display:block;width:454px;position:absolute;font-family:amiri;font-size:86px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:370.59375px;left:15.5px;height:111.797px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JPUsTNBJ7u1LTL4hIuJvickSkOEMcDnp { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:60px;width:165px;top:516px;left:160px;overflow:hidden;display:block; }
#V1fhLE3xRPseVRP9g7FF3lUA9NbbtSm5 { z-index:15019;top:531px;left:174px;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:136px;height:30px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ePtNKROUE2sATDP0Ph38UM4MhbuQ90d4 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SzaUBTmys51cQRVxpgxIXPx3H8AAtNTB { display:block; }#SzaUBTmys51cQRVxpgxIXPx3H8AAtNTB > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y0ZUugyT82NMatUNDNeTEpiywEmBzupl { width:453px;height:42px;top:119px;left:118.97444152832px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #X0FQMtQZKalamQ5J0usD5nDw7gvxZVID { top:733px;left:435px;width:321px;height:20px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Ur4vIlsXtmlKXT1B1iqAzy8UeTfKFtPa { top:446px;left:571px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #eELOy1CzTXTSSBCmuUxtqeaffsi6dKn4 { top:545px;left:528px;width:136px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #s8L1GPhvKyuHG8VwKWFkN8RwxbkDvo9T { display:block; }
 }@media only screen and (max-width: 763px) { #o1J9VBwMDMK6LXqXGXMfxMqG89DxBs5i { width:59px;height:59px;top:718px;left:705px;font-size:41px;display:block; }
 }@media only screen and (max-width: 763px) { #Ic9r7iPocm6wWoSBAFHOkMsRiVy5hKED { width:59px;height:59px;top:665px;left:705px;font-size:41px;display:block; }
 }@media only screen and (max-width: 763px) { #anM9eG3zPE1AdUntWDtMJut1LXIL5e7e { width:764px;height:63px;top:690px;left:0px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #kTFbSiNlapi8pR6txvc2Zgi26AFgQzwt { width:720px;height:31px;top:635px;left:44px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #ltUDzFNJ1mNWPvGyc8SHl0D9g2tUIR3h { width:636px;height:37px;top:274px;left:128px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #wUeUbrNmiNT7FBSlpELTifxvmhZbaKpf { width:454px;height:111px;top:334px;left:310px;font-size:57px;display:block; }
 }@media only screen and (max-width: 763px) { #o9qdsLuVd6nT507zUnq8DAIFThddNCVg { top:502px;left:482px;width:233px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #bB9AAekJgbhibok68pixhXlFg4OxKmMg { top:31px;left:187px;width:338px;height:88.730023099457px;display:block; }
 }@media only screen and (max-width: 763px) { #q1IMHbnzKGG8GWU7JeiDtBZOSgNkPuUN { top:530px;left:514px;width:165px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #pgFInpNNgBS9ZKTibHXKn8dM9TK7UKxq { width:397px;height:31px;top:200px;left:351px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #RZebrFUGNDbTkaNyWb1bNp8BWlhZf6MH { top:191px;left:293px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #OViSBvl7Oa0mvgfkewdTxKC3WDKTBE5q { width:280px;height:55px;top:189px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #qlZrL3uzmeFppJGCqxdveU7o1zh0CR19 { display:block; }
 }@media only screen and (max-width: 763px) { #vwZpBz6T8kPQFqvf1wxEXFJoLLKkHeuV { top:188px;left:14px;width:55px;height:55px;display:block; }
#vwZpBz6T8kPQFqvf1wxEXFJoLLKkHeuV > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #IqBSwrg2GFudU4qdaMqUbchXiSexlOho { width:410px;height:37px;top:273px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #LaVOZq81V8s3iL6gU3SpufpnMRLiZTWh { width:454px;height:111px;top:370px;left:0px;font-size:57px;display:block; }
 }@media only screen and (max-width: 763px) { #JPUsTNBJ7u1LTL4hIuJvickSkOEMcDnp { top:516px;left:62px;width:165px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #V1fhLE3xRPseVRP9g7FF3lUA9NbbtSm5 { top:531px;left:76px;width:136px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #ePtNKROUE2sATDP0Ph38UM4MhbuQ90d4 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SzaUBTmys51cQRVxpgxIXPx3H8AAtNTB { background-color:transparent;background-image: -webkit-linear-gradient(top, #ffffff, rgba(24,183,235,0.45));background-image: -moz-linear-gradient(top, #ffffff, rgba(24,183,235,0.45));background-image: -ms-linear-gradient(top, #ffffff, rgba(24,183,235,0.45));background-image: -o-linear-gradient(top, #ffffff, rgba(24,183,235,0.45));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#7218b7eb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#7218b7eb' );";background-image: linear-gradient(to bottom, #ffffff, rgba(24,183,235,0.45));background-size:cover !important;display:block; }#SzaUBTmys51cQRVxpgxIXPx3H8AAtNTB > .row .container { background-color: transparent; background-image: none; }#SzaUBTmys51cQRVxpgxIXPx3H8AAtNTB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzaUBTmys51cQRVxpgxIXPx3H8AAtNTB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzaUBTmys51cQRVxpgxIXPx3H8AAtNTB > .row .container > .video-iframe-container { display: none; }#SzaUBTmys51cQRVxpgxIXPx3H8AAtNTB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzaUBTmys51cQRVxpgxIXPx3H8AAtNTB > .row > .video-iframe-container { display: none; }#SzaUBTmys51cQRVxpgxIXPx3H8AAtNTB > .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); }#SzaUBTmys51cQRVxpgxIXPx3H8AAtNTB > .row .container { width:320px;height:915px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y0ZUugyT82NMatUNDNeTEpiywEmBzupl { width:271px;height:40.2969px;top:114.4375px;left:24.5px;text-align:center;text-align-last:center;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #X0FQMtQZKalamQ5J0usD5nDw7gvxZVID { width:319.969px;height:19.5px;top:884px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Ur4vIlsXtmlKXT1B1iqAzy8UeTfKFtPa { width:50px;height:50px;top:408px;left:237px;display:block; }
 }@media only screen and (max-width: 763px) { #eELOy1CzTXTSSBCmuUxtqeaffsi6dKn4 { top:455px;left:83px;width:136px;height:30px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #s8L1GPhvKyuHG8VwKWFkN8RwxbkDvo9T { display:block; }
 }@media only screen and (max-width: 763px) { #o1J9VBwMDMK6LXqXGXMfxMqG89DxBs5i { width:58px;height:58px;top:752px;left:254px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #Ic9r7iPocm6wWoSBAFHOkMsRiVy5hKED { width:58px;height:58px;top:810px;left:254px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #anM9eG3zPE1AdUntWDtMJut1LXIL5e7e { width:217px;height:52.7813px;top:833px;left:46px;text-align:center;text-align-last:center;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #kTFbSiNlapi8pR6txvc2Zgi26AFgQzwt { width:217px;height:35.1875px;top:774px;left:45px;text-align:center;text-align-last:center;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #ltUDzFNJ1mNWPvGyc8SHl0D9g2tUIR3h { width:320px;height:28.5938px;top:368.1960144043px;left:0px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #wUeUbrNmiNT7FBSlpELTifxvmhZbaKpf { width:320px;height:74.0938px;top:508.87783813477px;left:0px;text-align:center;text-align-last:center;font-size:57px;display:block; }
 }@media only screen and (max-width: 763px) { #o9qdsLuVd6nT507zUnq8DAIFThddNCVg { width:233px;height:26px;top:420px;left:33px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bB9AAekJgbhibok68pixhXlFg4OxKmMg { width:320px;height:84.011233833664px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #q1IMHbnzKGG8GWU7JeiDtBZOSgNkPuUN { width:132px;height:47px;top:446px;left:85px;display:block; }
 }@media only screen and (max-width: 763px) { #pgFInpNNgBS9ZKTibHXKn8dM9TK7UKxq { width:282px;height:51.1875px;top:184px;left:29px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #RZebrFUGNDbTkaNyWb1bNp8BWlhZf6MH { width:28px;height:28px;top:260px;left:256px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #OViSBvl7Oa0mvgfkewdTxKC3WDKTBE5q { width:280px;height:55px;top:246px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #qlZrL3uzmeFppJGCqxdveU7o1zh0CR19 { display:block; }
 }@media only screen and (max-width: 763px) { #vwZpBz6T8kPQFqvf1wxEXFJoLLKkHeuV { width:56px;height:56px;top:246px;left:10px;display:block; }
#vwZpBz6T8kPQFqvf1wxEXFJoLLKkHeuV > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #IqBSwrg2GFudU4qdaMqUbchXiSexlOho { width:320px;height:28.5938px;top:582px;left:0px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #LaVOZq81V8s3iL6gU3SpufpnMRLiZTWh { width:320px;height:41.5938px;top:630px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #JPUsTNBJ7u1LTL4hIuJvickSkOEMcDnp { width:165px;height:60px;top:692px;left:77.5px;display:block; }
 }@media only screen and (max-width: 763px) { #V1fhLE3xRPseVRP9g7FF3lUA9NbbtSm5 { top:707px;left:92px;width:136px;height:30px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ePtNKROUE2sATDP0Ph38UM4MhbuQ90d4 { display:block; }
 }