.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:transparent;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); }#Hsv4z7HAeuPLOTUQ0A7s8gDUTsaIUDwF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Hsv4z7HAeuPLOTUQ0A7s8gDUTsaIUDwF > .row .container { background-color: transparent; background-image: none; }#Hsv4z7HAeuPLOTUQ0A7s8gDUTsaIUDwF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hsv4z7HAeuPLOTUQ0A7s8gDUTsaIUDwF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hsv4z7HAeuPLOTUQ0A7s8gDUTsaIUDwF > .row .container > .video-iframe-container { display: none; }#Hsv4z7HAeuPLOTUQ0A7s8gDUTsaIUDwF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hsv4z7HAeuPLOTUQ0A7s8gDUTsaIUDwF > .row > .video-iframe-container { display: none; }#Hsv4z7HAeuPLOTUQ0A7s8gDUTsaIUDwF > .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); }#Hsv4z7HAeuPLOTUQ0A7s8gDUTsaIUDwF > .row .container { border-width: 0; border-radius: 0; }#Hsv4z7HAeuPLOTUQ0A7s8gDUTsaIUDwF > .row > .video-iframe-container {  }#Hsv4z7HAeuPLOTUQ0A7s8gDUTsaIUDwF > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:60rem;position:relative;display:block; }#aqDpo2cv06OMTBuEnxGW62pwn4sqhOe7 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.0617875rem;width:22.8125rem;top:0rem;left:18.593749046326rem;overflow:hidden;display:block; }
#amVamLxxE4OvuUCERAD8sOBGqVqMbwJt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/M0Qb08Ps/images.jfif");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#amVamLxxE4OvuUCERAD8sOBGqVqMbwJt.adaptive-delivery-prevent-bg, #amVamLxxE4OvuUCERAD8sOBGqVqMbwJt.lazyload, #amVamLxxE4OvuUCERAD8sOBGqVqMbwJt.lazyloading { background-image: none; }#amVamLxxE4OvuUCERAD8sOBGqVqMbwJt > .row .container { background-color: transparent; background-image: none; }#amVamLxxE4OvuUCERAD8sOBGqVqMbwJt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.75); }#amVamLxxE4OvuUCERAD8sOBGqVqMbwJt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#amVamLxxE4OvuUCERAD8sOBGqVqMbwJt > .row .container > .video-iframe-container { display: none; }#amVamLxxE4OvuUCERAD8sOBGqVqMbwJt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.75); }#amVamLxxE4OvuUCERAD8sOBGqVqMbwJt > .row > .video-iframe-container { display: none; }#amVamLxxE4OvuUCERAD8sOBGqVqMbwJt > .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); }#amVamLxxE4OvuUCERAD8sOBGqVqMbwJt > .row .container { border-width: 0; border-radius: 0; }#amVamLxxE4OvuUCERAD8sOBGqVqMbwJt::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#amVamLxxE4OvuUCERAD8sOBGqVqMbwJt > .row > .video-iframe-container {  }#amVamLxxE4OvuUCERAD8sOBGqVqMbwJt > .row .container { font-size:0.875rem;font-family:arial;height:43.125rem;width:60rem;position:relative;display:block; }#kULgQi4bRo2BCtkDWxESG2pzrlVKw2ZT { color:#272828;display:block;width:15.997375rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:8.625rem;left:23.625rem;height:2.1933625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-form-header {  }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:0.75rem;font-weight:700;color:#000000;width:15.1875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:right;text-align-last:right;font-style:normal;overflow:hidden; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15.1875rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15.1875rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15.1875rem;box-sizing:border-box;height:2.75rem;color:#000000;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#fdbd61;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.4375rem;font-weight:400;color:#000000;width:15.1875rem;height:3.125rem;font-family:kids;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;text-align:center;text-align-last:center;font-style:normal; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;line-height:1.3;font-size:0.875rem;font-weight:400;color:#000000;vertical-align:top;width:14rem;overflow:hidden;font-style:normal; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:lato;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;text-align:center;text-align-last:center; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-container:first-of-type{padding-top:0;}#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-container:last-of-type{padding-bottom:0;}#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:22.75rem;top:11.4375rem;z-index:15038;position:absolute; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15.1875rem;display:block;vertical-align:top; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ {display:block;}#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:22.75rem;top:11.4375rem;z-index:15038;position:absolute; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #Tu4QArtyhLArtg5DiQ0eOym2n77Os2zM { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #Dwv26hJJxNuqhPpu7P6qvTESDn86Tiio { position:relative;display:block; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #VBtodryDOzw9P7Q2ft0E9kpBgVtmQ0x7 { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #PQvRfCpdPaTGnaaOMTHsZ5CTxzqIJXvJ { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #PQvRfCpdPaTGnaaOMTHsZ5CTxzqIJXvJ .container-column{width:50%;}#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #xTAbkhA3tBUhPbZPt7ttRI31UEFUVe2z { position:relative;display:block; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #ySipH8sKFN5TDNSTOCb45XC41fD4Tfb8 { position:relative;z-index:2; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #V8sMyligrLZT9OviA9QK9MxT8ozJLtlO { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #vl1lDgGrhQ8HHotsFubg94KWll8hAPN9 { position:relative;z-index:2; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #zok6694OtZU1M7Gx9kCdekr1PSGqsdrQ { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #tCxPgVrW8ELRR8vT7S0h8bl5tCPo9158 { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #LrQbt7eeb5OQqGK1hWdXiFNkP8e8QxIW { position:relative;display:block; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #KH2VvWndAggINArpW1FQeqqeomUBrB8X { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #IMI2X3BAveLarbN8IdI5vHX6cdVNH0Tl { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #fw5EgXqGFoG8xtF1zKA5uC05K5L2woKm { position:relative;display:block; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #uFuvw4WI9l9Car4HxJvXazVo75nH9Os8 { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #XATpG54FnWRAMhHE0MU07xWzii9cCPbS { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #XATpG54FnWRAMhHE0MU07xWzii9cCPbS .container-column{width:50%;}#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #LR6JVV4BHGOzEtErSfiJvIpKkOFJmQ1C { position:relative;display:block; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #s9d1vfe7OTyrMm8rTuHnJUG9LSEUWtnA { position:relative;z-index:2; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #APgczBr5zmn21hEBRGA5GTvJWMKUlVkL { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #bQtmL8LIMZusG0mQ3eg4ufRO6wCPczdL { position:relative;z-index:2; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #tuh0M0BuSupJVlv8tTBfV9xUiEUKJCD9 { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #puUUgt0I8BHbooDQ8yozTM9ZEcxlzgRk { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #Xw3eAib2xgVGXUT6zMq0pG0KGBNz7Ewc { position:relative;display:block; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #wm78MOZUlhMIy63q9pxxu41l6zz3V8mm { position:relative; }
#APu8bDAq1cCXGXKUESA9zKOTbsQGeNI7 { position:relative;display:block; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #sTCAGmKqATaAwoPXIufGhwa5eaSkppLP { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #xTozqmLSX4WDxQkSFZcLNX0ne7cC2MCV { position:relative; }
#E6TJXEoWeC2K3IePTVSdHIHhPF0nodnQ { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d5d9df, #4bc8d7);background-image: -moz-linear-gradient(180deg, #d5d9df, #4bc8d7);background-image: -ms-linear-gradient(180deg, #d5d9df, #4bc8d7);background-image: -o-linear-gradient(180deg, #d5d9df, #4bc8d7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d9df', endColorstr='#4bc8d7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d9df', endColorstr='#4bc8d7' );";background-image: linear-gradient(180deg, #d5d9df, #4bc8d7);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.5625rem;width:17.9375rem;top:8.3125rem;left:22.5625rem;display:block; }
#FM7T6GzpdIikaJU6HdvJdJdwAyOpHT9T { color:#000000;display:block;width:31.5625rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:2.5rem;left:15.770833969116rem;height:2.11263125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XuIxUwUClClLapvtorEBcscZ7Q2KFnz0 { color:#272828;display:block;width:15.9970625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:5.5rem;left:23.625rem;height:2.1933625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(188deg, #0f141b, rgba(99,119,137,0.6));background-image: -moz-linear-gradient(188deg, #0f141b, rgba(99,119,137,0.6));background-image: -ms-linear-gradient(188deg, #0f141b, rgba(99,119,137,0.6));background-image: -o-linear-gradient(188deg, #0f141b, rgba(99,119,137,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f141b', endColorstr='#99637789' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f141b', endColorstr='#99637789' );";background-image: linear-gradient(188deg, #0f141b, rgba(99,119,137,0.6));background-size:initial !important;position:relative;display:block; }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .row .container { background-color: transparent; background-image: none; }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .row .container > .video-iframe-container { display: none; }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .row > .video-iframe-container { display: none; }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .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); }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .row .container { border-width: 0; border-radius: 0; }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .row > .video-iframe-container {  }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .row .container { font-size:0.875rem;font-family:"open sans";height:14.4375rem;width:60rem;position:relative;display:block; }#O3lUwGwkimEfwZqUzXJNqF4v4iHTR6Db { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:"open sans";font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:1.4375rem;left:25.25rem;height:2.5435rem;font-style:normal;display:block; }
#Wdz7mgdRMMFhQoInb79EZNddC6iRfb9h { color:#434343;display:block;width:10.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:18.6875rem;left:9.875rem;height:2rem;font-style:normal;display:none; }
#TSWhXVtpP9Ezl7avF3C7fdXBtEnzfIf6 { color:#ffffff;display:block;width:45.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:5.625rem;left:5.875rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#eMHRTekBkIEvyxTaQ08GOkXdFD6HdsXb { box-sizing:content-box;color:#434343;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:18.125rem;left:6rem;display:none; }
#z2SbkarbPCFKUdST6zW7l4LCDCZGy8WZ { box-sizing:content-box;color:#b20129;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:7.625rem;left:50.4375rem;display:block; }
#D32kxh9ToqzdgPAoZ5ihsUZ2PquVXthp { color:#ffffff;display:block;width:19.437rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:13.0576171875rem;left:25.24951171875rem;height:1.21875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#DzF3Xfviz2kQbSJLyD0gXAo5D9abywVt { color:#ffffff;display:block;width:48.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:9rem;left:2.3125rem;height:4rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ocwsufZnfxrRvJHncl0DpUp2u9Av7nxA { box-sizing:content-box;color:#b20129;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:4.78125rem;left:50.4375rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Hsv4z7HAeuPLOTUQ0A7s8gDUTsaIUDwF { display:block; }#Hsv4z7HAeuPLOTUQ0A7s8gDUTsaIUDwF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aqDpo2cv06OMTBuEnxGW62pwn4sqhOe7 { top:0rem;left:12.468749046326rem;width:22.8125rem;height:6.0617875rem;display:block; }
 }@media only screen and (max-width: 763px) { #amVamLxxE4OvuUCERAD8sOBGqVqMbwJt { display:block; }#amVamLxxE4OvuUCERAD8sOBGqVqMbwJt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kULgQi4bRo2BCtkDWxESG2pzrlVKw2ZT { width:15.9375rem;height:2.1875rem;top:8.625rem;left:17.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-regular-label { display:block; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ  { width:15rem;height:auto; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ {display:block;}#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #Tu4QArtyhLArtg5DiQ0eOym2n77Os2zM {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #Dwv26hJJxNuqhPpu7P6qvTESDn86Tiio { display:block; }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #VBtodryDOzw9P7Q2ft0E9kpBgVtmQ0x7 {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #PQvRfCpdPaTGnaaOMTHsZ5CTxzqIJXvJ {  }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #PQvRfCpdPaTGnaaOMTHsZ5CTxzqIJXvJ .container-column{width:50%;} }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #xTAbkhA3tBUhPbZPt7ttRI31UEFUVe2z { display:block; }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #ySipH8sKFN5TDNSTOCb45XC41fD4Tfb8 { z-index:2; }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #V8sMyligrLZT9OviA9QK9MxT8ozJLtlO {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #vl1lDgGrhQ8HHotsFubg94KWll8hAPN9 { z-index:2; }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #zok6694OtZU1M7Gx9kCdekr1PSGqsdrQ {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #tCxPgVrW8ELRR8vT7S0h8bl5tCPo9158 {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #LrQbt7eeb5OQqGK1hWdXiFNkP8e8QxIW { display:block; }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #KH2VvWndAggINArpW1FQeqqeomUBrB8X {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #IMI2X3BAveLarbN8IdI5vHX6cdVNH0Tl {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #fw5EgXqGFoG8xtF1zKA5uC05K5L2woKm { display:block; }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #uFuvw4WI9l9Car4HxJvXazVo75nH9Os8 {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #XATpG54FnWRAMhHE0MU07xWzii9cCPbS {  }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #XATpG54FnWRAMhHE0MU07xWzii9cCPbS .container-column{width:50%;} }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #LR6JVV4BHGOzEtErSfiJvIpKkOFJmQ1C { display:block; }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #s9d1vfe7OTyrMm8rTuHnJUG9LSEUWtnA { z-index:2; }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #APgczBr5zmn21hEBRGA5GTvJWMKUlVkL {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #bQtmL8LIMZusG0mQ3eg4ufRO6wCPczdL { z-index:2; }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #tuh0M0BuSupJVlv8tTBfV9xUiEUKJCD9 {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #puUUgt0I8BHbooDQ8yozTM9ZEcxlzgRk {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #Xw3eAib2xgVGXUT6zMq0pG0KGBNz7Ewc { display:block; }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #wm78MOZUlhMIy63q9pxxu41l6zz3V8mm {  }
 }@media only screen and (max-width: 763px) { #APu8bDAq1cCXGXKUESA9zKOTbsQGeNI7 { display:block; }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #sTCAGmKqATaAwoPXIufGhwa5eaSkppLP {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #xTozqmLSX4WDxQkSFZcLNX0ne7cC2MCV {  }
 }@media only screen and (max-width: 763px) { #E6TJXEoWeC2K3IePTVSdHIHhPF0nodnQ { top:8.3125rem;left:16.4375rem;width:17.9375rem;height:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM7T6GzpdIikaJU6HdvJdJdwAyOpHT9T { top:2.5rem;left:9.6458339691163rem;width:31.5625rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuIxUwUClClLapvtorEBcscZ7Q2KFnz0 { width:15.9375rem;height:2.1875rem;top:5.5rem;left:17.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm { display:block; }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O3lUwGwkimEfwZqUzXJNqF4v4iHTR6Db { width:28.8125rem;height:2.5rem;top:1.375rem;left:18.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wdz7mgdRMMFhQoInb79EZNddC6iRfb9h { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSWhXVtpP9Ezl7avF3C7fdXBtEnzfIf6 { width:45.0625rem;height:2rem;top:5.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMHRTekBkIEvyxTaQ08GOkXdFD6HdsXb { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2SbkarbPCFKUdST6zW7l4LCDCZGy8WZ { width:3.6875rem;height:3.6875rem;top:7.5625rem;left:44.0625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D32kxh9ToqzdgPAoZ5ihsUZ2PquVXthp { top:13rem;left:19.12451171875rem;width:19.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzF3Xfviz2kQbSJLyD0gXAo5D9abywVt { width:47.75rem;height:4rem;top:9rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocwsufZnfxrRvJHncl0DpUp2u9Av7nxA { width:3.6875rem;height:3.6875rem;top:4.75rem;left:44.0625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Hsv4z7HAeuPLOTUQ0A7s8gDUTsaIUDwF { display:block; }#Hsv4z7HAeuPLOTUQ0A7s8gDUTsaIUDwF > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aqDpo2cv06OMTBuEnxGW62pwn4sqhOe7 { width:19.9980625rem;height:5.3818375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #amVamLxxE4OvuUCERAD8sOBGqVqMbwJt { display:block; }#amVamLxxE4OvuUCERAD8sOBGqVqMbwJt > .row .container { width:20rem;height:46.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kULgQi4bRo2BCtkDWxESG2pzrlVKw2ZT { width:15.9375rem;height:2.9746125rem;top:11.9375rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-regular-label { background-color:transparent;background-image:none;display:block; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ  { width:15rem;height:auto;top:13.375rem;left:1.25rem; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ {display:block;}#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ { width:15rem;height:auto;top:13.375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #Tu4QArtyhLArtg5DiQ0eOym2n77Os2zM {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #Dwv26hJJxNuqhPpu7P6qvTESDn86Tiio { display:block; }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #VBtodryDOzw9P7Q2ft0E9kpBgVtmQ0x7 {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #PQvRfCpdPaTGnaaOMTHsZ5CTxzqIJXvJ {  }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #PQvRfCpdPaTGnaaOMTHsZ5CTxzqIJXvJ .container-column{width:50%;} }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #xTAbkhA3tBUhPbZPt7ttRI31UEFUVe2z { display:block; }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #ySipH8sKFN5TDNSTOCb45XC41fD4Tfb8 { z-index:2; }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #V8sMyligrLZT9OviA9QK9MxT8ozJLtlO {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #vl1lDgGrhQ8HHotsFubg94KWll8hAPN9 { z-index:2; }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #zok6694OtZU1M7Gx9kCdekr1PSGqsdrQ {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #tCxPgVrW8ELRR8vT7S0h8bl5tCPo9158 {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #LrQbt7eeb5OQqGK1hWdXiFNkP8e8QxIW { display:block; }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #KH2VvWndAggINArpW1FQeqqeomUBrB8X {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #IMI2X3BAveLarbN8IdI5vHX6cdVNH0Tl {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #fw5EgXqGFoG8xtF1zKA5uC05K5L2woKm { display:block; }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #uFuvw4WI9l9Car4HxJvXazVo75nH9Os8 {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #XATpG54FnWRAMhHE0MU07xWzii9cCPbS {  }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #XATpG54FnWRAMhHE0MU07xWzii9cCPbS .container-column{width:50%;} }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #LR6JVV4BHGOzEtErSfiJvIpKkOFJmQ1C { display:block; }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #s9d1vfe7OTyrMm8rTuHnJUG9LSEUWtnA { z-index:2; }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #APgczBr5zmn21hEBRGA5GTvJWMKUlVkL {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #bQtmL8LIMZusG0mQ3eg4ufRO6wCPczdL { z-index:2; }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #tuh0M0BuSupJVlv8tTBfV9xUiEUKJCD9 {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #puUUgt0I8BHbooDQ8yozTM9ZEcxlzgRk {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #Xw3eAib2xgVGXUT6zMq0pG0KGBNz7Ewc { display:block; }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #wm78MOZUlhMIy63q9pxxu41l6zz3V8mm {  }
 }@media only screen and (max-width: 763px) { #APu8bDAq1cCXGXKUESA9zKOTbsQGeNI7 { display:block; }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #sTCAGmKqATaAwoPXIufGhwa5eaSkppLP {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #xTozqmLSX4WDxQkSFZcLNX0ne7cC2MCV {  }
 }@media only screen and (max-width: 763px) { #E6TJXEoWeC2K3IePTVSdHIHhPF0nodnQ { width:17.937rem;height:29.562rem;top:11.3125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM7T6GzpdIikaJU6HdvJdJdwAyOpHT9T { width:19.9986875rem;height:4.2246125rem;top:1.2460942268372rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuIxUwUClClLapvtorEBcscZ7Q2KFnz0 { width:15.9375rem;height:2.9746125rem;top:6.5625rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm { background-color:transparent;background-image: -webkit-linear-gradient(top, #e5972b, #2649a9);background-image: -moz-linear-gradient(top, #e5972b, #2649a9);background-image: -ms-linear-gradient(top, #e5972b, #2649a9);background-image: -o-linear-gradient(top, #e5972b, #2649a9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5972b', endColorstr='#2649a9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5972b', endColorstr='#2649a9' );";background-image: linear-gradient(to bottom, #e5972b, #2649a9);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .row .container { background-color: transparent; background-image: none; }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .row .container > .video-iframe-container { display: none; }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .row > .video-iframe-container { display: none; }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .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); }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .row .container { border-width: 0; border-radius: 0; }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .row > .video-iframe-container {  }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O3lUwGwkimEfwZqUzXJNqF4v4iHTR6Db { width:16.6875rem;height:1.51171875rem;top:1.75rem;left:1.6875000596046rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wdz7mgdRMMFhQoInb79EZNddC6iRfb9h { width:20rem;height:2rem;top:23.6875rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TSWhXVtpP9Ezl7avF3C7fdXBtEnzfIf6 { width:13.0625rem;height:3.19921875rem;top:4.375rem;left:2.59375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMHRTekBkIEvyxTaQ08GOkXdFD6HdsXb { width:3.125rem;height:3.125rem;top:25.9375rem;left:8.3125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #z2SbkarbPCFKUdST6zW7l4LCDCZGy8WZ { width:3.125rem;height:3.125rem;top:9.0625rem;left:15.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D32kxh9ToqzdgPAoZ5ihsUZ2PquVXthp { width:19.437rem;height:1.21875rem;top:14.60888671875rem;left:0.27978515625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DzF3Xfviz2kQbSJLyD0gXAo5D9abywVt { width:14.875rem;height:4.79883125rem;top:9.8125rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocwsufZnfxrRvJHncl0DpUp2u9Av7nxA { width:3.125rem;height:3.125rem;top:3.5rem;left:15.5rem;font-size:2.1875rem;display:block; }
 }