.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.8125rem;width:60rem;position:relative;display:block; }#qz351Es5Dn1bZXTtaRzbwgExdagoN4fI { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:31.25rem;top:2.625rem;left:14.375rem;overflow:hidden;display:block; }
#JOLGotgsTKnW0StM0QuKXSagWbautqDo { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.125rem;width:14.875rem;top:0rem;left:22.5625rem;overflow:hidden;display:none; }
#vgX8bUnxt0uF6n7ZKGHoqDzirrIXNhZq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/l3egVcSx/coastal_dental_costa_mesa_ca_banner2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#vgX8bUnxt0uF6n7ZKGHoqDzirrIXNhZq.adaptive-delivery-prevent-bg, #vgX8bUnxt0uF6n7ZKGHoqDzirrIXNhZq.lazyload, #vgX8bUnxt0uF6n7ZKGHoqDzirrIXNhZq.lazyloading { background-image: none; }#vgX8bUnxt0uF6n7ZKGHoqDzirrIXNhZq > .row .container { background-color: transparent; background-image: none; }#vgX8bUnxt0uF6n7ZKGHoqDzirrIXNhZq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(28,19,22,0.54); }#vgX8bUnxt0uF6n7ZKGHoqDzirrIXNhZq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vgX8bUnxt0uF6n7ZKGHoqDzirrIXNhZq > .row .container > .video-iframe-container { display: none; }#vgX8bUnxt0uF6n7ZKGHoqDzirrIXNhZq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(28,19,22,0.54); }#vgX8bUnxt0uF6n7ZKGHoqDzirrIXNhZq > .row > .video-iframe-container { display: none; }#vgX8bUnxt0uF6n7ZKGHoqDzirrIXNhZq > .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); }#vgX8bUnxt0uF6n7ZKGHoqDzirrIXNhZq > .row .container { border-width: 0; border-radius: 0; }#vgX8bUnxt0uF6n7ZKGHoqDzirrIXNhZq > .row .container { font-size:0.875rem;font-family:arial;height:32.625rem;width:60rem;position:relative;display:block; }#ZgNyhpnVwNTHX6w5UTll1RwJi1z6CfOA { color:#f8f1f1;display:block;width:25rem;position:absolute;font-family:amiri;font-size:1.625rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.03125rem;left:17.5rem;height:2.11263125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k7ZMNzeVNDbuS8yoMWf4RTQlw1V1wXZ7 { position:absolute;display:block;z-index:99999;background-color:rgba(46,106,58,0.46);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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:3.5625rem;width:27.5rem;top:1.3125rem;left:16.25rem;display:block; }
#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG .widget-form-header {  }
#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:0.875rem;font-weight:bold;color:#ba3e3e;width:21.25rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:right;text-align-last:right;overflow:hidden; }
#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG .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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.25rem;box-sizing:border-box;height:2.5625rem;color:#df4a8d;font-size:0.8125rem;overflow:hidden;font-family:ubuntu;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG .widget-input-text {padding-top: 0; padding-bottom: 0;}#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG .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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.25rem;box-sizing:border-box;height:4.375rem;color:#df4a8d;font-size:0.8125rem;overflow:hidden;font-family:ubuntu;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.25rem;box-sizing:border-box;height:2.5rem;color:#3f200c;font-family:cairo;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;text-align:right;text-align-last:right;font-weight:700;font-style:normal; }
#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG .widget-input-select {padding-top: 0; padding-bottom: 0;}#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG .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:#ffb136;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;box-sizing:border-box;font-size:1.375rem;font-weight:bold;color:#ffffff;width:21.25rem;height:3.4375rem;font-family:cairo;overflow:hidden;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000; }
#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG [class*="-text"]:-moz-placeholder { color:#3f200c;font-family:cairo;font-size:0.8125rem;text-align:right;text-align-last:right;font-weight:700;font-style:normal; }
#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG [class*="-text"]::-moz-placeholder { color:#3f200c;font-family:cairo;font-size:0.8125rem;text-align:right;text-align-last:right;font-weight:700;font-style:normal; }
#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG [class*="-text"]:-ms-input-placeholder { color:#3f200c;font-family:cairo;font-size:0.8125rem;text-align:right;text-align-last:right;font-weight:700;font-style:normal; }
#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG [class*="-text"]::-webkit-input-placeholder { color:#3f200c;font-family:cairo;font-size:0.8125rem;text-align:right;text-align-last:right;font-weight:700;font-style:normal; }
#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG .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:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;vertical-align:top;width:20.25rem;overflow:hidden;font-style:normal; }
#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG .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; }
#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG .widget-container:first-of-type{padding-top:0;}#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG .widget-container:last-of-type{padding-bottom:0;}#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG  { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:18.125rem;top:7.9058165550231rem;z-index:100046;position:absolute; }
#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.25rem; }
#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG .widget-info-text { font-size:0.75rem; }
#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG {display:block;}#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:18.125rem;top:7.9058165550231rem;z-index:100046;position:absolute; }
#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG #b9yadsh0cyFy1xI0CUQyzZd3tr2MkWGG { position:relative; }
#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG #B5TzGMZfFhAbD85nywrTFN6ED2oh5EET { position:relative; }
#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG #HW7TJuemE8MTiHWzB12N6ZKKeBtdO5F6 { position:relative; }
#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG #glWmlclT4ZMToxWxJAcSFXwa0qZBz7Qw { position:relative; }
#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG #W4TGK9SNXRUNZvf58QtLTZAwMbW9cc2U { position:relative; }
#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG #U3QOT61gnTOp40apfQtkMPeEzPIMXwEW { position:relative; }
#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG #MT6buNC901aEXPyrVMny66bv9TqhIndQ { position:relative; }
#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG #nGxHv3U4W40af4pSrNMkGzqBX8AubRpC { position:relative; }
#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG #SWlCAof2XGKfJz3Xnr9uDtBPR2FCpgI8 { position:relative; }
#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG #Psq71CkG58sQoPtmfQzBLKsfThxcrE0n { position:relative; }
#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG #JspZ6aH2bb3r9KmRTZrTyNTsilr6HmZK { position:relative; }
#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG #ZKaJbmd1yp7M0ghgAhxfRvu4XtvBSMTK { position:relative; }
#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG #GFbeFCo3BgVsx7a8KWBCq2QToLLiaQTD { position:relative; }
#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG #zcBRefJKGyIt1dtI60wZAfOoB8K5Loir { position:relative; }
#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG #LB6f9KTZQf4m8rqe6ePUVUGH3x2bqDTl { position:relative; }
#iLvpyMID4iUI2F6SfbDcUrmzSBF9ROmT { position:relative;display:block; }
#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG #oWR6mPqnAGygzzmbsUKZ4ziJuyPWT1A2 { position:relative; }
#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG #pF31TpxHSrDneqZ8V7sWsF6Pg5tkfIuM { position:relative; }
#lRcPLabcL4eT3rIGODUFclHWmGCJoIKS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/l3egVcSx/coastal_dental_costa_mesa_ca_banner2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:none; }#lRcPLabcL4eT3rIGODUFclHWmGCJoIKS.adaptive-delivery-prevent-bg, #lRcPLabcL4eT3rIGODUFclHWmGCJoIKS.lazyload, #lRcPLabcL4eT3rIGODUFclHWmGCJoIKS.lazyloading { background-image: none; }#lRcPLabcL4eT3rIGODUFclHWmGCJoIKS > .row .container { border-width: 0; border-radius: 0; }#lRcPLabcL4eT3rIGODUFclHWmGCJoIKS > .row .container { font-size:0.875rem;font-family:arial;height:36rem;width:60rem;position:relative;display:none; }#gAs68FCc7H63klypTWESPyabqZ7Lp25V { color:#000000;display:block;width:25rem;position:absolute;font-family:amiri;font-size:1.625rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:2.15625rem;left:17.5rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZEFEl0Cn4cXcyc3xJQSlfB56ccB3wkNu { background-color:#1d5411;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-sizing:border-box;color:#e6e6e6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:amiri;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.4375rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:9.5rem;left:37.0625rem;display:block; }
#U2QxbXIHcHyLz7E26HMaGmx5SWtbSG83 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ASvzbqhqRDRiTP5U7oqJG5eJP7IGZ7Pv { background-color:#1d5411;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-sizing:border-box;color:#e6e6e6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:amiri;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.4375rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:9.5rem;left:12.125rem;display:block; }
#Au9zZDrcXSn2QfQfo3MMrxGBfFa236rc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yLL5VcxGuXVP7xgkHTWCHBhWNefwamsk { background-color:#1d5411;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-sizing:border-box;color:#e6e6e6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:amiri;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.4375rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:16.28125rem;left:24.59375rem;display:block; }
#kxLMTeTI0xSriFXQuZPemR6xire3qJu0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KqJ6tiovKJNLkckOg30rG9oCbctDqyAc { background-color:#1d5411;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-sizing:border-box;color:#e6e6e6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:amiri;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.4375rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:22.3125rem;left:37.0625rem;display:block; }
#TKnaBCKZTVRzqZbz39S2icOpCGlMQh7Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mGbWhUGThNSqUsxzuymCV4EGhUflgxAr { background-color:#1d5411;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-sizing:border-box;color:#e6e6e6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:amiri;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.4375rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:22.3125rem;left:12.125rem;display:block; }
#RWk456WK8NN00gPt1rw0ubX3vTf78RMd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uFvnCQbzAugyHxQFJCn4k1TaTBf3WoNs { position:absolute;display:block;z-index:99999;background-color:rgba(46,106,58,0.46);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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:5.5625rem;width:27.5rem;top:1.4375rem;left:16.25rem;display:block; }
#l459wImOSE1xc6VuP34UU5npQzXNBphm { background-color:#a0111b;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-sizing:border-box;color:#e6e6e6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:amiri;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.4375rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:29.625rem;left:24.59375rem;display:block; }
#nQavXkmqgBC816vaK3rTusW9pT5oqPQd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hMUTplWLgvSE9EmpoXppGQs4eeo3vcrm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/l3egVcSx/coastal_dental_costa_mesa_ca_banner2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#hMUTplWLgvSE9EmpoXppGQs4eeo3vcrm.adaptive-delivery-prevent-bg, #hMUTplWLgvSE9EmpoXppGQs4eeo3vcrm.lazyload, #hMUTplWLgvSE9EmpoXppGQs4eeo3vcrm.lazyloading { background-image: none; }#hMUTplWLgvSE9EmpoXppGQs4eeo3vcrm > .row .container { background-color: transparent; background-image: none; }#hMUTplWLgvSE9EmpoXppGQs4eeo3vcrm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(28,19,22,0.54); }#hMUTplWLgvSE9EmpoXppGQs4eeo3vcrm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hMUTplWLgvSE9EmpoXppGQs4eeo3vcrm > .row .container > .video-iframe-container { display: none; }#hMUTplWLgvSE9EmpoXppGQs4eeo3vcrm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(28,19,22,0.54); }#hMUTplWLgvSE9EmpoXppGQs4eeo3vcrm > .row > .video-iframe-container { display: none; }#hMUTplWLgvSE9EmpoXppGQs4eeo3vcrm > .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); }#hMUTplWLgvSE9EmpoXppGQs4eeo3vcrm > .row .container { border-width: 0; border-radius: 0; }#hMUTplWLgvSE9EmpoXppGQs4eeo3vcrm > .row .container { font-size:0.875rem;font-family:arial;height:37.875rem;width:60rem;position:relative;display:block; }#T4vd5c4e3BM0ClxvzVm3nzXautZt6xW9 { position:absolute;display:block;z-index:100000;background-color:rgba(46,106,58,0.46);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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:5.5625rem;width:27.5rem;top:0rem;left:16.25rem;display:block; }
#lTd3lXhSxElfrkMSN97I8EuRCdy869vm { color:#eff4ff;display:block;width:25rem;position:absolute;font-family:amiri;font-size:1.625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:0.71875rem;left:17.5rem;height:4.2252625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nKe5zOxpu5iJooZHEAw3KNoJfwg4zaol { background-color:#1d5411;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-sizing:border-box;color:#e6e6e6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:amiri;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.4375rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:8.25rem;left:39.4375rem;display:block; }
#QoRzmxd87WdrzitFLLdugQf6kD8kWVqX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AMb9a6BXdkZv5FCpehxotFK7tpVyGysK { background-color:#1d5411;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-sizing:border-box;color:#e6e6e6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:amiri;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.4375rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:8.25rem;left:11.125rem;display:block; }
#hQVd7FqD6KN9rtbLMhE80vFP1gxKEZch { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#spzNNFPXBA6AgS9cod73XktmzLuAvqsq { background-color:#1d5411;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-sizing:border-box;color:#e6e6e6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:amiri;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.4375rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:15.125rem;left:24.59375rem;display:block; }
#VxrJk90TIdOQMLkPam7TzAmBxpMpwEPq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wQva93n4KUb8L9meeISiULzz3tQ8AykC { background-color:#1d5411;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-sizing:border-box;color:#e6e6e6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:amiri;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.4375rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:23.0625rem;left:39.4375rem;display:block; }
#ZUt9VndDz2OG51svMsT3O8o8RyOhTIqm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rP4sdLQTMxqFgfGhWS0VxkvSb98PiNpn { background-color:#1d5411;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-sizing:border-box;color:#e6e6e6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:amiri;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.4375rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:23.0625rem;left:11.125rem;display:block; }
#o0zUnRc172lCll73UAABgQxe5drrnG9v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kcu3ecPBMQ1G71q3P8GFqlw3F7IdkUPb { background-color:#a0111b;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-sizing:border-box;color:#e6e6e6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:amiri;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.4375rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:30.75rem;left:24.59375rem;display:block; }
#h3vT4POdW0Q24GKyPRc7l4CxclVMqUp8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#P76cKWkcpBPTKrc5Gh9P2F9CsTRF8tM8 { position:relative;display:block; }#P76cKWkcpBPTKrc5Gh9P2F9CsTRF8tM8 { background-color: transparent; background-image: none; }#P76cKWkcpBPTKrc5Gh9P2F9CsTRF8tM8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P76cKWkcpBPTKrc5Gh9P2F9CsTRF8tM8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P76cKWkcpBPTKrc5Gh9P2F9CsTRF8tM8 > .row .container > .video-iframe-container { display: none; }#P76cKWkcpBPTKrc5Gh9P2F9CsTRF8tM8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P76cKWkcpBPTKrc5Gh9P2F9CsTRF8tM8 > .row > .video-iframe-container { display: none; }#P76cKWkcpBPTKrc5Gh9P2F9CsTRF8tM8 > .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); }#P76cKWkcpBPTKrc5Gh9P2F9CsTRF8tM8 { border-width: 0; border-radius: 0; }#P76cKWkcpBPTKrc5Gh9P2F9CsTRF8tM8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#CMsvBSblqhsUpfunihq9LPOvLPkfwGzE { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"alw new";font-size:2.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:3.25rem;left:23.75rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pFKA8rINL3mMIFrfOyzwfPCikoFURRnu { box-sizing:content-box;color:#5d92ff;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;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;display:block;z-index:100001;top:7.8125rem;left:15.34375rem;display:block; }
#rHe0VAmafebVryWr8zxxF6xTyLp47pZd { box-sizing:content-box;color:#5d92ff;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;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;display:block;z-index:100002;top:7.8125rem;left:20.6875rem;display:block; }
#AtdKSp9EMd24UCNyGoepce8u5x0b8inA { box-sizing:content-box;color:#5d92ff;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;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;display:block;z-index:100003;top:7.8125rem;left:25.75rem;display:block; }
#yraXeWQua6mK6ns8i7BtHfyxGnNRKaoO { box-sizing:content-box;color:#5d92ff;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;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;display:block;z-index:100004;top:7.8125rem;left:30.75rem;display:block; }
#GEwgNM7y7lI7na6fCAFHcowhunB37uAJ { box-sizing:content-box;color:#5d92ff;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;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;display:block;z-index:100005;top:7.8125rem;left:35.625rem;display:block; }
#yLlqDcg0EDQDo1zG4GW5VhaoabFIlhW0 { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:7.8125rem;left:41.09375rem;overflow:hidden;display:block; }
#H6aOtSqTS4HT2Lionx4H6PvnO6sLdKPE { color:#000000;display:block;width:21.9375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:32.4375rem;left:20.591796875rem;height:1.25rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qz351Es5Dn1bZXTtaRzbwgExdagoN4fI { top:2.625rem;left:8.25rem;width:31.25rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOLGotgsTKnW0StM0QuKXSagWbautqDo { top:0rem;left:16.4375rem;width:14.875rem;height:10.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vgX8bUnxt0uF6n7ZKGHoqDzirrIXNhZq { display:block; }#vgX8bUnxt0uF6n7ZKGHoqDzirrIXNhZq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZgNyhpnVwNTHX6w5UTll1RwJi1z6CfOA { top:2rem;left:11.375rem;width:25rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7ZMNzeVNDbuS8yoMWf4RTQlw1V1wXZ7 { top:1.3125rem;left:10.125rem;width:27.5rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG .widget-regular-label { width:12.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG .widget-input-text { width:12.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG .widget-input-text {padding-top: 0; padding-bottom: 0;}#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG .widget-textarea { width:12.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG .widget-input-select { width:12.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG .widget-input-select {padding-top: 0; padding-bottom: 0;}#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG .widget-input-button { width:12.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG .widget-checkbox-label { width:11.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG  { width:13.75rem;height:auto;top:19.8125rem;left:0rem; }
#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG .radio-container { width:12.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG {display:block;}#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG { width:13.75rem;height:auto;top:19.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG #b9yadsh0cyFy1xI0CUQyzZd3tr2MkWGG {  }
 }@media only screen and (max-width: 763px) { #rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG #B5TzGMZfFhAbD85nywrTFN6ED2oh5EET {  }
 }@media only screen and (max-width: 763px) { #rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG #HW7TJuemE8MTiHWzB12N6ZKKeBtdO5F6 {  }
 }@media only screen and (max-width: 763px) { #rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG #glWmlclT4ZMToxWxJAcSFXwa0qZBz7Qw {  }
 }@media only screen and (max-width: 763px) { #rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG #W4TGK9SNXRUNZvf58QtLTZAwMbW9cc2U {  }
 }@media only screen and (max-width: 763px) { #rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG #U3QOT61gnTOp40apfQtkMPeEzPIMXwEW {  }
 }@media only screen and (max-width: 763px) { #rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG #MT6buNC901aEXPyrVMny66bv9TqhIndQ {  }
 }@media only screen and (max-width: 763px) { #rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG #nGxHv3U4W40af4pSrNMkGzqBX8AubRpC {  }
 }@media only screen and (max-width: 763px) { #rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG #SWlCAof2XGKfJz3Xnr9uDtBPR2FCpgI8 {  }
 }@media only screen and (max-width: 763px) { #rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG #Psq71CkG58sQoPtmfQzBLKsfThxcrE0n {  }
 }@media only screen and (max-width: 763px) { #rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG #JspZ6aH2bb3r9KmRTZrTyNTsilr6HmZK {  }
 }@media only screen and (max-width: 763px) { #rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG #ZKaJbmd1yp7M0ghgAhxfRvu4XtvBSMTK {  }
 }@media only screen and (max-width: 763px) { #rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG #GFbeFCo3BgVsx7a8KWBCq2QToLLiaQTD {  }
 }@media only screen and (max-width: 763px) { #rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG #zcBRefJKGyIt1dtI60wZAfOoB8K5Loir {  }
 }@media only screen and (max-width: 763px) { #rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG #LB6f9KTZQf4m8rqe6ePUVUGH3x2bqDTl {  }
 }@media only screen and (max-width: 763px) { #iLvpyMID4iUI2F6SfbDcUrmzSBF9ROmT { display:block; }
 }@media only screen and (max-width: 763px) { #rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG #oWR6mPqnAGygzzmbsUKZ4ziJuyPWT1A2 {  }
 }@media only screen and (max-width: 763px) { #rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG #pF31TpxHSrDneqZ8V7sWsF6Pg5tkfIuM {  }
 }@media only screen and (max-width: 763px) { #lRcPLabcL4eT3rIGODUFclHWmGCJoIKS { display:block; }#lRcPLabcL4eT3rIGODUFclHWmGCJoIKS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gAs68FCc7H63klypTWESPyabqZ7Lp25V { top:2.125rem;left:11.375rem;width:25rem;height:4.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEFEl0Cn4cXcyc3xJQSlfB56ccB3wkNu { width:10.8125rem;height:3.4375rem;top:9.5rem;left:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2QxbXIHcHyLz7E26HMaGmx5SWtbSG83 { display:block; }
 }@media only screen and (max-width: 763px) { #ASvzbqhqRDRiTP5U7oqJG5eJP7IGZ7Pv { width:10.8125rem;height:3.4375rem;top:9.5rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #Au9zZDrcXSn2QfQfo3MMrxGBfFa236rc { display:block; }
 }@media only screen and (max-width: 763px) { #yLL5VcxGuXVP7xgkHTWCHBhWNefwamsk { width:10.8125rem;height:3.4375rem;top:16.25rem;left:18.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxLMTeTI0xSriFXQuZPemR6xire3qJu0 { display:block; }
 }@media only screen and (max-width: 763px) { #KqJ6tiovKJNLkckOg30rG9oCbctDqyAc { width:10.8125rem;height:3.4375rem;top:22.3125rem;left:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKnaBCKZTVRzqZbz39S2icOpCGlMQh7Q { display:block; }
 }@media only screen and (max-width: 763px) { #mGbWhUGThNSqUsxzuymCV4EGhUflgxAr { width:10.8125rem;height:3.4375rem;top:22.3125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWk456WK8NN00gPt1rw0ubX3vTf78RMd { display:block; }
 }@media only screen and (max-width: 763px) { #uFvnCQbzAugyHxQFJCn4k1TaTBf3WoNs { top:1.4375rem;left:10.125rem;width:27.5rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l459wImOSE1xc6VuP34UU5npQzXNBphm { width:10.8125rem;height:3.4375rem;top:29.625rem;left:18.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQavXkmqgBC816vaK3rTusW9pT5oqPQd { display:block; }
 }@media only screen and (max-width: 763px) { #hMUTplWLgvSE9EmpoXppGQs4eeo3vcrm { display:block; }#hMUTplWLgvSE9EmpoXppGQs4eeo3vcrm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4vd5c4e3BM0ClxvzVm3nzXautZt6xW9 { top:0rem;left:10.125rem;width:27.5rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTd3lXhSxElfrkMSN97I8EuRCdy869vm { top:0.6875rem;left:11.375rem;width:25rem;height:4.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKe5zOxpu5iJooZHEAw3KNoJfwg4zaol { width:10.8125rem;height:3.4375rem;top:8.25rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoRzmxd87WdrzitFLLdugQf6kD8kWVqX { display:block; }
 }@media only screen and (max-width: 763px) { #AMb9a6BXdkZv5FCpehxotFK7tpVyGysK { width:10.8125rem;height:3.4375rem;top:8.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQVd7FqD6KN9rtbLMhE80vFP1gxKEZch { display:block; }
 }@media only screen and (max-width: 763px) { #spzNNFPXBA6AgS9cod73XktmzLuAvqsq { width:10.8125rem;height:3.4375rem;top:15.125rem;left:18.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxrJk90TIdOQMLkPam7TzAmBxpMpwEPq { display:block; }
 }@media only screen and (max-width: 763px) { #wQva93n4KUb8L9meeISiULzz3tQ8AykC { width:10.8125rem;height:3.4375rem;top:23.0625rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUt9VndDz2OG51svMsT3O8o8RyOhTIqm { display:block; }
 }@media only screen and (max-width: 763px) { #rP4sdLQTMxqFgfGhWS0VxkvSb98PiNpn { width:10.8125rem;height:3.4375rem;top:23.0625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0zUnRc172lCll73UAABgQxe5drrnG9v { display:block; }
 }@media only screen and (max-width: 763px) { #kcu3ecPBMQ1G71q3P8GFqlw3F7IdkUPb { width:10.8125rem;height:3.4375rem;top:30.75rem;left:18.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3vT4POdW0Q24GKyPRc7l4CxclVMqUp8 { display:block; }
 }@media only screen and (max-width: 763px) { #P76cKWkcpBPTKrc5Gh9P2F9CsTRF8tM8 { display:block; }#P76cKWkcpBPTKrc5Gh9P2F9CsTRF8tM8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMsvBSblqhsUpfunihq9LPOvLPkfwGzE { top:3.25rem;left:17.625rem;width:12.5rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFKA8rINL3mMIFrfOyzwfPCikoFURRnu { top:7.8125rem;left:9.21875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHe0VAmafebVryWr8zxxF6xTyLp47pZd { top:7.8125rem;left:14.5625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtdKSp9EMd24UCNyGoepce8u5x0b8inA { top:7.8125rem;left:19.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yraXeWQua6mK6ns8i7BtHfyxGnNRKaoO { top:7.8125rem;left:24.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEwgNM7y7lI7na6fCAFHcowhunB37uAJ { top:7.8125rem;left:29.5rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLlqDcg0EDQDo1zG4GW5VhaoabFIlhW0 { top:7.8125rem;left:34.96875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6aOtSqTS4HT2Lionx4H6PvnO6sLdKPE { top:32.4375rem;left:14.466796875rem;width:21.9375rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:11.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qz351Es5Dn1bZXTtaRzbwgExdagoN4fI { width:14.875rem;height:1.875rem;top:1.25rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JOLGotgsTKnW0StM0QuKXSagWbautqDo { width:14.875rem;height:10.125rem;top:1.3125rem;left:2.5625rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #vgX8bUnxt0uF6n7ZKGHoqDzirrIXNhZq { display:block; }#vgX8bUnxt0uF6n7ZKGHoqDzirrIXNhZq > .row .container { width:20rem;height:26.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZgNyhpnVwNTHX6w5UTll1RwJi1z6CfOA { width:20rem;height:4.125rem;top:1.96875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7ZMNzeVNDbuS8yoMWf4RTQlw1V1wXZ7 { width:20rem;height:5.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG .widget-regular-label { width:13.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:none;vertical-align:top;text-align:left;text-align-last:left;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0; }
#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG .widget-input-text { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;height:1.8125rem;line-height:1.9;overflow:hidden; }
#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG .widget-input-text {padding-top: 0; padding-bottom: 0;}#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG .widget-textarea { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;line-height:1.9;overflow:hidden; }
#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG .widget-input-select { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;height:1.8125rem; }
#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG .widget-input-select {padding-top: 0; padding-bottom: 0;}#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG .widget-input-checkbox { margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG .widget-input-button { width:13.75rem;margin-top:0.25rem;margin-right:1.25rem;margin-bottom:0.25rem;margin-left:0;height:2.25rem;line-height:.3;overflow:hidden;font-size:1.25rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ff9c00;background-image:none; }
#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG .widget-checkbox-label { width:12.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG .widget-container:first-of-type{padding-top:0;}#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG .widget-container:last-of-type{padding-bottom:0;}#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG  { width:13.75rem;height:0;top:7.28125rem;left:2.5625rem; }
#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG .radio-container { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG {display:block;}#rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG { width:13.75rem;height:0;top:7.28125rem;left:2.5625rem; }
 }@media only screen and (max-width: 763px) { #rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG #b9yadsh0cyFy1xI0CUQyzZd3tr2MkWGG {  }
 }@media only screen and (max-width: 763px) { #rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG #B5TzGMZfFhAbD85nywrTFN6ED2oh5EET {  }
 }@media only screen and (max-width: 763px) { #rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG #HW7TJuemE8MTiHWzB12N6ZKKeBtdO5F6 {  }
 }@media only screen and (max-width: 763px) { #rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG #glWmlclT4ZMToxWxJAcSFXwa0qZBz7Qw {  }
 }@media only screen and (max-width: 763px) { #rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG #W4TGK9SNXRUNZvf58QtLTZAwMbW9cc2U {  }
 }@media only screen and (max-width: 763px) { #rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG #U3QOT61gnTOp40apfQtkMPeEzPIMXwEW {  }
 }@media only screen and (max-width: 763px) { #rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG #MT6buNC901aEXPyrVMny66bv9TqhIndQ {  }
 }@media only screen and (max-width: 763px) { #rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG #nGxHv3U4W40af4pSrNMkGzqBX8AubRpC {  }
 }@media only screen and (max-width: 763px) { #rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG #SWlCAof2XGKfJz3Xnr9uDtBPR2FCpgI8 {  }
 }@media only screen and (max-width: 763px) { #rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG #Psq71CkG58sQoPtmfQzBLKsfThxcrE0n {  }
 }@media only screen and (max-width: 763px) { #rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG #JspZ6aH2bb3r9KmRTZrTyNTsilr6HmZK {  }
 }@media only screen and (max-width: 763px) { #rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG #ZKaJbmd1yp7M0ghgAhxfRvu4XtvBSMTK {  }
 }@media only screen and (max-width: 763px) { #rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG #GFbeFCo3BgVsx7a8KWBCq2QToLLiaQTD {  }
 }@media only screen and (max-width: 763px) { #rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG #zcBRefJKGyIt1dtI60wZAfOoB8K5Loir {  }
 }@media only screen and (max-width: 763px) { #rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG #LB6f9KTZQf4m8rqe6ePUVUGH3x2bqDTl {  }
 }@media only screen and (max-width: 763px) { #iLvpyMID4iUI2F6SfbDcUrmzSBF9ROmT { display:block; }
 }@media only screen and (max-width: 763px) { #rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG #oWR6mPqnAGygzzmbsUKZ4ziJuyPWT1A2 {  }
 }@media only screen and (max-width: 763px) { #rw0Bn8XdIkOvb2UAP0dUD70MswWFuGIG #pF31TpxHSrDneqZ8V7sWsF6Pg5tkfIuM {  }
 }@media only screen and (max-width: 763px) { #lRcPLabcL4eT3rIGODUFclHWmGCJoIKS { display:none; }#lRcPLabcL4eT3rIGODUFclHWmGCJoIKS > .row .container { width:20rem;height:40.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gAs68FCc7H63klypTWESPyabqZ7Lp25V { width:20rem;height:6.1875rem;top:2rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEFEl0Cn4cXcyc3xJQSlfB56ccB3wkNu { width:10.8125rem;height:3.4375rem;top:14.09375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2QxbXIHcHyLz7E26HMaGmx5SWtbSG83 { display:block; }
 }@media only screen and (max-width: 763px) { #ASvzbqhqRDRiTP5U7oqJG5eJP7IGZ7Pv { width:10.8125rem;height:3.4375rem;top:9.40625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Au9zZDrcXSn2QfQfo3MMrxGBfFa236rc { display:block; }
 }@media only screen and (max-width: 763px) { #yLL5VcxGuXVP7xgkHTWCHBhWNefwamsk { width:10.8125rem;height:3.4375rem;top:18.78125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxLMTeTI0xSriFXQuZPemR6xire3qJu0 { display:block; }
 }@media only screen and (max-width: 763px) { #KqJ6tiovKJNLkckOg30rG9oCbctDqyAc { width:10.8125rem;height:3.4375rem;top:28.15625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKnaBCKZTVRzqZbz39S2icOpCGlMQh7Q { display:block; }
 }@media only screen and (max-width: 763px) { #mGbWhUGThNSqUsxzuymCV4EGhUflgxAr { width:10.8125rem;height:3.4375rem;top:23.46875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWk456WK8NN00gPt1rw0ubX3vTf78RMd { display:block; }
 }@media only screen and (max-width: 763px) { #uFvnCQbzAugyHxQFJCn4k1TaTBf3WoNs { width:20rem;height:6.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l459wImOSE1xc6VuP34UU5npQzXNBphm { width:10.8125rem;height:3.4375rem;top:32.84375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQavXkmqgBC816vaK3rTusW9pT5oqPQd { display:block; }
 }@media only screen and (max-width: 763px) { #hMUTplWLgvSE9EmpoXppGQs4eeo3vcrm { display:block; }#hMUTplWLgvSE9EmpoXppGQs4eeo3vcrm > .row .container { width:20rem;height:37.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4vd5c4e3BM0ClxvzVm3nzXautZt6xW9 { width:20rem;height:7.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTd3lXhSxElfrkMSN97I8EuRCdy869vm { width:20rem;height:6.1875rem;top:2.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKe5zOxpu5iJooZHEAw3KNoJfwg4zaol { width:10.8125rem;height:3.4375rem;top:14.125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoRzmxd87WdrzitFLLdugQf6kD8kWVqX { display:block; }
 }@media only screen and (max-width: 763px) { #AMb9a6BXdkZv5FCpehxotFK7tpVyGysK { width:10.8125rem;height:3.4375rem;top:9.4375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQVd7FqD6KN9rtbLMhE80vFP1gxKEZch { display:block; }
 }@media only screen and (max-width: 763px) { #spzNNFPXBA6AgS9cod73XktmzLuAvqsq { width:10.8125rem;height:3.4375rem;top:18.8125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxrJk90TIdOQMLkPam7TzAmBxpMpwEPq { display:block; }
 }@media only screen and (max-width: 763px) { #wQva93n4KUb8L9meeISiULzz3tQ8AykC { width:10.8125rem;height:3.4375rem;top:28.1875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUt9VndDz2OG51svMsT3O8o8RyOhTIqm { display:block; }
 }@media only screen and (max-width: 763px) { #rP4sdLQTMxqFgfGhWS0VxkvSb98PiNpn { width:10.8125rem;height:3.4375rem;top:23.5rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0zUnRc172lCll73UAABgQxe5drrnG9v { display:block; }
 }@media only screen and (max-width: 763px) { #kcu3ecPBMQ1G71q3P8GFqlw3F7IdkUPb { width:10.8125rem;height:3.4375rem;top:32.875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3vT4POdW0Q24GKyPRc7l4CxclVMqUp8 { display:block; }
 }@media only screen and (max-width: 763px) { #P76cKWkcpBPTKrc5Gh9P2F9CsTRF8tM8 { display:block; }#P76cKWkcpBPTKrc5Gh9P2F9CsTRF8tM8 > .row .container { width:20rem;height:14.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMsvBSblqhsUpfunihq9LPOvLPkfwGzE { width:12.5rem;height:2.5625rem;top:1.25rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFKA8rINL3mMIFrfOyzwfPCikoFURRnu { width:3.125rem;height:3.125rem;top:5.90625rem;left:0.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHe0VAmafebVryWr8zxxF6xTyLp47pZd { width:3.125rem;height:3.125rem;top:5.90625rem;left:3.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtdKSp9EMd24UCNyGoepce8u5x0b8inA { width:3.125rem;height:3.125rem;top:5.90625rem;left:6.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yraXeWQua6mK6ns8i7BtHfyxGnNRKaoO { width:3.125rem;height:3.125rem;top:5.90625rem;left:10rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEwgNM7y7lI7na6fCAFHcowhunB37uAJ { width:3.125rem;height:3.125rem;top:5.90625rem;left:13.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLlqDcg0EDQDo1zG4GW5VhaoabFIlhW0 { width:3.125rem;height:3.125rem;top:5.90625rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6aOtSqTS4HT2Lionx4H6PvnO6sLdKPE { width:18.1875rem;height:1.1875rem;top:13.21875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:100026;display:block; }
 }