body {
  font-family: Open Sans;
}
.display-1 {
  font-family: 'Merriweather', serif;
  font-size: 3.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 3.8rem;
}
.display-2 {
  font-family: 'Merriweather', serif;
  font-size: 2.6rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.6rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.875rem;
}
.display-4 > .mbr-iconfont {
  font-size: 0.875rem;
}
.display-5 {
  font-family: 'Merriweather', serif;
  font-size: 1.125rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.125rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.125rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 6px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 6px;
}
.btn-lg {
  padding: 20px 25px;
  border-radius: 6px;
}
.bg-primary {
  background-color: #0087ab !important;
}
.bg-success {
  background-color: #344cf1 !important;
}
.bg-info {
  background-color: #48d678 !important;
}
.bg-warning {
  background-color: #d63d3d !important;
}
.bg-danger {
  background-color: #ececec !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #0087ab !important;
  border-color: #0087ab !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #004b5e !important;
  border-color: #004b5e !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #004b5e !important;
  border-color: #004b5e !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #0a1c44 !important;
  border-color: #0a1c44 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #000101 !important;
  border-color: #000101 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000101 !important;
  border-color: #000101 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #48d678 !important;
  border-color: #48d678 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #26ab53 !important;
  border-color: #26ab53 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #26ab53 !important;
  border-color: #26ab53 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #344cf1 !important;
  border-color: #344cf1 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #0e26cb !important;
  border-color: #0e26cb !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0e26cb !important;
  border-color: #0e26cb !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #d63d3d !important;
  border-color: #d63d3d !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #a42323 !important;
  border-color: #a42323 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a42323 !important;
  border-color: #a42323 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #ececec !important;
  border-color: #ececec !important;
  color: #6d6d6d !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #003645;
  color: #003645;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #0087ab;
  border-color: #0087ab;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0087ab !important;
  border-color: #0087ab !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #0a1c44;
  border-color: #0a1c44;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0a1c44 !important;
  border-color: #0a1c44 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #229649;
  color: #229649;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #48d678;
  border-color: #48d678;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #48d678 !important;
  border-color: #48d678 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #0c21b3;
  color: #0c21b3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #344cf1;
  border-color: #344cf1;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #344cf1 !important;
  border-color: #344cf1 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #8f1e1e;
  color: #8f1e1e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #d63d3d;
  border-color: #d63d3d;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d63d3d !important;
  border-color: #d63d3d !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #b9b9b9;
  color: #b9b9b9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #6d6d6d;
  background-color: #ececec;
  border-color: #ececec;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #6d6d6d !important;
  background-color: #ececec !important;
  border-color: #ececec !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #0087ab !important;
}
.text-secondary {
  color: #0a1c44 !important;
}
.text-success {
  color: #344cf1 !important;
}
.text-info {
  color: #48d678 !important;
}
.text-warning {
  color: #d63d3d !important;
}
.text-danger {
  color: #ececec !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #003645 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #0c21b3 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #229649 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8f1e1e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b9b9b9 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #48d678;
}
.alert-warning {
  background-color: #d63d3d;
}
.alert-danger {
  background-color: #ececec;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0087ab;
  border-color: #0087ab;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0087ab;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #2bd2ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f3f4fe;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #effbf3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fae5e5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.125rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #0087ab;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.btn-primary:hover {
  color: #0087ab !important;
  background: white !important;
  border-color: white !important;
}
.form-control,
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0087ab;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0087ab;
  border-bottom-color: #0087ab;
}
.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: #0087ab !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: #0a1c44 !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%;
}
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='%230087ab' %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;
}
.cid-rzH9jrlpnt .navbar {
  padding: 0.5rem 0;
  background: #e9e9e9;
  transition: none;
  min-height: 50px;
}
.cid-rzH9jrlpnt .navbar-fixed-top {
  padding-top: 0;
}
.cid-rzH9jrlpnt .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-rzH9jrlpnt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzH9jrlpnt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-rzH9jrlpnt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rzH9jrlpnt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rzH9jrlpnt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rzH9jrlpnt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rzH9jrlpnt .menu-content-top {
  background: #303f61;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-rzH9jrlpnt .dropdown-item {
  padding: 0;
}
.cid-rzH9jrlpnt .dropdown-item,
.cid-rzH9jrlpnt .nav-link,
.cid-rzH9jrlpnt .brand-name {
  font-style: normal;
}
.cid-rzH9jrlpnt .dropdown-item:hover,
.cid-rzH9jrlpnt .nav-link:hover,
.cid-rzH9jrlpnt .brand-name:hover {
  color: #0087ab !important;
}
.cid-rzH9jrlpnt .dropdown-menu {
  background-color: #0a1c44;
}
.cid-rzH9jrlpnt .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-rzH9jrlpnt .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rzH9jrlpnt .navbar-dropdown.bg-color.transparent.opened {
  background: #e9e9e9;
}
.cid-rzH9jrlpnt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-rzH9jrlpnt .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-rzH9jrlpnt .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rzH9jrlpnt .content-text {
  margin-bottom: 0;
}
.cid-rzH9jrlpnt .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rzH9jrlpnt .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-rzH9jrlpnt .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-rzH9jrlpnt .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-rzH9jrlpnt .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-rzH9jrlpnt .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rzH9jrlpnt .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rzH9jrlpnt .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rzH9jrlpnt .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rzH9jrlpnt .nav-dropdown .link {
  font-weight: 400;
}
.cid-rzH9jrlpnt .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rzH9jrlpnt .content-right-side {
  text-align: center;
}
.cid-rzH9jrlpnt .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-rzH9jrlpnt .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-rzH9jrlpnt .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-rzH9jrlpnt .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzH9jrlpnt .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzH9jrlpnt .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-rzH9jrlpnt .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-rzH9jrlpnt .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-rzH9jrlpnt .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-rzH9jrlpnt .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-rzH9jrlpnt .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-rzH9jrlpnt .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rzH9jrlpnt .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-rzH9jrlpnt .navbar {
    display: block;
    padding: 0;
  }
  .cid-rzH9jrlpnt .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rzH9jrlpnt .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-rzH9jrlpnt .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-rzH9jrlpnt .navbar-toggler {
    display: none;
  }
  .cid-rzH9jrlpnt .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-rzH9jrlpnt .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-rzH9jrlpnt .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rzH9jrlpnt .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rzH9jrlpnt .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-rzH9jrlpnt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rzH9jrlpnt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rzH9jrlpnt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rzH9jrlpnt .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rzH9jrlpnt .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rzH9jrlpnt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rzH9jrlpnt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rzH9jrlpnt .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rzH9jrlpnt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rzH9jrlpnt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rzH9jrlpnt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rzH9jrlpnt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rzH9jrlpnt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-rzH9jrlpnt .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-rzH9jrlpnt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rzH9jrlpnt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rzH9jrlpnt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rzH9jrlpnt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rzH9jrlpnt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-rzH9jrlpnt button.navbar-toggler:focus {
  outline: none;
}
.cid-rzH9jrlpnt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-rzH9jrlpnt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-rzH9jrlpnt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rzH9jrlpnt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rzH9jrlpnt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-rzH9jrlpnt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rzH9jrlpnt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-rzH9jrlpnt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-rzH9jrlpnt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rzH9jrlpnt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rzH9jrlpnt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rzH9jrlpnt .collapsed .btn {
  display: flex;
}
.cid-rzH9jrlpnt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rzH9jrlpnt .collapsed .navbar-collapse.collapsing,
.cid-rzH9jrlpnt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rzH9jrlpnt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rzH9jrlpnt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rzH9jrlpnt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rzH9jrlpnt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rzH9jrlpnt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rzH9jrlpnt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rzH9jrlpnt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rzH9jrlpnt .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-rzH9jrlpnt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rzH9jrlpnt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rzH9jrlpnt .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rzH9jrlpnt .collapsed button.navbar-toggler {
  display: block;
}
.cid-rzH9jrlpnt .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-rzH9jrlpnt .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rzH9jrlpnt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-rzH9jrlpnt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rzH9jrlpnt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rzH9jrlpnt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-rzH9jrlpnt .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-rzH9jrlpnt .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-rzH9jrlpnt .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-rzH9jrlpnt .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-rzH9jrlpnt .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-rzH9jrlpnt .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rzH9jrlpnt .navbar-collapse.collapsing,
  .cid-rzH9jrlpnt .navbar-collapse.show {
    display: block !important;
  }
  .cid-rzH9jrlpnt .navbar-collapse.collapsing .navbar-nav,
  .cid-rzH9jrlpnt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rzH9jrlpnt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rzH9jrlpnt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rzH9jrlpnt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rzH9jrlpnt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rzH9jrlpnt .navbar-collapse.collapsing .navbar-buttons,
  .cid-rzH9jrlpnt .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-rzH9jrlpnt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rzH9jrlpnt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rzH9jrlpnt img {
    height: 3.8rem !important;
  }
  .cid-rzH9jrlpnt .btn {
    display: flex;
  }
  .cid-rzH9jrlpnt button.navbar-toggler {
    display: block;
  }
  .cid-rzH9jrlpnt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-rzH9jrlpnt .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rzH9jrlpnt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-rzH9jrlpnt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rzH9jrlpnt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rzH9jrlpnt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-rzH9jrlpnt .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-rzH9jrlpnt .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-rzH9jrlpnt .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rzH9jrlpnt .nav-link:focus {
  outline: none;
}
.cid-rzH9jrlpnt .navbar-toggler {
  position: relative;
}
.cid-rzH9jrlpnt .dropdown-item.active,
.cid-rzH9jrlpnt .dropdown-item:active {
  color: initial;
}
.cid-rzH9jrlpnt .widget-title,
.cid-rzH9jrlpnt .widget-icon {
  color: #e9e9e9;
}
.cid-rzH9jrlpnt .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-rzH9jrlpnt .menu-logo {
    display: none;
  }
  .cid-rzH9jrlpnt .navbar {
    padding: 0;
  }
  .cid-rzH9jrlpnt .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rzH9jrlpnt button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-rzH9jLUC8G {
  background-image: url("../../../assets/images/little-girl-figure-skater-light-pink-tracksuit-with-smile-2000x1333.jpg");
}
.cid-rzH9Aqjs3b {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-rzH9Aqjs3b img {
  width: 100%;
}
.cid-rzH9Aqjs3b p {
  line-height: 1.6;
}
.cid-rzH9Aqjs3b .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rzH9Aqjs3b .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-rzH9Aqjs3b .mbr-text,
.cid-rzH9Aqjs3b .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-rzH9Aqjs3b .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rzH9Aqjs3b .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.cid-rzH9Aqjs3b .mbr-section-title .line-wrap {
  text-align: center;
}
.cid-rzH9Aqjs3b .mbr-section-title,
.cid-rzH9Aqjs3b .line-wrap {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-rzH9Aqjs3b .mbr-section-btn {
    margin-bottom: 3rem;
  }
}
.cid-rzH9Yita4N {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/view-figure-skater-feet-figure-skating-practice-2000x1333.jpg");
}
.cid-rzH9Yita4N .container-fluid {
  overflow: hidden;
}
.cid-rzH9Yita4N .carousel-controls {
  display: none;
}
.cid-rzH9Yita4N .carousel-controls a {
  transition: opacity 0.5s;
}
.cid-rzH9Yita4N .carousel-controls a:hover span,
.cid-rzH9Yita4N .carousel-controls a:focus span {
  opacity: 1;
}
.cid-rzH9Yita4N .carousel-controls a:hover svg,
.cid-rzH9Yita4N .carousel-controls a:focus svg {
  transition: all 0.25s;
  stroke-width: 3;
}
.cid-rzH9Yita4N .carousel-controls a:active svg {
  transition: all 0.1s;
  stroke-width: 5;
}
.cid-rzH9Yita4N .carousel-indicators li {
  bottom: 0;
  width: 15px;
  height: 15px;
  margin: 3px;
  background: #ffffff;
  border: 0;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-rzH9Yita4N .carousel-indicators {
  bottom: 0px;
}
.cid-rzH9Yita4N .carousel-indicators .active {
  border: 0px solid #1b1b1b;
  background: #0087ab;
}
.cid-rzH9Yita4N ol {
  margin-bottom: 0rem;
}
.cid-rzH9Yita4N .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 30px;
  padding-top: 1rem;
}
.cid-rzH9Yita4N .carousel-control-prev {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  opacity: 0.3;
}
.cid-rzH9Yita4N .carousel-control-next {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  opacity: 0.3;
}
.cid-rzH9Yita4N .carousel-item.active,
.cid-rzH9Yita4N .carousel-item-next,
.cid-rzH9Yita4N .carousel-item-prev {
  display: flex;
}
.cid-rzH9Yita4N .user_image {
  overflow: hidden;
  display: flex;
  padding: 1.5rem;
}
.cid-rzH9Yita4N .user_image .user_image_inner {
  max-width: 250px;
  max-height: 250px;
  border-radius: 10%;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
  display: flex;
  margin: auto;
}
.cid-rzH9Yita4N .user_image .user_image_inner img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.cid-rzH9Yita4N .user_text {
  color: #767676;
  position: relative;
}
.cid-rzH9Yita4N .underline {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-rzH9Yita4N .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #0087ab, #0a1c44);
  display: inline-block;
}
.cid-rzH9Yita4N .testimonials-quote svg {
  height: 50px;
  width: 50px;
  opacity: 0.2;
  margin-bottom: -50px;
  margin-left: -25px;
}
.cid-rzH9Yita4N svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-rzH9Yita4N .user_name {
  color: #ffffff;
  text-align: right;
}
.cid-rzH9Yita4N .carousel-controls svg {
  height: 60px;
}
@media (max-width: 576px) {
  .cid-rzH9Yita4N .carousel-controls {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-rzH9Yita4N .testimonials-quote,
  .cid-rzH9Yita4N .user_text,
  .cid-rzH9Yita4N .user_name,
  .cid-rzH9Yita4N .user_desk {
    text-align: center !important;
  }
  .cid-rzH9Yita4N .carousel-controls a span {
    top: auto;
    bottom: 0;
  }
  .cid-rzH9Yita4N .testimonials-quote svg {
    margin-left: 0px;
  }
}
@media (min-width: 768px) {
  .cid-rzH9Yita4N .mbr-section-title,
  .cid-rzH9Yita4N .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .cid-rzH9Yita4N .carousel-control-prev span {
    right: -1rem;
  }
  .cid-rzH9Yita4N .carousel-control-next span {
    left: -1rem;
  }
  .cid-rzH9Yita4N .user-text {
    padding-right: 2rem;
  }
  .cid-rzH9Yita4N .carousel-control-prev,
  .cid-rzH9Yita4N .carousel-control-next {
    -webkit-align-items: center;
    align-items: center;
  }
}
.cid-rzH9Yita4N .user_desk {
  text-align: right;
  color: #ffffff;
  font-style: italic;
  font-weight: 300;
}
.cid-rzH9Yita4N .user_text,
.cid-rzH9Yita4N .testimonials-quote {
  color: #ffffff;
}
.cid-rzH9Cj2Qgi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rzH9Cj2Qgi .row {
  margin: 0;
}
.cid-rzH9Cj2Qgi .container-fluid {
  padding: 0;
}
.cid-rzH9Cj2Qgi p {
  line-height: 1.6;
}
.cid-rzH9Cj2Qgi .img {
  padding: 0;
  width: 100%;
  overflow: hidden;
  max-height: 940px;
}
.cid-rzH9Cj2Qgi .img .big-img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-rzH9Cj2Qgi .rev {
  margin: 0;
  color: #000000;
  text-align: left;
}
.cid-rzH9Cj2Qgi .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 10rem;
  padding-right: 10rem;
}
.cid-rzH9Cj2Qgi .mbr-section-title {
  text-align: left;
}
.cid-rzH9Cj2Qgi .card {
  margin-bottom: 1.5rem;
}
.cid-rzH9Cj2Qgi .card-wrapper {
  width: 100%;
  background: #e9e9e9;
  color: #444444;
  padding: 0;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.cid-rzH9Cj2Qgi .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rzH9Cj2Qgi .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #333333;
  margin-top: 0.5rem;
  margin-bottom: 3rem;
}
.cid-rzH9Cj2Qgi .mbr-iconfont {
  font-size: 1rem;
}
.cid-rzH9Cj2Qgi .ico-line-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rzH9Cj2Qgi .ico-line {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzH9Cj2Qgi .card-title {
  color: #333333;
  text-align: left;
}
.cid-rzH9Cj2Qgi .card-img {
  margin: auto;
  border-radius: 0;
  width: 155px;
}
.cid-rzH9Cj2Qgi .card-box {
  padding: 1rem 1rem;
  width: 100%;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rzH9Cj2Qgi .mbr-section-title,
.cid-rzH9Cj2Qgi .line-wrap {
  text-align: left;
  color: #333333;
}
.cid-rzH9Cj2Qgi .card-box,
.cid-rzH9Cj2Qgi .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-rzH9Cj2Qgi .text,
.cid-rzH9Cj2Qgi .mbr-section-btn {
  text-align: left;
  color: #333333;
}
@media (max-width: 1400px) {
  .cid-rzH9Cj2Qgi .content {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}
@media (max-width: 1200px) {
  .cid-rzH9Cj2Qgi .content {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-rzH9Cj2Qgi .big-img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-rzH9Cj2Qgi .content {
    padding: 3rem;
  }
  .cid-rzH9Cj2Qgi .card-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rzH9Cj2Qgi .card-img {
    width: 100%;
  }
}
.cid-rzH9MZ1w94 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rzH9MZ1w94 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-rzH9MZ1w94 .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-rzH9MZ1w94 .card-img:hover .img-hover {
  opacity: 0.5;
}
.cid-rzH9MZ1w94 .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-rzH9MZ1w94 .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-rzH9MZ1w94 .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-rzH9MZ1w94 .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #0a1c44;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.cid-rzH9MZ1w94 .content-box {
  display: flex;
}
.cid-rzH9MZ1w94 .date-box {
  background: #0a1c44;
  width: 110px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rzH9MZ1w94 .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-rzH9MZ1w94 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rzH9MZ1w94 .rev,
.cid-rzH9MZ1w94 .mbr-iconfont {
  display: inline-block;
}
.cid-rzH9MZ1w94 .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rzH9MZ1w94 .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-rzH9MZ1w94 .card-box {
  padding: 1rem;
}
.cid-rzH9MZ1w94 .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-rzH9MZ1w94 .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-rzH9MZ1w94 .mbr-section-title,
.cid-rzH9MZ1w94 .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-rzH9MZ1w94 .rev {
  text-align: left;
}
.cid-rzH9MZ1w94 .card-text,
.cid-rzH9MZ1w94 .mbr-section-btn,
.cid-rzH9MZ1w94 .ico-line {
  text-align: left;
  color: #9e9e9e;
}
.cid-rzH9MZ1w94 .rev i {
  color: #0a1c44;
}
.cid-rzH9MZ1w94 .date {
  text-align: center;
  color: #ffffff;
}
.cid-rzH9MZ1w94 .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-rzH9MZ1w94 .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-rzH9MZ1w94 .img-hover {
    opacity: 0.5;
  }
  .cid-rzH9MZ1w94 .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-rzH9U64jHK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/figure-skating-practice-2000x1333.jpg");
}
.cid-rzH9U64jHK .mbr-section-title {
  text-align: left;
}
.cid-rzH9U64jHK .mbr-text,
.cid-rzH9U64jHK .mbr-section-btn {
  text-align: left;
}
.cid-rzH9U64jHK .mbr-iconfont {
  -webkit-order: -1;
  order: -1;
  padding-right: 0.5rem;
  padding-left: 0rem !important;
}
.cid-rzH9WvoMX2 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rzH9WvoMX2 .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
  display: flex;
}
.cid-rzH9WvoMX2 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rzH9WvoMX2 p {
  line-height: 1.5;
}
.cid-rzH9WvoMX2 .card-img img {
  border-radius: 3px;
}
.cid-rzH9WvoMX2 .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rzH9WvoMX2 .ico-line {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.cid-rzH9WvoMX2 .mail,
.cid-rzH9WvoMX2 .phone,
.cid-rzH9WvoMX2 .mbr-iconfont {
  display: inline-block;
}
.cid-rzH9WvoMX2 .card-title {
  color: #0087ab;
  margin: 0;
  text-align: left;
}
.cid-rzH9WvoMX2 h3 {
  margin: 0;
}
.cid-rzH9WvoMX2 .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  width: 30%;
  margin: auto;
}
.cid-rzH9WvoMX2 .card-box {
  padding-left: 1rem;
  width: 70%;
}
.cid-rzH9WvoMX2 .mbr-section-title,
.cid-rzH9WvoMX2 .line-wrap {
  text-align: center;
}
.cid-rzH9WvoMX2 .phone {
  color: #000000;
  text-align: left;
}
.cid-rzH9WvoMX2 .mail {
  color: #0087ab;
  text-align: left;
}
.cid-rzH9WvoMX2 .mbr-text {
  text-align: left;
  color: #232323;
}
.cid-tUqKbF223M {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tUqKbF223M .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
  display: flex;
}
.cid-tUqKbF223M .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tUqKbF223M p {
  line-height: 1.5;
}
.cid-tUqKbF223M .card-img img {
  border-radius: 3px;
}
.cid-tUqKbF223M .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-tUqKbF223M .ico-line {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.cid-tUqKbF223M .mail,
.cid-tUqKbF223M .phone,
.cid-tUqKbF223M .mbr-iconfont {
  display: inline-block;
}
.cid-tUqKbF223M .card-title {
  color: #0087ab;
  margin: 0;
  text-align: left;
}
.cid-tUqKbF223M h3 {
  margin: 0;
}
.cid-tUqKbF223M .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  width: 30%;
  margin: auto;
}
.cid-tUqKbF223M .card-box {
  padding-left: 1rem;
  width: 70%;
}
.cid-tUqKbF223M .mbr-section-title,
.cid-tUqKbF223M .line-wrap {
  text-align: center;
}
.cid-tUqKbF223M .phone {
  color: #000000;
  text-align: left;
}
.cid-tUqKbF223M .mail {
  color: #0087ab;
  text-align: left;
}
.cid-tUqKbF223M .mbr-text {
  text-align: left;
  color: #232323;
}
.cid-tUqLfzYT92 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tUqLfzYT92 .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
  display: flex;
}
.cid-tUqLfzYT92 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tUqLfzYT92 p {
  line-height: 1.5;
}
.cid-tUqLfzYT92 .card-img img {
  border-radius: 3px;
}
.cid-tUqLfzYT92 .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-tUqLfzYT92 .ico-line {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.cid-tUqLfzYT92 .mail,
.cid-tUqLfzYT92 .phone,
.cid-tUqLfzYT92 .mbr-iconfont {
  display: inline-block;
}
.cid-tUqLfzYT92 .card-title {
  color: #0087ab;
  margin: 0;
  text-align: left;
}
.cid-tUqLfzYT92 h3 {
  margin: 0;
}
.cid-tUqLfzYT92 .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  width: 30%;
  margin: auto;
}
.cid-tUqLfzYT92 .card-box {
  padding-left: 1rem;
  width: 70%;
}
.cid-tUqLfzYT92 .mbr-section-title,
.cid-tUqLfzYT92 .line-wrap {
  text-align: center;
}
.cid-tUqLfzYT92 .phone {
  color: #000000;
  text-align: left;
}
.cid-tUqLfzYT92 .mail {
  color: #0087ab;
  text-align: left;
}
.cid-tUqLfzYT92 .mbr-text {
  text-align: left;
  color: #232323;
}
.cid-tUq36IpbY3 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #9e9e9e;
}
@media (min-width: 768px) {
  .cid-tUq36IpbY3 .row {
    justify-content: center;
  }
}
.cid-tUq36IpbY3 form .mbr-section-btn {
  width: 100%;
}
.cid-tUq36IpbY3 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tUq36IpbY3 form .mbr-section-btn .btn {
    width: 100%;
  }
}
@media (min-width: 767px) {
  .cid-tUq36IpbY3 .form-with-styler {
    padding: 30px;
  }
  .cid-tUq36IpbY3 .mbr-section-head {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-tUq36IpbY3 input::-webkit-input-placeholder,
.cid-tUq36IpbY3 textarea::-webkit-input-placeholder {
  color: #48d678 !important;
  opacity: 0.5;
}
.cid-tUq36IpbY3 input:-moz-placeholder,
.cid-tUq36IpbY3 textarea:-moz-placeholder {
  color: #48d678 !important;
  opacity: 0.5;
}
.cid-tUq36IpbY3 .mbr-section-btn {
  margin-top: 10.8px;
}
.cid-tUq36IpbY3 .mbr-section-title {
  color: #231f59;
  text-align: left;
}
.cid-tUq36IpbY3 .mbr-section-subtitle {
  color: #231f59;
  text-align: left;
}
.cid-tUq36IpbY3 .mbr-section-text,
.cid-tUq36IpbY3 .mbr-section-btn {
  text-align: left;
  color: #282727;
}
.cid-tUq38SWJQ0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tUq38SWJQ0 .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tUq38SWJQ0 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tUq38SWJQ0 .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tUq38SWJQ0 .btn-primary {
  border: 1px solid #0087ab !important;
}
.cid-tUq38SWJQ0 .btn-primary:hover {
  border: 1px solid #0087ab !important;
}
.cid-tUq38SWJQ0 .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tUq38SWJQ0 .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tUq38SWJQ0 .input-group-btn {
  padding-left: 0;
}
.cid-tUq38SWJQ0 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tUq38SWJQ0 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tUq38SWJQ0 .mbr-text {
  color: #444;
}
.cid-tUq38SWJQ0 h5 {
  margin-bottom: 0;
}
.cid-tUq38SWJQ0 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tUq38SWJQ0 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tUq38SWJQ0 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tUq38SWJQ0 .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tUq38SWJQ0 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tUq38SWJQ0 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tUq38SWJQ0 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tUq38SWJQ0 .social-list a:hover {
  opacity: 0.4;
}
.cid-tUq38SWJQ0 .media-container-row > div {
  padding: 0px;
}
.cid-tUq38SWJQ0 .text2 {
  color: #000000;
  text-align: left;
}
.cid-tUq38SWJQ0 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tUq38SWJQ0 .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tUq38SWJQ0 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tUq38SWJQ0 .social-list,
  .cid-tUq38SWJQ0 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tUq38SWJQ0 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tUq38SWJQ0 .form-group {
    max-width: 180px;
  }
}
.cid-tUq38SWJQ0 .links span {
  color: #9e9e9e;
}
.cid-tUq38SWJQ0 .logo-sub-title {
  text-align: center;
  color: #333333;
}
.cid-tUq38SWJQ0 .logo-title {
  text-align: center;
}
.cid-tUq38SWJQ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUq38SWJQ0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rzHa6XC5QH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #303f61;
}
.cid-rzHa6XC5QH .links {
  text-align: center;
  color: #ffffff;
}
.cid-rzHa6XC5QH p {
  margin: 0;
}
.cid-rzH9jrlpnt .navbar {
  padding: 0.5rem 0;
  background: #e9e9e9;
  transition: none;
  min-height: 50px;
}
.cid-rzH9jrlpnt .navbar-fixed-top {
  padding-top: 0;
}
.cid-rzH9jrlpnt .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-rzH9jrlpnt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzH9jrlpnt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-rzH9jrlpnt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rzH9jrlpnt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rzH9jrlpnt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rzH9jrlpnt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rzH9jrlpnt .menu-content-top {
  background: #303f61;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-rzH9jrlpnt .dropdown-item {
  padding: 0;
}
.cid-rzH9jrlpnt .dropdown-item,
.cid-rzH9jrlpnt .nav-link,
.cid-rzH9jrlpnt .brand-name {
  font-style: normal;
}
.cid-rzH9jrlpnt .dropdown-item:hover,
.cid-rzH9jrlpnt .nav-link:hover,
.cid-rzH9jrlpnt .brand-name:hover {
  color: #0087ab !important;
}
.cid-rzH9jrlpnt .dropdown-menu {
  background-color: #0a1c44;
}
.cid-rzH9jrlpnt .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-rzH9jrlpnt .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rzH9jrlpnt .navbar-dropdown.bg-color.transparent.opened {
  background: #e9e9e9;
}
.cid-rzH9jrlpnt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-rzH9jrlpnt .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-rzH9jrlpnt .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rzH9jrlpnt .content-text {
  margin-bottom: 0;
}
.cid-rzH9jrlpnt .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rzH9jrlpnt .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-rzH9jrlpnt .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-rzH9jrlpnt .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-rzH9jrlpnt .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-rzH9jrlpnt .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rzH9jrlpnt .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rzH9jrlpnt .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rzH9jrlpnt .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rzH9jrlpnt .nav-dropdown .link {
  font-weight: 400;
}
.cid-rzH9jrlpnt .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rzH9jrlpnt .content-right-side {
  text-align: center;
}
.cid-rzH9jrlpnt .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-rzH9jrlpnt .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-rzH9jrlpnt .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-rzH9jrlpnt .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzH9jrlpnt .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzH9jrlpnt .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-rzH9jrlpnt .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-rzH9jrlpnt .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-rzH9jrlpnt .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-rzH9jrlpnt .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-rzH9jrlpnt .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-rzH9jrlpnt .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rzH9jrlpnt .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-rzH9jrlpnt .navbar {
    display: block;
    padding: 0;
  }
  .cid-rzH9jrlpnt .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rzH9jrlpnt .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-rzH9jrlpnt .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-rzH9jrlpnt .navbar-toggler {
    display: none;
  }
  .cid-rzH9jrlpnt .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-rzH9jrlpnt .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-rzH9jrlpnt .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rzH9jrlpnt .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rzH9jrlpnt .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-rzH9jrlpnt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rzH9jrlpnt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rzH9jrlpnt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rzH9jrlpnt .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rzH9jrlpnt .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rzH9jrlpnt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rzH9jrlpnt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rzH9jrlpnt .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rzH9jrlpnt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rzH9jrlpnt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rzH9jrlpnt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rzH9jrlpnt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rzH9jrlpnt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-rzH9jrlpnt .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-rzH9jrlpnt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rzH9jrlpnt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rzH9jrlpnt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rzH9jrlpnt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rzH9jrlpnt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-rzH9jrlpnt button.navbar-toggler:focus {
  outline: none;
}
.cid-rzH9jrlpnt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-rzH9jrlpnt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-rzH9jrlpnt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rzH9jrlpnt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rzH9jrlpnt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-rzH9jrlpnt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rzH9jrlpnt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-rzH9jrlpnt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-rzH9jrlpnt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rzH9jrlpnt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rzH9jrlpnt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rzH9jrlpnt .collapsed .btn {
  display: flex;
}
.cid-rzH9jrlpnt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rzH9jrlpnt .collapsed .navbar-collapse.collapsing,
.cid-rzH9jrlpnt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rzH9jrlpnt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rzH9jrlpnt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rzH9jrlpnt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rzH9jrlpnt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rzH9jrlpnt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rzH9jrlpnt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rzH9jrlpnt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rzH9jrlpnt .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-rzH9jrlpnt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rzH9jrlpnt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rzH9jrlpnt .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rzH9jrlpnt .collapsed button.navbar-toggler {
  display: block;
}
.cid-rzH9jrlpnt .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-rzH9jrlpnt .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rzH9jrlpnt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-rzH9jrlpnt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rzH9jrlpnt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rzH9jrlpnt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-rzH9jrlpnt .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-rzH9jrlpnt .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-rzH9jrlpnt .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-rzH9jrlpnt .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-rzH9jrlpnt .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-rzH9jrlpnt .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rzH9jrlpnt .navbar-collapse.collapsing,
  .cid-rzH9jrlpnt .navbar-collapse.show {
    display: block !important;
  }
  .cid-rzH9jrlpnt .navbar-collapse.collapsing .navbar-nav,
  .cid-rzH9jrlpnt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rzH9jrlpnt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rzH9jrlpnt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rzH9jrlpnt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rzH9jrlpnt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rzH9jrlpnt .navbar-collapse.collapsing .navbar-buttons,
  .cid-rzH9jrlpnt .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-rzH9jrlpnt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rzH9jrlpnt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rzH9jrlpnt img {
    height: 3.8rem !important;
  }
  .cid-rzH9jrlpnt .btn {
    display: flex;
  }
  .cid-rzH9jrlpnt button.navbar-toggler {
    display: block;
  }
  .cid-rzH9jrlpnt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-rzH9jrlpnt .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rzH9jrlpnt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-rzH9jrlpnt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rzH9jrlpnt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rzH9jrlpnt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-rzH9jrlpnt .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-rzH9jrlpnt .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-rzH9jrlpnt .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rzH9jrlpnt .nav-link:focus {
  outline: none;
}
.cid-rzH9jrlpnt .navbar-toggler {
  position: relative;
}
.cid-rzH9jrlpnt .dropdown-item.active,
.cid-rzH9jrlpnt .dropdown-item:active {
  color: initial;
}
.cid-rzH9jrlpnt .widget-title,
.cid-rzH9jrlpnt .widget-icon {
  color: #e9e9e9;
}
.cid-rzH9jrlpnt .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-rzH9jrlpnt .menu-logo {
    display: none;
  }
  .cid-rzH9jrlpnt .navbar {
    padding: 0;
  }
  .cid-rzH9jrlpnt .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rzH9jrlpnt button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-tUw6zH1SQf {
  background-image: url("../../../assets/images/girl-holding-figure-skates-2021-09-24-04-01-17-utc-2000x1333.jpg");
}
.cid-tUw6zH1SQf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUw6zH1SQf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUw9fqAQgA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #656565;
}
.cid-tUw9fqAQgA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUw9fqAQgA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUw9fqAQgA .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-tUw9fqAQgA .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-tUw9fqAQgA .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-tUw9fqAQgA .row {
    margin: 0;
  }
}
.cid-tUw9fqAQgA .row .card {
  border-top: 1px solid #ffffff;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-tUw9fqAQgA .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-tUw9fqAQgA .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tUw9fqAQgA .content-wrapper {
    padding: 24px;
  }
}
.cid-tUw9fqAQgA .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tUw9fqAQgA .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-tUw9fqAQgA .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tUw9fqAQgA .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-tUw9fqAQgA .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-tUw9fqAQgA .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-tUw9fqAQgA .items {
  border-left: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tUw9fqAQgA .items {
    border-top: 1px solid #ffffff;
  }
}
.cid-tUw9fqAQgA .items .item {
  padding: 32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tUw9fqAQgA .items .item {
    padding: 24px;
  }
}
.cid-tUw9fqAQgA .items .item:last-child {
  border: none;
}
.cid-tUw9fqAQgA .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-tUw9fqAQgA .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-tUw9fqAQgA .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-tUw9fqAQgA .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-tUw9fqAQgA .mbr-section-title {
  color: #F9F6E0;
}
.cid-tUw9fqAQgA .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-tUw9fqAQgA .card-title {
  color: #F9F6E0;
}
.cid-tUw9fqAQgA .card-number {
  color: #E0B548;
}
.cid-tUw9fqAQgA .card-text {
  color: #f5f7fa;
}
.cid-tUw9fqAQgA .mbr-section-title,
.cid-tUw9fqAQgA .mbr-section-btn {
  text-align: right;
  color: #f5f7fa;
}
.cid-tUw9fqAQgA .card-title,
.cid-tUw9fqAQgA .title-wrapper {
  color: #f5f7fa;
}
.cid-tUwKoOrkqv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tUwKoOrkqv .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tUwKoOrkqv .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tUwKoOrkqv .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tUwKoOrkqv .btn-primary {
  border: 1px solid #0087ab !important;
}
.cid-tUwKoOrkqv .btn-primary:hover {
  border: 1px solid #0087ab !important;
}
.cid-tUwKoOrkqv .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tUwKoOrkqv .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tUwKoOrkqv .input-group-btn {
  padding-left: 0;
}
.cid-tUwKoOrkqv .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tUwKoOrkqv .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tUwKoOrkqv .mbr-text {
  color: #444;
}
.cid-tUwKoOrkqv h5 {
  margin-bottom: 0;
}
.cid-tUwKoOrkqv .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tUwKoOrkqv .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tUwKoOrkqv .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tUwKoOrkqv .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tUwKoOrkqv .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tUwKoOrkqv .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tUwKoOrkqv .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tUwKoOrkqv .social-list a:hover {
  opacity: 0.4;
}
.cid-tUwKoOrkqv .media-container-row > div {
  padding: 0px;
}
.cid-tUwKoOrkqv .text2 {
  color: #000000;
  text-align: left;
}
.cid-tUwKoOrkqv .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tUwKoOrkqv .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tUwKoOrkqv .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tUwKoOrkqv .social-list,
  .cid-tUwKoOrkqv .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tUwKoOrkqv h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tUwKoOrkqv .form-group {
    max-width: 180px;
  }
}
.cid-tUwKoOrkqv .links span {
  color: #9e9e9e;
}
.cid-tUwKoOrkqv .logo-sub-title {
  text-align: center;
  color: #333333;
}
.cid-tUwKoOrkqv .logo-title {
  text-align: center;
}
.cid-tUwKoOrkqv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUwKoOrkqv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUwKpuz8hO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #303f61;
}
.cid-tUwKpuz8hO .links {
  text-align: center;
  color: #ffffff;
}
.cid-tUwKpuz8hO p {
  margin: 0;
}
.cid-tUwKtzOPAM .navbar {
  padding: 0.5rem 0;
  background: #e9e9e9;
  transition: none;
  min-height: 50px;
}
.cid-tUwKtzOPAM .navbar-fixed-top {
  padding-top: 0;
}
.cid-tUwKtzOPAM .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tUwKtzOPAM .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tUwKtzOPAM .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tUwKtzOPAM .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tUwKtzOPAM .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tUwKtzOPAM .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tUwKtzOPAM .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tUwKtzOPAM .menu-content-top {
  background: #303f61;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tUwKtzOPAM .dropdown-item {
  padding: 0;
}
.cid-tUwKtzOPAM .dropdown-item,
.cid-tUwKtzOPAM .nav-link,
.cid-tUwKtzOPAM .brand-name {
  font-style: normal;
}
.cid-tUwKtzOPAM .dropdown-item:hover,
.cid-tUwKtzOPAM .nav-link:hover,
.cid-tUwKtzOPAM .brand-name:hover {
  color: #0087ab !important;
}
.cid-tUwKtzOPAM .dropdown-menu {
  background-color: #0a1c44;
}
.cid-tUwKtzOPAM .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-tUwKtzOPAM .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tUwKtzOPAM .navbar-dropdown.bg-color.transparent.opened {
  background: #e9e9e9;
}
.cid-tUwKtzOPAM .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tUwKtzOPAM .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tUwKtzOPAM .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tUwKtzOPAM .content-text {
  margin-bottom: 0;
}
.cid-tUwKtzOPAM .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tUwKtzOPAM .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tUwKtzOPAM .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tUwKtzOPAM .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tUwKtzOPAM .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tUwKtzOPAM .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tUwKtzOPAM .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tUwKtzOPAM .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tUwKtzOPAM .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tUwKtzOPAM .nav-dropdown .link {
  font-weight: 400;
}
.cid-tUwKtzOPAM .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tUwKtzOPAM .content-right-side {
  text-align: center;
}
.cid-tUwKtzOPAM .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tUwKtzOPAM .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tUwKtzOPAM .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tUwKtzOPAM .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tUwKtzOPAM .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tUwKtzOPAM .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tUwKtzOPAM .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tUwKtzOPAM .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tUwKtzOPAM .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tUwKtzOPAM .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tUwKtzOPAM .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tUwKtzOPAM .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tUwKtzOPAM .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tUwKtzOPAM .navbar {
    display: block;
    padding: 0;
  }
  .cid-tUwKtzOPAM .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tUwKtzOPAM .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tUwKtzOPAM .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tUwKtzOPAM .navbar-toggler {
    display: none;
  }
  .cid-tUwKtzOPAM .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tUwKtzOPAM .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tUwKtzOPAM .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tUwKtzOPAM .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tUwKtzOPAM .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tUwKtzOPAM .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tUwKtzOPAM .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tUwKtzOPAM .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tUwKtzOPAM .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tUwKtzOPAM .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tUwKtzOPAM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tUwKtzOPAM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUwKtzOPAM .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tUwKtzOPAM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tUwKtzOPAM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tUwKtzOPAM .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tUwKtzOPAM .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUwKtzOPAM .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tUwKtzOPAM .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tUwKtzOPAM .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tUwKtzOPAM .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tUwKtzOPAM .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tUwKtzOPAM .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tUwKtzOPAM button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tUwKtzOPAM button.navbar-toggler:focus {
  outline: none;
}
.cid-tUwKtzOPAM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tUwKtzOPAM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUwKtzOPAM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUwKtzOPAM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUwKtzOPAM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUwKtzOPAM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUwKtzOPAM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUwKtzOPAM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUwKtzOPAM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUwKtzOPAM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUwKtzOPAM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUwKtzOPAM .collapsed .btn {
  display: flex;
}
.cid-tUwKtzOPAM .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tUwKtzOPAM .collapsed .navbar-collapse.collapsing,
.cid-tUwKtzOPAM .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tUwKtzOPAM .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tUwKtzOPAM .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tUwKtzOPAM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tUwKtzOPAM .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tUwKtzOPAM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tUwKtzOPAM .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tUwKtzOPAM .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tUwKtzOPAM .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tUwKtzOPAM .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tUwKtzOPAM .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tUwKtzOPAM .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tUwKtzOPAM .collapsed button.navbar-toggler {
  display: block;
}
.cid-tUwKtzOPAM .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tUwKtzOPAM .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tUwKtzOPAM .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tUwKtzOPAM .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tUwKtzOPAM .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tUwKtzOPAM .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tUwKtzOPAM .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tUwKtzOPAM .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tUwKtzOPAM .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tUwKtzOPAM .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tUwKtzOPAM .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tUwKtzOPAM .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tUwKtzOPAM .navbar-collapse.collapsing,
  .cid-tUwKtzOPAM .navbar-collapse.show {
    display: block !important;
  }
  .cid-tUwKtzOPAM .navbar-collapse.collapsing .navbar-nav,
  .cid-tUwKtzOPAM .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tUwKtzOPAM .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tUwKtzOPAM .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tUwKtzOPAM .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tUwKtzOPAM .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tUwKtzOPAM .navbar-collapse.collapsing .navbar-buttons,
  .cid-tUwKtzOPAM .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tUwKtzOPAM .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tUwKtzOPAM .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tUwKtzOPAM img {
    height: 3.8rem !important;
  }
  .cid-tUwKtzOPAM .btn {
    display: flex;
  }
  .cid-tUwKtzOPAM button.navbar-toggler {
    display: block;
  }
  .cid-tUwKtzOPAM .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tUwKtzOPAM .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tUwKtzOPAM .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tUwKtzOPAM .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tUwKtzOPAM .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tUwKtzOPAM .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tUwKtzOPAM .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tUwKtzOPAM .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tUwKtzOPAM .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tUwKtzOPAM .nav-link:focus {
  outline: none;
}
.cid-tUwKtzOPAM .navbar-toggler {
  position: relative;
}
.cid-tUwKtzOPAM .dropdown-item.active,
.cid-tUwKtzOPAM .dropdown-item:active {
  color: initial;
}
.cid-tUwKtzOPAM .widget-title,
.cid-tUwKtzOPAM .widget-icon {
  color: #e9e9e9;
}
.cid-tUwKtzOPAM .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tUwKtzOPAM .menu-logo {
    display: none;
  }
  .cid-tUwKtzOPAM .navbar {
    padding: 0;
  }
  .cid-tUwKtzOPAM .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tUwKtzOPAM button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-tUwKtAD138 {
  background-image: url("../../../assets/images/figure-skating-practice-with-coach-2021-09-24-04-01-18-utc-2000x1333.jpg");
}
.cid-tUwKtAD138 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUwKtAD138 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUwKtATw3h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #656565;
}
.cid-tUwKtATw3h .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUwKtATw3h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUwKtATw3h .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-tUwKtATw3h .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-tUwKtATw3h .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-tUwKtATw3h .row {
    margin: 0;
  }
}
.cid-tUwKtATw3h .row .card {
  border-top: 1px solid #ffffff;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-tUwKtATw3h .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-tUwKtATw3h .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tUwKtATw3h .content-wrapper {
    padding: 24px;
  }
}
.cid-tUwKtATw3h .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tUwKtATw3h .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-tUwKtATw3h .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tUwKtATw3h .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-tUwKtATw3h .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-tUwKtATw3h .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-tUwKtATw3h .items {
  border-left: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tUwKtATw3h .items {
    border-top: 1px solid #ffffff;
  }
}
.cid-tUwKtATw3h .items .item {
  padding: 32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tUwKtATw3h .items .item {
    padding: 24px;
  }
}
.cid-tUwKtATw3h .items .item:last-child {
  border: none;
}
.cid-tUwKtATw3h .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-tUwKtATw3h .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-tUwKtATw3h .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-tUwKtATw3h .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-tUwKtATw3h .mbr-section-title {
  color: #F9F6E0;
}
.cid-tUwKtATw3h .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-tUwKtATw3h .card-title {
  color: #F9F6E0;
}
.cid-tUwKtATw3h .card-number {
  color: #E0B548;
}
.cid-tUwKtATw3h .card-text {
  color: #f5f7fa;
}
.cid-tUwKtATw3h .mbr-section-title,
.cid-tUwKtATw3h .mbr-section-btn {
  text-align: right;
  color: #f5f7fa;
}
.cid-tUwKtATw3h .card-title,
.cid-tUwKtATw3h .title-wrapper {
  color: #f5f7fa;
}
.cid-tUwKtBbDCJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tUwKtBbDCJ .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tUwKtBbDCJ .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tUwKtBbDCJ .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tUwKtBbDCJ .btn-primary {
  border: 1px solid #0087ab !important;
}
.cid-tUwKtBbDCJ .btn-primary:hover {
  border: 1px solid #0087ab !important;
}
.cid-tUwKtBbDCJ .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tUwKtBbDCJ .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tUwKtBbDCJ .input-group-btn {
  padding-left: 0;
}
.cid-tUwKtBbDCJ .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tUwKtBbDCJ .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tUwKtBbDCJ .mbr-text {
  color: #444;
}
.cid-tUwKtBbDCJ h5 {
  margin-bottom: 0;
}
.cid-tUwKtBbDCJ .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tUwKtBbDCJ .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tUwKtBbDCJ .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tUwKtBbDCJ .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tUwKtBbDCJ .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tUwKtBbDCJ .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tUwKtBbDCJ .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tUwKtBbDCJ .social-list a:hover {
  opacity: 0.4;
}
.cid-tUwKtBbDCJ .media-container-row > div {
  padding: 0px;
}
.cid-tUwKtBbDCJ .text2 {
  color: #000000;
  text-align: left;
}
.cid-tUwKtBbDCJ .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tUwKtBbDCJ .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tUwKtBbDCJ .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tUwKtBbDCJ .social-list,
  .cid-tUwKtBbDCJ .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tUwKtBbDCJ h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tUwKtBbDCJ .form-group {
    max-width: 180px;
  }
}
.cid-tUwKtBbDCJ .links span {
  color: #9e9e9e;
}
.cid-tUwKtBbDCJ .logo-sub-title {
  text-align: center;
  color: #333333;
}
.cid-tUwKtBbDCJ .logo-title {
  text-align: center;
}
.cid-tUwKtBbDCJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUwKtBbDCJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUwKtBC6BJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #303f61;
}
.cid-tUwKtBC6BJ .links {
  text-align: center;
  color: #ffffff;
}
.cid-tUwKtBC6BJ p {
  margin: 0;
}
.cid-tUwLuUL5gX .navbar {
  padding: 0.5rem 0;
  background: #e9e9e9;
  transition: none;
  min-height: 50px;
}
.cid-tUwLuUL5gX .navbar-fixed-top {
  padding-top: 0;
}
.cid-tUwLuUL5gX .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tUwLuUL5gX .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tUwLuUL5gX .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tUwLuUL5gX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tUwLuUL5gX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tUwLuUL5gX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tUwLuUL5gX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tUwLuUL5gX .menu-content-top {
  background: #303f61;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tUwLuUL5gX .dropdown-item {
  padding: 0;
}
.cid-tUwLuUL5gX .dropdown-item,
.cid-tUwLuUL5gX .nav-link,
.cid-tUwLuUL5gX .brand-name {
  font-style: normal;
}
.cid-tUwLuUL5gX .dropdown-item:hover,
.cid-tUwLuUL5gX .nav-link:hover,
.cid-tUwLuUL5gX .brand-name:hover {
  color: #0087ab !important;
}
.cid-tUwLuUL5gX .dropdown-menu {
  background-color: #0a1c44;
}
.cid-tUwLuUL5gX .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-tUwLuUL5gX .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tUwLuUL5gX .navbar-dropdown.bg-color.transparent.opened {
  background: #e9e9e9;
}
.cid-tUwLuUL5gX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tUwLuUL5gX .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tUwLuUL5gX .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tUwLuUL5gX .content-text {
  margin-bottom: 0;
}
.cid-tUwLuUL5gX .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tUwLuUL5gX .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tUwLuUL5gX .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tUwLuUL5gX .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tUwLuUL5gX .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tUwLuUL5gX .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tUwLuUL5gX .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tUwLuUL5gX .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tUwLuUL5gX .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tUwLuUL5gX .nav-dropdown .link {
  font-weight: 400;
}
.cid-tUwLuUL5gX .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tUwLuUL5gX .content-right-side {
  text-align: center;
}
.cid-tUwLuUL5gX .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tUwLuUL5gX .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tUwLuUL5gX .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tUwLuUL5gX .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tUwLuUL5gX .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tUwLuUL5gX .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tUwLuUL5gX .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tUwLuUL5gX .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tUwLuUL5gX .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tUwLuUL5gX .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tUwLuUL5gX .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tUwLuUL5gX .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tUwLuUL5gX .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tUwLuUL5gX .navbar {
    display: block;
    padding: 0;
  }
  .cid-tUwLuUL5gX .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tUwLuUL5gX .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tUwLuUL5gX .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tUwLuUL5gX .navbar-toggler {
    display: none;
  }
  .cid-tUwLuUL5gX .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tUwLuUL5gX .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tUwLuUL5gX .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tUwLuUL5gX .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tUwLuUL5gX .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tUwLuUL5gX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tUwLuUL5gX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tUwLuUL5gX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tUwLuUL5gX .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tUwLuUL5gX .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tUwLuUL5gX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tUwLuUL5gX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUwLuUL5gX .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tUwLuUL5gX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tUwLuUL5gX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tUwLuUL5gX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tUwLuUL5gX .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUwLuUL5gX .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tUwLuUL5gX .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tUwLuUL5gX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tUwLuUL5gX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tUwLuUL5gX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tUwLuUL5gX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tUwLuUL5gX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tUwLuUL5gX button.navbar-toggler:focus {
  outline: none;
}
.cid-tUwLuUL5gX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tUwLuUL5gX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUwLuUL5gX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUwLuUL5gX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUwLuUL5gX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUwLuUL5gX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUwLuUL5gX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUwLuUL5gX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUwLuUL5gX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUwLuUL5gX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUwLuUL5gX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUwLuUL5gX .collapsed .btn {
  display: flex;
}
.cid-tUwLuUL5gX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tUwLuUL5gX .collapsed .navbar-collapse.collapsing,
.cid-tUwLuUL5gX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tUwLuUL5gX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tUwLuUL5gX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tUwLuUL5gX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tUwLuUL5gX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tUwLuUL5gX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tUwLuUL5gX .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tUwLuUL5gX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tUwLuUL5gX .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tUwLuUL5gX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tUwLuUL5gX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tUwLuUL5gX .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tUwLuUL5gX .collapsed button.navbar-toggler {
  display: block;
}
.cid-tUwLuUL5gX .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tUwLuUL5gX .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tUwLuUL5gX .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tUwLuUL5gX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tUwLuUL5gX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tUwLuUL5gX .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tUwLuUL5gX .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tUwLuUL5gX .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tUwLuUL5gX .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tUwLuUL5gX .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tUwLuUL5gX .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tUwLuUL5gX .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tUwLuUL5gX .navbar-collapse.collapsing,
  .cid-tUwLuUL5gX .navbar-collapse.show {
    display: block !important;
  }
  .cid-tUwLuUL5gX .navbar-collapse.collapsing .navbar-nav,
  .cid-tUwLuUL5gX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tUwLuUL5gX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tUwLuUL5gX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tUwLuUL5gX .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tUwLuUL5gX .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tUwLuUL5gX .navbar-collapse.collapsing .navbar-buttons,
  .cid-tUwLuUL5gX .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tUwLuUL5gX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tUwLuUL5gX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tUwLuUL5gX img {
    height: 3.8rem !important;
  }
  .cid-tUwLuUL5gX .btn {
    display: flex;
  }
  .cid-tUwLuUL5gX button.navbar-toggler {
    display: block;
  }
  .cid-tUwLuUL5gX .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tUwLuUL5gX .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tUwLuUL5gX .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tUwLuUL5gX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tUwLuUL5gX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tUwLuUL5gX .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tUwLuUL5gX .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tUwLuUL5gX .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tUwLuUL5gX .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tUwLuUL5gX .nav-link:focus {
  outline: none;
}
.cid-tUwLuUL5gX .navbar-toggler {
  position: relative;
}
.cid-tUwLuUL5gX .dropdown-item.active,
.cid-tUwLuUL5gX .dropdown-item:active {
  color: initial;
}
.cid-tUwLuUL5gX .widget-title,
.cid-tUwLuUL5gX .widget-icon {
  color: #e9e9e9;
}
.cid-tUwLuUL5gX .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tUwLuUL5gX .menu-logo {
    display: none;
  }
  .cid-tUwLuUL5gX .navbar {
    padding: 0;
  }
  .cid-tUwLuUL5gX .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tUwLuUL5gX button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-tUwLuVqHGv {
  background-image: url("../../../assets/images/two-figure-skaters-posing-2021-09-24-04-01-07-utc-2000x1333.jpg");
}
.cid-tUwLuVqHGv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUwLuVqHGv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUwLuVLRt3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #656565;
}
.cid-tUwLuVLRt3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUwLuVLRt3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUwLuVLRt3 .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-tUwLuVLRt3 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-tUwLuVLRt3 .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-tUwLuVLRt3 .row {
    margin: 0;
  }
}
.cid-tUwLuVLRt3 .row .card {
  border-top: 1px solid #ffffff;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-tUwLuVLRt3 .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-tUwLuVLRt3 .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tUwLuVLRt3 .content-wrapper {
    padding: 24px;
  }
}
.cid-tUwLuVLRt3 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tUwLuVLRt3 .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-tUwLuVLRt3 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tUwLuVLRt3 .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-tUwLuVLRt3 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-tUwLuVLRt3 .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-tUwLuVLRt3 .items {
  border-left: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tUwLuVLRt3 .items {
    border-top: 1px solid #ffffff;
  }
}
.cid-tUwLuVLRt3 .items .item {
  padding: 32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tUwLuVLRt3 .items .item {
    padding: 24px;
  }
}
.cid-tUwLuVLRt3 .items .item:last-child {
  border: none;
}
.cid-tUwLuVLRt3 .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-tUwLuVLRt3 .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-tUwLuVLRt3 .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-tUwLuVLRt3 .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-tUwLuVLRt3 .mbr-section-title {
  color: #F9F6E0;
}
.cid-tUwLuVLRt3 .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-tUwLuVLRt3 .card-title {
  color: #F9F6E0;
}
.cid-tUwLuVLRt3 .card-number {
  color: #E0B548;
}
.cid-tUwLuVLRt3 .card-text {
  color: #f5f7fa;
}
.cid-tUwLuVLRt3 .mbr-section-title,
.cid-tUwLuVLRt3 .mbr-section-btn {
  text-align: right;
  color: #f5f7fa;
}
.cid-tUwLuVLRt3 .card-title,
.cid-tUwLuVLRt3 .title-wrapper {
  color: #f5f7fa;
}
.cid-tUwLuW30Nr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tUwLuW30Nr .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tUwLuW30Nr .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tUwLuW30Nr .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tUwLuW30Nr .btn-primary {
  border: 1px solid #0087ab !important;
}
.cid-tUwLuW30Nr .btn-primary:hover {
  border: 1px solid #0087ab !important;
}
.cid-tUwLuW30Nr .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tUwLuW30Nr .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tUwLuW30Nr .input-group-btn {
  padding-left: 0;
}
.cid-tUwLuW30Nr .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tUwLuW30Nr .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tUwLuW30Nr .mbr-text {
  color: #444;
}
.cid-tUwLuW30Nr h5 {
  margin-bottom: 0;
}
.cid-tUwLuW30Nr .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tUwLuW30Nr .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tUwLuW30Nr .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tUwLuW30Nr .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tUwLuW30Nr .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tUwLuW30Nr .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tUwLuW30Nr .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tUwLuW30Nr .social-list a:hover {
  opacity: 0.4;
}
.cid-tUwLuW30Nr .media-container-row > div {
  padding: 0px;
}
.cid-tUwLuW30Nr .text2 {
  color: #000000;
  text-align: left;
}
.cid-tUwLuW30Nr .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tUwLuW30Nr .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tUwLuW30Nr .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tUwLuW30Nr .social-list,
  .cid-tUwLuW30Nr .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tUwLuW30Nr h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tUwLuW30Nr .form-group {
    max-width: 180px;
  }
}
.cid-tUwLuW30Nr .links span {
  color: #9e9e9e;
}
.cid-tUwLuW30Nr .logo-sub-title {
  text-align: center;
  color: #333333;
}
.cid-tUwLuW30Nr .logo-title {
  text-align: center;
}
.cid-tUwLuW30Nr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUwLuW30Nr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUwLuWyLBN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #303f61;
}
.cid-tUwLuWyLBN .links {
  text-align: center;
  color: #ffffff;
}
.cid-tUwLuWyLBN p {
  margin: 0;
}
.cid-tUwN4Z0qOv .navbar {
  padding: 0.5rem 0;
  background: #e9e9e9;
  transition: none;
  min-height: 50px;
}
.cid-tUwN4Z0qOv .navbar-fixed-top {
  padding-top: 0;
}
.cid-tUwN4Z0qOv .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tUwN4Z0qOv .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tUwN4Z0qOv .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tUwN4Z0qOv .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tUwN4Z0qOv .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tUwN4Z0qOv .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tUwN4Z0qOv .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tUwN4Z0qOv .menu-content-top {
  background: #303f61;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tUwN4Z0qOv .dropdown-item {
  padding: 0;
}
.cid-tUwN4Z0qOv .dropdown-item,
.cid-tUwN4Z0qOv .nav-link,
.cid-tUwN4Z0qOv .brand-name {
  font-style: normal;
}
.cid-tUwN4Z0qOv .dropdown-item:hover,
.cid-tUwN4Z0qOv .nav-link:hover,
.cid-tUwN4Z0qOv .brand-name:hover {
  color: #0087ab !important;
}
.cid-tUwN4Z0qOv .dropdown-menu {
  background-color: #0a1c44;
}
.cid-tUwN4Z0qOv .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-tUwN4Z0qOv .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tUwN4Z0qOv .navbar-dropdown.bg-color.transparent.opened {
  background: #e9e9e9;
}
.cid-tUwN4Z0qOv .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tUwN4Z0qOv .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tUwN4Z0qOv .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tUwN4Z0qOv .content-text {
  margin-bottom: 0;
}
.cid-tUwN4Z0qOv .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tUwN4Z0qOv .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tUwN4Z0qOv .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tUwN4Z0qOv .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tUwN4Z0qOv .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tUwN4Z0qOv .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tUwN4Z0qOv .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tUwN4Z0qOv .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tUwN4Z0qOv .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tUwN4Z0qOv .nav-dropdown .link {
  font-weight: 400;
}
.cid-tUwN4Z0qOv .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tUwN4Z0qOv .content-right-side {
  text-align: center;
}
.cid-tUwN4Z0qOv .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tUwN4Z0qOv .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tUwN4Z0qOv .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tUwN4Z0qOv .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tUwN4Z0qOv .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tUwN4Z0qOv .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tUwN4Z0qOv .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tUwN4Z0qOv .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tUwN4Z0qOv .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tUwN4Z0qOv .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tUwN4Z0qOv .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tUwN4Z0qOv .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tUwN4Z0qOv .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tUwN4Z0qOv .navbar {
    display: block;
    padding: 0;
  }
  .cid-tUwN4Z0qOv .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tUwN4Z0qOv .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tUwN4Z0qOv .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tUwN4Z0qOv .navbar-toggler {
    display: none;
  }
  .cid-tUwN4Z0qOv .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tUwN4Z0qOv .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tUwN4Z0qOv .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tUwN4Z0qOv .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tUwN4Z0qOv .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tUwN4Z0qOv .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tUwN4Z0qOv .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tUwN4Z0qOv .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tUwN4Z0qOv .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tUwN4Z0qOv .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tUwN4Z0qOv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tUwN4Z0qOv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUwN4Z0qOv .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tUwN4Z0qOv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tUwN4Z0qOv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tUwN4Z0qOv .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tUwN4Z0qOv .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUwN4Z0qOv .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tUwN4Z0qOv .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tUwN4Z0qOv .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tUwN4Z0qOv .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tUwN4Z0qOv .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tUwN4Z0qOv .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tUwN4Z0qOv button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tUwN4Z0qOv button.navbar-toggler:focus {
  outline: none;
}
.cid-tUwN4Z0qOv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tUwN4Z0qOv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUwN4Z0qOv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUwN4Z0qOv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUwN4Z0qOv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUwN4Z0qOv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUwN4Z0qOv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUwN4Z0qOv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUwN4Z0qOv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUwN4Z0qOv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUwN4Z0qOv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUwN4Z0qOv .collapsed .btn {
  display: flex;
}
.cid-tUwN4Z0qOv .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tUwN4Z0qOv .collapsed .navbar-collapse.collapsing,
.cid-tUwN4Z0qOv .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tUwN4Z0qOv .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tUwN4Z0qOv .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tUwN4Z0qOv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tUwN4Z0qOv .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tUwN4Z0qOv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tUwN4Z0qOv .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tUwN4Z0qOv .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tUwN4Z0qOv .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tUwN4Z0qOv .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tUwN4Z0qOv .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tUwN4Z0qOv .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tUwN4Z0qOv .collapsed button.navbar-toggler {
  display: block;
}
.cid-tUwN4Z0qOv .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tUwN4Z0qOv .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tUwN4Z0qOv .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tUwN4Z0qOv .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tUwN4Z0qOv .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tUwN4Z0qOv .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tUwN4Z0qOv .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tUwN4Z0qOv .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tUwN4Z0qOv .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tUwN4Z0qOv .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tUwN4Z0qOv .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tUwN4Z0qOv .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tUwN4Z0qOv .navbar-collapse.collapsing,
  .cid-tUwN4Z0qOv .navbar-collapse.show {
    display: block !important;
  }
  .cid-tUwN4Z0qOv .navbar-collapse.collapsing .navbar-nav,
  .cid-tUwN4Z0qOv .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tUwN4Z0qOv .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tUwN4Z0qOv .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tUwN4Z0qOv .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tUwN4Z0qOv .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tUwN4Z0qOv .navbar-collapse.collapsing .navbar-buttons,
  .cid-tUwN4Z0qOv .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tUwN4Z0qOv .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tUwN4Z0qOv .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tUwN4Z0qOv img {
    height: 3.8rem !important;
  }
  .cid-tUwN4Z0qOv .btn {
    display: flex;
  }
  .cid-tUwN4Z0qOv button.navbar-toggler {
    display: block;
  }
  .cid-tUwN4Z0qOv .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tUwN4Z0qOv .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tUwN4Z0qOv .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tUwN4Z0qOv .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tUwN4Z0qOv .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tUwN4Z0qOv .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tUwN4Z0qOv .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tUwN4Z0qOv .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tUwN4Z0qOv .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tUwN4Z0qOv .nav-link:focus {
  outline: none;
}
.cid-tUwN4Z0qOv .navbar-toggler {
  position: relative;
}
.cid-tUwN4Z0qOv .dropdown-item.active,
.cid-tUwN4Z0qOv .dropdown-item:active {
  color: initial;
}
.cid-tUwN4Z0qOv .widget-title,
.cid-tUwN4Z0qOv .widget-icon {
  color: #e9e9e9;
}
.cid-tUwN4Z0qOv .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tUwN4Z0qOv .menu-logo {
    display: none;
  }
  .cid-tUwN4Z0qOv .navbar {
    padding: 0;
  }
  .cid-tUwN4Z0qOv .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tUwN4Z0qOv button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-tUwNq06esx {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #1f91af;
  position: relative;
}
.cid-tUwNq06esx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUwNq06esx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUwNq06esx .container,
.cid-tUwNq06esx .container-fluid {
  position: static;
}
.cid-tUwNq06esx .mbr-section-title {
  margin-bottom: 25px;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .cid-tUwNq06esx .mbr-section-title {
    margin-bottom: 5px;
  }
}
.cid-tUwNq06esx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tUwNq06esx .mbr-text {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-tUwNq06esx .mbr-text {
    margin-top: 18px;
  }
}
.cid-tUwNq06esx .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tUwNq06esx .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-tUwNq06esx .item-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 42%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
}
.cid-tUwNq06esx .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-tUwNq06esx .item-img {
    display: none;
  }
}
.cid-tUwNq06esx .mbr-text,
.cid-tUwNq06esx .mbr-section-btn {
  color: #ffffff;
}
.cid-tUwPh1KUuf {
  padding-top: 90px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/figure-skater-woman-at-ice-skating-rink-2021-09-01-11-18-02-utc-2000x558.jpg");
}
.cid-tUwPh1KUuf .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tUwPh1KUuf .mbr-text,
.cid-tUwPh1KUuf .mbr-section-btn {
  text-align: center;
}
.cid-tUwPh1KUuf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUwPh1KUuf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUwNNMSODB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1f91af;
  position: relative;
}
.cid-tUwNNMSODB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUwNNMSODB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUwNNMSODB .container,
.cid-tUwNNMSODB .container-fluid {
  position: static;
}
.cid-tUwNNMSODB .mbr-section-title {
  margin-bottom: 25px;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .cid-tUwNNMSODB .mbr-section-title {
    margin-bottom: 5px;
  }
}
.cid-tUwNNMSODB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tUwNNMSODB .mbr-text {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-tUwNNMSODB .mbr-text {
    margin-top: 18px;
  }
}
.cid-tUwNNMSODB .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tUwNNMSODB .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-tUwNNMSODB .item-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 42%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
  right: auto;
  left: 0;
}
.cid-tUwNNMSODB .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-tUwNNMSODB .item-img {
    display: none;
  }
}
.cid-tUwNNMSODB .mbr-text,
.cid-tUwNNMSODB .mbr-section-btn {
  color: #ffffff;
}
.cid-tUwN50jI0X {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tUwN50jI0X .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tUwN50jI0X .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tUwN50jI0X .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tUwN50jI0X .btn-primary {
  border: 1px solid #0087ab !important;
}
.cid-tUwN50jI0X .btn-primary:hover {
  border: 1px solid #0087ab !important;
}
.cid-tUwN50jI0X .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tUwN50jI0X .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tUwN50jI0X .input-group-btn {
  padding-left: 0;
}
.cid-tUwN50jI0X .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tUwN50jI0X .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tUwN50jI0X .mbr-text {
  color: #444;
}
.cid-tUwN50jI0X h5 {
  margin-bottom: 0;
}
.cid-tUwN50jI0X .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tUwN50jI0X .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tUwN50jI0X .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tUwN50jI0X .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tUwN50jI0X .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tUwN50jI0X .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tUwN50jI0X .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tUwN50jI0X .social-list a:hover {
  opacity: 0.4;
}
.cid-tUwN50jI0X .media-container-row > div {
  padding: 0px;
}
.cid-tUwN50jI0X .text2 {
  color: #000000;
  text-align: left;
}
.cid-tUwN50jI0X .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tUwN50jI0X .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tUwN50jI0X .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tUwN50jI0X .social-list,
  .cid-tUwN50jI0X .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tUwN50jI0X h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tUwN50jI0X .form-group {
    max-width: 180px;
  }
}
.cid-tUwN50jI0X .links span {
  color: #9e9e9e;
}
.cid-tUwN50jI0X .logo-sub-title {
  text-align: center;
  color: #333333;
}
.cid-tUwN50jI0X .logo-title {
  text-align: center;
}
.cid-tUwN50jI0X .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUwN50jI0X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUwN50H2Rp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #303f61;
}
.cid-tUwN50H2Rp .links {
  text-align: center;
  color: #ffffff;
}
.cid-tUwN50H2Rp p {
  margin: 0;
}
.cid-tUxeIkSp8k .navbar {
  padding: 0.5rem 0;
  background: #e9e9e9;
  transition: none;
  min-height: 50px;
}
.cid-tUxeIkSp8k .navbar-fixed-top {
  padding-top: 0;
}
.cid-tUxeIkSp8k .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tUxeIkSp8k .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tUxeIkSp8k .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tUxeIkSp8k .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tUxeIkSp8k .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tUxeIkSp8k .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tUxeIkSp8k .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tUxeIkSp8k .menu-content-top {
  background: #303f61;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tUxeIkSp8k .dropdown-item {
  padding: 0;
}
.cid-tUxeIkSp8k .dropdown-item,
.cid-tUxeIkSp8k .nav-link,
.cid-tUxeIkSp8k .brand-name {
  font-style: normal;
}
.cid-tUxeIkSp8k .dropdown-item:hover,
.cid-tUxeIkSp8k .nav-link:hover,
.cid-tUxeIkSp8k .brand-name:hover {
  color: #0087ab !important;
}
.cid-tUxeIkSp8k .dropdown-menu {
  background-color: #0a1c44;
}
.cid-tUxeIkSp8k .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-tUxeIkSp8k .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tUxeIkSp8k .navbar-dropdown.bg-color.transparent.opened {
  background: #e9e9e9;
}
.cid-tUxeIkSp8k .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tUxeIkSp8k .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tUxeIkSp8k .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tUxeIkSp8k .content-text {
  margin-bottom: 0;
}
.cid-tUxeIkSp8k .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tUxeIkSp8k .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tUxeIkSp8k .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tUxeIkSp8k .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tUxeIkSp8k .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tUxeIkSp8k .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tUxeIkSp8k .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tUxeIkSp8k .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tUxeIkSp8k .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tUxeIkSp8k .nav-dropdown .link {
  font-weight: 400;
}
.cid-tUxeIkSp8k .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tUxeIkSp8k .content-right-side {
  text-align: center;
}
.cid-tUxeIkSp8k .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tUxeIkSp8k .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tUxeIkSp8k .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tUxeIkSp8k .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tUxeIkSp8k .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tUxeIkSp8k .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tUxeIkSp8k .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tUxeIkSp8k .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tUxeIkSp8k .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tUxeIkSp8k .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tUxeIkSp8k .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tUxeIkSp8k .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tUxeIkSp8k .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tUxeIkSp8k .navbar {
    display: block;
    padding: 0;
  }
  .cid-tUxeIkSp8k .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tUxeIkSp8k .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tUxeIkSp8k .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tUxeIkSp8k .navbar-toggler {
    display: none;
  }
  .cid-tUxeIkSp8k .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tUxeIkSp8k .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tUxeIkSp8k .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tUxeIkSp8k .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tUxeIkSp8k .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tUxeIkSp8k .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tUxeIkSp8k .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tUxeIkSp8k .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tUxeIkSp8k .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tUxeIkSp8k .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tUxeIkSp8k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tUxeIkSp8k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUxeIkSp8k .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tUxeIkSp8k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tUxeIkSp8k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tUxeIkSp8k .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tUxeIkSp8k .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUxeIkSp8k .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tUxeIkSp8k .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tUxeIkSp8k .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tUxeIkSp8k .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tUxeIkSp8k .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tUxeIkSp8k .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tUxeIkSp8k button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tUxeIkSp8k button.navbar-toggler:focus {
  outline: none;
}
.cid-tUxeIkSp8k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tUxeIkSp8k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUxeIkSp8k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUxeIkSp8k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUxeIkSp8k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUxeIkSp8k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUxeIkSp8k nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUxeIkSp8k nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUxeIkSp8k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUxeIkSp8k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUxeIkSp8k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUxeIkSp8k .collapsed .btn {
  display: flex;
}
.cid-tUxeIkSp8k .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tUxeIkSp8k .collapsed .navbar-collapse.collapsing,
.cid-tUxeIkSp8k .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tUxeIkSp8k .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tUxeIkSp8k .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tUxeIkSp8k .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tUxeIkSp8k .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tUxeIkSp8k .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tUxeIkSp8k .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tUxeIkSp8k .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tUxeIkSp8k .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tUxeIkSp8k .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tUxeIkSp8k .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tUxeIkSp8k .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tUxeIkSp8k .collapsed button.navbar-toggler {
  display: block;
}
.cid-tUxeIkSp8k .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tUxeIkSp8k .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tUxeIkSp8k .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tUxeIkSp8k .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tUxeIkSp8k .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tUxeIkSp8k .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tUxeIkSp8k .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tUxeIkSp8k .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tUxeIkSp8k .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tUxeIkSp8k .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tUxeIkSp8k .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tUxeIkSp8k .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tUxeIkSp8k .navbar-collapse.collapsing,
  .cid-tUxeIkSp8k .navbar-collapse.show {
    display: block !important;
  }
  .cid-tUxeIkSp8k .navbar-collapse.collapsing .navbar-nav,
  .cid-tUxeIkSp8k .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tUxeIkSp8k .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tUxeIkSp8k .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tUxeIkSp8k .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tUxeIkSp8k .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tUxeIkSp8k .navbar-collapse.collapsing .navbar-buttons,
  .cid-tUxeIkSp8k .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tUxeIkSp8k .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tUxeIkSp8k .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tUxeIkSp8k img {
    height: 3.8rem !important;
  }
  .cid-tUxeIkSp8k .btn {
    display: flex;
  }
  .cid-tUxeIkSp8k button.navbar-toggler {
    display: block;
  }
  .cid-tUxeIkSp8k .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tUxeIkSp8k .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tUxeIkSp8k .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tUxeIkSp8k .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tUxeIkSp8k .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tUxeIkSp8k .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tUxeIkSp8k .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tUxeIkSp8k .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tUxeIkSp8k .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tUxeIkSp8k .nav-link:focus {
  outline: none;
}
.cid-tUxeIkSp8k .navbar-toggler {
  position: relative;
}
.cid-tUxeIkSp8k .dropdown-item.active,
.cid-tUxeIkSp8k .dropdown-item:active {
  color: initial;
}
.cid-tUxeIkSp8k .widget-title,
.cid-tUxeIkSp8k .widget-icon {
  color: #e9e9e9;
}
.cid-tUxeIkSp8k .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tUxeIkSp8k .menu-logo {
    display: none;
  }
  .cid-tUxeIkSp8k .navbar {
    padding: 0;
  }
  .cid-tUxeIkSp8k .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tUxeIkSp8k button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-tUxeIluGN1 {
  background-image: url("../../../assets/images/young-female-figure-skater-moving-on-ice-rink-at-c-2022-12-16-22-01-10-utc-1-2000x1331.jpg");
}
.cid-tUxeIluGN1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUxeIluGN1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUxeIm4Ysy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tUxeIm4Ysy .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tUxeIm4Ysy .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tUxeIm4Ysy .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tUxeIm4Ysy .btn-primary {
  border: 1px solid #0087ab !important;
}
.cid-tUxeIm4Ysy .btn-primary:hover {
  border: 1px solid #0087ab !important;
}
.cid-tUxeIm4Ysy .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tUxeIm4Ysy .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tUxeIm4Ysy .input-group-btn {
  padding-left: 0;
}
.cid-tUxeIm4Ysy .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tUxeIm4Ysy .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tUxeIm4Ysy .mbr-text {
  color: #444;
}
.cid-tUxeIm4Ysy h5 {
  margin-bottom: 0;
}
.cid-tUxeIm4Ysy .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tUxeIm4Ysy .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tUxeIm4Ysy .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tUxeIm4Ysy .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tUxeIm4Ysy .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tUxeIm4Ysy .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tUxeIm4Ysy .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tUxeIm4Ysy .social-list a:hover {
  opacity: 0.4;
}
.cid-tUxeIm4Ysy .media-container-row > div {
  padding: 0px;
}
.cid-tUxeIm4Ysy .text2 {
  color: #000000;
  text-align: left;
}
.cid-tUxeIm4Ysy .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tUxeIm4Ysy .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tUxeIm4Ysy .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tUxeIm4Ysy .social-list,
  .cid-tUxeIm4Ysy .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tUxeIm4Ysy h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tUxeIm4Ysy .form-group {
    max-width: 180px;
  }
}
.cid-tUxeIm4Ysy .links span {
  color: #9e9e9e;
}
.cid-tUxeIm4Ysy .logo-sub-title {
  text-align: center;
  color: #333333;
}
.cid-tUxeIm4Ysy .logo-title {
  text-align: center;
}
.cid-tUxeIm4Ysy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUxeIm4Ysy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUxeIms3wV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #303f61;
}
.cid-tUxeIms3wV .links {
  text-align: center;
  color: #ffffff;
}
.cid-tUxeIms3wV p {
  margin: 0;
}
.cid-tUxfxjtGK7 .navbar {
  padding: 0.5rem 0;
  background: #e9e9e9;
  transition: none;
  min-height: 50px;
}
.cid-tUxfxjtGK7 .navbar-fixed-top {
  padding-top: 0;
}
.cid-tUxfxjtGK7 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tUxfxjtGK7 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tUxfxjtGK7 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tUxfxjtGK7 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tUxfxjtGK7 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tUxfxjtGK7 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tUxfxjtGK7 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tUxfxjtGK7 .menu-content-top {
  background: #303f61;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tUxfxjtGK7 .dropdown-item {
  padding: 0;
}
.cid-tUxfxjtGK7 .dropdown-item,
.cid-tUxfxjtGK7 .nav-link,
.cid-tUxfxjtGK7 .brand-name {
  font-style: normal;
}
.cid-tUxfxjtGK7 .dropdown-item:hover,
.cid-tUxfxjtGK7 .nav-link:hover,
.cid-tUxfxjtGK7 .brand-name:hover {
  color: #0087ab !important;
}
.cid-tUxfxjtGK7 .dropdown-menu {
  background-color: #0a1c44;
}
.cid-tUxfxjtGK7 .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-tUxfxjtGK7 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tUxfxjtGK7 .navbar-dropdown.bg-color.transparent.opened {
  background: #e9e9e9;
}
.cid-tUxfxjtGK7 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tUxfxjtGK7 .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tUxfxjtGK7 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tUxfxjtGK7 .content-text {
  margin-bottom: 0;
}
.cid-tUxfxjtGK7 .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tUxfxjtGK7 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tUxfxjtGK7 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tUxfxjtGK7 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tUxfxjtGK7 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tUxfxjtGK7 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tUxfxjtGK7 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tUxfxjtGK7 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tUxfxjtGK7 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tUxfxjtGK7 .nav-dropdown .link {
  font-weight: 400;
}
.cid-tUxfxjtGK7 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tUxfxjtGK7 .content-right-side {
  text-align: center;
}
.cid-tUxfxjtGK7 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tUxfxjtGK7 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tUxfxjtGK7 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tUxfxjtGK7 .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tUxfxjtGK7 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tUxfxjtGK7 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tUxfxjtGK7 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tUxfxjtGK7 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tUxfxjtGK7 .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tUxfxjtGK7 .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tUxfxjtGK7 .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tUxfxjtGK7 .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tUxfxjtGK7 .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tUxfxjtGK7 .navbar {
    display: block;
    padding: 0;
  }
  .cid-tUxfxjtGK7 .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tUxfxjtGK7 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tUxfxjtGK7 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tUxfxjtGK7 .navbar-toggler {
    display: none;
  }
  .cid-tUxfxjtGK7 .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tUxfxjtGK7 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tUxfxjtGK7 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tUxfxjtGK7 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tUxfxjtGK7 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tUxfxjtGK7 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tUxfxjtGK7 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tUxfxjtGK7 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tUxfxjtGK7 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tUxfxjtGK7 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tUxfxjtGK7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tUxfxjtGK7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUxfxjtGK7 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tUxfxjtGK7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tUxfxjtGK7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tUxfxjtGK7 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tUxfxjtGK7 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUxfxjtGK7 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tUxfxjtGK7 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tUxfxjtGK7 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tUxfxjtGK7 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tUxfxjtGK7 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tUxfxjtGK7 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tUxfxjtGK7 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tUxfxjtGK7 button.navbar-toggler:focus {
  outline: none;
}
.cid-tUxfxjtGK7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tUxfxjtGK7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUxfxjtGK7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUxfxjtGK7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUxfxjtGK7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUxfxjtGK7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUxfxjtGK7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUxfxjtGK7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUxfxjtGK7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUxfxjtGK7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUxfxjtGK7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUxfxjtGK7 .collapsed .btn {
  display: flex;
}
.cid-tUxfxjtGK7 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tUxfxjtGK7 .collapsed .navbar-collapse.collapsing,
.cid-tUxfxjtGK7 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tUxfxjtGK7 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tUxfxjtGK7 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tUxfxjtGK7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tUxfxjtGK7 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tUxfxjtGK7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tUxfxjtGK7 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tUxfxjtGK7 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tUxfxjtGK7 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tUxfxjtGK7 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tUxfxjtGK7 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tUxfxjtGK7 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tUxfxjtGK7 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tUxfxjtGK7 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tUxfxjtGK7 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tUxfxjtGK7 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tUxfxjtGK7 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tUxfxjtGK7 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tUxfxjtGK7 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tUxfxjtGK7 .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tUxfxjtGK7 .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tUxfxjtGK7 .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tUxfxjtGK7 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tUxfxjtGK7 .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tUxfxjtGK7 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tUxfxjtGK7 .navbar-collapse.collapsing,
  .cid-tUxfxjtGK7 .navbar-collapse.show {
    display: block !important;
  }
  .cid-tUxfxjtGK7 .navbar-collapse.collapsing .navbar-nav,
  .cid-tUxfxjtGK7 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tUxfxjtGK7 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tUxfxjtGK7 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tUxfxjtGK7 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tUxfxjtGK7 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tUxfxjtGK7 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tUxfxjtGK7 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tUxfxjtGK7 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tUxfxjtGK7 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tUxfxjtGK7 img {
    height: 3.8rem !important;
  }
  .cid-tUxfxjtGK7 .btn {
    display: flex;
  }
  .cid-tUxfxjtGK7 button.navbar-toggler {
    display: block;
  }
  .cid-tUxfxjtGK7 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tUxfxjtGK7 .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tUxfxjtGK7 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tUxfxjtGK7 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tUxfxjtGK7 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tUxfxjtGK7 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tUxfxjtGK7 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tUxfxjtGK7 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tUxfxjtGK7 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tUxfxjtGK7 .nav-link:focus {
  outline: none;
}
.cid-tUxfxjtGK7 .navbar-toggler {
  position: relative;
}
.cid-tUxfxjtGK7 .dropdown-item.active,
.cid-tUxfxjtGK7 .dropdown-item:active {
  color: initial;
}
.cid-tUxfxjtGK7 .widget-title,
.cid-tUxfxjtGK7 .widget-icon {
  color: #e9e9e9;
}
.cid-tUxfxjtGK7 .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tUxfxjtGK7 .menu-logo {
    display: none;
  }
  .cid-tUxfxjtGK7 .navbar {
    padding: 0;
  }
  .cid-tUxfxjtGK7 .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tUxfxjtGK7 button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-tUxfxknQTB {
  background-image: url("../../../assets/images/young-female-figure-skater-moving-on-ice-rink-at-c-2022-12-16-22-01-10-utc-1-2000x1331.jpg");
}
.cid-tUxfxknQTB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUxfxknQTB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUxi6yKgdP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .cid-tUxi6yKgdP .col-md-6 {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .cid-tUxi6yKgdP .mbr-section-head {
    padding: 0;
  }
}
.cid-tUxi6yKgdP .people {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-tUxi6yKgdP .people {
    padding: 0;
  }
}
.cid-tUxi6yKgdP .mbr-section-title {
  color: #000000;
  margin: 0;
}
.cid-tUxi6yKgdP .mbr-section-subtitle {
  color: #6b6b6b;
  margin: 0;
}
.cid-tUxi6yKgdP .mbr-text {
  color: #6b6b6b;
  width: 362px;
  max-width: 362px;
  margin: 10px auto;
}
@media (max-width: 400px) {
  .cid-tUxi6yKgdP .mbr-text {
    width: 100%;
  }
}
.cid-tUxi6yKgdP .item-name {
  color: #000000;
  margin: 0;
}
.cid-tUxi6yKgdP h3 {
  margin: 0;
}
.cid-tUxi6yKgdP .occupation {
  color: #6b6b6b;
  margin: 0;
}
.cid-tUxi6yKgdP .item {
  margin-bottom: 50px;
  transition: all 1s ease-out;
}
@media (max-width: 767px) {
  .cid-tUxi6yKgdP .item {
    margin-bottom: 80px;
  }
}
.cid-tUxi6yKgdP .item-wrapper {
  display: flex;
}
@media (max-width: 767px) {
  .cid-tUxi6yKgdP .item-wrapper {
    flex-direction: column;
  }
}
.cid-tUxi6yKgdP .item-caption {
  width: 50%;
  padding-left: 30px;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-tUxi6yKgdP .item-caption {
    width: 100%;
    padding-left: 0;
  }
}
.cid-tUxi6yKgdP .top {
  padding-top: 16px;
}
.cid-tUxi6yKgdP .socials-wrap {
  margin-bottom: 5px;
}
.cid-tUxi6yKgdP .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
.cid-tUxi6yKgdP .socials p {
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .cid-tUxi6yKgdP .socials p {
    margin-right: 10px;
    margin-bottom: 5px;
  }
}
.cid-tUxi6yKgdP .socials-item .link {
  color: #000000;
}
.cid-tUxi6yKgdP .item-img {
  width: 50%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tUxi6yKgdP .item-img {
    width: 100%;
    height: 100%;
  }
}
.cid-tUxi6yKgdP .item-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-tUxi6yKgdP .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tUxi6yKgdP .item:hover {
  cursor: pointer;
}
.cid-tUxi6yKgdP .item:hover .item-img::before {
  opacity: 0.7;
}
.cid-tUxkJw7DIa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .cid-tUxkJw7DIa .col-md-6 {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .cid-tUxkJw7DIa .mbr-section-head {
    padding: 0;
  }
}
.cid-tUxkJw7DIa .people {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-tUxkJw7DIa .people {
    padding: 0;
  }
}
.cid-tUxkJw7DIa .mbr-section-title {
  color: #000000;
  margin: 0;
}
.cid-tUxkJw7DIa .mbr-section-subtitle {
  color: #6b6b6b;
  margin: 0;
}
.cid-tUxkJw7DIa .mbr-text {
  color: #6b6b6b;
  width: 362px;
  max-width: 362px;
  margin: 10px auto;
}
@media (max-width: 400px) {
  .cid-tUxkJw7DIa .mbr-text {
    width: 100%;
  }
}
.cid-tUxkJw7DIa .item-name {
  color: #000000;
  margin: 0;
}
.cid-tUxkJw7DIa h3 {
  margin: 0;
}
.cid-tUxkJw7DIa .occupation {
  color: #6b6b6b;
  margin: 0;
}
.cid-tUxkJw7DIa .item {
  margin-bottom: 50px;
  transition: all 1s ease-out;
}
@media (max-width: 767px) {
  .cid-tUxkJw7DIa .item {
    margin-bottom: 80px;
  }
}
.cid-tUxkJw7DIa .item-wrapper {
  display: flex;
}
@media (max-width: 767px) {
  .cid-tUxkJw7DIa .item-wrapper {
    flex-direction: column;
  }
}
.cid-tUxkJw7DIa .item-caption {
  width: 50%;
  padding-left: 30px;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-tUxkJw7DIa .item-caption {
    width: 100%;
    padding-left: 0;
  }
}
.cid-tUxkJw7DIa .top {
  padding-top: 16px;
}
.cid-tUxkJw7DIa .socials-wrap {
  margin-bottom: 5px;
}
.cid-tUxkJw7DIa .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
.cid-tUxkJw7DIa .socials p {
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .cid-tUxkJw7DIa .socials p {
    margin-right: 10px;
    margin-bottom: 5px;
  }
}
.cid-tUxkJw7DIa .socials-item .link {
  color: #000000;
}
.cid-tUxkJw7DIa .item-img {
  width: 50%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tUxkJw7DIa .item-img {
    width: 100%;
    height: 100%;
  }
}
.cid-tUxkJw7DIa .item-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-tUxkJw7DIa .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tUxkJw7DIa .item:hover {
  cursor: pointer;
}
.cid-tUxkJw7DIa .item:hover .item-img::before {
  opacity: 0.7;
}
.cid-tUxiJyknf1 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tUxiJyknf1 .mbr-section-title {
  margin-bottom: 24px;
  color: #14142b;
  text-align: center;
}
.cid-tUxiJyknf1 .link-title {
  width: 100%;
  display: inline-block;
}
.cid-tUxiJyknf1 .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
}
.cid-tUxiJyknf1 .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px;
  height: 284px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
  margin-bottom: 48px;
}
.cid-tUxiJyknf1 .col-12.col-sm-6.col-lg-3:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-tUxiJyknf1 .col-12.col-sm-6.col-lg-3:hover .mbr-iconfont,
.cid-tUxiJyknf1 .col-12.col-sm-6.col-lg-3:hover .number,
.cid-tUxiJyknf1 .col-12.col-sm-6.col-lg-3:hover .card-title {
  color: #48d678 !important;
}
.cid-tUxiJyknf1 .col-12.col-sm-6.col-lg-3:hover .inner {
  transform: scale(1.1);
}
.cid-tUxiJyknf1 .card-title {
  transition: 0.35s;
  margin-bottom: 12px;
  color: #14142b;
}
.cid-tUxiJyknf1 .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
  border-radius: 30px;
}
.cid-tUxiJyknf1 .card-text {
  margin-bottom: 33px;
  color: #8c8c95;
}
@media (min-width: 970px) and (max-width: 1100px) {
  .cid-tUxiJyknf1 .card-wrapper {
    margin: 10px;
  }
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-tUxiJyknf1 .col-12:nth-child(3) {
    padding-top: 50px;
  }
  .cid-tUxiJyknf1 .col-12:nth-child(4) {
    padding-top: 50px;
  }
  .cid-tUxiJyknf1 .card-wrapper {
    margin: 20px;
    padding: 60px 30px 40px;
  }
}
@media (max-width: 574px) {
  .cid-tUxiJyknf1 .col-12 {
    padding-top: 50px;
  }
  .cid-tUxiJyknf1 .col-12:first-child {
    padding-top: 0px;
  }
  .cid-tUxiJyknf1 .wrap-img {
    margin-bottom: 30px;
  }
  .cid-tUxiJyknf1 .card-wrapper {
    margin: 10px;
    padding: 60px 30px 40px;
  }
}
.cid-tUxiJyknf1 .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 37px 32px 43px;
}
.cid-tUxiJyknf1 .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-tUxiJyknf1 .episode {
  color: #ffffff;
}
.cid-tUxiJyknf1 .img-title {
  color: #ffffff;
}
.cid-tUxiJyknf1 .margin {
  margin-right: 14px;
}
.cid-tUxiJyknf1 .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-tUxiJyknf1 .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-tUxiJyknf1 .title-block {
  padding-bottom: 30px;
  max-width: 493px;
  margin: auto;
}
.cid-tUxiJyknf1 .mbr-section-subtitle {
  text-align: center;
  color: #8c8c95;
}
.cid-tUxiJyknf1 .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-tUxfxkIvQY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tUxfxkIvQY .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tUxfxkIvQY .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tUxfxkIvQY .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tUxfxkIvQY .btn-primary {
  border: 1px solid #0087ab !important;
}
.cid-tUxfxkIvQY .btn-primary:hover {
  border: 1px solid #0087ab !important;
}
.cid-tUxfxkIvQY .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tUxfxkIvQY .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tUxfxkIvQY .input-group-btn {
  padding-left: 0;
}
.cid-tUxfxkIvQY .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tUxfxkIvQY .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tUxfxkIvQY .mbr-text {
  color: #444;
}
.cid-tUxfxkIvQY h5 {
  margin-bottom: 0;
}
.cid-tUxfxkIvQY .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tUxfxkIvQY .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tUxfxkIvQY .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tUxfxkIvQY .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tUxfxkIvQY .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tUxfxkIvQY .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tUxfxkIvQY .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tUxfxkIvQY .social-list a:hover {
  opacity: 0.4;
}
.cid-tUxfxkIvQY .media-container-row > div {
  padding: 0px;
}
.cid-tUxfxkIvQY .text2 {
  color: #000000;
  text-align: left;
}
.cid-tUxfxkIvQY .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tUxfxkIvQY .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tUxfxkIvQY .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tUxfxkIvQY .social-list,
  .cid-tUxfxkIvQY .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tUxfxkIvQY h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tUxfxkIvQY .form-group {
    max-width: 180px;
  }
}
.cid-tUxfxkIvQY .links span {
  color: #9e9e9e;
}
.cid-tUxfxkIvQY .logo-sub-title {
  text-align: center;
  color: #333333;
}
.cid-tUxfxkIvQY .logo-title {
  text-align: center;
}
.cid-tUxfxkIvQY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUxfxkIvQY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUxfxlcNev {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #303f61;
}
.cid-tUxfxlcNev .links {
  text-align: center;
  color: #ffffff;
}
.cid-tUxfxlcNev p {
  margin: 0;
}
.cid-tUxspGOZpI .navbar {
  padding: 0.5rem 0;
  background: #e9e9e9;
  transition: none;
  min-height: 50px;
}
.cid-tUxspGOZpI .navbar-fixed-top {
  padding-top: 0;
}
.cid-tUxspGOZpI .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tUxspGOZpI .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tUxspGOZpI .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tUxspGOZpI .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tUxspGOZpI .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tUxspGOZpI .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tUxspGOZpI .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tUxspGOZpI .menu-content-top {
  background: #303f61;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tUxspGOZpI .dropdown-item {
  padding: 0;
}
.cid-tUxspGOZpI .dropdown-item,
.cid-tUxspGOZpI .nav-link,
.cid-tUxspGOZpI .brand-name {
  font-style: normal;
}
.cid-tUxspGOZpI .dropdown-item:hover,
.cid-tUxspGOZpI .nav-link:hover,
.cid-tUxspGOZpI .brand-name:hover {
  color: #0087ab !important;
}
.cid-tUxspGOZpI .dropdown-menu {
  background-color: #0a1c44;
}
.cid-tUxspGOZpI .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-tUxspGOZpI .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tUxspGOZpI .navbar-dropdown.bg-color.transparent.opened {
  background: #e9e9e9;
}
.cid-tUxspGOZpI .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tUxspGOZpI .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tUxspGOZpI .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tUxspGOZpI .content-text {
  margin-bottom: 0;
}
.cid-tUxspGOZpI .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tUxspGOZpI .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tUxspGOZpI .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tUxspGOZpI .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tUxspGOZpI .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tUxspGOZpI .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tUxspGOZpI .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tUxspGOZpI .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tUxspGOZpI .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tUxspGOZpI .nav-dropdown .link {
  font-weight: 400;
}
.cid-tUxspGOZpI .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tUxspGOZpI .content-right-side {
  text-align: center;
}
.cid-tUxspGOZpI .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tUxspGOZpI .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tUxspGOZpI .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tUxspGOZpI .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tUxspGOZpI .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tUxspGOZpI .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tUxspGOZpI .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tUxspGOZpI .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tUxspGOZpI .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tUxspGOZpI .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tUxspGOZpI .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tUxspGOZpI .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tUxspGOZpI .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tUxspGOZpI .navbar {
    display: block;
    padding: 0;
  }
  .cid-tUxspGOZpI .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tUxspGOZpI .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tUxspGOZpI .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tUxspGOZpI .navbar-toggler {
    display: none;
  }
  .cid-tUxspGOZpI .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tUxspGOZpI .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tUxspGOZpI .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tUxspGOZpI .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tUxspGOZpI .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tUxspGOZpI .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tUxspGOZpI .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tUxspGOZpI .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tUxspGOZpI .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tUxspGOZpI .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tUxspGOZpI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tUxspGOZpI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUxspGOZpI .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tUxspGOZpI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tUxspGOZpI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tUxspGOZpI .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tUxspGOZpI .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUxspGOZpI .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tUxspGOZpI .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tUxspGOZpI .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tUxspGOZpI .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tUxspGOZpI .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tUxspGOZpI .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tUxspGOZpI button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tUxspGOZpI button.navbar-toggler:focus {
  outline: none;
}
.cid-tUxspGOZpI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tUxspGOZpI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUxspGOZpI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUxspGOZpI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUxspGOZpI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUxspGOZpI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUxspGOZpI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUxspGOZpI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUxspGOZpI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUxspGOZpI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUxspGOZpI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUxspGOZpI .collapsed .btn {
  display: flex;
}
.cid-tUxspGOZpI .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tUxspGOZpI .collapsed .navbar-collapse.collapsing,
.cid-tUxspGOZpI .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tUxspGOZpI .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tUxspGOZpI .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tUxspGOZpI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tUxspGOZpI .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tUxspGOZpI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tUxspGOZpI .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tUxspGOZpI .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tUxspGOZpI .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tUxspGOZpI .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tUxspGOZpI .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tUxspGOZpI .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tUxspGOZpI .collapsed button.navbar-toggler {
  display: block;
}
.cid-tUxspGOZpI .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tUxspGOZpI .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tUxspGOZpI .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tUxspGOZpI .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tUxspGOZpI .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tUxspGOZpI .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tUxspGOZpI .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tUxspGOZpI .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tUxspGOZpI .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tUxspGOZpI .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tUxspGOZpI .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tUxspGOZpI .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tUxspGOZpI .navbar-collapse.collapsing,
  .cid-tUxspGOZpI .navbar-collapse.show {
    display: block !important;
  }
  .cid-tUxspGOZpI .navbar-collapse.collapsing .navbar-nav,
  .cid-tUxspGOZpI .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tUxspGOZpI .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tUxspGOZpI .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tUxspGOZpI .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tUxspGOZpI .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tUxspGOZpI .navbar-collapse.collapsing .navbar-buttons,
  .cid-tUxspGOZpI .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tUxspGOZpI .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tUxspGOZpI .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tUxspGOZpI img {
    height: 3.8rem !important;
  }
  .cid-tUxspGOZpI .btn {
    display: flex;
  }
  .cid-tUxspGOZpI button.navbar-toggler {
    display: block;
  }
  .cid-tUxspGOZpI .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tUxspGOZpI .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tUxspGOZpI .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tUxspGOZpI .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tUxspGOZpI .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tUxspGOZpI .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tUxspGOZpI .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tUxspGOZpI .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tUxspGOZpI .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tUxspGOZpI .nav-link:focus {
  outline: none;
}
.cid-tUxspGOZpI .navbar-toggler {
  position: relative;
}
.cid-tUxspGOZpI .dropdown-item.active,
.cid-tUxspGOZpI .dropdown-item:active {
  color: initial;
}
.cid-tUxspGOZpI .widget-title,
.cid-tUxspGOZpI .widget-icon {
  color: #e9e9e9;
}
.cid-tUxspGOZpI .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tUxspGOZpI .menu-logo {
    display: none;
  }
  .cid-tUxspGOZpI .navbar {
    padding: 0;
  }
  .cid-tUxspGOZpI .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tUxspGOZpI button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-tUxsGlDJV8 {
  background-image: url("../../../assets/images/young-couple-preparing-to-a-skating-2021-08-28-02-27-48-utc-2000x1333.jpg");
}
.cid-tUxsGlDJV8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUxsGlDJV8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUxsHeCeKe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-tUxsHeCeKe .mbr-section-head {
    margin-bottom: 8.53vw;
  }
}
.cid-tUxsHeCeKe .mbr-section-title {
  color: #FFFFFF;
}
.cid-tUxsHeCeKe .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-tUxsHeCeKe .cards-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: auto;
  gap: 1.67vw 5.28vw;
}
@media (max-width: 991px) {
  .cid-tUxsHeCeKe .cards-container {
    grid-template-columns: 1fr 1fr;
    gap: 6.4vw 5.33vw;
  }
}
.cid-tUxsHeCeKe .card-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.cid-tUxsHeCeKe .card-wrap img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tUxspJ2q0r {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tUxspJ2q0r .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tUxspJ2q0r .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tUxspJ2q0r .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tUxspJ2q0r .btn-primary {
  border: 1px solid #0087ab !important;
}
.cid-tUxspJ2q0r .btn-primary:hover {
  border: 1px solid #0087ab !important;
}
.cid-tUxspJ2q0r .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tUxspJ2q0r .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tUxspJ2q0r .input-group-btn {
  padding-left: 0;
}
.cid-tUxspJ2q0r .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tUxspJ2q0r .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tUxspJ2q0r .mbr-text {
  color: #444;
}
.cid-tUxspJ2q0r h5 {
  margin-bottom: 0;
}
.cid-tUxspJ2q0r .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tUxspJ2q0r .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tUxspJ2q0r .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tUxspJ2q0r .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tUxspJ2q0r .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tUxspJ2q0r .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tUxspJ2q0r .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tUxspJ2q0r .social-list a:hover {
  opacity: 0.4;
}
.cid-tUxspJ2q0r .media-container-row > div {
  padding: 0px;
}
.cid-tUxspJ2q0r .text2 {
  color: #000000;
  text-align: left;
}
.cid-tUxspJ2q0r .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tUxspJ2q0r .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tUxspJ2q0r .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tUxspJ2q0r .social-list,
  .cid-tUxspJ2q0r .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tUxspJ2q0r h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tUxspJ2q0r .form-group {
    max-width: 180px;
  }
}
.cid-tUxspJ2q0r .links span {
  color: #9e9e9e;
}
.cid-tUxspJ2q0r .logo-sub-title {
  text-align: center;
  color: #333333;
}
.cid-tUxspJ2q0r .logo-title {
  text-align: center;
}
.cid-tUxspJ2q0r .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUxspJ2q0r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUxspJxJLj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #303f61;
}
.cid-tUxspJxJLj .links {
  text-align: center;
  color: #ffffff;
}
.cid-tUxspJxJLj p {
  margin: 0;
}
.cid-tUxt54Hzv2 .navbar {
  padding: 0.5rem 0;
  background: #e9e9e9;
  transition: none;
  min-height: 50px;
}
.cid-tUxt54Hzv2 .navbar-fixed-top {
  padding-top: 0;
}
.cid-tUxt54Hzv2 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tUxt54Hzv2 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tUxt54Hzv2 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tUxt54Hzv2 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tUxt54Hzv2 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tUxt54Hzv2 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tUxt54Hzv2 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tUxt54Hzv2 .menu-content-top {
  background: #303f61;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tUxt54Hzv2 .dropdown-item {
  padding: 0;
}
.cid-tUxt54Hzv2 .dropdown-item,
.cid-tUxt54Hzv2 .nav-link,
.cid-tUxt54Hzv2 .brand-name {
  font-style: normal;
}
.cid-tUxt54Hzv2 .dropdown-item:hover,
.cid-tUxt54Hzv2 .nav-link:hover,
.cid-tUxt54Hzv2 .brand-name:hover {
  color: #0087ab !important;
}
.cid-tUxt54Hzv2 .dropdown-menu {
  background-color: #0a1c44;
}
.cid-tUxt54Hzv2 .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-tUxt54Hzv2 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tUxt54Hzv2 .navbar-dropdown.bg-color.transparent.opened {
  background: #e9e9e9;
}
.cid-tUxt54Hzv2 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tUxt54Hzv2 .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tUxt54Hzv2 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tUxt54Hzv2 .content-text {
  margin-bottom: 0;
}
.cid-tUxt54Hzv2 .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tUxt54Hzv2 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tUxt54Hzv2 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tUxt54Hzv2 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tUxt54Hzv2 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tUxt54Hzv2 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tUxt54Hzv2 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tUxt54Hzv2 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tUxt54Hzv2 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tUxt54Hzv2 .nav-dropdown .link {
  font-weight: 400;
}
.cid-tUxt54Hzv2 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tUxt54Hzv2 .content-right-side {
  text-align: center;
}
.cid-tUxt54Hzv2 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tUxt54Hzv2 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tUxt54Hzv2 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tUxt54Hzv2 .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tUxt54Hzv2 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tUxt54Hzv2 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tUxt54Hzv2 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tUxt54Hzv2 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tUxt54Hzv2 .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tUxt54Hzv2 .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tUxt54Hzv2 .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tUxt54Hzv2 .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tUxt54Hzv2 .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tUxt54Hzv2 .navbar {
    display: block;
    padding: 0;
  }
  .cid-tUxt54Hzv2 .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tUxt54Hzv2 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tUxt54Hzv2 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tUxt54Hzv2 .navbar-toggler {
    display: none;
  }
  .cid-tUxt54Hzv2 .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tUxt54Hzv2 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tUxt54Hzv2 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tUxt54Hzv2 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tUxt54Hzv2 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tUxt54Hzv2 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tUxt54Hzv2 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tUxt54Hzv2 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tUxt54Hzv2 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tUxt54Hzv2 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tUxt54Hzv2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tUxt54Hzv2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUxt54Hzv2 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tUxt54Hzv2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tUxt54Hzv2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tUxt54Hzv2 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tUxt54Hzv2 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUxt54Hzv2 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tUxt54Hzv2 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tUxt54Hzv2 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tUxt54Hzv2 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tUxt54Hzv2 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tUxt54Hzv2 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tUxt54Hzv2 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tUxt54Hzv2 button.navbar-toggler:focus {
  outline: none;
}
.cid-tUxt54Hzv2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tUxt54Hzv2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUxt54Hzv2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUxt54Hzv2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUxt54Hzv2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUxt54Hzv2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUxt54Hzv2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUxt54Hzv2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUxt54Hzv2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUxt54Hzv2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUxt54Hzv2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUxt54Hzv2 .collapsed .btn {
  display: flex;
}
.cid-tUxt54Hzv2 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tUxt54Hzv2 .collapsed .navbar-collapse.collapsing,
.cid-tUxt54Hzv2 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tUxt54Hzv2 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tUxt54Hzv2 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tUxt54Hzv2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tUxt54Hzv2 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tUxt54Hzv2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tUxt54Hzv2 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tUxt54Hzv2 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tUxt54Hzv2 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tUxt54Hzv2 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tUxt54Hzv2 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tUxt54Hzv2 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tUxt54Hzv2 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tUxt54Hzv2 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tUxt54Hzv2 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tUxt54Hzv2 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tUxt54Hzv2 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tUxt54Hzv2 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tUxt54Hzv2 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tUxt54Hzv2 .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tUxt54Hzv2 .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tUxt54Hzv2 .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tUxt54Hzv2 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tUxt54Hzv2 .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tUxt54Hzv2 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tUxt54Hzv2 .navbar-collapse.collapsing,
  .cid-tUxt54Hzv2 .navbar-collapse.show {
    display: block !important;
  }
  .cid-tUxt54Hzv2 .navbar-collapse.collapsing .navbar-nav,
  .cid-tUxt54Hzv2 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tUxt54Hzv2 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tUxt54Hzv2 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tUxt54Hzv2 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tUxt54Hzv2 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tUxt54Hzv2 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tUxt54Hzv2 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tUxt54Hzv2 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tUxt54Hzv2 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tUxt54Hzv2 img {
    height: 3.8rem !important;
  }
  .cid-tUxt54Hzv2 .btn {
    display: flex;
  }
  .cid-tUxt54Hzv2 button.navbar-toggler {
    display: block;
  }
  .cid-tUxt54Hzv2 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tUxt54Hzv2 .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tUxt54Hzv2 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tUxt54Hzv2 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tUxt54Hzv2 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tUxt54Hzv2 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tUxt54Hzv2 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tUxt54Hzv2 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tUxt54Hzv2 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tUxt54Hzv2 .nav-link:focus {
  outline: none;
}
.cid-tUxt54Hzv2 .navbar-toggler {
  position: relative;
}
.cid-tUxt54Hzv2 .dropdown-item.active,
.cid-tUxt54Hzv2 .dropdown-item:active {
  color: initial;
}
.cid-tUxt54Hzv2 .widget-title,
.cid-tUxt54Hzv2 .widget-icon {
  color: #e9e9e9;
}
.cid-tUxt54Hzv2 .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tUxt54Hzv2 .menu-logo {
    display: none;
  }
  .cid-tUxt54Hzv2 .navbar {
    padding: 0;
  }
  .cid-tUxt54Hzv2 .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tUxt54Hzv2 button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-tUxt55K3gU {
  background-image: url("../../../assets/images/women-volunteers-wearing-face-masks-and-gloves-fil-2022-11-14-06-08-45-utc-2000x1334.jpg");
}
.cid-tUxt55K3gU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUxt55K3gU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUxwm9elos {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tUxwm9elos .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #e9e9e9;
  color: #444444;
  padding: 0;
}
.cid-tUxwm9elos .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-tUxwm9elos .card-img:hover .img-hover {
  opacity: 0.5;
}
.cid-tUxwm9elos .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-tUxwm9elos .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-tUxwm9elos .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-tUxwm9elos .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #0a1c44;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.cid-tUxwm9elos .content-box {
  display: flex;
}
.cid-tUxwm9elos .date-box {
  background: #0a1c44;
  width: 110px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tUxwm9elos .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-tUxwm9elos .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tUxwm9elos .rev,
.cid-tUxwm9elos .mbr-iconfont {
  display: inline-block;
}
.cid-tUxwm9elos .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-tUxwm9elos .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-tUxwm9elos .card-box {
  padding: 1rem;
}
.cid-tUxwm9elos .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-tUxwm9elos .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tUxwm9elos .mbr-section-title,
.cid-tUxwm9elos .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-tUxwm9elos .rev {
  text-align: left;
}
.cid-tUxwm9elos .card-text,
.cid-tUxwm9elos .mbr-section-btn,
.cid-tUxwm9elos .ico-line {
  text-align: left;
  color: #9e9e9e;
}
.cid-tUxwm9elos .rev i {
  color: #0a1c44;
}
.cid-tUxwm9elos .date {
  text-align: center;
  color: #ffffff;
}
.cid-tUxwm9elos .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-tUxwm9elos .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tUxwm9elos .img-hover {
    opacity: 0.5;
  }
  .cid-tUxwm9elos .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-tUxwWqwbuc {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tUxwWqwbuc .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #e9e9e9;
  color: #444444;
  padding: 0;
}
.cid-tUxwWqwbuc .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-tUxwWqwbuc .card-img:hover .img-hover {
  opacity: 0.5;
}
.cid-tUxwWqwbuc .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-tUxwWqwbuc .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-tUxwWqwbuc .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-tUxwWqwbuc .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #0a1c44;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.cid-tUxwWqwbuc .content-box {
  display: flex;
}
.cid-tUxwWqwbuc .date-box {
  background: #0a1c44;
  width: 110px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tUxwWqwbuc .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-tUxwWqwbuc .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tUxwWqwbuc .rev,
.cid-tUxwWqwbuc .mbr-iconfont {
  display: inline-block;
}
.cid-tUxwWqwbuc .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-tUxwWqwbuc .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-tUxwWqwbuc .card-box {
  padding: 1rem;
}
.cid-tUxwWqwbuc .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-tUxwWqwbuc .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tUxwWqwbuc .mbr-section-title,
.cid-tUxwWqwbuc .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-tUxwWqwbuc .rev {
  text-align: left;
}
.cid-tUxwWqwbuc .card-text,
.cid-tUxwWqwbuc .mbr-section-btn,
.cid-tUxwWqwbuc .ico-line {
  text-align: left;
  color: #9e9e9e;
}
.cid-tUxwWqwbuc .rev i {
  color: #0a1c44;
}
.cid-tUxwWqwbuc .date {
  text-align: center;
  color: #ffffff;
}
.cid-tUxwWqwbuc .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-tUxwWqwbuc .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tUxwWqwbuc .img-hover {
    opacity: 0.5;
  }
  .cid-tUxwWqwbuc .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-tUxxfFp2Ix {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/figure-skating-practice-2000x1333.jpg");
}
.cid-tUxxfFp2Ix .mbr-section-title {
  text-align: left;
}
.cid-tUxxfFp2Ix .mbr-text,
.cid-tUxxfFp2Ix .mbr-section-btn {
  text-align: left;
}
.cid-tUxxfFp2Ix .mbr-iconfont {
  -webkit-order: -1;
  order: -1;
  padding-right: 0.5rem;
  padding-left: 0rem !important;
}
.cid-tUxt573Lxe {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tUxt573Lxe .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tUxt573Lxe .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tUxt573Lxe .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tUxt573Lxe .btn-primary {
  border: 1px solid #0087ab !important;
}
.cid-tUxt573Lxe .btn-primary:hover {
  border: 1px solid #0087ab !important;
}
.cid-tUxt573Lxe .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tUxt573Lxe .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tUxt573Lxe .input-group-btn {
  padding-left: 0;
}
.cid-tUxt573Lxe .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tUxt573Lxe .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tUxt573Lxe .mbr-text {
  color: #444;
}
.cid-tUxt573Lxe h5 {
  margin-bottom: 0;
}
.cid-tUxt573Lxe .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tUxt573Lxe .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tUxt573Lxe .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tUxt573Lxe .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tUxt573Lxe .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tUxt573Lxe .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tUxt573Lxe .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tUxt573Lxe .social-list a:hover {
  opacity: 0.4;
}
.cid-tUxt573Lxe .media-container-row > div {
  padding: 0px;
}
.cid-tUxt573Lxe .text2 {
  color: #000000;
  text-align: left;
}
.cid-tUxt573Lxe .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tUxt573Lxe .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tUxt573Lxe .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tUxt573Lxe .social-list,
  .cid-tUxt573Lxe .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tUxt573Lxe h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tUxt573Lxe .form-group {
    max-width: 180px;
  }
}
.cid-tUxt573Lxe .links span {
  color: #9e9e9e;
}
.cid-tUxt573Lxe .logo-sub-title {
  text-align: center;
  color: #333333;
}
.cid-tUxt573Lxe .logo-title {
  text-align: center;
}
.cid-tUxt573Lxe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUxt573Lxe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUxxlZ1zhe .navbar {
  padding: 0.5rem 0;
  background: #e9e9e9;
  transition: none;
  min-height: 50px;
}
.cid-tUxxlZ1zhe .navbar-fixed-top {
  padding-top: 0;
}
.cid-tUxxlZ1zhe .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tUxxlZ1zhe .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tUxxlZ1zhe .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tUxxlZ1zhe .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tUxxlZ1zhe .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tUxxlZ1zhe .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tUxxlZ1zhe .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tUxxlZ1zhe .menu-content-top {
  background: #303f61;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tUxxlZ1zhe .dropdown-item {
  padding: 0;
}
.cid-tUxxlZ1zhe .dropdown-item,
.cid-tUxxlZ1zhe .nav-link,
.cid-tUxxlZ1zhe .brand-name {
  font-style: normal;
}
.cid-tUxxlZ1zhe .dropdown-item:hover,
.cid-tUxxlZ1zhe .nav-link:hover,
.cid-tUxxlZ1zhe .brand-name:hover {
  color: #0087ab !important;
}
.cid-tUxxlZ1zhe .dropdown-menu {
  background-color: #0a1c44;
}
.cid-tUxxlZ1zhe .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-tUxxlZ1zhe .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tUxxlZ1zhe .navbar-dropdown.bg-color.transparent.opened {
  background: #e9e9e9;
}
.cid-tUxxlZ1zhe .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tUxxlZ1zhe .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tUxxlZ1zhe .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tUxxlZ1zhe .content-text {
  margin-bottom: 0;
}
.cid-tUxxlZ1zhe .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tUxxlZ1zhe .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tUxxlZ1zhe .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tUxxlZ1zhe .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tUxxlZ1zhe .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tUxxlZ1zhe .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tUxxlZ1zhe .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tUxxlZ1zhe .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tUxxlZ1zhe .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tUxxlZ1zhe .nav-dropdown .link {
  font-weight: 400;
}
.cid-tUxxlZ1zhe .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tUxxlZ1zhe .content-right-side {
  text-align: center;
}
.cid-tUxxlZ1zhe .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tUxxlZ1zhe .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tUxxlZ1zhe .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tUxxlZ1zhe .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tUxxlZ1zhe .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tUxxlZ1zhe .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tUxxlZ1zhe .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tUxxlZ1zhe .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tUxxlZ1zhe .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tUxxlZ1zhe .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tUxxlZ1zhe .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tUxxlZ1zhe .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tUxxlZ1zhe .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tUxxlZ1zhe .navbar {
    display: block;
    padding: 0;
  }
  .cid-tUxxlZ1zhe .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tUxxlZ1zhe .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tUxxlZ1zhe .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tUxxlZ1zhe .navbar-toggler {
    display: none;
  }
  .cid-tUxxlZ1zhe .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tUxxlZ1zhe .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tUxxlZ1zhe .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tUxxlZ1zhe .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tUxxlZ1zhe .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tUxxlZ1zhe .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tUxxlZ1zhe .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tUxxlZ1zhe .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tUxxlZ1zhe .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tUxxlZ1zhe .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tUxxlZ1zhe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tUxxlZ1zhe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUxxlZ1zhe .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tUxxlZ1zhe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tUxxlZ1zhe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tUxxlZ1zhe .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tUxxlZ1zhe .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUxxlZ1zhe .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tUxxlZ1zhe .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tUxxlZ1zhe .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tUxxlZ1zhe .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tUxxlZ1zhe .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tUxxlZ1zhe .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tUxxlZ1zhe button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tUxxlZ1zhe button.navbar-toggler:focus {
  outline: none;
}
.cid-tUxxlZ1zhe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tUxxlZ1zhe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUxxlZ1zhe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUxxlZ1zhe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUxxlZ1zhe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUxxlZ1zhe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUxxlZ1zhe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUxxlZ1zhe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUxxlZ1zhe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUxxlZ1zhe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUxxlZ1zhe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUxxlZ1zhe .collapsed .btn {
  display: flex;
}
.cid-tUxxlZ1zhe .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tUxxlZ1zhe .collapsed .navbar-collapse.collapsing,
.cid-tUxxlZ1zhe .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tUxxlZ1zhe .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tUxxlZ1zhe .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tUxxlZ1zhe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tUxxlZ1zhe .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tUxxlZ1zhe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tUxxlZ1zhe .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tUxxlZ1zhe .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tUxxlZ1zhe .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tUxxlZ1zhe .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tUxxlZ1zhe .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tUxxlZ1zhe .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tUxxlZ1zhe .collapsed button.navbar-toggler {
  display: block;
}
.cid-tUxxlZ1zhe .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tUxxlZ1zhe .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tUxxlZ1zhe .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tUxxlZ1zhe .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tUxxlZ1zhe .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tUxxlZ1zhe .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tUxxlZ1zhe .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tUxxlZ1zhe .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tUxxlZ1zhe .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tUxxlZ1zhe .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tUxxlZ1zhe .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tUxxlZ1zhe .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tUxxlZ1zhe .navbar-collapse.collapsing,
  .cid-tUxxlZ1zhe .navbar-collapse.show {
    display: block !important;
  }
  .cid-tUxxlZ1zhe .navbar-collapse.collapsing .navbar-nav,
  .cid-tUxxlZ1zhe .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tUxxlZ1zhe .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tUxxlZ1zhe .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tUxxlZ1zhe .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tUxxlZ1zhe .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tUxxlZ1zhe .navbar-collapse.collapsing .navbar-buttons,
  .cid-tUxxlZ1zhe .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tUxxlZ1zhe .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tUxxlZ1zhe .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tUxxlZ1zhe img {
    height: 3.8rem !important;
  }
  .cid-tUxxlZ1zhe .btn {
    display: flex;
  }
  .cid-tUxxlZ1zhe button.navbar-toggler {
    display: block;
  }
  .cid-tUxxlZ1zhe .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tUxxlZ1zhe .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tUxxlZ1zhe .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tUxxlZ1zhe .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tUxxlZ1zhe .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tUxxlZ1zhe .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tUxxlZ1zhe .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tUxxlZ1zhe .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tUxxlZ1zhe .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tUxxlZ1zhe .nav-link:focus {
  outline: none;
}
.cid-tUxxlZ1zhe .navbar-toggler {
  position: relative;
}
.cid-tUxxlZ1zhe .dropdown-item.active,
.cid-tUxxlZ1zhe .dropdown-item:active {
  color: initial;
}
.cid-tUxxlZ1zhe .widget-title,
.cid-tUxxlZ1zhe .widget-icon {
  color: #e9e9e9;
}
.cid-tUxxlZ1zhe .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tUxxlZ1zhe .menu-logo {
    display: none;
  }
  .cid-tUxxlZ1zhe .navbar {
    padding: 0;
  }
  .cid-tUxxlZ1zhe .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tUxxlZ1zhe button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-tUxxKuiFd8 {
  background-image: url("../../../assets/images/young-couple-preparing-to-a-skating-2021-08-28-02-27-48-utc-2000x1333.jpg");
}
.cid-tUxxKuiFd8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUxxKuiFd8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUxxBC67Dp {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e9e9e9;
}
@media (min-width: 768px) {
  .cid-tUxxBC67Dp .row {
    justify-content: center;
  }
}
.cid-tUxxBC67Dp form .mbr-section-btn {
  width: 100%;
}
.cid-tUxxBC67Dp form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tUxxBC67Dp form .mbr-section-btn .btn {
    width: 100%;
  }
}
@media (min-width: 767px) {
  .cid-tUxxBC67Dp .form-with-styler {
    padding: 30px;
  }
  .cid-tUxxBC67Dp .mbr-section-head {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-tUxxBC67Dp input::-webkit-input-placeholder,
.cid-tUxxBC67Dp textarea::-webkit-input-placeholder {
  color: #48d678 !important;
  opacity: 0.5;
}
.cid-tUxxBC67Dp input:-moz-placeholder,
.cid-tUxxBC67Dp textarea:-moz-placeholder {
  color: #48d678 !important;
  opacity: 0.5;
}
.cid-tUxxBC67Dp .mbr-section-btn {
  margin-top: 10.8px;
}
.cid-tUxxBC67Dp .mbr-section-title {
  color: #231f59;
  text-align: left;
}
.cid-tUxxBC67Dp .mbr-section-subtitle {
  color: #231f59;
  text-align: left;
}
.cid-tUxxBC67Dp .mbr-section-text,
.cid-tUxxBC67Dp .mbr-section-btn {
  text-align: left;
  color: #282727;
}
.cid-tUxxm11bR0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/figure-skating-practice-2000x1333.jpg");
}
.cid-tUxxm11bR0 .mbr-section-title {
  text-align: left;
}
.cid-tUxxm11bR0 .mbr-text,
.cid-tUxxm11bR0 .mbr-section-btn {
  text-align: left;
}
.cid-tUxxm11bR0 .mbr-iconfont {
  -webkit-order: -1;
  order: -1;
  padding-right: 0.5rem;
  padding-left: 0rem !important;
}
.cid-tUxxm1hv4U {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tUxxm1hv4U .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tUxxm1hv4U .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tUxxm1hv4U .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tUxxm1hv4U .btn-primary {
  border: 1px solid #0087ab !important;
}
.cid-tUxxm1hv4U .btn-primary:hover {
  border: 1px solid #0087ab !important;
}
.cid-tUxxm1hv4U .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tUxxm1hv4U .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tUxxm1hv4U .input-group-btn {
  padding-left: 0;
}
.cid-tUxxm1hv4U .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tUxxm1hv4U .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tUxxm1hv4U .mbr-text {
  color: #444;
}
.cid-tUxxm1hv4U h5 {
  margin-bottom: 0;
}
.cid-tUxxm1hv4U .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tUxxm1hv4U .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tUxxm1hv4U .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tUxxm1hv4U .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tUxxm1hv4U .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tUxxm1hv4U .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tUxxm1hv4U .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tUxxm1hv4U .social-list a:hover {
  opacity: 0.4;
}
.cid-tUxxm1hv4U .media-container-row > div {
  padding: 0px;
}
.cid-tUxxm1hv4U .text2 {
  color: #000000;
  text-align: left;
}
.cid-tUxxm1hv4U .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tUxxm1hv4U .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tUxxm1hv4U .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tUxxm1hv4U .social-list,
  .cid-tUxxm1hv4U .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tUxxm1hv4U h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tUxxm1hv4U .form-group {
    max-width: 180px;
  }
}
.cid-tUxxm1hv4U .links span {
  color: #9e9e9e;
}
.cid-tUxxm1hv4U .logo-sub-title {
  text-align: center;
  color: #333333;
}
.cid-tUxxm1hv4U .logo-title {
  text-align: center;
}
.cid-tUxxm1hv4U .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUxxm1hv4U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
