/* xl - DESKTOP STYLES */
.update-btn {
  margin-bottom: 20px;
}
.update-btn a {
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
  top: 0;
  padding: 5px 10px;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  top: -4px;
  background-color: #69C773;
  color: #FFFFFF;
  -webkit-box-shadow: 0 4px 0 0 #51a65f;
  -moz-box-shadow: 0 4px 0 0 #51a65f;
  box-shadow: 0 4px 0 0 #51a65f;
}
.jpm-message {
  margin-left: 15px;
  margin-right: 15px;
}
.jpm-debug {
  display: table;
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 20px;
  display: none;
}
.jpm-nav-mobile .tabbar {
  --icon-active: #da002f;
  --icon-inactive: #6C7486;
  --icon-hover: #99A3BA;
  --text: #E4ECFA;
  --circle: #E4ECFA;
  --background: #171C28;
  --shadow: rgba(18, 22, 33, .1);
  background: var(--background);
  width: 100%;
  height: 64px;
  padding: 0 12px;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.07);
}
.jpm-nav-mobile .tabbar > div {
  display: flex;
  height: 100%;
  position: relative;
}
.jpm-nav-mobile .tabbar > div label {
  flex: 0 0 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  z-index: 1;
}
.jpm-nav-mobile .tabbar > div label svg, .jpm-nav-mobile .tabbar > div label span {
  display: block;
  -webkit-backface-visibility: hidden;
  transition: transform 0.4s cubic-bezier(0.2, 0.64, 0.48, 1.12), opacity 0.4s ease, color 0.4s ease;
  transform: translateY(var(--y)) scale(var(--s));
}
.jpm-nav-mobile .tabbar > div label svg {
  --y: 0;
  --s: .84;
  width: 24px;
  height: 24px;
  margin: auto;
  color: var(--icon-inactive);
  fill: var(--icon-inactive);
  transform-origin: 50% 50%;
}
.jpm-nav-mobile .tabbar > div label span {
  --y: -8px;
  --s: .92;
  font-size: 10px;
  line-height: 12px;
  font-weight: 500;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: -5px;
  opacity: 0;
  color: var(--text);
  transform-origin: 50% 0;
}
.jpm-nav-mobile .tabbar > div label:hover svg {
  color: var(--icon-hover);
  fill: var(--icon-hover);
}
.jpm-nav-mobile .tabbar > div label:active svg {
  --s: .76;
}
.jpm-nav-mobile .tabbar > div input {
  display: none;
}
.jpm-nav-mobile .tabbar > div input:nth-of-type(1):checked + label + input + label + input + label + input + label + input + label + span {
  --x: 0;
}
.jpm-nav-mobile .tabbar > div input:nth-of-type(2):checked + label + input + label + input + label + input + label + span {
  --x: 100%;
}
.jpm-nav-mobile .tabbar > div input:nth-of-type(3):checked + label + input + label + input + label + span {
  --x: 200%;
}
.jpm-nav-mobile .tabbar > div input:nth-of-type(4):checked + label + input + label + span {
  --x: 300%;
}
.jpm-nav-mobile .tabbar > div input:nth-of-type(5):checked + label + span {
  --x: 400%;
}
.jpm-nav-mobile .tabbar > div input:checked + label svg {
  --y: -24px;
  --s: 1;
  color: var(--icon-active);
  fill: var(--icon-active);
}
.jpm-nav-mobile .tabbar > div input:checked + label span {
  --s: 1;
  --y: -14px;
  opacity: 1;
}
.jpm-nav-mobile .tabbar > div > span {
  --x: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 20%;
  transition: transform 0.4s cubic-bezier(0.2, 0.64, 0.48, 1.12);
  transform: translateX(var(--x));
  -webkit-backface-visibility: hidden;
}
.jpm-nav-mobile .tabbar > div > span:after {
  content: '';
  width: 44px;
  height: 44px;
  display: block;
  border-radius: 50%;
  background: var(--circle);
  position: absolute;
  left: 50%;
  top: 0;
  box-shadow: 0 2px 8px var(--shadow);
  margin: -14px 0 0 -22px;
}
.jpm-message {
  margin-top: 20px;
  text-align: center;
}
.btn {
  width: auto;
  outline: none;
  font-family: "Rajdhani", Sans-serif;
  font-weight: 600;
  border-radius: 8px;
  font-size: 22px;
  height: auto;
  line-height: normal;
  text-align: center;
  display: inline-block;
  background: #1a4189;
  color: #ffffff;
  cursor: pointer;
  padding: 25px;
  margin: 15px;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
}
.btn:focus {
  outline: none;
}
.btn:hover {
  background: #da002f;
  color: #ffffff;
}
.division-container {
  margin-bottom: 25px;
  overflow: hidden;
}
.division {
  position: relative;
  text-align: center;
  margin: calc(30px + (40 - 30) * ((100vw - 320px) / (767 - 320))) 0;
  z-index: 0;
}
.division span {
  position: relative;
  background-color: #07141f;
  color: rgba(var(--light-text));
  padding: 0 10px;
}
.division::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  background: linear-gradient(270deg, rgba(155, 166, 184, 0) -2.05%, #9ba6b8 50.93%, rgba(155, 166, 184, 0) 101.74%);
  z-index: -1;
  height: 2px;
}
[dir="rtl"] .division::after {
  left: unset;
  right: 0;
}
.link {
  text-decoration: underline !important;
  color: #da002f;
}
.with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=phone], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style textarea, .frm_form_fields_style, .with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .with_frm_style .frm-card-element.StripeElement, .with_frm_style .chosen-container-multi .chosen-choices, .with_frm_style .chosen-container-single .chosen-single {
  border-left: 4px solid #1a4189 !important;
}
.frm_style_sleek-smooth-style.with_frm_style .frm_blank_field input[type=text], .frm_style_sleek-smooth-style.with_frm_style .frm_blank_field input[type=password], .frm_style_sleek-smooth-style.with_frm_style .frm_blank_field input[type=url], .frm_style_sleek-smooth-style.with_frm_style .frm_blank_field input[type=tel], .frm_style_sleek-smooth-style.with_frm_style .frm_blank_field input[type=number], .frm_style_sleek-smooth-style.with_frm_style .frm_blank_field input[type=email], .frm_style_sleek-smooth-style.with_frm_style .frm_blank_field textarea, .frm_style_sleek-smooth-style.with_frm_style .frm_blank_field .mce-edit-area iframe, .frm_style_sleek-smooth-style.with_frm_style .frm_blank_field select:not(.ui-datepicker-month):not(.ui-datepicker-year), .frm_form_fields_error_style, .frm_style_sleek-smooth-style.with_frm_style .frm_blank_field .frm-g-recaptcha iframe, .frm_style_sleek-smooth-style.with_frm_style .frm_blank_field .g-recaptcha iframe, .frm_style_sleek-smooth-style.with_frm_style .frm_blank_field .frm-card-element.StripeElement, .frm_style_sleek-smooth-style.with_frm_style .frm_blank_field .chosen-container-multi .chosen-choices, .frm_style_sleek-smooth-style.with_frm_style .frm_blank_field .chosen-container-single .chosen-single, .frm_style_sleek-smooth-style.with_frm_style .frm_form_field :invalid {
  border-left: 4px solid #B94A48 !important;
}
.frm_form_field {
  position: relative;
}
.frm_error {
  position: absolute;
  left: 5px;
  bottom: -22px;
}
.frm_radio {
  margin-top: 15px !important;
}
.frm_opt_container {
  margin-left: 20px;
}
.with_frm_style .frm_radio input[type=radio]:checked:before, .with_frm_style .frm_scale input[type=radio]:checked:before, .with_frm_style .frm_checkbox input[type=checkbox]:checked:before {
  box-shadow: inset 10px 10px #1a4189 !important;
}
.with_frm_style .vertical_radio .frm_checkbox label, .with_frm_style .vertical_radio .frm_radio label {
  text-indent: -27px !important;
}
.with_frm_style .frm_display_format_buttons.vertical_radio .frm_checkbox label, .with_frm_style .frm_display_format_buttons.vertical_radio .frm_radio label {
  text-indent: 0 !important;
}
.podcast-content {
  margin-left: 30px;
}
.podcast-content .podcast-content--icon {
  margin-right: 20px;
  display: inline-block;
  vertical-align: top;
}
.podcast-content .podcast-content--icon i {
  font-size: 40px;
}
.podcast-content .podcast-content--txt {
  margin-right: 15px;
  width: calc(100% - 80px);
  display: inline-block;
  text-align: left;
}
.frm_button_submit {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.frm_display_format_buttons .frm_radio input[type=radio]:checked + .frm_label_button_container, .frm_display_format_buttons .frm_radio input[type=radio]:checked + .frm_image_option_container, .frm_display_format_buttons .frm_checkbox input[type=checkbox]:checked + .frm_label_button_container, .frm_display_format_buttons .frm_checkbox input[type=checkbox]:checked + .frm_image_option_container, .frm_display_format_buttons .frm_scale input[type=radio]:checked + .frm_label_button_container, .frm_display_format_buttons .frm_scale input[type=radio]:checked + .frm_image_option_container, .frm_nps__button.frm_nps__button--active, .frm_nps__buttons input[type=radio]:focus + .frm_nps__button, .frm_nps__buttons input[type=radio]:checked + .frm_nps__button {
  background-color: #1a4189;
  border-color: #1a4189;
}
.frm_display_format_buttons .frm_label_button_container, .frm_display_format_buttons .frm_image_option_container {
  border: 1px solid #444;
}
.frm_login_form .frm_submit {
  text-align: center;
}
.page-id-21 .frm_submit {
  display: none;
  opacity: 0;
}
.page-id-174 .btn {
  display: none;
  opacity: 0;
}
.page-id-176 .frm_submit {
  display: none;
  opacity: 0;
}
.page-id-265 .frm_submit {
  display: none;
  opacity: 0;
}
.page-id-174 .frm_submit {
  display: none;
  opacity: 0;
}
.page-id-275 .btn {
  display: none;
  opacity: 0;
}
.page-id-273 .frm_submit {
  display: none;
  opacity: 0;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22wp-content%2Fcustom_codes%2F154-scss-desktop.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BACAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBC%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%22%7D */