.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;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:223,233,255;--color-primary-1:158,190,255;--color-primary-2:93,146,255;--color-primary-3:78,115,151;--color-primary-4:43,62,81;--color-secondary-0:249,252,251;--color-secondary-1:236,246,242;--color-secondary-2:216,236,229;--color-secondary-3:108,118,115;--color-secondary-4:32,35,34;--color-tertiary-0:255,255,255;--color-tertiary-1:239,239,239;--color-tertiary-2:167,165,165;--color-tertiary-3:56,56,56;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@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:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/Lsl47Rsw/tyle_hc2_8_1604839939.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#aHfnp32kriGTL8TDw4lmQ1ivpoc8F5a7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHfnp32kriGTL8TDw4lmQ1ivpoc8F5a7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHfnp32kriGTL8TDw4lmQ1ivpoc8F5a7 > .row > .video-iframe-container { display: none; }#aHfnp32kriGTL8TDw4lmQ1ivpoc8F5a7 > .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); }#cZmpk4N695udsgz8Kd8oqPCrbw4kkggk { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d50b3008-6ccc-481f-965c-733de2ab3a5e/santoshafbevent.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cZmpk4N695udsgz8Kd8oqPCrbw4kkggk.adaptive-delivery-prevent-bg, #cZmpk4N695udsgz8Kd8oqPCrbw4kkggk.lazyload, #cZmpk4N695udsgz8Kd8oqPCrbw4kkggk.lazyloading { background-image: none; }#cZmpk4N695udsgz8Kd8oqPCrbw4kkggk > .row .container { background-color: transparent; background-image: none; }#cZmpk4N695udsgz8Kd8oqPCrbw4kkggk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZmpk4N695udsgz8Kd8oqPCrbw4kkggk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZmpk4N695udsgz8Kd8oqPCrbw4kkggk > .row .container > .video-iframe-container { display: none; }#cZmpk4N695udsgz8Kd8oqPCrbw4kkggk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZmpk4N695udsgz8Kd8oqPCrbw4kkggk > .row > .video-iframe-container { display: none; }#cZmpk4N695udsgz8Kd8oqPCrbw4kkggk > .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); }#cZmpk4N695udsgz8Kd8oqPCrbw4kkggk > .row .container { border-width: 0; border-radius: 0; }#cZmpk4N695udsgz8Kd8oqPCrbw4kkggk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cZmpk4N695udsgz8Kd8oqPCrbw4kkggk > .row .container { width:60rem;height:40.5rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#Hvs4BxN14wrkvelbPMlZel3uODZ4bNiX { display:block;width:55.5rem;position:absolute;font-family:"cormorant sc";font-size:1.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:20.082813262939rem;left:2.25rem;height:5.0375rem;color:#013f6f;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BF5z9pLz6UDrCTTdBUHUcMeuGLhu2HF6 { color:#d4af37;display:block;width:39.625rem;position:absolute;font-family:"cormorant sc";font-size:4.875rem;font-weight:400;z-index:15003;line-height:.7;letter-spacing:0;top:4.375rem;left:10.1875rem;height:6.825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ctN2n6wlb3aEWt4XtQGp3lIImgiWW92Z { color:#d4af37;display:block;width:33.25rem;position:absolute;font-family:allura;font-size:6.25rem;font-weight:400;z-index:15004;line-height:.7;letter-spacing:0;top:13.44375038147rem;left:13.375rem;height:4.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hiw1pz0Mmqg22osohclt3B6Tp1RJ2EaI { background-color:#d4af37;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"cormorant sc";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:3.25rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:27.679166793823rem;left:21.406249046326rem;display:block; }
#nSG0virip6h9HTPLkzBE2Ews4LAlTTVm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KdHaxuqFRKUCT6ncAOKWGTuVvSMBWOiD { color:#d4af37;display:block;width:53.1875rem;position:absolute;font-family:"cormorant sc";font-size:1.9375rem;font-weight:400;z-index:15004;line-height:.7;letter-spacing:0;top:33.803906440735rem;left:1.3125rem;height:4.06875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tZF6Ow9XkTaV0Fd3eQxEKMiz4P77rEDo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tZF6Ow9XkTaV0Fd3eQxEKMiz4P77rEDo > .row .container { background-color: transparent; background-image: none; }#tZF6Ow9XkTaV0Fd3eQxEKMiz4P77rEDo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZF6Ow9XkTaV0Fd3eQxEKMiz4P77rEDo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZF6Ow9XkTaV0Fd3eQxEKMiz4P77rEDo > .row .container > .video-iframe-container { display: none; }#tZF6Ow9XkTaV0Fd3eQxEKMiz4P77rEDo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZF6Ow9XkTaV0Fd3eQxEKMiz4P77rEDo > .row > .video-iframe-container { display: none; }#tZF6Ow9XkTaV0Fd3eQxEKMiz4P77rEDo > .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); }#tZF6Ow9XkTaV0Fd3eQxEKMiz4P77rEDo > .row .container { border-width: 0; border-radius: 0; }#tZF6Ow9XkTaV0Fd3eQxEKMiz4P77rEDo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tZF6Ow9XkTaV0Fd3eQxEKMiz4P77rEDo > .row .container { font-size:0.875rem;font-family:arial;height:40.3125rem;width:60rem;position:relative;display:block; }#KPFXCkbNTzRPA8yzU31MnwKKJhCDTT2u { color:rgba(var(--color-tertiary-3),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.8;letter-spacing:0;top:4.9375rem;left:2.375rem;height:2.025rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#EvKAWUW35HEfbpRb7KPTt99Wogvq7Q4F { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.437rem;width:27.0615rem;top:4.248046875rem;left:31.435546875rem;overflow:hidden;display:block; }
#bU7Le29ouQtnVEs42Lc0E0bu1TiJvfv5 { z-index:15001;top:19.342189788818rem;left:35.48203086853rem;background-color:#fd8f00;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:3.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#hluqmUuhRV67zJAgWAxfXca9dTVTizRH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zVHL5rTm2gHBtTwPSlPXo6rdlTX6xihs { color:rgba(var(--color-tertiary-4),1);display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:1.2695293426514rem;left:0.84375rem;height:36.65625rem;display:block; }
#TDLuUC3p1wc1ZbTIUPb2R5wqTsJ1k9b5 { position:absolute;display:block;z-index:15000;background-color:#ebebeb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.0625rem;width:28.0625rem;top:0.6875rem;left:0rem;display:block; }
#CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ .widget-form-header {  }
#CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:17.5rem;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; }
#CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ .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.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:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ .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.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:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ .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:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ .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:#5d92ff;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.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:17.5rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ .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:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ .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; }
#CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ .widget-container:first-of-type{padding-top:0;}#CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ .widget-container:last-of-type{padding-bottom:0;}#CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:23.153125762939rem;left:35.000001907349rem; }
#CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ {display:block;}#CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:23.153125762939rem;left:35.000001907349rem; }
#CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ #l6se0nnkweMV4yNlfLTWgDcgnlp7Q9hZ { position:relative; }
#CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ #ymraVQ1s77nPAApIWw08WJHyh30KFwzq { position:relative;display:block; }
#CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ #SG2zMAJ0BROBp94TTUxSORIDlfHZocwW { position:relative; }
#CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ #oZtwNmeI5WMct77oCF5nE1sORTv37v2U { position:relative; }
#CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ #tBblETk2VfuFe2eibce1QxvraDCUTXqH { position:relative;display:block; }
#CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ #kzx75eHJTRsaCn4RpshiTdCnQnenWw9f { position:relative; }
#CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ #wR2SgMlQa758ZoCo8DZTVLkrPng3dvmZ { position:relative; }
#CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ #Scy40xTleI8ZLE93KqCnXfWfgxEEMOfJ { position:relative; }
#MoZRXTOrVf3HJq9bK6BgVLDVglD0wNh6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f5f7;background-image:url("https://images.assets-landingi.com/uc/983da900-b4b1-440c-8532-83a5ae806315/CopyofCopieaSantoshaWorkbookCreate.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MoZRXTOrVf3HJq9bK6BgVLDVglD0wNh6.adaptive-delivery-prevent-bg, #MoZRXTOrVf3HJq9bK6BgVLDVglD0wNh6.lazyload, #MoZRXTOrVf3HJq9bK6BgVLDVglD0wNh6.lazyloading { background-image: none; }#MoZRXTOrVf3HJq9bK6BgVLDVglD0wNh6 > .row .container { background-color: transparent; background-image: none; }#MoZRXTOrVf3HJq9bK6BgVLDVglD0wNh6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MoZRXTOrVf3HJq9bK6BgVLDVglD0wNh6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MoZRXTOrVf3HJq9bK6BgVLDVglD0wNh6 > .row .container > .video-iframe-container { display: none; }#MoZRXTOrVf3HJq9bK6BgVLDVglD0wNh6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MoZRXTOrVf3HJq9bK6BgVLDVglD0wNh6 > .row > .video-iframe-container { display: none; }#MoZRXTOrVf3HJq9bK6BgVLDVglD0wNh6 > .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); }#MoZRXTOrVf3HJq9bK6BgVLDVglD0wNh6 > .row .container { border-width: 0; border-radius: 0; }#MoZRXTOrVf3HJq9bK6BgVLDVglD0wNh6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MoZRXTOrVf3HJq9bK6BgVLDVglD0wNh6 > .row .container { font-size:0.875rem;font-family:arial;height:24.125rem;width:60rem;position:relative;display:block; }#bT83RnTZRezRq0TW2rP89dimBcGEcZms { color:#013f6f;display:block;width:28.125rem;position:absolute;font-family:quicksand;font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.0437498092651rem;left:4.375rem;height:12.5rem;display:block; }#bT83RnTZRezRq0TW2rP89dimBcGEcZms li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bT83RnTZRezRq0TW2rP89dimBcGEcZms li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_16a88100be4093d681447696afb3a20a03a1a7df.svg); }
#DwSTAGOKF36cFU20DFHodhSCWiNWdSlx { color:#d4af37;display:block;width:60rem;position:absolute;font-family:"cormorant sc";font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.814697265625E-6rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UMwTBV7zNlERBSmQCk2TDU70heogT7zV .widget-form-header {  }
#UMwTBV7zNlERBSmQCk2TDU70heogT7zV .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:#013f6f;width:17.5rem;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:center;text-align-last:center; }
#UMwTBV7zNlERBSmQCk2TDU70heogT7zV .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.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:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#UMwTBV7zNlERBSmQCk2TDU70heogT7zV .widget-input-text {padding-top: 0; padding-bottom: 0;}#UMwTBV7zNlERBSmQCk2TDU70heogT7zV .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.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:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#UMwTBV7zNlERBSmQCk2TDU70heogT7zV .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:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#UMwTBV7zNlERBSmQCk2TDU70heogT7zV .widget-input-select {padding-top: 0; padding-bottom: 0;}#UMwTBV7zNlERBSmQCk2TDU70heogT7zV .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#UMwTBV7zNlERBSmQCk2TDU70heogT7zV .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#UMwTBV7zNlERBSmQCk2TDU70heogT7zV .widget-input-button { 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:#d4af37;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-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:17.5rem;height:3.5625rem;font-family:"cormorant sc";overflow:hidden;text-align:center;text-align-last:center; }
#UMwTBV7zNlERBSmQCk2TDU70heogT7zV [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:left;text-align-last:left; }
#UMwTBV7zNlERBSmQCk2TDU70heogT7zV [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:left;text-align-last:left; }
#UMwTBV7zNlERBSmQCk2TDU70heogT7zV [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:left;text-align-last:left; }
#UMwTBV7zNlERBSmQCk2TDU70heogT7zV [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:left;text-align-last:left; }
#UMwTBV7zNlERBSmQCk2TDU70heogT7zV .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:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#UMwTBV7zNlERBSmQCk2TDU70heogT7zV .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; }
#UMwTBV7zNlERBSmQCk2TDU70heogT7zV .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#UMwTBV7zNlERBSmQCk2TDU70heogT7zV .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#UMwTBV7zNlERBSmQCk2TDU70heogT7zV .widget-container:first-of-type{padding-top:0;}#UMwTBV7zNlERBSmQCk2TDU70heogT7zV .widget-container:last-of-type{padding-bottom:0;}#UMwTBV7zNlERBSmQCk2TDU70heogT7zV  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15018;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;position:absolute;top:6.0437507629394rem;left:36.312499046326rem; }
#UMwTBV7zNlERBSmQCk2TDU70heogT7zV .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#UMwTBV7zNlERBSmQCk2TDU70heogT7zV .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UMwTBV7zNlERBSmQCk2TDU70heogT7zV {display:block;}#UMwTBV7zNlERBSmQCk2TDU70heogT7zV { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15018;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;position:absolute;top:6.0437507629394rem;left:36.312499046326rem; }
#UMwTBV7zNlERBSmQCk2TDU70heogT7zV #Tfk63NrubK4kG6ToRGT8TOseeLCkI7De { position:relative; }
#UMwTBV7zNlERBSmQCk2TDU70heogT7zV #UBPFreXDSN1cnmayPdilJlyEudrpm6cc { position:relative;display:block; }
#UMwTBV7zNlERBSmQCk2TDU70heogT7zV #ErC6sOJbtWTJ0fqTizX0I6KovxeI5Vtp { position:relative; }
#UMwTBV7zNlERBSmQCk2TDU70heogT7zV #l13dDZBIHXqgtPL9eMvDRvae4Bkuwcwq { position:relative; }
#UMwTBV7zNlERBSmQCk2TDU70heogT7zV #mMgunXn9wqLWikrDTsZcpeWL2ymJPOxL { position:relative;display:block; }
#UMwTBV7zNlERBSmQCk2TDU70heogT7zV #p6dcAG9qOSvVbmzRp3v1SbAsnLOirSpI { position:relative; }
#UMwTBV7zNlERBSmQCk2TDU70heogT7zV #T3JlCK8btHT6E5iWDlE3rZoMHaPQ1CvV { position:relative; }
#UMwTBV7zNlERBSmQCk2TDU70heogT7zV #svnfo3Fq6X5uXHNKXSNtTT62T3L4r8hN { position:relative; }
#sJrgZz3ow5EN45pNnTqWm3fxScQFRWxJ { position:absolute;display:block;z-index:15016;background-color:#013f6f;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;box-shadow: none;height:2.9375rem;width:2.9375rem;top:6.875rem;left:0.75rem;display:block; }
#vnka6U5mMtuXyIQtQg5M0W2rLCElfSWW { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:quicksand;font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:7.4375rem;left:0.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q5TvsBqwRPaxmMNF9EQWxwcifCS1AbIy { position:absolute;display:block;z-index:15019;background-color:#013f6f;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;box-shadow: none;height:2.9375rem;width:2.9375rem;top:12.3125rem;left:0.75rem;display:block; }
#a1vRFtfZ3cQm9us9JWOpAPgfiSVqMvrC { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:quicksand;font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:12.875rem;left:1rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fau6KH3sXiV3rQdWl4IUMAFTLJL8BR3f { position:absolute;display:block;z-index:15022;background-color:#d4af37;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;box-shadow: none;height:2.9375rem;width:2.9375rem;top:17.625rem;left:0.75rem;display:block; }
#oJy3OgW7a9o4NwHHrTVOOEhdU0rKRXGO { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:quicksand;font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:18.1875rem;left:1rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nzp7v3wABHragJ6STul7Z42ChGzKerCH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f5f7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nzp7v3wABHragJ6STul7Z42ChGzKerCH > .row .container { background-color: transparent; background-image: none; }#nzp7v3wABHragJ6STul7Z42ChGzKerCH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nzp7v3wABHragJ6STul7Z42ChGzKerCH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nzp7v3wABHragJ6STul7Z42ChGzKerCH > .row .container > .video-iframe-container { display: none; }#nzp7v3wABHragJ6STul7Z42ChGzKerCH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nzp7v3wABHragJ6STul7Z42ChGzKerCH > .row > .video-iframe-container { display: none; }#nzp7v3wABHragJ6STul7Z42ChGzKerCH > .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); }#nzp7v3wABHragJ6STul7Z42ChGzKerCH > .row .container { border-width: 0; border-radius: 0; }#nzp7v3wABHragJ6STul7Z42ChGzKerCH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nzp7v3wABHragJ6STul7Z42ChGzKerCH > .row .container { font-size:0.875rem;font-family:arial;height:35.0625rem;width:60rem;position:relative;display:block; }#qbDF50cmvLAUKdRo19E1kgxemVgzcQXq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.4375rem;width:25.8125rem;top:1.52587890625E-5rem;left:32.093749046326rem;overflow:hidden;display:block; }
#mMvP9TTgT2VDcOkxo86R7D7IiKK93vkt { color:#013f6f;display:block;width:27.8125rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.8;letter-spacing:0;top:0.5625rem;left:1.0625rem;height:26.325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tOT9CGvX8mIM6zgTNdhWT6vhAeb84aDy { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:1.52587890625E-5rem;left:54.697916984558rem;overflow:hidden;display:block; }
#dwUqgNrHznTKg4KibmP23S8c78nfkNNa { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:30.354180335999rem;left:32.093749046326rem;overflow:hidden;display:block; }
#S1IOVTsXkmB5r2WwFiTMBcCcVRKt6ACQ { color:#d4af37;display:block;width:20.5625rem;position:absolute;font-family:allura;font-size:2.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:26.887515068054rem;left:6.375rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ezx3LhpzlVT5z3rEqJHEoIPaNEEHzMm5 { color:#013f6f;display:block;width:26.875rem;position:absolute;font-family:"cormorant sc";font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:30.191666603088rem;left:1.0625rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uTNPwsSeUuz07RO3sX3iniAaGBbcsxkd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f5f7;background-image:url("https://images.assets-landingi.com/uc/983da900-b4b1-440c-8532-83a5ae806315/CopyofCopieaSantoshaWorkbookCreate.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uTNPwsSeUuz07RO3sX3iniAaGBbcsxkd.adaptive-delivery-prevent-bg, #uTNPwsSeUuz07RO3sX3iniAaGBbcsxkd.lazyload, #uTNPwsSeUuz07RO3sX3iniAaGBbcsxkd.lazyloading { background-image: none; }#uTNPwsSeUuz07RO3sX3iniAaGBbcsxkd > .row .container { background-color: transparent; background-image: none; }#uTNPwsSeUuz07RO3sX3iniAaGBbcsxkd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTNPwsSeUuz07RO3sX3iniAaGBbcsxkd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTNPwsSeUuz07RO3sX3iniAaGBbcsxkd > .row .container > .video-iframe-container { display: none; }#uTNPwsSeUuz07RO3sX3iniAaGBbcsxkd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTNPwsSeUuz07RO3sX3iniAaGBbcsxkd > .row > .video-iframe-container { display: none; }#uTNPwsSeUuz07RO3sX3iniAaGBbcsxkd > .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); }#uTNPwsSeUuz07RO3sX3iniAaGBbcsxkd > .row .container { border-width: 0; border-radius: 0; }#uTNPwsSeUuz07RO3sX3iniAaGBbcsxkd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uTNPwsSeUuz07RO3sX3iniAaGBbcsxkd > .row .container { font-size:0.875rem;font-family:arial;height:24.4375rem;width:60rem;position:relative;display:block; }#VhQRNWwCl9A6q9zdFgAOh5mPy9ctE3qQ { color:#013f6f;display:block;width:55.4375rem;position:absolute;font-family:quicksand;font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.9812479019162rem;left:2.28125rem;height:15.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JW98Dnu5B3klA8P7wO8OPsEMJJRZPu9c { color:#d4af37;display:block;width:60rem;position:absolute;font-family:"cormorant sc";font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hl4W2sunlPNPHyTbHxRKgEl0NhgGURMu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f5f7;background-image:url("https://images.assets-landingi.com/uc/d50b3008-6ccc-481f-965c-733de2ab3a5e/santoshafbevent.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hl4W2sunlPNPHyTbHxRKgEl0NhgGURMu.adaptive-delivery-prevent-bg, #hl4W2sunlPNPHyTbHxRKgEl0NhgGURMu.lazyload, #hl4W2sunlPNPHyTbHxRKgEl0NhgGURMu.lazyloading { background-image: none; }#hl4W2sunlPNPHyTbHxRKgEl0NhgGURMu > .row .container { background-color: transparent; background-image: none; }#hl4W2sunlPNPHyTbHxRKgEl0NhgGURMu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hl4W2sunlPNPHyTbHxRKgEl0NhgGURMu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hl4W2sunlPNPHyTbHxRKgEl0NhgGURMu > .row .container > .video-iframe-container { display: none; }#hl4W2sunlPNPHyTbHxRKgEl0NhgGURMu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hl4W2sunlPNPHyTbHxRKgEl0NhgGURMu > .row > .video-iframe-container { display: none; }#hl4W2sunlPNPHyTbHxRKgEl0NhgGURMu > .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); }#hl4W2sunlPNPHyTbHxRKgEl0NhgGURMu > .row .container { border-width: 0; border-radius: 0; }#hl4W2sunlPNPHyTbHxRKgEl0NhgGURMu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hl4W2sunlPNPHyTbHxRKgEl0NhgGURMu > .row .container { font-size:0.875rem;font-family:arial;height:12.6875rem;width:60rem;position:relative;display:block; }#kEietiZ7dHpz2K21893T0VQTRezZ8I22 { color:#d4af37;display:block;width:56.25rem;position:absolute;font-family:"cormorant sc";font-size:2.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.2604160308838rem;left:1.875rem;height:5.3625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#H1CUxPqhvHnCzFENBMS68W8G4dBUO4V5 { background-color:#013f6f;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"cormorant sc";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:3.25rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:7.8541669845581rem;left:21.406249046326rem;display:block; }
#CoqqvmS2tDXsQ49PHWSpplSfHvyQkwPG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:url("https://old.assets-landingi.com/3bdc07ab6e93c9c38c5a/pictures/53625c4e502a4e7b0620f092d680dd57.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#aHfnp32kriGTL8TDw4lmQ1ivpoc8F5a7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHfnp32kriGTL8TDw4lmQ1ivpoc8F5a7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHfnp32kriGTL8TDw4lmQ1ivpoc8F5a7 > .row > .video-iframe-container { display: none; }#aHfnp32kriGTL8TDw4lmQ1ivpoc8F5a7 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #cZmpk4N695udsgz8Kd8oqPCrbw4kkggk { display:block; }#cZmpk4N695udsgz8Kd8oqPCrbw4kkggk > .row .container { width:47.75rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hvs4BxN14wrkvelbPMlZel3uODZ4bNiX { width:47.75rem;height:1.75rem;top:7.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BF5z9pLz6UDrCTTdBUHUcMeuGLhu2HF6 { top:4.375rem;left:4.0625rem;width:39.625rem;height:6.8125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctN2n6wlb3aEWt4XtQGp3lIImgiWW92Z { top:13.4375rem;left:7.25rem;width:33.25rem;height:4.375rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiw1pz0Mmqg22osohclt3B6Tp1RJ2EaI { width:17.1875rem;height:3.25rem;top:27.625rem;left:15.281249046326rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSG0virip6h9HTPLkzBE2Ews4LAlTTVm { display:block; }
 }@media only screen and (max-width: 763px) { #KdHaxuqFRKUCT6ncAOKWGTuVvSMBWOiD { top:33.75rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZF6Ow9XkTaV0Fd3eQxEKMiz4P77rEDo { display:block; }#tZF6Ow9XkTaV0Fd3eQxEKMiz4P77rEDo > .row .container { width:47.75rem;height:19.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KPFXCkbNTzRPA8yzU31MnwKKJhCDTT2u { width:20rem;height:7rem;top:4.875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvKAWUW35HEfbpRb7KPTt99Wogvq7Q4F { width:27rem;height:13.406463056372rem;top:4.1875rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bU7Le29ouQtnVEs42Lc0E0bu1TiJvfv5 { top:19.3125rem;left:26.29453086853rem;width:18.6875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hluqmUuhRV67zJAgWAxfXca9dTVTizRH { display:block; }
 }@media only screen and (max-width: 763px) { #zVHL5rTm2gHBtTwPSlPXo6rdlTX6xihs { width:27.4375rem;height:36.625rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDLuUC3p1wc1ZbTIUPb2R5wqTsJ1k9b5 { width:22.5rem;height:10.9375rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ  { width:17.5rem;height:auto;top:23.125rem;left:25.812501907349rem; }
#CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ {display:block;}#CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ { width:17.5rem;height:auto;top:23.125rem;left:25.812501907349rem; }
 }@media only screen and (max-width: 763px) { #CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ #l6se0nnkweMV4yNlfLTWgDcgnlp7Q9hZ {  }
 }@media only screen and (max-width: 763px) { #CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ #ymraVQ1s77nPAApIWw08WJHyh30KFwzq {  }
 }@media only screen and (max-width: 763px) { #CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ #SG2zMAJ0BROBp94TTUxSORIDlfHZocwW {  }
 }@media only screen and (max-width: 763px) { #CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ #oZtwNmeI5WMct77oCF5nE1sORTv37v2U {  }
 }@media only screen and (max-width: 763px) { #CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ #tBblETk2VfuFe2eibce1QxvraDCUTXqH {  }
 }@media only screen and (max-width: 763px) { #CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ #kzx75eHJTRsaCn4RpshiTdCnQnenWw9f {  }
 }@media only screen and (max-width: 763px) { #CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ #wR2SgMlQa758ZoCo8DZTVLkrPng3dvmZ {  }
 }@media only screen and (max-width: 763px) { #CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ #Scy40xTleI8ZLE93KqCnXfWfgxEEMOfJ {  }
 }@media only screen and (max-width: 763px) { #MoZRXTOrVf3HJq9bK6BgVLDVglD0wNh6 { display:block; }#MoZRXTOrVf3HJq9bK6BgVLDVglD0wNh6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bT83RnTZRezRq0TW2rP89dimBcGEcZms { width:28.125rem;height:15.375rem;top:6rem;left:0rem;font-size:1.1875rem;display:block; }#bT83RnTZRezRq0TW2rP89dimBcGEcZms li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_16a88100be4093d681447696afb3a20a03a1a7df.svg); }
 }@media only screen and (max-width: 763px) { #DwSTAGOKF36cFU20DFHodhSCWiNWdSlx { top:0rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMwTBV7zNlERBSmQCk2TDU70heogT7zV .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UMwTBV7zNlERBSmQCk2TDU70heogT7zV .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UMwTBV7zNlERBSmQCk2TDU70heogT7zV .widget-input-text {padding-top: 0; padding-bottom: 0;}#UMwTBV7zNlERBSmQCk2TDU70heogT7zV .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UMwTBV7zNlERBSmQCk2TDU70heogT7zV .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UMwTBV7zNlERBSmQCk2TDU70heogT7zV .widget-input-select {padding-top: 0; padding-bottom: 0;}#UMwTBV7zNlERBSmQCk2TDU70heogT7zV .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UMwTBV7zNlERBSmQCk2TDU70heogT7zV .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UMwTBV7zNlERBSmQCk2TDU70heogT7zV  { width:17.5rem;height:auto;top:6rem;left:27.75rem; }
#UMwTBV7zNlERBSmQCk2TDU70heogT7zV .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UMwTBV7zNlERBSmQCk2TDU70heogT7zV {display:block;}#UMwTBV7zNlERBSmQCk2TDU70heogT7zV { width:17.5rem;height:auto;top:6rem;left:27.75rem; }
 }@media only screen and (max-width: 763px) { #UMwTBV7zNlERBSmQCk2TDU70heogT7zV #Tfk63NrubK4kG6ToRGT8TOseeLCkI7De {  }
 }@media only screen and (max-width: 763px) { #UMwTBV7zNlERBSmQCk2TDU70heogT7zV #UBPFreXDSN1cnmayPdilJlyEudrpm6cc {  }
 }@media only screen and (max-width: 763px) { #UMwTBV7zNlERBSmQCk2TDU70heogT7zV #ErC6sOJbtWTJ0fqTizX0I6KovxeI5Vtp {  }
 }@media only screen and (max-width: 763px) { #UMwTBV7zNlERBSmQCk2TDU70heogT7zV #l13dDZBIHXqgtPL9eMvDRvae4Bkuwcwq {  }
 }@media only screen and (max-width: 763px) { #UMwTBV7zNlERBSmQCk2TDU70heogT7zV #mMgunXn9wqLWikrDTsZcpeWL2ymJPOxL {  }
 }@media only screen and (max-width: 763px) { #UMwTBV7zNlERBSmQCk2TDU70heogT7zV #p6dcAG9qOSvVbmzRp3v1SbAsnLOirSpI {  }
 }@media only screen and (max-width: 763px) { #UMwTBV7zNlERBSmQCk2TDU70heogT7zV #T3JlCK8btHT6E5iWDlE3rZoMHaPQ1CvV {  }
 }@media only screen and (max-width: 763px) { #UMwTBV7zNlERBSmQCk2TDU70heogT7zV #svnfo3Fq6X5uXHNKXSNtTT62T3L4r8hN {  }
 }@media only screen and (max-width: 763px) { #sJrgZz3ow5EN45pNnTqWm3fxScQFRWxJ { top:6.875rem;left:0rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnka6U5mMtuXyIQtQg5M0W2rLCElfSWW { top:7.4375rem;left:0rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5TvsBqwRPaxmMNF9EQWxwcifCS1AbIy { top:12.3125rem;left:0rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1vRFtfZ3cQm9us9JWOpAPgfiSVqMvrC { top:12.875rem;left:0rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fau6KH3sXiV3rQdWl4IUMAFTLJL8BR3f { top:17.625rem;left:0rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJy3OgW7a9o4NwHHrTVOOEhdU0rKRXGO { top:18.1875rem;left:0rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzp7v3wABHragJ6STul7Z42ChGzKerCH { display:block; }#nzp7v3wABHragJ6STul7Z42ChGzKerCH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qbDF50cmvLAUKdRo19E1kgxemVgzcQXq { top:0rem;left:21.9375rem;width:25.8125rem;height:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMvP9TTgT2VDcOkxo86R7D7IiKK93vkt { top:0.5625rem;left:0rem;width:27.8125rem;height:26.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOT9CGvX8mIM6zgTNdhWT6vhAeb84aDy { width:3.25rem;height:3.25rem;top:0rem;left:44.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwUqgNrHznTKg4KibmP23S8c78nfkNNa { width:3.25rem;height:3.25rem;top:30.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1IOVTsXkmB5r2WwFiTMBcCcVRKt6ACQ { top:26.875rem;left:3.3125rem;width:20.5625rem;height:2.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ezx3LhpzlVT5z3rEqJHEoIPaNEEHzMm5 { top:30.1875rem;left:0rem;width:26.875rem;height:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTNPwsSeUuz07RO3sX3iniAaGBbcsxkd { display:block; }#uTNPwsSeUuz07RO3sX3iniAaGBbcsxkd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VhQRNWwCl9A6q9zdFgAOh5mPy9ctE3qQ { width:47.75rem;height:15.375rem;top:7.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW98Dnu5B3klA8P7wO8OPsEMJJRZPu9c { top:0rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hl4W2sunlPNPHyTbHxRKgEl0NhgGURMu { display:block; }#hl4W2sunlPNPHyTbHxRKgEl0NhgGURMu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kEietiZ7dHpz2K21893T0VQTRezZ8I22 { top:1.25rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1CUxPqhvHnCzFENBMS68W8G4dBUO4V5 { width:17.1875rem;height:3.25rem;top:7.8125rem;left:15.281249046326rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoqqvmS2tDXsQ49PHWSpplSfHvyQkwPG { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cZmpk4N695udsgz8Kd8oqPCrbw4kkggk { display:block; }#cZmpk4N695udsgz8Kd8oqPCrbw4kkggk > .row .container { width:20rem;height:40.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hvs4BxN14wrkvelbPMlZel3uODZ4bNiX { width:19.996875rem;height:8.9375rem;top:17.56875038147rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BF5z9pLz6UDrCTTdBUHUcMeuGLhu2HF6 { width:20rem;height:6.5625rem;top:6.3125rem;left:0rem;font-size:3.125rem;text-align:center;text-align-last:center;color:#d4af37;display:block; }
 }@media only screen and (max-width: 763px) { #ctN2n6wlb3aEWt4XtQGp3lIImgiWW92Z { width:20rem;height:2.49375rem;top:13.625rem;left:0rem;font-size:3.5625rem;text-align:center;text-align-last:center;color:#d4af37;display:block; }
 }@media only screen and (max-width: 763px) { #hiw1pz0Mmqg22osohclt3B6Tp1RJ2EaI { width:15.875rem;height:2.9375rem;top:27.75rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSG0virip6h9HTPLkzBE2Ews4LAlTTVm { display:block; }
 }@media only screen and (max-width: 763px) { #KdHaxuqFRKUCT6ncAOKWGTuVvSMBWOiD { width:20rem;height:6.5rem;top:31.9375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;color:#d4af37;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #tZF6Ow9XkTaV0Fd3eQxEKMiz4P77rEDo { display:block; }#tZF6Ow9XkTaV0Fd3eQxEKMiz4P77rEDo > .row .container { width:20rem;height:82.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KPFXCkbNTzRPA8yzU31MnwKKJhCDTT2u { width:18.75rem;height:1.8rem;top:29.8125rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EvKAWUW35HEfbpRb7KPTt99Wogvq7Q4F { width:19.875rem;height:9.9375rem;top:48.23593711853rem;left:0.12421876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #bU7Le29ouQtnVEs42Lc0E0bu1TiJvfv5 { top:60.62343788147rem;left:0.50078129768372rem;width:18.9984375rem;height:3.8109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hluqmUuhRV67zJAgWAxfXca9dTVTizRH { display:block; }
 }@media only screen and (max-width: 763px) { #zVHL5rTm2gHBtTwPSlPXo6rdlTX6xihs { width:19.875rem;height:41.34375rem;top:2.6242178678513rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDLuUC3p1wc1ZbTIUPb2R5wqTsJ1k9b5 { width:20rem;height:37.25rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ  { width:17.5rem;height:auto;top:65.623437881469rem;left:0rem; }
#CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ {display:block;}#CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ { width:17.5rem;height:auto;top:65.684373474119rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ #l6se0nnkweMV4yNlfLTWgDcgnlp7Q9hZ {  }
 }@media only screen and (max-width: 763px) { #CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ #ymraVQ1s77nPAApIWw08WJHyh30KFwzq {  }
 }@media only screen and (max-width: 763px) { #CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ #SG2zMAJ0BROBp94TTUxSORIDlfHZocwW {  }
 }@media only screen and (max-width: 763px) { #CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ #oZtwNmeI5WMct77oCF5nE1sORTv37v2U {  }
 }@media only screen and (max-width: 763px) { #CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ #tBblETk2VfuFe2eibce1QxvraDCUTXqH {  }
 }@media only screen and (max-width: 763px) { #CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ #kzx75eHJTRsaCn4RpshiTdCnQnenWw9f {  }
 }@media only screen and (max-width: 763px) { #CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ #wR2SgMlQa758ZoCo8DZTVLkrPng3dvmZ {  }
 }@media only screen and (max-width: 763px) { #CKTUpNOBFAQeWyzuhve41aKLDMZIeekQ #Scy40xTleI8ZLE93KqCnXfWfgxEEMOfJ {  }
 }@media only screen and (max-width: 763px) { #MoZRXTOrVf3HJq9bK6BgVLDVglD0wNh6 { background-color:#f4f5f7;background-image:none;display:block; }#MoZRXTOrVf3HJq9bK6BgVLDVglD0wNh6 > .row .container { background-color: transparent; background-image: none; }#MoZRXTOrVf3HJq9bK6BgVLDVglD0wNh6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MoZRXTOrVf3HJq9bK6BgVLDVglD0wNh6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MoZRXTOrVf3HJq9bK6BgVLDVglD0wNh6 > .row .container > .video-iframe-container { display: none; }#MoZRXTOrVf3HJq9bK6BgVLDVglD0wNh6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MoZRXTOrVf3HJq9bK6BgVLDVglD0wNh6 > .row > .video-iframe-container { display: none; }#MoZRXTOrVf3HJq9bK6BgVLDVglD0wNh6 > .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); }#MoZRXTOrVf3HJq9bK6BgVLDVglD0wNh6 > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bT83RnTZRezRq0TW2rP89dimBcGEcZms { width:15.0625rem;height:21.9375rem;top:4.25rem;left:4.375rem;font-size:1.125rem;color:#013f6f;display:block; }#bT83RnTZRezRq0TW2rP89dimBcGEcZms li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_16a88100be4093d681447696afb3a20a03a1a7df.svg); }
 }@media only screen and (max-width: 763px) { #DwSTAGOKF36cFU20DFHodhSCWiNWdSlx { width:20rem;height:2.4375rem;top:0rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UMwTBV7zNlERBSmQCk2TDU70heogT7zV .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UMwTBV7zNlERBSmQCk2TDU70heogT7zV .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UMwTBV7zNlERBSmQCk2TDU70heogT7zV .widget-input-text {padding-top: 0; padding-bottom: 0;}#UMwTBV7zNlERBSmQCk2TDU70heogT7zV .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UMwTBV7zNlERBSmQCk2TDU70heogT7zV .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UMwTBV7zNlERBSmQCk2TDU70heogT7zV .widget-input-select {padding-top: 0; padding-bottom: 0;}#UMwTBV7zNlERBSmQCk2TDU70heogT7zV .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UMwTBV7zNlERBSmQCk2TDU70heogT7zV .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UMwTBV7zNlERBSmQCk2TDU70heogT7zV  { width:17.5rem;height:auto;top:27.9375rem;left:0rem; }
#UMwTBV7zNlERBSmQCk2TDU70heogT7zV .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UMwTBV7zNlERBSmQCk2TDU70heogT7zV {display:block;}#UMwTBV7zNlERBSmQCk2TDU70heogT7zV { width:17.5rem;height:auto;top:27.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UMwTBV7zNlERBSmQCk2TDU70heogT7zV #Tfk63NrubK4kG6ToRGT8TOseeLCkI7De {  }
 }@media only screen and (max-width: 763px) { #UMwTBV7zNlERBSmQCk2TDU70heogT7zV #UBPFreXDSN1cnmayPdilJlyEudrpm6cc {  }
 }@media only screen and (max-width: 763px) { #UMwTBV7zNlERBSmQCk2TDU70heogT7zV #ErC6sOJbtWTJ0fqTizX0I6KovxeI5Vtp {  }
 }@media only screen and (max-width: 763px) { #UMwTBV7zNlERBSmQCk2TDU70heogT7zV #l13dDZBIHXqgtPL9eMvDRvae4Bkuwcwq {  }
 }@media only screen and (max-width: 763px) { #UMwTBV7zNlERBSmQCk2TDU70heogT7zV #mMgunXn9wqLWikrDTsZcpeWL2ymJPOxL {  }
 }@media only screen and (max-width: 763px) { #UMwTBV7zNlERBSmQCk2TDU70heogT7zV #p6dcAG9qOSvVbmzRp3v1SbAsnLOirSpI {  }
 }@media only screen and (max-width: 763px) { #UMwTBV7zNlERBSmQCk2TDU70heogT7zV #T3JlCK8btHT6E5iWDlE3rZoMHaPQ1CvV {  }
 }@media only screen and (max-width: 763px) { #UMwTBV7zNlERBSmQCk2TDU70heogT7zV #svnfo3Fq6X5uXHNKXSNtTT62T3L4r8hN {  }
 }@media only screen and (max-width: 763px) { #sJrgZz3ow5EN45pNnTqWm3fxScQFRWxJ { width:2.9375rem;height:2.9375rem;top:4.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnka6U5mMtuXyIQtQg5M0W2rLCElfSWW { width:2.5rem;height:1.625rem;top:4.8125rem;left:1.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5TvsBqwRPaxmMNF9EQWxwcifCS1AbIy { width:2.9375rem;height:2.9375rem;top:13.0625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1vRFtfZ3cQm9us9JWOpAPgfiSVqMvrC { width:2.5rem;height:1.625rem;top:13.625rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fau6KH3sXiV3rQdWl4IUMAFTLJL8BR3f { width:2.9375rem;height:2.9375rem;top:19.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJy3OgW7a9o4NwHHrTVOOEhdU0rKRXGO { width:2.5rem;height:1.625rem;top:19.6875rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzp7v3wABHragJ6STul7Z42ChGzKerCH { display:block; }#nzp7v3wABHragJ6STul7Z42ChGzKerCH > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qbDF50cmvLAUKdRo19E1kgxemVgzcQXq { width:14.3125rem;height:18rem;top:29.75rem;left:3.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mMvP9TTgT2VDcOkxo86R7D7IiKK93vkt { width:20rem;height:23.4rem;top:0rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tOT9CGvX8mIM6zgTNdhWT6vhAeb84aDy { width:2.625rem;height:2.625rem;top:29.0625rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwUqgNrHznTKg4KibmP23S8c78nfkNNa { width:2.5625rem;height:2.5625rem;top:46rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1IOVTsXkmB5r2WwFiTMBcCcVRKt6ACQ { width:20rem;height:2.35625rem;top:23.39999961853rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ezx3LhpzlVT5z3rEqJHEoIPaNEEHzMm5 { width:20rem;height:2.7625rem;top:25.75625038147rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uTNPwsSeUuz07RO3sX3iniAaGBbcsxkd { background-color:#f4f5f7;background-image:none;display:block; }#uTNPwsSeUuz07RO3sX3iniAaGBbcsxkd > .row .container { background-color: transparent; background-image: none; }#uTNPwsSeUuz07RO3sX3iniAaGBbcsxkd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTNPwsSeUuz07RO3sX3iniAaGBbcsxkd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTNPwsSeUuz07RO3sX3iniAaGBbcsxkd > .row .container > .video-iframe-container { display: none; }#uTNPwsSeUuz07RO3sX3iniAaGBbcsxkd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTNPwsSeUuz07RO3sX3iniAaGBbcsxkd > .row > .video-iframe-container { display: none; }#uTNPwsSeUuz07RO3sX3iniAaGBbcsxkd > .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); }#uTNPwsSeUuz07RO3sX3iniAaGBbcsxkd > .row .container { width:20rem;height:38.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VhQRNWwCl9A6q9zdFgAOh5mPy9ctE3qQ { width:20rem;height:29.25rem;top:7.862500190735rem;left:0rem;font-size:1.125rem;color:#013f6f;display:block; }
 }@media only screen and (max-width: 763px) { #JW98Dnu5B3klA8P7wO8OPsEMJJRZPu9c { width:20rem;height:7.3125rem;top:0rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hl4W2sunlPNPHyTbHxRKgEl0NhgGURMu { display:block; }#hl4W2sunlPNPHyTbHxRKgEl0NhgGURMu > .row .container { width:20rem;height:12.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kEietiZ7dHpz2K21893T0VQTRezZ8I22 { width:20rem;height:5.85rem;top:1.1041669845581rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H1CUxPqhvHnCzFENBMS68W8G4dBUO4V5 { width:17.1875rem;height:3.25rem;top:8.2041564941406rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoqqvmS2tDXsQ49PHWSpplSfHvyQkwPG { display:block; }
 }