body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- 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: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((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: #ffff00 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #20b6dd !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #eb3e16 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffff00 !important;
  border-color: #ffff00 !important;
  color: #000000 !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: #a8a800 !important;
  border-color: #a8a800 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #a8a800 !important;
  border-color: #a8a800 !important;
}
.btn-secondary,
.btn-secondary: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-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.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-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #20b6dd !important;
  border-color: #20b6dd !important;
  color: #ffffff !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: #157891 !important;
  border-color: #157891 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #157891 !important;
  border-color: #157891 !important;
}
.btn-success,
.btn-success: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-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.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-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !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: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #eb3e16 !important;
  border-color: #eb3e16 !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: #9d280d !important;
  border-color: #9d280d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #9d280d !important;
  border-color: #9d280d !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !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: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !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: #ffff00;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a8a800 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #ffff00 !important;
  border-color: #ffff00 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #20b6dd;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #157891 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #20b6dd !important;
  border-color: #20b6dd !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #eb3e16;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #9d280d !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: #eb3e16 !important;
  border-color: #eb3e16 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.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: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffff00 !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #20b6dd !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #eb3e16 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #999900 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #136d84 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #8f250c !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: #ffff00;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #20b6dd;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #eb3e16;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffff00;
  border-color: #ffff00;
  color: #191900;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffff00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffcc;
}
.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: #d1f0f8;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fbdad2;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.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: #ffff00 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #ffff00;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffff00;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffff00;
}
.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: #ffff00;
  border-bottom-color: #ffff00;
}
.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: #000000 !important;
  background-color: #ffff00 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffffff !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='%23ffff00' %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;
}
.cid-tADc1ENzLD .navbar-dropdown {
  position: relative !important;
}
.cid-tADc1ENzLD .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-tADc1ENzLD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tADc1ENzLD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tADc1ENzLD .dropdown-item:hover,
.cid-tADc1ENzLD .dropdown-item:focus {
  background: #ffff00 !important;
  color: white !important;
}
.cid-tADc1ENzLD .dropdown-item:hover span {
  color: white;
}
.cid-tADc1ENzLD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tADc1ENzLD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tADc1ENzLD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tADc1ENzLD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tADc1ENzLD .nav-link {
  position: relative;
}
.cid-tADc1ENzLD .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tADc1ENzLD .container {
    flex-wrap: wrap;
  }
}
.cid-tADc1ENzLD .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tADc1ENzLD .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tADc1ENzLD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tADc1ENzLD .dropdown-menu,
.cid-tADc1ENzLD .navbar.opened {
  background: #20b6dd !important;
}
.cid-tADc1ENzLD .nav-item:focus,
.cid-tADc1ENzLD .nav-link:focus {
  outline: none;
}
.cid-tADc1ENzLD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tADc1ENzLD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tADc1ENzLD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tADc1ENzLD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tADc1ENzLD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tADc1ENzLD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tADc1ENzLD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #20b6dd;
}
.cid-tADc1ENzLD .navbar.opened {
  transition: all 0.3s;
}
.cid-tADc1ENzLD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tADc1ENzLD .navbar .navbar-logo img {
  width: auto;
}
.cid-tADc1ENzLD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tADc1ENzLD .navbar.collapsed {
  justify-content: center;
}
.cid-tADc1ENzLD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tADc1ENzLD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tADc1ENzLD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tADc1ENzLD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tADc1ENzLD .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-tADc1ENzLD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tADc1ENzLD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tADc1ENzLD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tADc1ENzLD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tADc1ENzLD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tADc1ENzLD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tADc1ENzLD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tADc1ENzLD .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-tADc1ENzLD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tADc1ENzLD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tADc1ENzLD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tADc1ENzLD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tADc1ENzLD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tADc1ENzLD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tADc1ENzLD .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tADc1ENzLD .navbar.navbar-short {
  min-height: 60px;
}
.cid-tADc1ENzLD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tADc1ENzLD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tADc1ENzLD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tADc1ENzLD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tADc1ENzLD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tADc1ENzLD .dropdown-item.active,
.cid-tADc1ENzLD .dropdown-item:active {
  background-color: transparent;
}
.cid-tADc1ENzLD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tADc1ENzLD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tADc1ENzLD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tADc1ENzLD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #20b6dd;
}
.cid-tADc1ENzLD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tADc1ENzLD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tADc1ENzLD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tADc1ENzLD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tADc1ENzLD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tADc1ENzLD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tADc1ENzLD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tADc1ENzLD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tADc1ENzLD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tADc1ENzLD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tADc1ENzLD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tADc1ENzLD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tADc1ENzLD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tADc1ENzLD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tADc1ENzLD .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tADc1ENzLD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tADc1ENzLD .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-tADc1ENzLD .navbar {
    height: 70px;
  }
  .cid-tADc1ENzLD .navbar.opened {
    height: auto;
  }
  .cid-tADc1ENzLD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAFdndmopV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tAFdndmopV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAFdndmopV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAFdndmopV .mbr-section-title {
  text-align: center;
  color: #20b6dd;
}
.cid-tB9eYJp5ux {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tB9eYJp5ux .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB9eYJp5ux .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB9eYJp5ux .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-tB9eYJp5ux .currentcost {
  color: #232323;
}
.cid-tB9eYJp5ux .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-tB9eYJp5ux .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tB9eYJp5ux .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tB9eYJp5ux .text-box {
    padding: 1rem;
  }
}
.cid-tB9eYJp5ux .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tB9eYJp5ux .mbr-text,
.cid-tB9eYJp5ux .cost,
.cid-tB9eYJp5ux .mbr-section-btn {
  text-align: left;
  color: #111111;
}
.cid-uMipoSBoy1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #20b6dd;
}
.cid-uMipoSBoy1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMipoSBoy1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMipoSBoy1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uMipoSBoy1 .mbr-section-title {
  color: #ffffff;
}
.cid-uMipfkFNiZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uMipfkFNiZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMipfkFNiZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMipfkFNiZ .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uMipfkFNiZ .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uMipfkFNiZ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uMipfkFNiZ .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uMipfkFNiZ .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uMipfkFNiZ .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uMipfkFNiZ .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uMipfkFNiZ .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uMipfkFNiZ .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uMipfkFNiZ .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uMipfkFNiZ .card-title {
  text-align: left;
  color: #20b6dd;
}
.cid-uLVERldDkr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uLVERldDkr .line {
  background-color: #0ec10d;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tCwMvuVsQ8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCwMvuVsQ8 img,
.cid-tCwMvuVsQ8 .item-img {
  width: 100%;
}
.cid-tCwMvuVsQ8 .item:focus,
.cid-tCwMvuVsQ8 span:focus {
  outline: none;
}
.cid-tCwMvuVsQ8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tCwMvuVsQ8 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tCwMvuVsQ8 .item {
  padding: 0;
  margin: 0;
}
.cid-tCwMvuVsQ8 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tCwMvuVsQ8 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tCwMvuVsQ8 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tCwMvuVsQ8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tCwMvuVsQ8 .mbr-section-title {
  color: #20b6dd;
}
.cid-tCwMvuVsQ8 .mbr-text,
.cid-tCwMvuVsQ8 .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-tCwMvuVsQ8 .item-title {
  text-align: center;
  color: #232323;
}
.cid-tCwMvuVsQ8 .item-subtitle {
  text-align: center;
}
.cid-tAFPGKyBRc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #20b6dd;
}
.cid-tAFPGKyBRc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAFPGKyBRc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAFPGKyBRc .mbr-section-subtitle {
  color: #eef9f6;
  text-align: center;
}
.cid-tAD5yK3oMD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b2d5e3;
}
.cid-tAD5yK3oMD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAD5yK3oMD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tAD5yK3oMD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tAD5yK3oMD .row {
  flex-direction: row-reverse;
}
.cid-tAD5yK3oMD img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tAD5yK3oMD .text-wrapper {
    padding: 2rem;
  }
}
.cid-tAD5yK3oMD .mbr-section-title {
  color: #16538c;
}
.cid-un6PbvdHa4 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-un6PbvdHa4 .mbr-section-subtitle {
  color: #20b6dd;
}
.cid-un7Wnzyvoc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #20b6dd;
}
.cid-un7Wnzyvoc .mbr-fallback-image.disabled {
  display: none;
}
.cid-un7Wnzyvoc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un7Wnzyvoc .mbr-section-title {
  color: #ffffff;
}
.cid-un7Wx7oOdV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-un7Wx7oOdV .mbr-fallback-image.disabled {
  display: none;
}
.cid-un7Wx7oOdV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un7Wx7oOdV .mbr-section-subtitle {
  text-align: left;
  color: #232323;
}
.cid-tAD8Btm3b7 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #20b6dd;
}
.cid-tAD8Btm3b7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAD8Btm3b7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAD8Btm3b7 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tAD8Btm3b7 .mbr-section-title {
  color: #ffffff;
}
.cid-vayIGCyLcK {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vayIGCyLcK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vayIGCyLcK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vayIGCyLcK .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vayIGCyLcK .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-vaEIyKmlBM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaEIyKmlBM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaEIyKmlBM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaEIyKmlBM .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vaEIyKmlBM .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-uM0BKDr8HR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eeedf0;
}
.cid-uM0BKDr8HR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM0BKDr8HR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM0BKDr8HR [class^="socicon-"]:before,
.cid-uM0BKDr8HR [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uM0BKDr8HR .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #20b6dd;
  border-width: 2px;
  transition: all .3s;
  border-color: #20b6dd;
}
.cid-uM0BKDr8HR .btn-social:hover {
  background: #20b6dd;
}
.cid-uM0BKDr8HR .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-tAG9a1kY8b {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #20b6dd;
}
.cid-tAG9a1kY8b .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAG9a1kY8b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAG9a1kY8b .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tAGb4iUi8y {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tAGb4iUi8y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAGb4iUi8y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAGb4iUi8y .mbr-section-title {
  text-align: center;
}
.cid-tAGb4iUi8y .mbr-section-title DIV {
  text-align: center;
}
.cid-tAGeII0E2T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tAGeII0E2T .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tAGeII0E2T .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tAGeII0E2T .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #20b6dd;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tAGeII0E2T .mbr-text {
  color: #20b6dd;
}
.cid-uLV3Uqq528 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uLV3Uqq528 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uLV3Uqq528 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uLV3Uqq528 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #20b6dd;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #20b6dd;
  color: #20b6dd;
  content: "✓";
}
.cid-uLV3Uqq528 .mbr-text {
  color: #232323;
}
.cid-uMkgZ8CEEV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #20b6dd;
}
.cid-uMkgZ8CEEV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkgZ8CEEV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uMkgZ8CEEV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMkgZ8CEEV img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uMkgZ8CEEV .text-wrapper {
    padding: 2rem;
  }
}
.cid-uMkgZ8CEEV .mbr-section-title {
  color: #ffffff;
}
.cid-uMkgZ8CEEV .mbr-text {
  color: #ffffff;
}
.cid-tAGk6SGV7k {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tAGk6SGV7k .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAGk6SGV7k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAGk6SGV7k .mbr-section-subtitle {
  color: #20b6dd;
}
.cid-tAGikqr7Ht {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tAGikqr7Ht .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAGikqr7Ht .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAGikqr7Ht .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-tAGiMQxhNR {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tAGiMQxhNR .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tAGiMQxhNR .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tAGiMQxhNR .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #20b6dd;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tAGiMQxhNR .mbr-text UL {
  text-align: left;
}
.cid-tAGiMQxhNR .mbr-text {
  color: #20b6dd;
}
.cid-urztILXWmb {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-urztILXWmb .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-urztILXWmb .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-urztILXWmb .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #20b6dd;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #20b6dd;
  color: #20b6dd;
  content: "✓";
}
.cid-tAIMirS9vG {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #20b6dd;
}
.cid-tAIMirS9vG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAIMirS9vG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAIMirS9vG .mbr-section-title {
  color: #ffffff;
}
.cid-tAIMirS9vG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vayJIpvVk8 {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vayJIpvVk8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vayJIpvVk8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vayJIpvVk8 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vayJIpvVk8 .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-tBUceMaFj6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #20b6dd;
}
.cid-tBUceMaFj6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBUceMaFj6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBUceMaFj6 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tAP65tjn5t {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tAP65tjn5t .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAP65tjn5t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAP65tjn5t .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tAP65tjn5t .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tAP65tjn5t .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffff00;
}
.cid-tAP65tjn5t .panel-body,
.cid-tAP65tjn5t .card-header {
  padding: 1rem 0;
}
.cid-tAP65tjn5t .panel-title-edit {
  color: #20b6dd;
}
.cid-tAP9nYFWVS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #20b6dd;
}
.cid-tAP9nYFWVS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAP9nYFWVS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAP9nYFWVS .content-wrapper {
  background: #20b6dd;
}
@media (max-width: 991px) {
  .cid-tAP9nYFWVS .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tAP9nYFWVS .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tAP9nYFWVS .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tAP9nYFWVS .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tAP9nYFWVS .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tAP9nYFWVS .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tAP9nYFWVS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tAP9nYFWVS .mbr-text,
.cid-tAP9nYFWVS .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tAP9nYFWVS .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-tAPaOqd8Nj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tAPaOqd8Nj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAPaOqd8Nj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAPaOqd8Nj .mbr-section-subtitle {
  text-align: center;
}
.cid-tAPaOqd8Nj .mbr-section-title {
  color: #2a2d72;
}
.cid-tAVcyoYAMj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tAVcyoYAMj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAVcyoYAMj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tAVcyoYAMj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tAVcyoYAMj .row {
  flex-direction: row-reverse;
}
.cid-tAVcyoYAMj img {
  width: 100%;
}
.cid-tAVycuVAa9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tAVycuVAa9 .mbr-text {
  text-align: center;
}
.cid-tAVycuVAa9 .mbr-section-subtitle {
  text-align: center;
}
.cid-uMn9GRJKaZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #9fdbf8;
}
.cid-uMn9GRJKaZ .mbr-text {
  text-align: center;
}
.cid-uMn9GRJKaZ .mbr-section-subtitle {
  text-align: center;
}
.cid-un9pbyUPRz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #20b6dd;
  overflow: hidden;
}
.cid-un9pbyUPRz .media-container-row .mbr-text P {
  text-align: center;
}
.cid-un9pbyUPRz .media-container-row .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-tBjcy8s0IH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tBjcy8s0IH .mbr-section-title {
  text-align: center;
}
.cid-un9pbyUPRz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #20b6dd;
  overflow: hidden;
}
.cid-un9pbyUPRz .media-container-row .mbr-text P {
  text-align: center;
}
.cid-un9pbyUPRz .media-container-row .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-tBjbQdLldf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tBjbQdLldf .mbr-section-title {
  text-align: center;
}
.cid-un9pbyUPRz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #20b6dd;
  overflow: hidden;
}
.cid-un9pbyUPRz .media-container-row .mbr-text P {
  text-align: center;
}
.cid-un9pbyUPRz .media-container-row .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-tBj77nMmy6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tBj77nMmy6 .mbr-section-title {
  text-align: center;
}
.cid-un9pbyUPRz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #20b6dd;
  overflow: hidden;
}
.cid-un9pbyUPRz .media-container-row .mbr-text P {
  text-align: center;
}
.cid-un9pbyUPRz .media-container-row .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-vaVVv38EdF .navbar-dropdown {
  position: relative !important;
}
.cid-vaVVv38EdF .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-vaVVv38EdF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vaVVv38EdF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vaVVv38EdF .dropdown-item:hover,
.cid-vaVVv38EdF .dropdown-item:focus {
  background: #ffff00 !important;
  color: white !important;
}
.cid-vaVVv38EdF .dropdown-item:hover span {
  color: white;
}
.cid-vaVVv38EdF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vaVVv38EdF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vaVVv38EdF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vaVVv38EdF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vaVVv38EdF .nav-link {
  position: relative;
}
.cid-vaVVv38EdF .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vaVVv38EdF .container {
    flex-wrap: wrap;
  }
}
.cid-vaVVv38EdF .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vaVVv38EdF .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vaVVv38EdF .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vaVVv38EdF .dropdown-menu,
.cid-vaVVv38EdF .navbar.opened {
  background: #20b6dd !important;
}
.cid-vaVVv38EdF .nav-item:focus,
.cid-vaVVv38EdF .nav-link:focus {
  outline: none;
}
.cid-vaVVv38EdF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vaVVv38EdF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaVVv38EdF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vaVVv38EdF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaVVv38EdF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaVVv38EdF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaVVv38EdF .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #20b6dd;
}
.cid-vaVVv38EdF .navbar.opened {
  transition: all 0.3s;
}
.cid-vaVVv38EdF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vaVVv38EdF .navbar .navbar-logo img {
  width: auto;
}
.cid-vaVVv38EdF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vaVVv38EdF .navbar.collapsed {
  justify-content: center;
}
.cid-vaVVv38EdF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vaVVv38EdF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vaVVv38EdF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaVVv38EdF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaVVv38EdF .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-vaVVv38EdF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaVVv38EdF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vaVVv38EdF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vaVVv38EdF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vaVVv38EdF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaVVv38EdF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaVVv38EdF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaVVv38EdF .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-vaVVv38EdF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vaVVv38EdF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaVVv38EdF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vaVVv38EdF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vaVVv38EdF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vaVVv38EdF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vaVVv38EdF .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vaVVv38EdF .navbar.navbar-short {
  min-height: 60px;
}
.cid-vaVVv38EdF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vaVVv38EdF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vaVVv38EdF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vaVVv38EdF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaVVv38EdF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaVVv38EdF .dropdown-item.active,
.cid-vaVVv38EdF .dropdown-item:active {
  background-color: transparent;
}
.cid-vaVVv38EdF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaVVv38EdF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaVVv38EdF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaVVv38EdF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #20b6dd;
}
.cid-vaVVv38EdF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaVVv38EdF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaVVv38EdF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vaVVv38EdF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vaVVv38EdF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vaVVv38EdF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vaVVv38EdF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaVVv38EdF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaVVv38EdF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaVVv38EdF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaVVv38EdF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaVVv38EdF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaVVv38EdF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaVVv38EdF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaVVv38EdF .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vaVVv38EdF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vaVVv38EdF .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-vaVVv38EdF .navbar {
    height: 70px;
  }
  .cid-vaVVv38EdF .navbar.opened {
    height: auto;
  }
  .cid-vaVVv38EdF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaVVvmolLj {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vaVVvmolLj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaVVvmolLj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaVVvmolLj .mbr-section-subtitle {
  color: #20b6dd;
}
.cid-vaVVvmUOzl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaVVvmUOzl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaVVvmUOzl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaVVvmUOzl .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-vaWfaBxsWG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaWfaBxsWG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWfaBxsWG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaWfaBxsWG .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-vaWfaBxsWG .mbr-section-title {
  text-align: left;
}
.cid-vaWgkX6eJ4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaWgkX6eJ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWgkX6eJ4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaWgkX6eJ4 .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-vaWgkX6eJ4 .mbr-section-title {
  text-align: left;
}
.cid-vaWgua5hqP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaWgua5hqP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWgua5hqP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaWgua5hqP .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-vaWgua5hqP .mbr-section-title {
  text-align: left;
}
.cid-vaWgS1zXhG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaWgS1zXhG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWgS1zXhG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaWgS1zXhG .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-vaWgS1zXhG .mbr-section-title {
  text-align: left;
}
.cid-vaWh24UK3Z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaWh24UK3Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWh24UK3Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaWh24UK3Z .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-vaWh24UK3Z .mbr-section-title {
  text-align: left;
}
.cid-vaWh7ZKzdD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaWh7ZKzdD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWh7ZKzdD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaWh7ZKzdD .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-vaWh7ZKzdD .mbr-section-title {
  text-align: left;
}
.cid-vaWhi013np {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaWhi013np .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWhi013np .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaWhi013np .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-vaWhi013np .mbr-section-title {
  text-align: left;
}
.cid-vaWhCpcuCz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaWhCpcuCz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWhCpcuCz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaWhCpcuCz .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-vaWhCpcuCz .mbr-section-title {
  text-align: left;
}
.cid-vaWhJl7xU4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaWhJl7xU4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWhJl7xU4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaWhJl7xU4 .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-vaWhJl7xU4 .mbr-section-title {
  text-align: left;
}
.cid-vaWi13joV3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaWi13joV3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWi13joV3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaWi13joV3 .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-vaWi13joV3 .mbr-section-title {
  text-align: left;
}
.cid-vaWi90X1sn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaWi90X1sn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWi90X1sn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaWi90X1sn .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-vaWi90X1sn .mbr-section-title {
  text-align: left;
}
.cid-vaWijElkaa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaWijElkaa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWijElkaa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaWijElkaa .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-vaWijElkaa .mbr-section-title {
  text-align: left;
}
.cid-vaWiXacBCf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaWiXacBCf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWiXacBCf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaWiXacBCf .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-vaWiXacBCf .mbr-section-title {
  text-align: left;
}
.cid-vaWj6oIo1Z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaWj6oIo1Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWj6oIo1Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaWj6oIo1Z .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-vaWj6oIo1Z .mbr-section-title {
  text-align: left;
}
.cid-vaWjsDdLJf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaWjsDdLJf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWjsDdLJf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaWjsDdLJf .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-vaWjsDdLJf .mbr-section-title {
  text-align: left;
}
.cid-vaVVvrniAL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #20b6dd;
}
.cid-vaVVvrniAL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaVVvrniAL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaVVvrniAL .content-wrapper {
  background: #20b6dd;
}
@media (max-width: 991px) {
  .cid-vaVVvrniAL .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-vaVVvrniAL .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vaVVvrniAL .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vaVVvrniAL .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vaVVvrniAL .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vaVVvrniAL .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-vaVVvrniAL .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vaVVvrniAL .mbr-text,
.cid-vaVVvrniAL .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vaVVvrniAL .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-vaVVvs7Sup {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaVVvs7Sup .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaVVvs7Sup .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaVVvs7Sup .mbr-section-subtitle {
  text-align: center;
}
.cid-vaVVvs7Sup .mbr-section-title {
  color: #2a2d72;
}
.cid-vaVVvsPQev {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaVVvsPQev .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaVVvsPQev .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vaVVvsPQev .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vaVVvsPQev .row {
  flex-direction: row-reverse;
}
.cid-vaVVvsPQev img {
  width: 100%;
}
.cid-vaVVvtwdEl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vaVVvtwdEl .mbr-text {
  text-align: center;
}
.cid-vaVVvtwdEl .mbr-section-subtitle {
  text-align: center;
}
.cid-vaVVvu7k0m {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #9fdbf8;
}
.cid-vaVVvu7k0m .mbr-text {
  text-align: center;
}
.cid-vaVVvu7k0m .mbr-section-subtitle {
  text-align: center;
}
.cid-vaVVvuGTou {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #20b6dd;
  overflow: hidden;
}
.cid-vaVVvuGTou .media-container-row .mbr-text P {
  text-align: center;
}
.cid-vaVVvuGTou .media-container-row .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-vaWlPfaviA .navbar-dropdown {
  position: relative !important;
}
.cid-vaWlPfaviA .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-vaWlPfaviA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vaWlPfaviA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vaWlPfaviA .dropdown-item:hover,
.cid-vaWlPfaviA .dropdown-item:focus {
  background: #ffff00 !important;
  color: white !important;
}
.cid-vaWlPfaviA .dropdown-item:hover span {
  color: white;
}
.cid-vaWlPfaviA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vaWlPfaviA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vaWlPfaviA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vaWlPfaviA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vaWlPfaviA .nav-link {
  position: relative;
}
.cid-vaWlPfaviA .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vaWlPfaviA .container {
    flex-wrap: wrap;
  }
}
.cid-vaWlPfaviA .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vaWlPfaviA .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vaWlPfaviA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vaWlPfaviA .dropdown-menu,
.cid-vaWlPfaviA .navbar.opened {
  background: #20b6dd !important;
}
.cid-vaWlPfaviA .nav-item:focus,
.cid-vaWlPfaviA .nav-link:focus {
  outline: none;
}
.cid-vaWlPfaviA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vaWlPfaviA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaWlPfaviA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vaWlPfaviA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaWlPfaviA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaWlPfaviA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaWlPfaviA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #20b6dd;
}
.cid-vaWlPfaviA .navbar.opened {
  transition: all 0.3s;
}
.cid-vaWlPfaviA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vaWlPfaviA .navbar .navbar-logo img {
  width: auto;
}
.cid-vaWlPfaviA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vaWlPfaviA .navbar.collapsed {
  justify-content: center;
}
.cid-vaWlPfaviA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vaWlPfaviA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vaWlPfaviA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaWlPfaviA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaWlPfaviA .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-vaWlPfaviA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaWlPfaviA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vaWlPfaviA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vaWlPfaviA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vaWlPfaviA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaWlPfaviA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaWlPfaviA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaWlPfaviA .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-vaWlPfaviA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vaWlPfaviA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaWlPfaviA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vaWlPfaviA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vaWlPfaviA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vaWlPfaviA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vaWlPfaviA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vaWlPfaviA .navbar.navbar-short {
  min-height: 60px;
}
.cid-vaWlPfaviA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vaWlPfaviA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vaWlPfaviA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vaWlPfaviA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaWlPfaviA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaWlPfaviA .dropdown-item.active,
.cid-vaWlPfaviA .dropdown-item:active {
  background-color: transparent;
}
.cid-vaWlPfaviA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaWlPfaviA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaWlPfaviA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaWlPfaviA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #20b6dd;
}
.cid-vaWlPfaviA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaWlPfaviA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaWlPfaviA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vaWlPfaviA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vaWlPfaviA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vaWlPfaviA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vaWlPfaviA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaWlPfaviA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaWlPfaviA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaWlPfaviA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaWlPfaviA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaWlPfaviA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaWlPfaviA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaWlPfaviA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaWlPfaviA .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vaWlPfaviA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vaWlPfaviA .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-vaWlPfaviA .navbar {
    height: 70px;
  }
  .cid-vaWlPfaviA .navbar.opened {
    height: auto;
  }
  .cid-vaWlPfaviA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaWlPgqqFH {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vaWlPgqqFH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWlPgqqFH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaWlPgqqFH .mbr-section-subtitle {
  color: #20b6dd;
}
.cid-vaWlPhCeFb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaWlPhCeFb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWlPhCeFb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaWlPhCeFb .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-vaWlPilekZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaWlPilekZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWlPilekZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaWlPilekZ .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-vaWlPilekZ .mbr-section-title {
  text-align: left;
}
.cid-vaWlPiNW3e {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaWlPiNW3e .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWlPiNW3e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaWlPiNW3e .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-vaWlPiNW3e .mbr-section-title {
  text-align: left;
}
.cid-vaWlPjiabM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaWlPjiabM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWlPjiabM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaWlPjiabM .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-vaWlPjiabM .mbr-section-title {
  text-align: left;
}
.cid-vaWlPjNWFJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaWlPjNWFJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWlPjNWFJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaWlPjNWFJ .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-vaWlPjNWFJ .mbr-section-title {
  text-align: left;
}
.cid-vaWlPkjS1J {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaWlPkjS1J .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWlPkjS1J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaWlPkjS1J .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-vaWlPkjS1J .mbr-section-title {
  text-align: left;
}
.cid-vaWlPl09Xc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaWlPl09Xc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWlPl09Xc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaWlPl09Xc .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-vaWlPl09Xc .mbr-section-title {
  text-align: left;
}
.cid-vaWlPm69ZO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaWlPm69ZO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWlPm69ZO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaWlPm69ZO .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-vaWlPm69ZO .mbr-section-title {
  text-align: left;
}
.cid-vaWlPmrTXy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaWlPmrTXy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWlPmrTXy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaWlPmrTXy .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-vaWlPmrTXy .mbr-section-title {
  text-align: left;
}
.cid-vaWlPmKT3V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaWlPmKT3V .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWlPmKT3V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaWlPmKT3V .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-vaWlPmKT3V .mbr-section-title {
  text-align: left;
}
.cid-vaWlPn8Psu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaWlPn8Psu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWlPn8Psu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaWlPn8Psu .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-vaWlPn8Psu .mbr-section-title {
  text-align: left;
}
.cid-vaWlPnvfEt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaWlPnvfEt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWlPnvfEt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaWlPnvfEt .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-vaWlPnvfEt .mbr-section-title {
  text-align: left;
}
.cid-vaWlPnPnsV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaWlPnPnsV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWlPnPnsV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaWlPnPnsV .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-vaWlPnPnsV .mbr-section-title {
  text-align: left;
}
.cid-vaWlPodK61 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaWlPodK61 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWlPodK61 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaWlPodK61 .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-vaWlPodK61 .mbr-section-title {
  text-align: left;
}
.cid-vaWlPoFVjA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaWlPoFVjA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWlPoFVjA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaWlPoFVjA .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-vaWlPoFVjA .mbr-section-title {
  text-align: left;
}
.cid-vaWlPoZsKw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaWlPoZsKw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWlPoZsKw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaWlPoZsKw .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-vaWlPoZsKw .mbr-section-title {
  text-align: left;
}
.cid-vaWlPpkas5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #20b6dd;
}
.cid-vaWlPpkas5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWlPpkas5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaWlPpkas5 .content-wrapper {
  background: #20b6dd;
}
@media (max-width: 991px) {
  .cid-vaWlPpkas5 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-vaWlPpkas5 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vaWlPpkas5 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vaWlPpkas5 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vaWlPpkas5 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vaWlPpkas5 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-vaWlPpkas5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vaWlPpkas5 .mbr-text,
.cid-vaWlPpkas5 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vaWlPpkas5 .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-vaWlPpK1Q2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaWlPpK1Q2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWlPpK1Q2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaWlPpK1Q2 .mbr-section-subtitle {
  text-align: center;
}
.cid-vaWlPpK1Q2 .mbr-section-title {
  color: #2a2d72;
}
.cid-vaWlPq475e {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaWlPq475e .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWlPq475e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vaWlPq475e .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vaWlPq475e .row {
  flex-direction: row-reverse;
}
.cid-vaWlPq475e img {
  width: 100%;
}
.cid-vaWlPqzfeo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vaWlPqzfeo .mbr-text {
  text-align: center;
}
.cid-vaWlPqzfeo .mbr-section-subtitle {
  text-align: center;
}
.cid-vaWlPqT7hi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #9fdbf8;
}
.cid-vaWlPqT7hi .mbr-text {
  text-align: center;
}
.cid-vaWlPqT7hi .mbr-section-subtitle {
  text-align: center;
}
.cid-vaWlPrbdBA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #20b6dd;
  overflow: hidden;
}
.cid-vaWlPrbdBA .media-container-row .mbr-text P {
  text-align: center;
}
.cid-vaWlPrbdBA .media-container-row .mbr-text {
  text-align: center;
  color: #ffffff;
}
