body {
  font-family: 'Be Vietnam Pro', sans-serif;
}
.display-1 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 5.3rem;
  line-height: 1.17;
}
.display-1 > .mbr-iconfont {
  font-size: 6.625rem;
}
.display-2 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 3.75rem;
  line-height: 1.31;
}
.display-2 > .mbr-iconfont {
  font-size: 4.6875rem;
}
.display-4 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.24rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.71rem;
    font-size: calc( 1.7rem + (5.3 - 2.505) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.17 * (2.505rem + (5.3 - 2.505) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.31 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.6 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #0d6efd !important;
}
.bg-success {
  background-color: #ff7a41 !important;
}
.bg-info {
  background-color: #f0e4ff !important;
}
.bg-warning {
  background-color: #738bae !important;
}
.bg-danger {
  background-color: #ec2016 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0d6efd !important;
  border-color: #0d6efd !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0149b2 !important;
  border-color: #0149b2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0149b2 !important;
  border-color: #0149b2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3900 !important;
  border-color: #ff3900 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #a82600 !important;
  border-color: #a82600 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a82600 !important;
  border-color: #a82600 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f0e4ff !important;
  border-color: #f0e4ff !important;
  color: #6500e4 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #c08dff !important;
  border-color: #c08dff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #6500e4 !important;
  background-color: #c08dff !important;
  border-color: #c08dff !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff7a41 !important;
  border-color: #ff7a41 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #e94600 !important;
  border-color: #e94600 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #e94600 !important;
  border-color: #e94600 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #738bae !important;
  border-color: #738bae !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #4a6080 !important;
  border-color: #4a6080 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #4a6080 !important;
  border-color: #4a6080 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ec2016 !important;
  border-color: #ec2016 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #9e140d !important;
  border-color: #9e140d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #9e140d !important;
  border-color: #9e140d !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0d6efd;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0149b2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0d6efd !important;
  border-color: #0d6efd !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
 /*  border-color: transparent; */ /* <--- changed 2022-10-28 */
  color: #ff3900;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a82600 !important;
  background-color: transparent!important;
  border-color: #a82600!important; /* <--- changed 2022-10-28 */
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3900 !important;
  border-color: #ff3900 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f0e4ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c08dff !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #6500e4 !important;
  background-color: #f0e4ff !important;
  border-color: #f0e4ff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff7a41;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #e94600 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff7a41 !important;
  border-color: #ff7a41 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #738bae;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #4a6080 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #738bae !important;
  border-color: #738bae !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ec2016;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #9e140d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ec2016 !important;
  border-color: #ec2016 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #0d6efd !important;
}
.text-secondary {
  color: #ff3900 !important;
}
.text-success {
  color: #ff7a41 !important;
}
.text-info {
  color: #f0e4ff !important;
}
.text-warning {
  color: #738bae !important;
}
.text-danger {
  color: #ec2016 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #010d4c !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0143a3 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #992200 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #da4100 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #b77eff !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #455976 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #90120c !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #0d6efd;
}
.nav-tabs .nav-link:not(.active) {
  color: #02274a;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f0e4ff;
}
.alert-warning {
  background-color: #738bae;
}
.alert-danger {
  background-color: #ec2016;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0d6efd;
  border-color: #0d6efd;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0d6efd;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d7e7ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c4cedd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fbd5d3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #0d6efd !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #0d6efd;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0d6efd;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0d6efd;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0d6efd;
  border-bottom-color: #0d6efd;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #0d6efd !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3900 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%230d6efd' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
a:hover {
  background-image: none !important;
}
.container {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 984px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1164px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1344px;
  }
}
.container .row {
  margin-left: -12px;
  margin-right: -12px;
}
.container .row > [class*="col"] {
  padding-left: 12px;
  padding-right: 12px;
}
.btn {
  min-height: 48px;
  padding: 8px 40px;
  border-radius: 5px;
  box-shadow: none;
  outline: none;
  border: none;
  position: relative;
}
.btn::before {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -50px;
  transform: scale(0);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 575px) {
  .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .mbr-section-btn .btn {
    width: 100%;
  }
}
.mbr-section-btn .btn-primary:hover {
  background-color: #ff3900 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-primary:hover::before,
.mbr-section-btn .btn-secondary:hover::before,
.mbr-section-btn .btn-info:hover::before,
.mbr-section-btn .btn-success:hover::before,
.mbr-section-btn .btn-warning:hover::before,
.mbr-section-btn .btn-danger:hover::before,
.mbr-section-btn .btn-white:hover::before,
.mbr-section-btn .btn-black:hover::before {
  transform: scale(1);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.cid-tlauryrOhP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tlauryrOhP nav.navbar {
  position: fixed;
}
.cid-tlauryrOhP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tlauryrOhP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tlauryrOhP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tlauryrOhP .dropdown-item:hover,
.cid-tlauryrOhP .dropdown-item:focus {
  background: #0d6efd !important;
  color: white !important;
}
.cid-tlauryrOhP .dropdown-item:hover span {
  color: white;
}
.cid-tlauryrOhP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tlauryrOhP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tlauryrOhP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tlauryrOhP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tlauryrOhP .nav-link {
  position: relative;
}
.cid-tlauryrOhP .container {
  display: flex;
  margin: auto;
}
.cid-tlauryrOhP .iconfont-wrapper {
  color: #0057fc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tlauryrOhP .dropdown-menu,
.cid-tlauryrOhP .navbar.opened {
  background: #ffffff !important;
}
.cid-tlauryrOhP .nav-item:focus,
.cid-tlauryrOhP .nav-link:focus {
  outline: none;
}
.cid-tlauryrOhP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tlauryrOhP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tlauryrOhP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tlauryrOhP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tlauryrOhP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tlauryrOhP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tlauryrOhP .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tlauryrOhP .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-tlauryrOhP .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tlauryrOhP .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 12px !important;
}
.cid-tlauryrOhP .navbar.opened {
  transition: all 0.3s;
}
.cid-tlauryrOhP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tlauryrOhP .navbar .navbar-logo img {
  width: auto;
}
.cid-tlauryrOhP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tlauryrOhP .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-tlauryrOhP .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-tlauryrOhP .navbar.collapsed {
  justify-content: center;
}
.cid-tlauryrOhP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tlauryrOhP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tlauryrOhP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tlauryrOhP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tlauryrOhP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tlauryrOhP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tlauryrOhP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-tlauryrOhP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tlauryrOhP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tlauryrOhP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tlauryrOhP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tlauryrOhP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tlauryrOhP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tlauryrOhP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tlauryrOhP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tlauryrOhP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tlauryrOhP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tlauryrOhP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tlauryrOhP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tlauryrOhP .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tlauryrOhP .navbar.navbar-short {
  min-height: 60px;
}
.cid-tlauryrOhP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tlauryrOhP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-tlauryrOhP .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-tlauryrOhP .navbar {
    padding: 0 50px !important;
  }
}
.cid-tlauryrOhP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0 !important; /* <--- changed 2022-10-28*/
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tlauryrOhP .navbar-brand {
    /* width: 20%; */  
    width: fit-content; /* <--- changed 2022-10-26*/
    padding: 10px 0 !important;
  }
}
.cid-tlauryrOhP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-tlauryrOhP .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-tlauryrOhP .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tlauryrOhP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tlauryrOhP .dropdown-item.active,
.cid-tlauryrOhP .dropdown-item:active {
  background-color: transparent;
}
.cid-tlauryrOhP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tlauryrOhP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tlauryrOhP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tlauryrOhP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tlauryrOhP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tlauryrOhP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tlauryrOhP ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tlauryrOhP ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-tlauryrOhP .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tlauryrOhP .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-tlauryrOhP .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-tlauryrOhP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-tlauryrOhP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tlauryrOhP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tlauryrOhP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-tlauryrOhP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-tlauryrOhP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-tlauryrOhP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tlauryrOhP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-tlauryrOhP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-tlauryrOhP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tlauryrOhP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tlauryrOhP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tlauryrOhP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tlauryrOhP .navbar {
    height: 100px;
  }
  .cid-tlauryrOhP .navbar.opened {
    height: auto;
  }
  .cid-tlauryrOhP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tlauryrOhP .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 0.9rem !important; /* <--- changed 2022-10-27 margin: 0.667em 1.25rem !important; */
  font-weight: 500;
}
.cid-tlauryrOhP .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tlauryrOhP .nav-link:before {
  content: '';
  position: absolute;
  color: #FF3900;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-tkU1kWUpwV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-tkU1kWUpwV .carousel {
  height: 800px;
}
.cid-tkU1kWUpwV .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tkU1kWUpwV .carousel-item,
.cid-tkU1kWUpwV .carousel-inner {
  height: 100%;
}
.cid-tkU1kWUpwV .carousel-caption {
  bottom: 50%;
  transform: translate(0%, 50%);
  /* width: 280px; */
   width: 70%;  /* <--- changed 2022-10-26 */
}
@media (max-width: 767px) {
  .cid-tkU1kWUpwV .carousel-caption {
    width: 83%;
  }
}
/* @media (min-width: 768px) {
  .cid-tkU1kWUpwV .carousel-caption {
    width: 680px;
  }
}
@media (min-width: 992px) {
  .cid-tkU1kWUpwV .carousel-caption {
    width: 900px;
  }
} */
.cid-tkU1kWUpwV .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tkU1kWUpwV .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tkU1kWUpwV .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 0;
}
.cid-tkU1kWUpwV .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tkU1kWUpwV .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tkU1kWUpwV .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tkU1kWUpwV .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tkU1kWUpwV .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0;
}
.cid-tkU1kWUpwV .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tkU1kWUpwV .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tkU1kWUpwV .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tkU1kWUpwV .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tkU1kWUpwV .carousel-indicators li {
  max-width: 7px;
  height: 7px;
  width: 7px;
  max-height: 7px;
  margin: 0 10px;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1 !important;
}
.cid-tkU1kWUpwV .carousel-indicators li.active {
  background-color: #ffffff;
  opacity: 1 !important;
}
.cid-tkU1kWUpwV .carousel-indicators li::after,
.cid-tkU1kWUpwV .carousel-indicators li::before {
  content: none;
}
.cid-tkU1kWUpwV .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-tkU1kWUpwV H5 {
  text-align: left;
  color: #ff3900;
}
.cid-tkU1kWUpwV P {
  text-align: left;
  color: #ff3900;
}
.cid-tlbj4kfdCx {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-tlbj4kfdCx .container,
.cid-tlbj4kfdCx .container-fluid {
  position: static;
}
@media (min-width: 1400px) {
  .cid-tlbj4kfdCx .text-wrapper {
    padding-right: 48px;
  }
}
.cid-tlbj4kfdCx .label-text {
  width: 100%;
  color: #ff3900;
  margin-bottom: 20px;
}
.cid-tlbj4kfdCx .label-text span {
  padding: 8px 18px;
  background-color: #ffece7;
  border-radius: 15px;
  color: inherit;
}
.cid-tlbj4kfdCx .colored-text {
  color: #FF3900;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tlbj4kfdCx .mbr-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-tlbj4kfdCx .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-tlbj4kfdCx .mbr-section-btn {
  margin-top: 6px;
}
.cid-tlbj4kfdCx .image-wrapper {
  height: 650px;
  position: relative;
  z-index: 2;
}
.cid-tlbj4kfdCx .image-wrapper img {
  height: 100%;
  object-fit: contain;
  max-width: 100%;
  margin-left: auto!important;
}
@media (min-width: 768px) {
  .cid-tlbj4kfdCx .image-wrapper {
    position: absolute;
    z-index: 2;
    top: 0;
    width: 32.7%;
    padding-top: 10rem;
    right: 7%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tlbj4kfdCx .image-wrapper {
    width: 40%;
    right: 1%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tlbj4kfdCx .image-wrapper {
    width: 40%;
    top: 0;
    right: 1%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tlbj4kfdCx .image-wrapper {
    width: 40%;
    top: 8%;
    right: 1%;
  }
}
@media (max-width: 767px) {
  .cid-tlbj4kfdCx .image-wrapper {
    max-width: 474px !important;
    margin: 80px auto 0;
  }
}
.cid-tlbj4kfdCx .bg-round {
  position: absolute;
  top: -55%;
  padding: 0;
  padding-top: 10rem;
}
.cid-tlbj4kfdCx .bg-round svg {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-tlbj4kfdCx .bg-round {
    width: 56%;
    right: 0;
    transform: scale(-1, 1);
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .cid-tlbj4kfdCx .bg-round {
    width: 44%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tlbj4kfdCx .bg-round {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tlbj4kfdCx .bg-round {
    display: none;
  }
}
.cid-tlbj4kfdCx .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-tlbj4kfdCx .col-text {
    margin-right: auto;
  }
}
.cid-tlbj4kfdCx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlbj4kfdCx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlbjxSR6Hr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-tlbjxSR6Hr .container,
.cid-tlbjxSR6Hr .container-fluid {
  position: static;
}
@media (min-width: 1400px) {
  .cid-tlbjxSR6Hr .text-wrapper {
    padding-left: 48px;
  }
}
.cid-tlbjxSR6Hr .label-text {
  width: 100%;
  color: #ff3900;
  margin-bottom: 20px;
}
.cid-tlbjxSR6Hr .label-text span {
  padding: 8px 18px;
  background-color: #ffece7;
  border-radius: 15px;
  color: inherit;
}
.cid-tlbjxSR6Hr .colored-text {
  color: #FF3900;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tlbjxSR6Hr .mbr-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-tlbjxSR6Hr .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-tlbjxSR6Hr .mbr-section-btn {
  margin-top: 6px;
}
.cid-tlbjxSR6Hr .image-wrapper {
  height: 650px;
  position: relative;
  z-index: 2;
}
.cid-tlbjxSR6Hr .image-wrapper img {
  height: 100%;
  object-fit: contain;
  max-width: 100%;
  margin-right: auto!important;
}
@media (min-width: 768px) {
  .cid-tlbjxSR6Hr .image-wrapper {
    position: absolute;
    z-index: 2;
    top: 0;
    width: 32.7%;
    padding-top: 6rem;
    left: 7%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tlbjxSR6Hr .image-wrapper {
    width: 40%;
    left: 1%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tlbjxSR6Hr .image-wrapper {
    width: 40%;
    top: 0;
    left: 1%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tlbjxSR6Hr .image-wrapper {
    width: 40%;
    top: 8%;
    left: 1%;
  }
}
@media (max-width: 767px) {
  .cid-tlbjxSR6Hr .image-wrapper {
    max-width: 474px !important;
    margin: 80px auto 0;
  }
}
.cid-tlbjxSR6Hr .bg-round {
  position: absolute;
  top: -55%;
  padding: 0;
  padding-top: 6rem;
}
.cid-tlbjxSR6Hr .bg-round svg {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-tlbjxSR6Hr .bg-round {
    width: 56%;
    left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .cid-tlbjxSR6Hr .bg-round {
    width: 44%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tlbjxSR6Hr .bg-round {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tlbjxSR6Hr .bg-round {
    display: none;
  }
}
.cid-tlbjxSR6Hr .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-tlbjxSR6Hr .col-text {
    margin-left: auto;
  }
}
.cid-tlbjxSR6Hr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlbjxSR6Hr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlbj0T9hQg {
  background-image: url("../../../assets/images/background-orange-down-1920x937.jpg");
  overflow: hidden;
  position: relative;
}
.cid-tlbj0T9hQg .container,
.cid-tlbj0T9hQg .container-fluid {
  position: static;
}
.cid-tlbj0T9hQg .label-text {
  width: 100%;
  color: #ff3900;
  margin-bottom: 20px;
}
.cid-tlbj0T9hQg .label-text span {
  padding: 8px 18px;
  background-color: #ffece7;
  border-radius: 15px;
  color: inherit;
}
.cid-tlbj0T9hQg .mbr-section-title {
  color: #010d4c;
  margin-bottom: 25px;
}
.cid-tlbj0T9hQg .colored-text {
  color: #ff3900;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tlbj0T9hQg .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .cid-tlbj0T9hQg .mbr-text {
    padding-right: 48px;
  }
}
@media (max-width: 991px) {
  .cid-tlbj0T9hQg .mbr-text {
    margin-top: 38px;
  }
}
.cid-tlbj0T9hQg .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tlbj0T9hQg .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tlbj0T9hQg .mbr-section-btn .btn:before {
  display: none;
}
.cid-tlbj0T9hQg .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tlbj0T9hQg .image-wrapper {
  height: 650px;
}
.cid-tlbj0T9hQg .image-wrapper img {
  height: 100%;
  object-fit: contain;
  max-width: 100%;
  margin-left: auto!important;
}
@media (min-width: 768px) {
  .cid-tlbj0T9hQg .image-wrapper {
    position: absolute;
    top: 14%;
    width: 37.13%;
    z-index: 2;
    right: 4%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tlbj0T9hQg .image-wrapper {
    width: 44%;
    top: 20%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tlbj0T9hQg .image-wrapper {
    width: 37.13%;
    top: 26%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tlbj0T9hQg .image-wrapper {
    top: 26%;
    right: 1%;
  }
}
@media (max-width: 767px) {
  .cid-tlbj0T9hQg .image-wrapper {
    max-width: 474px !important;
    margin: 80px auto 0;
  }
}
.cid-tlbj0T9hQg .image-wrapper:before {
  content: '';
  position: absolute;
  width: 918px;
  height: 918px;
  top: -28%;
  z-index: -1;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 6px 73px 62px rgba(0, 38, 174, 0.02);
  box-sizing: border-box;
  right: -17%;
}
@media (max-width: 1399px) {
  .cid-tlbj0T9hQg .image-wrapper:before {
    width: 750px;
    height: 750px;
    top: -19%;
  }
}
@media (max-width: 1199px) {
  .cid-tlbj0T9hQg .image-wrapper:before {
    width: 580px;
    height: 580px;
    top: 0;
  }
}
@media (max-width: 991px) {
  .cid-tlbj0T9hQg .image-wrapper:before {
    width: 455px;
    height: 455px;
  }
}
@media (max-width: 767px) {
  .cid-tlbj0T9hQg .image-wrapper:before {
    display: none;
  }
}
.cid-tlbj0T9hQg .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-tlbj0T9hQg .col-text {
    margin-right: auto;
  }
}
.cid-tlbj0T9hQg .list {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tlbj0T9hQg .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-tlbj0T9hQg .list {
    text-align: left;
    max-width: 440px;
  }
}
.cid-tlbj0T9hQg .list-item {
  display: flex;
  align-items: center;
}
.cid-tlbj0T9hQg .list-item:not(:first-child) {
  margin-top: 13px;
}
.cid-tlbj0T9hQg .icon-wrapper {
  display: flex;
  margin-right: 20px;
}
.cid-tlbj0T9hQg .icon-wrapper span {
  color: #0066ff;
  font-size: 13px;
}
.cid-tlbj0T9hQg .list-item-text {
  flex-grow: 1;
  color: #0B3C6A;
}
.cid-tlbj0T9hQg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlbj0T9hQg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlaj29JZxP {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wave-background-1914x813.jpg");
}
.cid-tlaj29JZxP .mbr-section-head {
  margin-bottom: 20px;
}
.cid-tlaj29JZxP .label-text {
  width: 100%;
  color: #ff3900;
  margin-bottom: 12px;
}
.cid-tlaj29JZxP .label-text span {
  padding: 7px 20px;
  background-color: #ffece7;
  border-radius: 15px;
  color: inherit;
}
.cid-tlaj29JZxP .mbr-section-title {
  color: #010d4c;
}
.cid-tlaj29JZxP .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-top: 75px;
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  .cid-tlaj29JZxP .mbr-section-subtitle {
    margin-top: 50px;
  }
}
.cid-tlaj29JZxP .colored-text {
  color: #FF3900;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tlaj29JZxP .cards-container {
  display: flex;
  justify-content: center;
  padding: 0 !important;
}
.cid-tlaj29JZxP .cards-row {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-tlaj29JZxP .col-card {
  display: flex;
  /* margin-top: 40px; */ /* <--- changed 2022-10-26 */
}
.cid-tlaj29JZxP .card-wrapper {
  padding: 30px 35px 40px;
  text-align: center;
  background-color: transparent;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 40px 80px rgba(0, 5, 134, 0.05);
}
@media (max-width: 1199px) {
  .cid-tlaj29JZxP .card-wrapper {
    padding: 30px 15px;
  }
}
.cid-tlaj29JZxP .card-2 {
  background-color: #ff3900;
  box-shadow: 0 40px 80px rgba(0, 5, 134, 0.05);
}
.cid-tlaj29JZxP .card-title {
  color: #CECECE;
  margin-bottom: 8px;
}
.cid-tlaj29JZxP .card-title2 {
  color: #ffffff;
  margin-bottom: 8px;
}
.cid-tlaj29JZxP .price-container {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
  padding-top: 8px;
}
.cid-tlaj29JZxP .symbol-text {
  color: #ff997b;
  line-height: 1;
}
.cid-tlaj29JZxP .symbol-text2 {
  color: #ffffff;
  line-height: 1.5;
}
.cid-tlaj29JZxP .price-text {
  color: #ff3900;
  line-height: 1;
}
.cid-tlaj29JZxP .price-text2 {
  color: #ffffff;
  line-height: 1;
}
.cid-tlaj29JZxP .price-share-text {
  color: #ff3900;
  line-height: 1.5;
}
.cid-tlaj29JZxP .price-share-text2 {
  color: #ffffff;
  line-height: 1;
}
.cid-tlaj29JZxP .mbr-text {
  color: #00284E;
  padding-bottom: 16px;
  margin-bottom: 0;
}
.cid-tlaj29JZxP .mbr-text2 {
  color: #ffffff;
  padding-bottom: 16px;
  margin-bottom: 0;
}
.cid-tlaj29JZxP .mbr-section-btn {
  width: 100%;
  margin-top: 40px;
}
.cid-tlaj29JZxP .mbr-section-btn .btn {
  width: 100%;
  min-height: 50px;
  border-radius: 50px;
  padding: 10px 42px;
}
.cid-tlaj29JZxP .mbr-section-btn .btn:before {
  display: none;
}
.cid-tlaj29JZxP .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tlaj29JZxP .mbr-section-btn .btn-secondary-outline {
  border: 1px solid currentColor !important;
}
.cid-tlaj29JZxP .mbr-section-btn .btn-secondary-outline:hover {
  color: #ffffff !important;
  border-color: #ff3900 !important;
  background-color: #ff3900 !important;
}
.cid-tlaj29JZxP .mbr-section-btn .btn-white {
  border: 1px solid #ffffff !important;
  color: #ff3900 !important;
}
.cid-tlaj29JZxP .mbr-section-btn .btn-white:hover {
  border: 1px solid #ffffff !important;
  color: #ff3900 !important;
  background-color: #ffffff !important;
}
.cid-tlaj29JZxP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlaj29JZxP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlalNv1sZ7 {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-tlalNv1sZ7 .row {
  justify-content: center;
}
.cid-tlalNv1sZ7 .strikediag {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='red' stroke-width='5'/><path d='M0 0 L100 100 ' stroke='red' stroke-width='5'/></svg>");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%, auto;
  width: 300px;
}
.cid-tlalNv1sZ7 .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
  color: #0d6efd;
  text-align: center;
}
.cid-tlalNv1sZ7 .mbr-section-title {
  margin-bottom: 0;
  color: #080808;
  text-align: center;
}
.cid-tlalNv1sZ7 .colored-text {
  color: #FF3900;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tlalNv1sZ7 .content-card {
  margin-top: 40px;
}
.cid-tlalNv1sZ7 .content-card .content-card-icon {
  width: 76px;
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  margin: 0 auto 38px;
}
/* .cid-tlalNv1sZ7 .content-card .content-card-icon span { <-- changed 2022-10-27
  width: 42px;
  height: 42px;
  color: #0d6efd;
  font-size: 42px;
} */
.cid-tlalNv1sZ7 .content-card .content-card-text .mbr-card-title {
  margin-bottom: 15px;
}
.cid-tlalNv1sZ7 .content-card .content-card-text .mbr-card-text {
  margin-bottom: 0;
}
.cid-tlalNv1sZ7 .mbr-card-title {
  color: #080808;
  text-align: center;
}
.cid-tlalNv1sZ7 .mbr-card-text {
  color: #65676c;
  text-align: center;
}
.cid-tlalNv1sZ7 .label-text {
  color: #ff3900;
}
.cid-tlalNv1sZ7 .label-text span {
  padding: 7px 20px;
  background-color: #ffece7;
  border-radius: 15px;
  color: inherit;
}
.cid-tlapaJTCYP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff3900;
}
.cid-tlapaJTCYP .row {
  align-items: center;
}
.cid-tlapaJTCYP .main-col {
  display: flex;
  align-items: stretch;
}
@media (max-width: 992px) { /* <-- changed  (max-width: 767px)*/
  .cid-tlapaJTCYP .main-col {
    flex-wrap: wrap;
  }
}
.cid-tlapaJTCYP .title-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 50%;
  padding: 50px 10px 10px 10px !important;
}
@media (max-width: 992px) { /* <-- changed  (max-width: 767px)*/
  .cid-tlapaJTCYP .title-container {
    width: 100%;
    min-height: auto;
    margin-bottom: 50px;
    padding: 0 !important;
  }
}
.cid-tlapaJTCYP .main-title {
  color: #ffffff;
  opacity: 0.85;
  width: 100%;
}
.cid-tlapaJTCYP .main-subtitle {
  margin-top: 40px;
  color: #ffffff;
  opacity: 0.85;
  width: 100%;
}
.cid-tlapaJTCYP .form-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  padding: 10px !important;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-tlapaJTCYP .form-container {
    width: 100%;
    min-height: auto;
    padding: 0 !important;
  }
}
.cid-tlapaJTCYP .form-bg {
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
  padding: 60px 50px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tlapaJTCYP .form-bg {
    padding: 50px 25px 50px 25px;
  }
}
@media (max-width: 767px) {
  .cid-tlapaJTCYP .form-bg {
    padding: 35px 30px;
  }
}
.cid-tlapaJTCYP form {
  width: 100%;
}
.cid-tlapaJTCYP form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-tlapaJTCYP form p {
  color: #1d191f;
}
.cid-tlapaJTCYP form .mbr-section-btn {
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
  justify-content: center;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-tlapaJTCYP form .mbr-section-btn {
    width: 100%;
  }
}
.cid-tlapaJTCYP form .mbr-section-btn .btn {
  min-width: 120px;
  /* width: 100%; */ /* <--- changed 2022-10-26 */
  border: none !important;
}
.cid-tlapaJTCYP form .form-group {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  flex-grow: 1;
}
.cid-tlapaJTCYP form .form-control{
  height: 55px;
  border: 1px solid #818a91 !important;
  background: transparent;
  box-shadow: none !important;
  border-radius: 10px !important;
  margin-bottom: 0;
  padding: 7px 20px;
  font-size: 16px;
  line-height: 24px;
  color: #1d191f;
  font-weight: 400;
}
.cid-tlapaJTCYP form .form-control::-webkit-input-placeholder {
  color: #adadad;
}
.cid-tlapaJTCYP form .form-control::-moz-placeholder {
  color: #adadad;
}
.cid-tlapaJTCYP form .form-control:-moz-placeholder {
  color: #adadad;
}
.cid-tlapaJTCYP form .form-control:-ms-input-placeholder {
  color: #adadad;
}
/* .cid-tlapaJTCYP form select { <--- changed 2022-10-27
  color: #adadad !important;
} */
.cid-tlapaJTCYP form textarea {
  height: 192px !important;
}
.cid-tlapaJTCYP form input:active,
.cid-tlapaJTCYP form textarea:active,
.cid-tlapaJTCYP form input:focus,
.cid-tlapaJTCYP form textarea:focus {
  background-color: transparent !important;
  border-color: #818a91 !important;
}
.cid-tlapaJTCYP form input:active::-webkit-input-placeholder,
.cid-tlapaJTCYP form textarea:active::-webkit-input-placeholder,
.cid-tlapaJTCYP form input:focus::-webkit-input-placeholder,
.cid-tlapaJTCYP form textarea:focus::-webkit-input-placeholder {
  color: #adadad;
}
.cid-tlapaJTCYP form input:active::-moz-placeholder,
.cid-tlapaJTCYP form textarea:active::-moz-placeholder,
.cid-tlapaJTCYP form input:focus::-moz-placeholder,
.cid-tlapaJTCYP form textarea:focus::-moz-placeholder {
  color: #adadad;
}
.cid-tlapaJTCYP form input:active:-moz-placeholder,
.cid-tlapaJTCYP form textarea:active:-moz-placeholder,
.cid-tlapaJTCYP form input:focus:-moz-placeholder,
.cid-tlapaJTCYP form textarea:focus:-moz-placeholder {
  color: #adadad;
}
.cid-tlapaJTCYP form input:active:-ms-input-placeholder,
.cid-tlapaJTCYP form textarea:active:-ms-input-placeholder,
.cid-tlapaJTCYP form input:focus:-ms-input-placeholder,
.cid-tlapaJTCYP form textarea:focus:-ms-input-placeholder {
  color: #adadad;
}
.cid-tlapaJTCYP form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-tlapaJTCYP form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-tlapaJTCYP form label {
  width: 100%;
  color: #1d191f;
  margin-bottom: 4px;
}
.cid-tlapaJTCYP form .form-check-input {
  border-color: #818a91 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-tlapaJTCYP form .form-check-input:focus,
.cid-tlapaJTCYP form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #1d191f !important;
}
.cid-tlapaJTCYP form .form-check-input:checked {
  border-color: #1d191f !important;
  background-color: #1d191f !important;
}
.cid-tlayoZf7ic {
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-tlayoZf7ic .container,
.cid-tlayoZf7ic .container-fluid {
  position: static;
}
.cid-tlayoZf7ic .label-text {
  width: 100%;
  color: #ff3900;
  margin-bottom: 20px;
}
.cid-tlayoZf7ic .label-text span {
  padding: 8px 18px;
  background-color: #ffece7;
  border-radius: 15px;
  color: inherit;
}
.cid-tlayoZf7ic .mbr-section-title {
  color: #010d4c;
  margin-bottom: 25px;
}
.cid-tlayoZf7ic .colored-text {
  color: #ff3900;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tlayoZf7ic .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .cid-tlayoZf7ic .mbr-text {
    padding-right: 48px;
  }
}
@media (max-width: 991px) {
  .cid-tlayoZf7ic .mbr-text {
    margin-top: 38px;
  }
}
.cid-tlayoZf7ic .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tlayoZf7ic .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tlayoZf7ic .mbr-section-btn .btn:before {
  display: none;
}
.cid-tlayoZf7ic .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tlayoZf7ic .image-wrapper {
  height: 650px;
}
.cid-tlayoZf7ic .image-wrapper img {
  height: 100%;
  object-fit: contain;
  max-width: 100%;
  margin-right: auto!important;
}
@media (min-width: 768px) {
  .cid-tlayoZf7ic .image-wrapper {
    position: absolute;
    top: 14%;
    width: 37.13%;
    z-index: 2;
    left: 4%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tlayoZf7ic .image-wrapper {
    width: 44%;
    top: 20%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tlayoZf7ic .image-wrapper {
    width: 37.13%;
    top: 26%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tlayoZf7ic .image-wrapper {
    top: 26%;
    left: 1%;
  }
}
@media (max-width: 767px) {
  .cid-tlayoZf7ic .image-wrapper {
    max-width: 474px !important;
    margin: 80px auto 0;
  }
}
.cid-tlayoZf7ic .image-wrapper:before {
  content: '';
  position: absolute;
  width: 918px;
  height: 918px;
  top: -28%;
  z-index: -1;
  border-radius: 50%;
  background: #dbf2ff69;
  box-shadow: 6px 73px 62px rgba(0, 38, 174, 0.02);
  box-sizing: border-box;
  left: -17%;
}
@media (max-width: 1399px) {
  .cid-tlayoZf7ic .image-wrapper:before {
    width: 750px;
    height: 750px;
  }
  .cid-tlayoZf7ic .image-wrapper img {
    margin-top: -7rem;
  }
}
@media (max-width: 1199px) {
  .cid-tlayoZf7ic .image-wrapper:before {
    width: 580px;
    height: 580px;
  }
  .cid-tlayoZf7ic .image-wrapper img {
    margin-top: -10rem;
  }
}
@media (max-width: 991px) {
  .cid-tlayoZf7ic .image-wrapper:before {
    width: 455px;
    height: 455px;
  }
}
@media (max-width: 767px) {
  .cid-tlayoZf7ic .image-wrapper:before {
    display: none;
  }
}
.cid-tlayoZf7ic .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-tlayoZf7ic .col-text {
    margin-left: auto;
  }
}
.cid-tlayoZf7ic .list {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cid-tlayoZf7ic .list {
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .cid-tlayoZf7ic .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-tlayoZf7ic .list {
    text-align: left;
    max-width: 440px;
  }
}
.cid-tlayoZf7ic .list-item {
  display: flex;
  align-items: center;
}
.cid-tlayoZf7ic .list-item:not(:first-child) {
  margin-top: 13px;
}
.cid-tlayoZf7ic .icon-wrapper {
  display: flex;
  margin-right: 20px;
}
.cid-tlayoZf7ic .icon-wrapper span {
  color: #0066ff;
  font-size: 13px;
}
.cid-tlayoZf7ic .list-item-text {
  flex-grow: 1;
  color: #0B3C6A;
}
.cid-tlayoZf7ic .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlayoZf7ic .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlarWVgdRF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tlarWVgdRF img {
  width: 100%;
  display: inline-block;
  padding: 0;
  max-width: 250px;
}
.cid-tlarWVgdRF .mbr-section-subtitle {
  margin-right: 30px;
  color: #5f5d68;
}
.cid-tlarWVgdRF .brand {
  display: flex;
  justify-content: center;
}
.cid-tlarWVgdRF .brand-row {
  justify-content: space-between;
  align-items: center;
}
.cid-tlarWVgdRF .row-main {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 460px) {
  .cid-tlarWVgdRF .row-main {
    flex-direction: column;
  }
  .cid-tlarWVgdRF .col-auto {
    margin-bottom: 10px;
  }
  .cid-tlarWVgdRF .mbr-section-subtitle {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-tlarWVgdRF .brand:nth-child(3) {
    padding-top: 10px;
  }
  .cid-tlarWVgdRF .brand:nth-child(4) {
    padding-top: 10px;
  }
  .cid-tlarWVgdRF .brand:nth-child(2) {
    padding-top: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tlarWVgdRF .brand:nth-child(2) {
    padding-top: 0;
  }
  .cid-tlarWVgdRF .brand:nth-child(3) {
    padding-top: 0;
  }
  .cid-tlarWVgdRF .brand:nth-child(4) {
    padding-top: 0;
  }
}
.cid-tlbf9zydCT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tlbf9zydCT img {
  width: 100%;
  display: inline-block;
  padding: 0;
  max-width: 250px;
}
.cid-tlbf9zydCT .mbr-section-subtitle {
  margin-right: 30px;
  color: #5f5d68;
}
.cid-tlbf9zydCT .brand {
  display: flex;
  justify-content: center;
}
.cid-tlbf9zydCT .brand-row {
  justify-content: center;
  align-items: center;
}
.cid-tlbf9zydCT .row-main {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 460px) {
  .cid-tlbf9zydCT .row-main {
    flex-direction: column;
  }
  .cid-tlbf9zydCT .col-auto {
    margin-bottom: 10px;
  }
  .cid-tlbf9zydCT .mbr-section-subtitle {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-tlbf9zydCT .brand:nth-child(3) {
    padding-top: 10px;
  }
  .cid-tlbf9zydCT .brand:nth-child(4) {
    padding-top: 10px;
  }
  .cid-tlbf9zydCT .brand:nth-child(2) {
    padding-top: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tlbf9zydCT .brand:nth-child(3) {
    padding-top: 0;
  }
  .cid-tlbf9zydCT .brand:nth-child(4) {
    padding-top: 0;
  }
  .cid-tlbf9zydCT .brand:nth-child(2) {
    padding-top: 0;
  }
  .cid-tlarWVgdRF#partners-1,
  .cid-tlbf9zydCT#partners-2{
    padding-top: 0;
    padding-bottom: 0;
  }
  .cid-tlarWVgdRF#partners-1 .brand,
  .cid-tlbf9zydCT#partners-2 .brand{
    margin-bottom: -1.8rem;
  }
}
.cid-tlawzp0aCj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/cta-bottom-background-1664x395.jpg");
}
.cid-tlawzp0aCj .container {
  display: flex;
  justify-content: center;
}
.cid-tlawzp0aCj .main-row {
  align-items: center;
  max-width: 1170px;
  width: 100%;
}
.cid-tlawzp0aCj .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #ffffff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 38px 53px !important;
  border-radius: 15px;
}
@media (max-width: 991px) {
  .cid-tlawzp0aCj .content-container {
    padding: 30px 3px !important;
  }
}
@media (min-width: 1400px) {
  .cid-tlawzp0aCj .content-container {
    padding: 38px 41px !important;
  }
}
.cid-tlawzp0aCj .col-text {
  padding: 0 12px !important;
}
@media (min-width: 1400px) {
  .cid-tlawzp0aCj .col-text {
    padding: 0 24px !important;
  }
}
@media (max-width: 991px) {
  .cid-tlawzp0aCj .col-text {
    margin-bottom: 20px;
  }
}
.cid-tlawzp0aCj .col-btn {
  display: flex;
  padding: 0 12px !important;
  justify-content: flex-end;
}
@media (min-width: 1400px) {
  .cid-tlawzp0aCj .col-btn {
    padding: 0 24px !important;
  }
}
@media (max-width: 991px) {
  .cid-tlawzp0aCj .col-btn {
    justify-content: center;
  }
}
.cid-tlawzp0aCj .text-container {
  width: 100%;
}
.cid-tlawzp0aCj .label-text {
  color: #A1A0A0;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .cid-tlawzp0aCj .label-text {
    text-align: center !important;
  }
}
.cid-tlawzp0aCj .mbr-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tlawzp0aCj .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tlawzp0aCj .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 1rem;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tlawzp0aCj .mbr-text {
    text-align: center !important;
  }
}
.cid-tlawzp0aCj .mbr-section-btn .btn {
  border-radius: 10px;
  padding: 10px 40px;
  min-height: 62px;
}
.cid-tlawzp0aCj .mbr-section-btn .btn-secondary-outline {
  border: 1px solid #ff3900;
}
.cid-tlawzp0aCj .mbr-section-btn .btn-secondary-outline:hover {
  background-color: #ff3900 !important;
  border-color: #ff3900 !important;
  color: #ffffff!important;
}
@media (max-width: 575px) {
  .cid-tlawzp0aCj .mbr-section-btn {
    min-width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tlawzp0aCj .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tlawzp0aCj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlawzp0aCj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlasCJkJQb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tlasCJkJQb .container {
  display: flex;
  justify-content: center;
}
.cid-tlasCJkJQb .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tlasCJkJQb .col-brand {
  margin-bottom: 40px;
}
.cid-tlasCJkJQb .col-link {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .cid-tlasCJkJQb .col-link3 {
    padding-left: 60px !important;
  }
}
.cid-tlasCJkJQb .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tlasCJkJQb .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tlasCJkJQb .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tlasCJkJQb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tlasCJkJQb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tlasCJkJQb .mbr-section-subtitle {
  color: #010d4c;
  margin-bottom: 20px;
}
.cid-tlasCJkJQb .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tlasCJkJQb .mbr-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-tlasCJkJQb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tlasCJkJQb .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tlasCJkJQb .soc-item:hover {
  background-color: #738bae;
}
.cid-tlasCJkJQb .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tlasCJkJQb .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-tlasCJkJQb .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tlasCJkJQb .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tlasCJkJQb .brand-text {
  margin-bottom: 35px;
  color: #00284E;
  opacity: 0.8;
}
.cid-tlasCJkJQb .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tlasCJkJQb .mbr-text .text-black {
  color: #00284E !important;
}
.cid-tlasCJkJQb .mbr-text a {
  opacity: 0.8;
}
.cid-tlasCJkJQb .mbr-text a:hover {
  opacity: 1;
  color: #0d6efd !important;
}
.cid-tlasCJkJQb .col-copyright {
  margin-top: 44px;
}
.cid-tlasCJkJQb .copyright {
  color: #00284E;
  opacity: 0.8;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tlasCJkJQb .copyright {
    text-align: center !important;
  }
}
.cid-tlasCJkJQb .comment-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 38px;
}
.cid-tlasCJkJQb .colored-text {
  color: #ff7a41;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  opacity: 1;
}
.cid-tlasCJkJQb .dragArea {
  width: 100%;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: 0 !important;
}
.cid-tlasCJkJQb .form-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  background-color: rgba(68, 109, 255, 0.07);
  box-shadow: 0 10px 20px rgba(0, 33, 63, 0.03);
  margin: 0;
  border-radius: 8px;
  padding: 8px 0 !important;
}
.cid-tlasCJkJQb .form-container .form-control {
  background-color: transparent;
}
.cid-tlasCJkJQb .form-group {
  flex-grow: 1;
  margin-bottom: 0 !important;
}
.cid-tlasCJkJQb .mbr-section-btn {
  padding-left: 0 !important;
}
.cid-tlasCJkJQb .mbr-section-btn .btn {
  width: 115px;
  border-radius: 8px;
  min-height: 54px;
  word-break: normal;
}
@media (max-width: 1199px) {
  .cid-tlasCJkJQb .mbr-section-btn .btn {
    width: 100px;
    min-height: 44px;
    padding: 5px 10px;
  }
}
.cid-tlasCJkJQb .mbr-section-btn .btn-primary:hover {
  background-color: #ff7a41 !important;
  color: #ffffff !important;
}
.cid-tlasCJkJQb .mbr-section-btn .btn-secondary:hover {
  background-color: #ff7a41 !important;
  color: #ffffff !important;
}
.cid-tlasCJkJQb .form-control {
  width: 100%;
  background-color: #FFFFFF;
  border: none !important;
  box-shadow: none !important;
  padding: 5px 0 5px 15px;
  height: 54px;
}
@media (max-width: 1199px) {
  .cid-tlasCJkJQb .form-control {
    height: 44px;
  }
}
.cid-tlasCJkJQb .form-control:hover,
.cid-tlasCJkJQb .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-tlasCJkJQb .form-control::-webkit-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tlasCJkJQb .form-control::-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tlasCJkJQb .form-control:-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tlasCJkJQb .form-control:-ms-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tlasCJkJQb .form-text {
  color: #A1A0A0;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1rem;
  padding: 0 !important;
}
.cid-tlasCJkJQb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlasCJkJQb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlhrBz5gft.popup-builder {
  background-color: #ffffff;
}
.cid-tlhrBz5gft.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tlhrBz5gft.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tlhrBz5gft .modal-content,
.cid-tlhrBz5gft .modal-dialog {
  height: auto;
}
.cid-tlhrBz5gft .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tlhrBz5gft .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tlhrBz5gft .form-wrapper .mbr-form .form-group,
  .cid-tlhrBz5gft .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tlhrBz5gft .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tlhrBz5gft .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tlhrBz5gft .mbr-text {
  text-align: center;
}
.cid-tlhrBz5gft .pt-0 {
  padding-top: 0 !important;
}
.cid-tlhrBz5gft .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tlhrBz5gft .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tlhrBz5gft .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tlhrBz5gft .modal-open {
  overflow: hidden;
}
.cid-tlhrBz5gft .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tlhrBz5gft .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tlhrBz5gft .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tlhrBz5gft .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tlhrBz5gft .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tlhrBz5gft .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tlhrBz5gft .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tlhrBz5gft .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tlhrBz5gft .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tlhrBz5gft .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tlhrBz5gft .modal-backdrop.fade {
  opacity: 0;
}
.cid-tlhrBz5gft .modal-backdrop.show {
  opacity: .5;
}
.cid-tlhrBz5gft .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tlhrBz5gft .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tlhrBz5gft .modal-header {
    padding: 1rem;
  }
}
.cid-tlhrBz5gft .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tlhrBz5gft .modal-header .close svg {
  fill: #353535;
}
.cid-tlhrBz5gft .modal-header .close:hover {
  opacity: 1;
}
.cid-tlhrBz5gft .modal-header .close:focus {
  outline: none;
}
.cid-tlhrBz5gft .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tlhrBz5gft .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tlhrBz5gft .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tlhrBz5gft .modal-body {
    padding: 1rem;
  }
}
.cid-tlhrBz5gft .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tlhrBz5gft .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tlhrBz5gft .modal-footer {
    padding: 1rem;
  }
}
.cid-tlhrBz5gft .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tlhrBz5gft .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tlhrBz5gft .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tlhrBz5gft .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tlhrBz5gft .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tlhrBz5gft .modal-lg,
  .cid-tlhrBz5gft .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tlhrBz5gft .modal-xl {
    max-width: 1140px;
  }
}
.cid-tlhrBz5gft .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tlhrBz5gft .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tlhrBz5gft .form-group {
  margin-bottom: 1rem;
}
.cid-tlhrBz5gft .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tlhrBz5gft .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tlhrBz5gft .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tlhrBz5gft .mbr-section-btn {
  margin: 0;
}
.cid-tlhrBz5gft .mbr-section-btn .btn {
  margin: 0;
}
.cid-tlhrHnGtcP.popup-builder {
  background-color: #ffffff;
}
.cid-tlhrHnGtcP.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tlhrHnGtcP.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tlhrHnGtcP .modal-content,
.cid-tlhrHnGtcP .modal-dialog {
  height: auto;
}
.cid-tlhrHnGtcP .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tlhrHnGtcP .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tlhrHnGtcP .form-wrapper .mbr-form .form-group,
  .cid-tlhrHnGtcP .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tlhrHnGtcP .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tlhrHnGtcP .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tlhrHnGtcP .mbr-text {
  text-align: center;
}
.cid-tlhrHnGtcP .pt-0 {
  padding-top: 0 !important;
}
.cid-tlhrHnGtcP .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tlhrHnGtcP .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tlhrHnGtcP .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tlhrHnGtcP .modal-open {
  overflow: hidden;
}
.cid-tlhrHnGtcP .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tlhrHnGtcP .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tlhrHnGtcP .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tlhrHnGtcP .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tlhrHnGtcP .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tlhrHnGtcP .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tlhrHnGtcP .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tlhrHnGtcP .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tlhrHnGtcP .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tlhrHnGtcP .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tlhrHnGtcP .modal-backdrop.fade {
  opacity: 0;
}
.cid-tlhrHnGtcP .modal-backdrop.show {
  opacity: .5;
}
.cid-tlhrHnGtcP .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tlhrHnGtcP .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tlhrHnGtcP .modal-header {
    padding: 1rem;
  }
}
.cid-tlhrHnGtcP .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tlhrHnGtcP .modal-header .close svg {
  fill: #353535;
}
.cid-tlhrHnGtcP .modal-header .close:hover {
  opacity: 1;
}
.cid-tlhrHnGtcP .modal-header .close:focus {
  outline: none;
}
.cid-tlhrHnGtcP .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tlhrHnGtcP .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tlhrHnGtcP .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tlhrHnGtcP .modal-body {
    padding: 1rem;
  }
}
.cid-tlhrHnGtcP .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tlhrHnGtcP .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tlhrHnGtcP .modal-footer {
    padding: 1rem;
  }
}
.cid-tlhrHnGtcP .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tlhrHnGtcP .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tlhrHnGtcP .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tlhrHnGtcP .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tlhrHnGtcP .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tlhrHnGtcP .modal-lg,
  .cid-tlhrHnGtcP .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tlhrHnGtcP .modal-xl {
    max-width: 1140px;
  }
}
.cid-tlhrHnGtcP .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tlhrHnGtcP .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tlhrHnGtcP .form-group {
  margin-bottom: 1rem;
}
.cid-tlhrHnGtcP .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tlhrHnGtcP .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tlhrHnGtcP .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tlhrHnGtcP .mbr-section-btn {
  margin: 0;
}
.cid-tlhrHnGtcP .mbr-section-btn .btn {
  margin: 0;
}



/* ****************** STYLES *********** */
.navbar-logo{
  max-width: 245px;
}
.cid-tlasCJkJQb .mbr-text a.hover-link:hover {
  color: #da4100 !important;
}
.cid-tlapaJTCYP form .mbr-section-btn .btn:hover,
.modal-content .btn.btn-primary:hover {
  background-color: #0149b2 !important;
  border-color: #0149b2 !important;
}
.placeholder-color::placeholder{
  opacity: .6;
}
.z-index-5{
  z-index: 5;
}
.z-index-2{
  z-index: 2;
}
.btn-outline-red{
  border: 1px solid #FF3900 !important;
  outline: unset;
  color: #FF3900;
}
.btn-outline-red:hover {
  color: #fff;
  background-color: #FF3900;
  border-color: #FF3900;
}
.fs-xxl{
  font-size: 3.6rem;
}
.fs-xxxl{
  font-size: 4.3rem;
}

.text-red{
  color: #FF3900 !important;
}
a.phone-icon-animate:hover i.icon-call-calling {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  perspective: 500px;
}
a.phone-icon-animate::before {
  content: none !important;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(1px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-1px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(1px, 0, 0);
  }
}

.js-d-block{
  display: block !important;
}

form select.form-control {
  color: #1d191f !important;
}

#register-phone-numbers{
  max-height: 150px;
  scrollbar-color: #f5b092;
  overflow-y: auto;
  overflow-x: hidden;
}


#register-phone-numbers::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

#register-phone-numbers::-webkit-scrollbar-track {
  border-radius: 15px;
  background: #eba080;
}

#register-phone-numbers::-webkit-scrollbar-thumb {
  border-radius: 15px;
  background: #f04b05;
}

#register-phone-numbers::-webkit-scrollbar-thumb:hover,
#register-phone-numbers::-webkit-scrollbar-thumb:active {
  background: #fd0505;

}
.number-input{
  height: 60%;
}
.number-input input::-webkit-outer-spin-button,
.number-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.modal form .form-control {
  height: 55px;
  border: 1px solid #818a91 !important;
  background: transparent;
  box-shadow: none !important;
  border-radius: 10px !important;
  margin-bottom: 0;
  padding: 7px 20px;
  font-size: 16px;
  line-height: 24px;
  color: #1d191f;
  font-weight: 400;
}
.form-select {
  height: 55px;
  border: 1px solid #818a91 !important;
  box-shadow: none !important;
  border-radius: 10px !important;
  margin-bottom: 0;
  padding: 7px 20px;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 400;
}
select.form-select:required:invalid {
  color: #818a91;
}
select.form-select option {
  color: #000;
  cursor: pointer;
}
.btn-step:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

.cid-tlawzp0aCj.py-mob#trial-application{
  padding-bottom: 5rem !important;
}

.form-validated .form-control:invalid,
.form-validated .form-select:invalid {
  border-color: #dc3545!important;
}

/* @konrad */
hr {
	border: 0;
	border-top: 1px dashed #6a6a6a;
	background: none;
}

.h-unset {
	height: unset !important;
}


@media (max-width: 576px) {
  .text-center-phone{
    text-align: center !important;
  }
 
  #sign-up-form.py-mob{
    padding-top: 3rem!important;
  }
  .number-input{
    height: auto;
  }
}
@media (max-width: 768px) {
  .carousel-caption {
    right: 8%;
    left: 8%;
  }
 
  
}

@media  (min-width: 440px) and (max-width: 992px) {
  .mbr-section-btn.navbar-btn .btn {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .mbr-section-btn.navbar-btn {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
  }

  .cid-tlapaJTCYP .title-container {
      width: 100%;
      min-height: auto;
      margin-bottom: 50px;
      padding: 0 !important;
  }
  .cid-tlapaJTCYP .form-container {
    width: 100%;
    min-height: auto;
    padding: 0 !important;
  }
  .cid-tlayoZf7ic.mbr-fullscreen{
    min-height: auto;
  }
  .cid-tlasCJkJQb#voip-footer{
    padding-top: 0 !important;
}
}


@media (max-width: 991px) {
  .py-mob{
    padding-top: 6rem!important;
    padding-bottom: 1rem!important;

  }
}

@media (min-width: 992px) {
  .number-input{
    width: 25% !important;

  }
}
