.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 0 0 30px;
  counter-reset: ordered;
}
ol li {
  position: relative;
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0 0 0 30px;
}
ul li {
  position: relative;
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
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-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
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-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;
  }
}
@media only screen and (max-width: 763px) { 
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BObvXAompea9ziUEn5V51D6myrUi0rb2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#BObvXAompea9ziUEn5V51D6myrUi0rb2 > .row .container { background-color: transparent; background-image: none; }#BObvXAompea9ziUEn5V51D6myrUi0rb2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BObvXAompea9ziUEn5V51D6myrUi0rb2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BObvXAompea9ziUEn5V51D6myrUi0rb2 > .row .container > .video-iframe-container { display: none; }#BObvXAompea9ziUEn5V51D6myrUi0rb2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BObvXAompea9ziUEn5V51D6myrUi0rb2 > .row > .video-iframe-container { display: none; }#BObvXAompea9ziUEn5V51D6myrUi0rb2 > .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); }#BObvXAompea9ziUEn5V51D6myrUi0rb2 > .row .container { border-width: 0; border-radius: 0; }#BObvXAompea9ziUEn5V51D6myrUi0rb2 > .row .container { font-size:14px;font-family:cairo;height:86px;width:960px;position:relative;display:block; }#vqTldsPn7RIyTXWRTiMfCWpQgm4DcQRO { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:95px;width:544px;top:0;left:219px;overflow:hidden;display:block; }
#qsTzaPt3RCTRsvDweN7Lqzk0LgRPvCM3 { z-index:;position:relative;display:block; }#qsTzaPt3RCTRsvDweN7Lqzk0LgRPvCM3 { background-color: transparent; background-image: none; }#qsTzaPt3RCTRsvDweN7Lqzk0LgRPvCM3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qsTzaPt3RCTRsvDweN7Lqzk0LgRPvCM3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qsTzaPt3RCTRsvDweN7Lqzk0LgRPvCM3 > .row .container > .video-iframe-container { display: none; }#qsTzaPt3RCTRsvDweN7Lqzk0LgRPvCM3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qsTzaPt3RCTRsvDweN7Lqzk0LgRPvCM3 > .row > .video-iframe-container { display: none; }#qsTzaPt3RCTRsvDweN7Lqzk0LgRPvCM3 > .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); }#qsTzaPt3RCTRsvDweN7Lqzk0LgRPvCM3 { border-width: 0; border-radius: 0; }#qsTzaPt3RCTRsvDweN7Lqzk0LgRPvCM3 > .row .container { background-color:#41413b;background-image:url("https://images.assets-landingi.com/22wceqZ1/Turkish_Medical_Tourism.jpg");background-position:center right;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;font-size:14px;font-family:cairo;height:1045px;width:960px;border-top:0;border-left:0;border-right:0;border-bottom:0;overflow:visible;position:relative;display:block; }#DfzlswlUTWz00lvbIWyc1R7EoUhOnrTh { color:#405466;display:block;width:417.986px;position:absolute;font-family:cairo;font-size:19px;font-weight:700;z-index:100004;line-height:1.4;letter-spacing:0;top:778px;left:47px;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf .widget-form-header {  }
#vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:14px;font-weight:700;color:#f2f9ff;width:200px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;background-color:transparent;background-image:none;font-style:normal; }
#vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf .widget-input-text { border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;background-color:rgba(255,255,255,0.33);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:200px;box-sizing:border-box;height:41px;color:#ffffff;font-size:13px;overflow:hidden;font-family:cairo; }
#vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf .widget-input-text {padding-top: 0; padding-bottom: 0;}#vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf .widget-textarea { border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;background-color:rgba(255,255,255,0.33);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:200px;box-sizing:border-box;height:70px;color:#ffffff;font-size:13px;overflow:hidden;font-family:cairo; }
#vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf .widget-input-select { border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;background-color:rgba(255,255,255,0.33);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:200px;box-sizing:border-box;height:40px;color:#000000;font-family:cairo;font-size:13px;overflow:hidden; }
#vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf .widget-input-select {padding-top: 0; padding-bottom: 0;}#vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf .widget-input-button { border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;background-color:#ee3162;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;box-sizing:border-box;font-size:22px;font-weight:bold;color:#ffffff;width:200px;height:55px;font-family:cairo;overflow:hidden; }
#vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf [class*="-text"]:-moz-placeholder { color:rgba(255,255,255,0.4);font-family:cairo;font-size:13px; }
#vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf [class*="-text"]::-moz-placeholder { color:rgba(255,255,255,0.4);font-family:cairo;font-size:13px; }
#vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf [class*="-text"]:-ms-input-placeholder { color:rgba(255,255,255,0.4);font-family:cairo;font-size:13px; }
#vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf [class*="-text"]::-webkit-input-placeholder { color:rgba(255,255,255,0.4);font-family:cairo;font-size:13px; }
#vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:cairo;font-size:12px;font-weight:400;color:rgba(242,249,255,0.4);vertical-align:top;width:180px;overflow:hidden;font-style:normal; }
#vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:18px;vertical-align:middle;font-family:cairo;font-size:12px;font-weight:400;color:rgba(242,249,255,0.4);overflow:hidden;font-style:normal;line-height:1.3; }
#vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf .widget-container { padding-top:4px;padding-left:0px;padding-right:0px;padding-bottom:4px;width:100%;font-size:0px;height:auto; }
#vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf .widget-container:first-of-type{padding-top:0;}#vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf .widget-container:last-of-type{padding-bottom:0;}#vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:200px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:652.98828125px;top:450.9765625px;z-index:100024;position:absolute; }
#vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:200px; }
#vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf .widget-info-text { display:block;height:auto;font-family:cairo;font-size:12px;line-height:1.3;font-weight:300;color:#f2f9ff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf {display:block;}#vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:200px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:652.98828125px;top:450.9765625px;z-index:100024;position:absolute; }
#vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf #bae4eyprPIZV2PTduISma53fObRBoqvD { position:relative; }
#vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf #CE1ZW4ytrGEkCuKrqVLbmv9JEQKFTamH { position:relative; }
#vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf #aCQehsneJGH2WM1CmREbUD3AfZlMQ8Q5 { position:relative; }
#vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf #fTVPvdpUD5Q0kQxD9KMRxt2hdHtMFCLK { position:relative; }
#vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf #lDgBkN0uh1wTpucy30PVANTf5pHiF8Ls { position:relative; }
#vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf #UlyGFwdwLK5ysXPHloKm2z3ZsHmcJDTA { position:relative; }
#vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf #Mmb7iNnFwzutTMkgnT9D1qzEk8JH6Tyt { position:relative; }
#vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf #N42OTpJ3F0Nb7UeA0BoeFCoLG5F3yLKR { position:relative; }
#vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf #gVEzTmlxLEMFXIefwGun7JIgNHWnxlpG { position:relative; }
#vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf #cflpru1gPpt9Vcpdvmh8GgZLn0Ar4m1A { position:relative; }
#vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf #ZsdBe9TDwp48kqw6TNq3o8QzySG3rC5K { position:relative; }
#vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf #mGweMpF2y6a2fgRT48iyFoeBTEaP2Htu { position:relative; }
#vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf #PUxwulr1fNk5opp8VrcfM9TSfwQ217qo { position:relative; }
#vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf #BTUbeZT5uNRBgEvULqxWQ4dfNJ354cTD { position:relative; }
#vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf #fRfSnP5ezwP8MvKobxJ3yJ6c333c4oGw { position:relative; }
#D3WcHHLdF3Ke6GHpI6tJG4NwWqN9xPBZ { position:relative;top:0px;left:0px;display:block; }
#wkCKvWnb3BI95naatZq0XzZoRkFErXk6 { position:relative;top:0px;left:0px;display:block; }
#vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf #c1gGeZN1TS9qVyIGqhC0JtMKwWBldhaS { position:relative; }
#vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf #OmCdTO3n8yiwk3XxdmUD0dTghe57NQWF { position:relative; }
#mWzgbdzBQPeiifXxTwItqFbLQZTRzZJm { color:#666666;display:block;width:426.997px;position:absolute;font-family:cairo;font-size:30px;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:311px;left:520px;height:0;font-style:normal;display:none; }
#Hqka7t9FlHwMPDBab9k6dddoSSO4EmAc { color:#666666;display:block;width:340px;position:absolute;font-family:cairo;font-size:30px;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:272px;left:603px;height:0;font-style:normal;display:none; }
#it6M95RkVRdgtWSHi0U8kB87KTELdaLE { color:#666666;display:block;width:340.99px;position:absolute;font-family:cairo;font-size:21px;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:359px;left:546px;height:0;font-style:normal;display:none; }
#NGIaIbQgqd1CgLdVvKbXzdziaomTSmif { position:absolute;display:block;z-index:100000;background-color:#00cbec;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 30px rgba(0,0,0,0.2) ;height:783px;width:448px;top:260.00000762939px;left:512.98614501953px;display:block; }
#h4suZd07DdLeAkrknIqhG4SP4VMcEsTL { box-sizing:content-box;color:#000000;font-size:24px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:415.98959350586px;left:680.98962402344px;display:block; }
#QzyiwBOsaCPwyQAxqFaZ76vbB89GC9WH { color:#000000;display:block;width:116px;position:absolute;font-family:cairo;font-size:30px;font-weight:400;z-index:100023;line-height:1.3;letter-spacing:0;top:416px;left:715px;height:38.75px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#XvoytvFfFfyf4xOr3RNATbymFlJ5EPpS { position:absolute;display:block;z-index:99999;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:156px;width:424px;top:765px;left:48px;display:none; }
#iD2Ji9fir5a2ZHumPc2doRI9y5Lwe00S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#iD2Ji9fir5a2ZHumPc2doRI9y5Lwe00S > .row .container { background-color: transparent; background-image: none; }#iD2Ji9fir5a2ZHumPc2doRI9y5Lwe00S::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iD2Ji9fir5a2ZHumPc2doRI9y5Lwe00S > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iD2Ji9fir5a2ZHumPc2doRI9y5Lwe00S > .row .container > .video-iframe-container { display: none; }#iD2Ji9fir5a2ZHumPc2doRI9y5Lwe00S > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iD2Ji9fir5a2ZHumPc2doRI9y5Lwe00S > .row > .video-iframe-container { display: none; }#iD2Ji9fir5a2ZHumPc2doRI9y5Lwe00S > .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); }#iD2Ji9fir5a2ZHumPc2doRI9y5Lwe00S > .row .container { border-width: 0; border-radius: 0; }#iD2Ji9fir5a2ZHumPc2doRI9y5Lwe00S > .row .container { font-size:14px;font-family:cairo;height:210px;width:960px;position:relative;display:block; }#JKz8UUsUtPbM0p9bD3tpMryDnJpAzcMh { color:#0e0a52;display:block;width:550px;position:absolute;font-family:cairo;font-size:38px;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:7px;left:217px;height:48.75px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qo3GypXnCmpC9EUA8voEzvIANFEndd2k { box-sizing:content-box;color:#0e9ae5;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:block;z-index:100003;top:73px;left:818.5px;display:block; }
#XVLd5nARtCxvUz52fIGXEtBXHEc555Fa { color:#000000;display:block;width:273px;position:absolute;font-family:cairo;font-size:15px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:145px;left:671px;height:18.75px;display:block; }
#d1DV8AU02V3mEva2oThNvdJUIXkahIqG { color:#000000;display:block;width:216px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:145px;left:367.5px;height:20px;display:block; }
#SQ2CJbDaDMVvxam8DJLAVfPRLJesJCn6 { box-sizing:content-box;color:#0e9ae5;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:block;z-index:100005;top:74px;left:479px;display:block; }
#XAHAuw72PVE4xiOOBUi84ghJpEGc98mX { color:#000000;display:block;width:251px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:145px;left:15px;height:20px;display:block; }
#sTAUeBX6fgyGcy5as7bKv6laRfFSNP7A { box-sizing:content-box;color:#0e9ae5;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:block;z-index:100007;top:74px;left:113px;display:block; }
#wiuaahG7qoyzrtTWqolCV1sGfmaLXuDb { color:#000000;display:block;width:344px;position:absolute;font-family:cairo;font-size:16px;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:188px;left:319px;height:20px;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BObvXAompea9ziUEn5V51D6myrUi0rb2 { display:block; }#BObvXAompea9ziUEn5V51D6myrUi0rb2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vqTldsPn7RIyTXWRTiMfCWpQgm4DcQRO { top:0;left:121px;width:544px;height:95px;display:block; }
 }@media only screen and (max-width: 763px) { #qsTzaPt3RCTRsvDweN7Lqzk0LgRPvCM3 { display:block; }#qsTzaPt3RCTRsvDweN7Lqzk0LgRPvCM3 > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DfzlswlUTWz00lvbIWyc1R7EoUhOnrTh { width:417px;height:127px;top:777px;left:0;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf  { width:220px;height:auto; }
#vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf {display:block;}#vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf { width:220px;height:auto; }
 }@media only screen and (max-width: 763px) { #vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf #bae4eyprPIZV2PTduISma53fObRBoqvD {  }
 }@media only screen and (max-width: 763px) { #vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf #CE1ZW4ytrGEkCuKrqVLbmv9JEQKFTamH {  }
 }@media only screen and (max-width: 763px) { #vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf #aCQehsneJGH2WM1CmREbUD3AfZlMQ8Q5 {  }
 }@media only screen and (max-width: 763px) { #vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf #fTVPvdpUD5Q0kQxD9KMRxt2hdHtMFCLK {  }
 }@media only screen and (max-width: 763px) { #vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf #lDgBkN0uh1wTpucy30PVANTf5pHiF8Ls {  }
 }@media only screen and (max-width: 763px) { #vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf #UlyGFwdwLK5ysXPHloKm2z3ZsHmcJDTA {  }
 }@media only screen and (max-width: 763px) { #vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf #Mmb7iNnFwzutTMkgnT9D1qzEk8JH6Tyt {  }
 }@media only screen and (max-width: 763px) { #vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf #N42OTpJ3F0Nb7UeA0BoeFCoLG5F3yLKR {  }
 }@media only screen and (max-width: 763px) { #vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf #gVEzTmlxLEMFXIefwGun7JIgNHWnxlpG {  }
 }@media only screen and (max-width: 763px) { #vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf #cflpru1gPpt9Vcpdvmh8GgZLn0Ar4m1A {  }
 }@media only screen and (max-width: 763px) { #vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf #ZsdBe9TDwp48kqw6TNq3o8QzySG3rC5K {  }
 }@media only screen and (max-width: 763px) { #vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf #mGweMpF2y6a2fgRT48iyFoeBTEaP2Htu {  }
 }@media only screen and (max-width: 763px) { #vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf #PUxwulr1fNk5opp8VrcfM9TSfwQ217qo {  }
 }@media only screen and (max-width: 763px) { #vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf #BTUbeZT5uNRBgEvULqxWQ4dfNJ354cTD {  }
 }@media only screen and (max-width: 763px) { #vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf #fRfSnP5ezwP8MvKobxJ3yJ6c333c4oGw {  }
 }@media only screen and (max-width: 763px) { #D3WcHHLdF3Ke6GHpI6tJG4NwWqN9xPBZ { display:block; }
 }@media only screen and (max-width: 763px) { #wkCKvWnb3BI95naatZq0XzZoRkFErXk6 { display:block; }
 }@media only screen and (max-width: 763px) { #vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf #c1gGeZN1TS9qVyIGqhC0JtMKwWBldhaS {  }
 }@media only screen and (max-width: 763px) { #vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf #OmCdTO3n8yiwk3XxdmUD0dTghe57NQWF {  }
 }@media only screen and (max-width: 763px) { #mWzgbdzBQPeiifXxTwItqFbLQZTRzZJm { width:426px;height:38px;top:311px;left:338px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #Hqka7t9FlHwMPDBab9k6dddoSSO4EmAc { width:340px;height:38px;top:272px;left:424px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #it6M95RkVRdgtWSHi0U8kB87KTELdaLE { width:340px;height:26px;top:358px;left:424px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #NGIaIbQgqd1CgLdVvKbXzdziaomTSmif { width:448px;height:783px;top:260px;left:316px;display:block; }
 }@media only screen and (max-width: 763px) { #h4suZd07DdLeAkrknIqhG4SP4VMcEsTL { width:35px;height:35px;top:430px;left:246px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #QzyiwBOsaCPwyQAxqFaZ76vbB89GC9WH { top:416px;left:617px;width:115px;height:38px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #XvoytvFfFfyf4xOr3RNATbymFlJ5EPpS { top:765px;left:0;width:423px;height:155px;display:block; }
 }@media only screen and (max-width: 763px) { #iD2Ji9fir5a2ZHumPc2doRI9y5Lwe00S { display:block; }#iD2Ji9fir5a2ZHumPc2doRI9y5Lwe00S > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JKz8UUsUtPbM0p9bD3tpMryDnJpAzcMh { width:550px;height:49px;top:7px;left:119px;display:block; }
 }@media only screen and (max-width: 763px) { #Qo3GypXnCmpC9EUA8voEzvIANFEndd2k { top:73px;left:714px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #XVLd5nARtCxvUz52fIGXEtBXHEc555Fa { top:145px;left:491px;width:273px;height:19px;display:block; }
 }@media only screen and (max-width: 763px) { #d1DV8AU02V3mEva2oThNvdJUIXkahIqG { top:145px;left:269.5px;width:216px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #SQ2CJbDaDMVvxam8DJLAVfPRLJesJCn6 { top:74px;left:381px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #XAHAuw72PVE4xiOOBUi84ghJpEGc98mX { top:145px;left:0;width:251px;height:20px;display:block; }
 }@media only screen and (max-width: 763px) { #sTAUeBX6fgyGcy5as7bKv6laRfFSNP7A { top:74px;left:15px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #wiuaahG7qoyzrtTWqolCV1sGfmaLXuDb { top:188px;left:221px;width:344px;height:20px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BObvXAompea9ziUEn5V51D6myrUi0rb2 { display:block; }#BObvXAompea9ziUEn5V51D6myrUi0rb2 > .row .container { width:320px;height:57.9882875px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vqTldsPn7RIyTXWRTiMfCWpQgm4DcQRO { width:320px;height:56px;top:2px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #qsTzaPt3RCTRsvDweN7Lqzk0LgRPvCM3 { display:block; }#qsTzaPt3RCTRsvDweN7Lqzk0LgRPvCM3 > .row .container { width:320px;height:525px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DfzlswlUTWz00lvbIWyc1R7EoUhOnrTh { width:320px;height:0;top:875px;left:0;text-align:center;text-align-last:center;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf .widget-regular-label { text-align:right;text-align-last:right;font-family:cairo;height:auto;background-color:transparent;background-image:none; }
#vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf .widget-input-text { text-align:right;text-align-last:right;font-family:cairo; }
#vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf .widget-input-text {padding-top: 0; padding-bottom: 0;}#vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf .widget-textarea { text-align:right;text-align-last:right;font-family:cairo; }
#vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf .widget-input-select { font-family:cairo;text-align:center;text-align-last:center; }
#vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf .widget-input-select {padding-top: 0; padding-bottom: 0;}#vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf .widget-input-button { background-color:#ff0039;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;background-size:initial; }
#vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf  { width:200px;height:auto;top:68px;left:42px; }
#vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf {display:block;}#vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf { width:200px;height:auto;top:68px;left:42px; }
 }@media only screen and (max-width: 763px) { #vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf #bae4eyprPIZV2PTduISma53fObRBoqvD {  }
 }@media only screen and (max-width: 763px) { #vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf #CE1ZW4ytrGEkCuKrqVLbmv9JEQKFTamH {  }
 }@media only screen and (max-width: 763px) { #vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf #aCQehsneJGH2WM1CmREbUD3AfZlMQ8Q5 {  }
 }@media only screen and (max-width: 763px) { #vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf #fTVPvdpUD5Q0kQxD9KMRxt2hdHtMFCLK {  }
 }@media only screen and (max-width: 763px) { #vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf #lDgBkN0uh1wTpucy30PVANTf5pHiF8Ls {  }
 }@media only screen and (max-width: 763px) { #vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf #UlyGFwdwLK5ysXPHloKm2z3ZsHmcJDTA {  }
 }@media only screen and (max-width: 763px) { #vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf #Mmb7iNnFwzutTMkgnT9D1qzEk8JH6Tyt {  }
 }@media only screen and (max-width: 763px) { #vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf #N42OTpJ3F0Nb7UeA0BoeFCoLG5F3yLKR {  }
 }@media only screen and (max-width: 763px) { #vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf #gVEzTmlxLEMFXIefwGun7JIgNHWnxlpG {  }
 }@media only screen and (max-width: 763px) { #vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf #cflpru1gPpt9Vcpdvmh8GgZLn0Ar4m1A {  }
 }@media only screen and (max-width: 763px) { #vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf #ZsdBe9TDwp48kqw6TNq3o8QzySG3rC5K {  }
 }@media only screen and (max-width: 763px) { #vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf #mGweMpF2y6a2fgRT48iyFoeBTEaP2Htu {  }
 }@media only screen and (max-width: 763px) { #vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf #PUxwulr1fNk5opp8VrcfM9TSfwQ217qo {  }
 }@media only screen and (max-width: 763px) { #vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf #BTUbeZT5uNRBgEvULqxWQ4dfNJ354cTD {  }
 }@media only screen and (max-width: 763px) { #vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf #fRfSnP5ezwP8MvKobxJ3yJ6c333c4oGw {  }
 }@media only screen and (max-width: 763px) { #D3WcHHLdF3Ke6GHpI6tJG4NwWqN9xPBZ { display:block; }
 }@media only screen and (max-width: 763px) { #wkCKvWnb3BI95naatZq0XzZoRkFErXk6 { display:block; }
 }@media only screen and (max-width: 763px) { #vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf #c1gGeZN1TS9qVyIGqhC0JtMKwWBldhaS {  }
 }@media only screen and (max-width: 763px) { #vezZM1DmnxMqod9cvgHpa7Kw3ryRlmuf #OmCdTO3n8yiwk3XxdmUD0dTghe57NQWF {  }
 }@media only screen and (max-width: 763px) { #mWzgbdzBQPeiifXxTwItqFbLQZTRzZJm { width:296.997px;height:0;top:57.347229003906px;left:9.4791669845581px;text-align:right;text-align-last:right;font-size:27px;display:none; }
 }@media only screen and (max-width: 763px) { #Hqka7t9FlHwMPDBab9k6dddoSSO4EmAc { width:264px;height:0;top:16.940971374512px;left:41.458336830139px;text-align:right;text-align-last:right;font-size:27px;display:none; }
 }@media only screen and (max-width: 763px) { #it6M95RkVRdgtWSHi0U8kB87KTELdaLE { width:320px;height:0;top:136.97222900391px;left:0;text-align:center;text-align-last:center;font-size:23px;display:none; }
 }@media only screen and (max-width: 763px) { #NGIaIbQgqd1CgLdVvKbXzdziaomTSmif { width:270px;height:486px;top:33px;left:19px;z-index:99998;background-color:rgba(0,203,236,0.95);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;display:block; }
 }@media only screen and (max-width: 763px) { #h4suZd07DdLeAkrknIqhG4SP4VMcEsTL { width:35px;height:35px;top:39px;left:94px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #QzyiwBOsaCPwyQAxqFaZ76vbB89GC9WH { width:115px;height:38.75px;top:41px;left:129px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XvoytvFfFfyf4xOr3RNATbymFlJ5EPpS { width:320px;height:155px;top:871px;left:0;display:none; }
 }@media only screen and (max-width: 763px) { #iD2Ji9fir5a2ZHumPc2doRI9y5Lwe00S { display:block; }#iD2Ji9fir5a2ZHumPc2doRI9y5Lwe00S > .row .container { width:320px;height:275px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JKz8UUsUtPbM0p9bD3tpMryDnJpAzcMh { width:320px;height:32.5px;top:4px;left:0;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #Qo3GypXnCmpC9EUA8voEzvIANFEndd2k { width:50px;height:50px;top:186px;left:258px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #XVLd5nARtCxvUz52fIGXEtBXHEc555Fa { width:262px;height:17.5px;top:202px;left:0;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #d1DV8AU02V3mEva2oThNvdJUIXkahIqG { width:216px;height:20px;top:127px;left:43px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SQ2CJbDaDMVvxam8DJLAVfPRLJesJCn6 { width:50px;height:50px;top:116px;left:258px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #XAHAuw72PVE4xiOOBUi84ghJpEGc98mX { width:251px;height:20px;top:61px;left:8px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sTAUeBX6fgyGcy5as7bKv6laRfFSNP7A { width:50px;height:50px;top:46px;left:258px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #wiuaahG7qoyzrtTWqolCV1sGfmaLXuDb { width:320px;height:20px;top:251px;left:0;text-align:center;text-align-last:center;display:block; }
 }