.btn {
    border-width: 2px;
  }
  .btn {
    border-radius: 80px;
  }
  body {
    background-color: #f0fdfc;
  }
  body {
    font-family: 'Source Serif 4', sans-serif;
  }
  .display-1 {
    font-family: 'Source Serif 4', sans-serif;
    font-size: 4.375rem;
    line-height: 1.1;
  }
  .display-1 > .mbr-iconfont {
    font-size: 5.46875rem;
  }
  .display-2 {
    font-family: 'Source Serif 4', sans-serif;
    font-size: 2.375rem;
    line-height: 1.1;
  }
  .display-2 > .mbr-iconfont {
    font-size: 2.96875rem;
  }
  .display-4 {
    font-family: 'Source Serif 4', sans-serif;
    font-size: 1.125rem;
    line-height: 1.5;
  }
  .display-4 > .mbr-iconfont {
    font-size: 1.40625rem;
  }
  .display-5 {
    font-family: 'Source Serif 4', sans-serif;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .display-5 > .mbr-iconfont {
    font-size: 1.875rem;
  }
  .display-7 {
    font-family: 'Source Serif 4', sans-serif;
    font-size: 1.375rem;
    line-height: 1.5;
  }
  .display-7 > .mbr-iconfont {
    font-size: 1.71875rem;
  }
  /* ---- Fluid typography for mobile devices ---- */
  /* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
  /* 100vw - current viewport width */
  /* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
  /* 0.65 - min scale variable, may vary */
  @media (max-width: 992px) {
    .display-1 {
      font-size: 3.5rem;
    }
  }
  @media (max-width: 768px) {
    .display-1 {
      font-size: 3.0625rem;
      font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
      line-height: calc( 1.1 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
    }
    .display-2 {
      font-size: 1.9rem;
      font-size: calc( 1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20)));
      line-height: calc( 1.3 * (1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20))));
    }
    .display-4 {
      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))));
    }
    .display-5 {
      font-size: 1.2rem;
      font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
      line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
    }
    .display-7 {
      font-size: 1.1rem;
      font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
      line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
    }
  }
  /* Buttons */
  .btn {
    padding: 1.5rem 2.5rem;
    border-radius: 0px;
  }
  .btn-sm {
    padding: 0.6rem 1.2rem;
    border-radius: 0px;
  }
  .btn-md {
    padding: 0.6rem 1.2rem;
    border-radius: 0px;
  }
  .btn-lg {
    padding: 1rem 1.5625rem;
    border-radius: 0px;
  }
  .bg-primary {
    background-color: #fbe698 !important;
  }
  .bg-success {
    background-color: #7ae6b4 !important;
  }
  .bg-info {
    background-color: #69dff7 !important;
  }
  .bg-warning {
    background-color: #ffd861 !important;
  }
  .bg-danger {
    background-color: #e87883 !important;
  }
  .btn-primary,
  .btn-primary:active {
    background-color: #fbe698 !important;
    border-color: #fbe698 !important;
    color: #8e7106 !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  }
  .btn-primary:hover,
  .btn-primary:focus,
  .btn-primary.focus,
  .btn-primary.active {
    color: #3b2f02 !important;
    background-color: #f8d245 !important;
    border-color: #f8d245 !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  }
  .btn-primary.disabled,
  .btn-primary:disabled {
    color: #8e7106 !important;
    background-color: #f8d245 !important;
    border-color: #f8d245 !important;
  }
  .btn-secondary,
  .btn-secondary:active {
    background-color: #15b5b0 !important;
    border-color: #15b5b0 !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  }
  .btn-secondary:hover,
  .btn-secondary:focus,
  .btn-secondary.focus,
  .btn-secondary.active {
    color: #ffffff !important;
    background-color: #0c6764 !important;
    border-color: #0c6764 !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  }
  .btn-secondary.disabled,
  .btn-secondary:disabled {
    color: #ffffff !important;
    background-color: #0c6764 !important;
    border-color: #0c6764 !important;
  }
  .btn-info,
  .btn-info:active {
    background-color: #69dff7 !important;
    border-color: #69dff7 !important;
    color: #054d5c !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  }
  .btn-info:hover,
  .btn-info:focus,
  .btn-info.focus,
  .btn-info.active {
    color: #ffffff !important;
    background-color: #17cdf3 !important;
    border-color: #17cdf3 !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  }
  .btn-info.disabled,
  .btn-info:disabled {
    color: #054d5c !important;
    background-color: #17cdf3 !important;
    border-color: #17cdf3 !important;
  }
  .btn-success,
  .btn-success:active {
    background-color: #7ae6b4 !important;
    border-color: #7ae6b4 !important;
    color: #0f5233 !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  }
  .btn-success:hover,
  .btn-success:focus,
  .btn-success.focus,
  .btn-success.active {
    color: #ffffff !important;
    background-color: #31d88b !important;
    border-color: #31d88b !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  }
  .btn-success.disabled,
  .btn-success:disabled {
    color: #0f5233 !important;
    background-color: #31d88b !important;
    border-color: #31d88b !important;
  }
  .btn-warning,
  .btn-warning:active {
    background-color: #ffd861 !important;
    border-color: #ffd861 !important;
    color: #614900 !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  }
  .btn-warning:hover,
  .btn-warning:focus,
  .btn-warning.focus,
  .btn-warning.active {
    color: #0a0800 !important;
    background-color: #ffc30a !important;
    border-color: #ffc30a !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  }
  .btn-warning.disabled,
  .btn-warning:disabled {
    color: #614900 !important;
    background-color: #ffc30a !important;
    border-color: #ffc30a !important;
  }
  .btn-danger,
  .btn-danger:active {
    background-color: #e87883 !important;
    border-color: #e87883 !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  }
  .btn-danger:hover,
  .btn-danger:focus,
  .btn-danger.focus,
  .btn-danger.active {
    color: #ffffff !important;
    background-color: #db2e3f !important;
    border-color: #db2e3f !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  }
  .btn-danger.disabled,
  .btn-danger:disabled {
    color: #ffffff !important;
    background-color: #db2e3f !important;
    border-color: #db2e3f !important;
  }
  .btn-white,
  .btn-white:active {
    background-color: #fafafa !important;
    border-color: #fafafa !important;
    color: #7a7a7a !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  }
  .btn-white:hover,
  .btn-white:focus,
  .btn-white.focus,
  .btn-white.active {
    color: #4f4f4f !important;
    background-color: #cfcfcf !important;
    border-color: #cfcfcf !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  }
  .btn-white.disabled,
  .btn-white:disabled {
    color: #7a7a7a !important;
    background-color: #cfcfcf !important;
    border-color: #cfcfcf !important;
  }
  .btn-black,
  .btn-black:active {
    background-color: #232323 !important;
    border-color: #232323 !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  }
  .btn-black:hover,
  .btn-black:focus,
  .btn-black.focus,
  .btn-black.active {
    color: #ffffff !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  }
  .btn-black.disabled,
  .btn-black:disabled {
    color: #ffffff !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
  }
  .btn-primary-outline,
  .btn-primary-outline:active {
    background-color: transparent !important;
    border-color: #fbe698;
    color: #fbe698;
  }
  .btn-primary-outline:hover,
  .btn-primary-outline:focus,
  .btn-primary-outline.focus,
  .btn-primary-outline.active {
    color: #f8d245 !important;
    background-color: transparent !important;
    border-color: #f8d245 !important;
    box-shadow: none !important;
  }
  .btn-primary-outline.disabled,
  .btn-primary-outline:disabled {
    color: #8e7106 !important;
    background-color: #fbe698 !important;
    border-color: #fbe698 !important;
  }
  .btn-secondary-outline,
  .btn-secondary-outline:active {
    background-color: transparent !important;
    border-color: #15b5b0;
    color: #15b5b0;
  }
  .btn-secondary-outline:hover,
  .btn-secondary-outline:focus,
  .btn-secondary-outline.focus,
  .btn-secondary-outline.active {
    color: #0c6764 !important;
    background-color: transparent !important;
    border-color: #0c6764 !important;
    box-shadow: none !important;
  }
  .btn-secondary-outline.disabled,
  .btn-secondary-outline:disabled {
    color: #ffffff !important;
    background-color: #15b5b0 !important;
    border-color: #15b5b0 !important;
  }
  .btn-info-outline,
  .btn-info-outline:active {
    background-color: transparent !important;
    border-color: #69dff7;
    color: #69dff7;
  }
  .btn-info-outline:hover,
  .btn-info-outline:focus,
  .btn-info-outline.focus,
  .btn-info-outline.active {
    color: #17cdf3 !important;
    background-color: transparent !important;
    border-color: #17cdf3 !important;
    box-shadow: none !important;
  }
  .btn-info-outline.disabled,
  .btn-info-outline:disabled {
    color: #054d5c !important;
    background-color: #69dff7 !important;
    border-color: #69dff7 !important;
  }
  .btn-success-outline,
  .btn-success-outline:active {
    background-color: transparent !important;
    border-color: #7ae6b4;
    color: #7ae6b4;
  }
  .btn-success-outline:hover,
  .btn-success-outline:focus,
  .btn-success-outline.focus,
  .btn-success-outline.active {
    color: #31d88b !important;
    background-color: transparent !important;
    border-color: #31d88b !important;
    box-shadow: none !important;
  }
  .btn-success-outline.disabled,
  .btn-success-outline:disabled {
    color: #0f5233 !important;
    background-color: #7ae6b4 !important;
    border-color: #7ae6b4 !important;
  }
  .btn-warning-outline,
  .btn-warning-outline:active {
    background-color: transparent !important;
    border-color: #ffd861;
    color: #ffd861;
  }
  .btn-warning-outline:hover,
  .btn-warning-outline:focus,
  .btn-warning-outline.focus,
  .btn-warning-outline.active {
    color: #ffc30a !important;
    background-color: transparent !important;
    border-color: #ffc30a !important;
    box-shadow: none !important;
  }
  .btn-warning-outline.disabled,
  .btn-warning-outline:disabled {
    color: #614900 !important;
    background-color: #ffd861 !important;
    border-color: #ffd861 !important;
  }
  .btn-danger-outline,
  .btn-danger-outline:active {
    background-color: transparent !important;
    border-color: #e87883;
    color: #e87883;
  }
  .btn-danger-outline:hover,
  .btn-danger-outline:focus,
  .btn-danger-outline.focus,
  .btn-danger-outline.active {
    color: #db2e3f !important;
    background-color: transparent !important;
    border-color: #db2e3f !important;
    box-shadow: none !important;
  }
  .btn-danger-outline.disabled,
  .btn-danger-outline:disabled {
    color: #ffffff !important;
    background-color: #e87883 !important;
    border-color: #e87883 !important;
  }
  .btn-black-outline,
  .btn-black-outline:active {
    background-color: transparent !important;
    border-color: #232323;
    color: #232323;
  }
  .btn-black-outline:hover,
  .btn-black-outline:focus,
  .btn-black-outline.focus,
  .btn-black-outline.active {
    color: #000000 !important;
    background-color: transparent !important;
    border-color: #000000 !important;
    box-shadow: none !important;
  }
  .btn-black-outline.disabled,
  .btn-black-outline:disabled {
    color: #ffffff !important;
    background-color: #232323 !important;
    border-color: #232323 !important;
  }
  .btn-white-outline,
  .btn-white-outline:active {
    background-color: transparent !important;
    border-color: #fafafa;
    color: #fafafa;
  }
  .btn-white-outline:hover,
  .btn-white-outline:focus,
  .btn-white-outline.focus,
  .btn-white-outline.active {
    color: #cfcfcf !important;
    background-color: transparent !important;
    border-color: #cfcfcf !important;
    box-shadow: none !important;
  }
  .btn-white-outline.disabled,
  .btn-white-outline:disabled {
    color: #7a7a7a !important;
    background-color: #fafafa !important;
    border-color: #fafafa !important;
  }
  .text-primary {
    color: #fbe698 !important;
  }
  .text-secondary {
    color: #15b5b0 !important;
  }
  .text-success {
    color: #7ae6b4 !important;
  }
  .text-info {
    color: #69dff7 !important;
  }
  .text-warning {
    color: #ffd861 !important;
  }
  .text-danger {
    color: #e87883 !important;
  }
  .text-white {
    color: #fafafa !important;
  }
  .text-black {
    color: #232323 !important;
  }
  a.text-primary:hover,
  a.text-primary:focus,
  a.text-primary.active {
    color: #f7ce36 !important;
  }
  a.text-secondary:hover,
  a.text-secondary:focus,
  a.text-secondary.active {
    color: #0a5a57 !important;
  }
  a.text-success:hover,
  a.text-success:focus,
  a.text-success.active {
    color: #28d283 !important;
  }
  a.text-info:hover,
  a.text-info:focus,
  a.text-info.active {
    color: #0dc7ed !important;
  }
  a.text-warning:hover,
  a.text-warning:focus,
  a.text-warning.active {
    color: #fabc00 !important;
  }
  a.text-danger:hover,
  a.text-danger:focus,
  a.text-danger.active {
    color: #d62436 !important;
  }
  a.text-white:hover,
  a.text-white:focus,
  a.text-white.active {
    color: #cccccc;
  }
  a.text-black:hover,
  a.text-black:focus,
  a.text-black.active {
    color: #333333;
  }
  a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
    transition: 0.3s;
    /*position: relative;
          background-image: linear-gradient(currentColor 50%, currentColor 50%);
          background-size: 10000px 2px;
          background-repeat: no-repeat;
          background-position: 0 1.2em;*/
    text-decoration: underline;
  }
  .nav-tabs .nav-link.active {
    color: #fbe698;
  }
  .nav-tabs .nav-link:not(.active) {
    color: #232323;
  }
  .alert-success {
    background-color: #70c770;
  }
  .alert-info {
    background-color: #69dff7;
  }
  .alert-warning {
    background-color: #ffd861;
  }
  .alert-danger {
    background-color: #e87883;
  }
  .mbr-section-btn a.btn:not(.btn-form) {
    border-radius: 100px;
  }
  .mbr-gallery-filter li a {
    border-radius: 100px !important;
  }
  .mbr-gallery-filter li.active .btn {
    background-color: #fbe698;
    border-color: #fbe698;
    color: #a78506;
  }
  .mbr-gallery-filter li.active .btn:focus {
    box-shadow: none;
  }
  .nav-tabs .nav-link {
    border-radius: 0px !important;
  }
  .mbr-plan-header.bg-primary .mbr-plan-subtitle,
  .mbr-plan-header.bg-primary .mbr-plan-price-desc {
    color: #ffffff;
  }
  .mbr-plan-header.bg-success .mbr-plan-subtitle,
  .mbr-plan-header.bg-success .mbr-plan-price-desc {
    color: #ffffff;
  }
  .mbr-plan-header.bg-info .mbr-plan-subtitle,
  .mbr-plan-header.bg-info .mbr-plan-price-desc {
    color: #ffffff;
  }
  .mbr-plan-header.bg-warning .mbr-plan-subtitle,
  .mbr-plan-header.bg-warning .mbr-plan-price-desc {
    color: #ffffff;
  }
  .mbr-plan-header.bg-danger .mbr-plan-subtitle,
  .mbr-plan-header.bg-danger .mbr-plan-price-desc {
    color: #ffffff;
  }
  /* Scroll to top button*/
  .scrollToTop_wraper {
    display: none;
  }
  .form-control {
    font-family: 'Source Serif 4', sans-serif;
    font-size: 1.125rem;
    line-height: 1.5;
    font-weight: 400;
  }
  .form-control > .mbr-iconfont {
    font-size: 1.40625rem;
  }
  .form-control:hover,
  .form-control:focus {
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
    border-color: #fbe698 !important;
  }
  .form-control:-webkit-input-placeholder {
    font-family: 'Source Serif 4', sans-serif;
    font-size: 1.125rem;
    line-height: 1.5;
    font-weight: 400;
  }
  .form-control:-webkit-input-placeholder > .mbr-iconfont {
    font-size: 1.40625rem;
  }
  blockquote {
    border-color: #fbe698;
  }
  /* Forms */
  .mbr-form .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .mbr-form .input-group-btn a.btn:hover {
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  }
  .mbr-form .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
    padding: 1rem 3rem;
  }
  .mbr-form .input-group-btn button[type="submit"]:hover {
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  }
  .jq-selectbox li:hover,
  .jq-selectbox li.selected {
    background-color: #fbe698;
    color: #000000;
  }
  .jq-number__spin {
    transition: 0.25s ease;
  }
  .jq-number__spin:hover {
    border-color: #fbe698;
  }
  .jq-selectbox .jq-selectbox__trigger-arrow,
  .jq-number__spin.minus:after,
  .jq-number__spin.plus:after {
    transition: 0.4s;
    border-top-color: #353535;
    border-bottom-color: #353535;
  }
  .jq-selectbox:hover .jq-selectbox__trigger-arrow,
  .jq-number__spin.minus:hover:after,
  .jq-number__spin.plus:hover:after {
    border-top-color: #fbe698;
    border-bottom-color: #fbe698;
  }
  .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
  .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
  .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
    color: #000000 !important;
    background-color: #fbe698 !important;
    box-shadow: none !important;
  }
  .xdsoft_datetimepicker .xdsoft_calendar td:hover,
  .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
    color: #000000 !important;
    background: #15b5b0 !important;
    box-shadow: none !important;
  }
  .lazy-bg {
    background-image: none !important;
  }
  .lazy-placeholder:not(section),
  .lazy-none {
    display: block;
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
    height: auto;
  }
  iframe.lazy-placeholder,
  .lazy-placeholder:after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: transparent no-repeat center;
    background-size: contain;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-image: url("../../../data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23fbe698' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  }
  section.lazy-placeholder:after {
    opacity: 0.5;
  }
  body {
    overflow-x: hidden;
  }
  p {
    margin-bottom: 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 0;
  }
  .container {
    max-width: 1220px;
  }
  a {
    transition: color 300ms ease !important;
    font-weight: 400 !important;
  }
  .btn,
  .btn-lg {
    box-shadow: none !important;
  }
  body {
    line-height: 1.667em;
    line-height: 30px;
  }
  .btn,
  .btn-lg {
    margin-top: 0;
    margin-bottom: 0;
  }
  span.btn {
    line-height: 20px;
    transform-style: preserve-3d !important;
    transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
  }
  span.btn:hover {
    transform: translate3d(0px, -4px, 0.01px) !important;
    transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
  }
  a.btn {
    line-height: 20px;
    transform-style: preserve-3d !important;
    transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
  }
  a.btn:hover {
    transform: translate3d(0px, -4px, 0.01px) !important;
    transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .cid-uEv7GLzaRA .navbar-dropdown {
    position: relative !important;
  }
  .cid-uEv7GLzaRA .dropdown-item:before {
    font-family: Moririse2 !important;
    content: "\e966";
    display: inline-block;
    width: 0;
    position: absolute;
    left: 1rem;
    top: 0.5rem;
    margin-right: 0.5rem;
    line-height: 1;
    font-size: inherit;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    transform: scale(0, 1);
    transition: all 0.25s ease-in-out;
  }
  .cid-uEv7GLzaRA .dropdown-menu {
    padding: 0;
    border-radius: 0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    margin-top: 0px;
  }
  .cid-uEv7GLzaRA .dropdown-item:hover,
  .cid-uEv7GLzaRA .dropdown-item:focus {
    color: #fbe698 !important;
  }
  .cid-uEv7GLzaRA .nav-dropdown .link {
    padding: 0 0em !important;
    font-weight: 400;
  }
  .cid-uEv7GLzaRA .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
  .cid-uEv7GLzaRA .nav-link {
    position: relative;
    padding: 0;
  }
  .cid-uEv7GLzaRA .container {
    display: flex;
    margin: auto;
  }
  .cid-uEv7GLzaRA .iconfont-wrapper {
    font-size: 1.5rem;
    padding-right: 0.5rem;
  }
  .cid-uEv7GLzaRA .dropdown-menu,
  .cid-uEv7GLzaRA .navbar.opened {
    background: #f0fdfc !important;
  }
  .cid-uEv7GLzaRA .nav-item:focus,
  .cid-uEv7GLzaRA .nav-link:focus {
    outline: none;
  }
  .cid-uEv7GLzaRA .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    transition: all 0.25s ease-in-out;
  }
  .cid-uEv7GLzaRA .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
  .cid-uEv7GLzaRA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
    margin-right: 0.5rem;
    vertical-align: sub;
  }
  .cid-uEv7GLzaRA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
    display: inline-block;
    transform: scale(1, 1);
    transition: all 0.25s ease-in-out;
  }
  .cid-uEv7GLzaRA .collapsed .dropdown-menu .dropdown-item:before {
    display: none;
  }
  .cid-uEv7GLzaRA .collapsed .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-uEv7GLzaRA .navbar {
    min-height: 70px;
    transition: all 0.3s;
    border-bottom: 1px solid transparent;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    background: #f0fdfc;
  }
  .cid-uEv7GLzaRA .navbar.opened {
    transition: all 0.3s;
  }
  .cid-uEv7GLzaRA .navbar .dropdown-item {
    padding: 0.5rem 1.8rem;
  }
  .cid-uEv7GLzaRA .navbar .navbar-logo img {
    width: 159px;
  }
  .cid-uEv7GLzaRA .navbar .navbar-collapse {
    justify-content: flex-end;
    z-index: 1;
  }
  .cid-uEv7GLzaRA .navbar.collapsed {
    justify-content: center;
  }
  .cid-uEv7GLzaRA .navbar.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEv7GLzaRA .navbar.collapsed.opened .dropdown-menu {
    top: 0;
  }
  @media (min-width: 992px) {
    .cid-uEv7GLzaRA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
      max-height: calc(98.5vh - 3rem);
    }
  }
  .cid-uEv7GLzaRA .navbar.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEv7GLzaRA .navbar.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEv7GLzaRA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 41%;
  }
  .cid-uEv7GLzaRA .navbar.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEv7GLzaRA .navbar.collapsed .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-uEv7GLzaRA .navbar.collapsed .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  @media (max-width: 991px) {
    .cid-uEv7GLzaRA .navbar .nav-item .nav-link::before {
      display: none;
    }
    .cid-uEv7GLzaRA .navbar.opened .dropdown-menu {
      top: 0;
    }
    .cid-uEv7GLzaRA .navbar .dropdown-menu .dropdown-submenu {
      left: 0 !important;
    }
    .cid-uEv7GLzaRA .navbar .dropdown-menu .dropdown-item:after {
      right: auto;
    }
    .cid-uEv7GLzaRA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
      margin-left: 0.5rem;
      margin-top: 0.2rem;
      border-top: 0.35em solid;
      border-right: 0.35em solid transparent;
      border-left: 0.35em solid transparent;
      border-bottom: 0;
      top: 40%;
    }
    .cid-uEv7GLzaRA .navbar .navbar-logo img {
      height: 3rem !important;
    }
    .cid-uEv7GLzaRA .navbar ul.navbar-nav li {
      margin: auto;
    }
    .cid-uEv7GLzaRA .navbar .dropdown-menu .dropdown-item {
      padding: 0.25rem 1.5rem !important;
      text-align: center;
    }
    .cid-uEv7GLzaRA .navbar .navbar-brand {
      flex-shrink: initial;
      flex-basis: auto;
      word-break: break-word;
      padding-right: 2rem;
    }
    .cid-uEv7GLzaRA .navbar .navbar-toggler {
      flex-basis: auto;
    }
    .cid-uEv7GLzaRA .navbar .icons-menu {
      padding-left: 0;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }
  }
  .cid-uEv7GLzaRA .navbar.navbar-short {
    min-height: 60px;
  }
  .cid-uEv7GLzaRA .navbar.navbar-short .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-uEv7GLzaRA .navbar.navbar-short .navbar-brand {
    min-height: 60px;
    padding: 0;
  }
  .cid-uEv7GLzaRA .navbar-brand {
    min-height: 70px;
    flex-shrink: 0;
    align-items: center;
    margin-right: 0;
    padding: 10px 0;
    transition: all 0.3s;
    word-break: break-word;
    z-index: 1;
  }
  .cid-uEv7GLzaRA .navbar-brand .navbar-caption {
    line-height: inherit !important;
  }
  .cid-uEv7GLzaRA .navbar-brand .navbar-logo a {
    outline: none;
  }
  .cid-uEv7GLzaRA .dropdown-item.active,
  .cid-uEv7GLzaRA .dropdown-item:active {
    background-color: transparent;
  }
  .cid-uEv7GLzaRA .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }
  .cid-uEv7GLzaRA .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
  }
  .cid-uEv7GLzaRA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.667em;
  }
  .cid-uEv7GLzaRA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #f0fdfc;
  }
  .cid-uEv7GLzaRA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
    margin: 0;
    left: 100%;
  }
  .cid-uEv7GLzaRA .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uEv7GLzaRA ul.navbar-nav {
    flex-wrap: wrap;
    padding-left: 20px;
  }
  .cid-uEv7GLzaRA .navbar-buttons {
    text-align: center;
    min-width: 170px;
  }
  .cid-uEv7GLzaRA button.navbar-toggler {
    outline: none;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uEv7GLzaRA button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uEv7GLzaRA button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all 0.2s;
  }
  .cid-uEv7GLzaRA button.navbar-toggler .hamburger span:nth-child(2) {
    top: 8px;
    transition: all 0.15s;
  }
  .cid-uEv7GLzaRA button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px;
    transition: all 0.15s;
  }
  .cid-uEv7GLzaRA button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px;
    transition: all 0.2s;
  }
  .cid-uEv7GLzaRA nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
  }
  .cid-uEv7GLzaRA nav.opened .hamburger span:nth-child(2) {
    transform: rotate(45deg);
    transition: all 0.25s;
  }
  .cid-uEv7GLzaRA nav.opened .hamburger span:nth-child(3) {
    transform: rotate(-45deg);
    transition: all 0.25s;
  }
  .cid-uEv7GLzaRA nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
  }
  .cid-uEv7GLzaRA .navbar-dropdown {
    padding: 19px 1rem;
  }
  .cid-uEv7GLzaRA a.nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cid-uEv7GLzaRA .icons-menu {
    flex-wrap: nowrap;
    display: flex;
    justify-content: flex-end;
    padding-left: 1rem;
    padding-top: 0.3rem;
    text-align: center;
    min-width: 340px !important;
  }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .cid-uEv7GLzaRA .navbar {
      height: 70px;
    }
    .cid-uEv7GLzaRA .navbar.opened {
      height: auto;
    }
    .cid-uEv7GLzaRA .nav-item .nav-link:hover::before {
      width: 175%;
      max-width: calc(100% + 2rem);
      left: -1rem;
    }
  }
  .cid-uEv7GLzaRA a {
    display: inline;
  }
  .cid-uEv7GLzaRA img {
    display: inline;
    padding-right: 10px;
  }
  .cid-uEv7GLzaRA .dropdown-toggle:after {
    display: none;
  }
  .cid-uEv7GLzaRA .navbar .dropdown-item {
    display: block;
    border-radius: 0;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-uEv7GLzaRA .dropdown-item:hover {
    color: #008581 !important;
  }
  @media (max-width: 990px) {
    .cid-uEv7GLzaRA .dropdown-menu {
      margin-top: 0px;
    }
    .cid-uEv7GLzaRA .nav-dropdown .link {
      margin: 0 !important;
    }
  }
  .cid-uEv7GLzaRA .mbr-buttons {
    margin: 20px -6px 20px;
  }
  .cid-uEv7GLzaRA .nav-item {
    margin-right: 32px;
  }
  .cid-uEv7GLzaRA .nav-item:last-child {
    margin-right: 0;
  }
  @media (max-width: 970px) {
    .cid-uEv7GLzaRA ul li {
      height: 45px;
      display: list-item;
    }
  }
  .cid-uEv7GLzaRA .navbar-collapse.collapsing .nav-item {
    height: 45px;
  }
  .cid-uEv7GLzaRA .navbar-collapse.collapse.show .nav-item {
    height: 45px;
  }
  .cid-uEv7GLzaRA .navbar-nav {
    margin: auto;
  }
  .cid-uEv7GLzaRA .navbar-collapse.collapse.show ul li {
    display: list-item;
  }
  .cid-uEv7GLzaRA .mbr-iconfont {
    margin-left: -5px;
    margin-right: 7px;
  }
  .cid-uEv7GLzaRA .btn {
    padding: 1rem 1.5625rem !important;
    display: inline-block;
    line-height: 20px;
    transform-style: preserve-3d !important;
    transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
  }
  .cid-uEv7GLzaRA .btn {
    border-radius: 1000px !important;
  }
  .cid-uEv7GLzaRA .navbar.collapsed .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uEv7GLzaRA .navbar.collapsed .icons-menu .top {
    margin-top: 15px;
  }
  .cid-uEv7GLzaRA .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 41%;
  }
  .cid-uEv7GLzaRA .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }
  .cid-uEv7GLzaRA .dropdown-item:focus {
    color: #008581 !important;
  }
  @media (max-width: 945px) {
    .cid-uEv7GLzaRA .icons-menu {
      display: flex;
      flex-direction: column;
    }
    .cid-uEv7GLzaRA .top {
      margin-top: 25px;
    }
  }
  .cid-uEv7GLzaRA .btn:hover {
    transform: translate3d(0px, -4px, 0.01px) !important;
    transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
  }
  @media (min-width: 992px) {
    .cid-uEv7GLzaRA .container,
    .cid-uEv7GLzaRA .container-fluid {
      flex-wrap: nowrap;
    }
  }
  .cid-uEv7GLzaRA li:last-child {
    margin-right: 0;
  }
  @media (max-width: 989px) {
    .cid-uEv7GLzaRA ul.navbar-nav {
      padding-left: 0;
    }
  }
  @media (max-width: 430px) {
    .cid-uEv7GLzaRA .icons-menu {
      min-width: initial !important;
    }
    .cid-uEv7GLzaRA a.btn {
      margin-top: 10px;
    }
  }
  .cid-uEv7GLzaRA a.btn > span {
    margin-left: 0.5rem;
  }
  .cid-uEv7GLzaRA .navbar-nav .nav-item .nav-link:hover,
  .cid-uEv7GLzaRA .navbar-nav .nav-item .nav-link:focus {
    color: #008581 !important;
  }
  .cid-uEv7GLzaRA .navbar-caption {
    color: #000000;
  }
  .cid-uEv7GLzaRA .nav-link,
  .cid-uEv7GLzaRA .dropdown-item {
    color: #000000;
  }
  .cid-uEv7GRYXr2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
  }
  .cid-uEv7GRYXr2 .row {
    align-items: center;
    justify-content: space-between;
  }
  .cid-uEv7GRYXr2 .mbr-section-title {
    width: 100%;
    text-align: left;
    margin-bottom: 24px;
    color: #000000;
  }
  .cid-uEv7GRYXr2 .mbr-text {
    color: #8c8c95;
    margin-bottom: 32px;
  }
  .cid-uEv7GRYXr2 .mbr-section-btn {
    width: auto;
    display: block;
  }
  .cid-uEv7GRYXr2 ul {
    padding-inline-start: 20px;
    margin-bottom: 28px;
  }
  .cid-uEv7GRYXr2 li::marker {
    color: #fbe698;
    width: 10px;
  }
  .cid-uEv7GRYXr2 li {
    margin-bottom: 7px;
    color: #14142b;
  }
  .cid-uEv7GRYXr2 img {
    width: 90%;
  }
  .cid-uEv7GRYXr2 .gray {
    background-color: #f0fdfc;
    width: 80%;
    height: 430px;
    margin: auto;
    position: relative;
  }
  .cid-uEv7GRYXr2 .b {
    max-width: 598px;
  }
  .cid-uEv7GRYXr2 .first {
    position: absolute;
    top: -10%;
    right: 25%;
  }
  .cid-uEv7GRYXr2 .second {
    position: absolute;
    bottom: -10%;
    left: 25%;
  }
  @media (max-width: 992px) {
    .cid-uEv7GRYXr2 .t {
      padding-top: 90px;
    }
    .cid-uEv7GRYXr2 .b {
      max-width: initial;
    }
    .cid-uEv7GRYXr2 .gray {
      width: 50%;
    }
  }
  @media (max-width: 750px) {
    .cid-uEv7GRYXr2 .gray {
      height: 330px;
    }
  }
  @media (max-width: 630px) {
    .cid-uEv7GRYXr2 .gray {
      height: 230px;
    }
  }
  @media (max-width: 450px) {
    .cid-uEv7GRYXr2 .gray {
      height: 200px;
      width: 70%;
    }
  }
  .cid-uEv7GRYXr2 .btn {
    margin-top: 20px;
  }
  .cid-uEv7GRYXr2 .t {
    max-width: 542px;
  }
  .cid-uEv7GRYXr2 .mbr-text,
  .cid-uEv7GRYXr2 .button-align,
  .cid-uEv7GRYXr2 .list {
    color: #000000;
  }
  .cid-uEv7GRYXr2 .list {
    color: #000000;
  }
  .cid-uEv7GSE6ms {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
  }
  .cid-uEv7GSE6ms .card-subtitle {
    text-align: left;
    margin-left: -15px;
    color: #000000;
  }
  .cid-uEv7GSE6ms .shadow {
    border-radius: 34px;
    box-shadow: 0 5px 12px 0 rgba(20, 20, 43, 0.05) !important;
    overflow: visible;
    padding: 48px 42px 38px;
    background-color: #ffffff;
    height: 100%;
  }
  .cid-uEv7GSE6ms .iconfont-wrapper {
    text-align: left;
    margin-bottom: 16px;
  }
  .cid-uEv7GSE6ms .iconfont-wrapper .mbr-iconfont {
    color: #fbe698;
  }
  .cid-uEv7GSE6ms .card-text {
    margin-bottom: 16px;
    text-align: left;
    color: #8c8c95;
  }
  .cid-uEv7GSE6ms .button-align {
    margin-top: 36px;
    text-align: center;
  }
  .cid-uEv7GSE6ms .mbr-section-btn {
    width: auto;
    display: inline-block;
  }
  .cid-uEv7GSE6ms img {
    border-radius: 10%;
    height: 65px;
    width: auto;
    margin: 0;
  }
  .cid-uEv7GSE6ms .mbr-iconfont::before {
    font-size: 25px;
  }
  .cid-uEv7GSE6ms .card-title {
    margin-bottom: 4px;
    padding: 0;
    margin-left: -15px;
    color: #000000;
  }
  .cid-uEv7GSE6ms .col-12.col-md-6.col-lg-4 {
    margin-top: 30px;
  }
  .cid-uEv7GSE6ms .col-12.col-md-6.col-lg-4:nth-child(1) {
    margin-top: 0px;
  }
  .cid-uEv7GSE6ms .col-12.col-md-6.col-lg-4:nth-child(2) {
    margin-top: 0px;
  }
  .cid-uEv7GSE6ms .col-12.col-md-6.col-lg-4:nth-child(3) {
    margin-top: 0px;
  }
  @media (max-width: 992px) {
    .cid-uEv7GSE6ms .col-12.col-md-6.col-lg-4:nth-child(3) {
      margin-top: 30px;
    }
  }
  @media (max-width: 768px) {
    .cid-uEv7GSE6ms .col-12.col-md-6.col-lg-4:nth-child(2) {
      margin-top: 30px;
    }
  }
  .cid-uEv7GSE6ms .align {
    display: flex;
    align-items: center;
  }
  .cid-uEv7GSE6ms .mbr-section-title {
    margin-bottom: 56px;
    color: #000000;
  }
  .cid-uEv7GSE6ms .btn {
    margin-top: 20px;
  }
  @media (max-width: 767px) {
    .cid-uEv7GSE6ms .shadow {
      padding: 40px 40px 32px;
    }
  }
  @media (max-width: 479px) {
    .cid-uEv7GSE6ms .shadow {
      padding: 33px 25px 28px;
    }
  }
  .cid-uEv7GSE6ms .card-text,
  .cid-uEv7GSE6ms .iconfont-wrapper {
    color: #000000;
  }
  .cid-uEv7GTlyv7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
  }
  .cid-uEv7GTlyv7 img {
    width: 100%;
    display: inline-block;
    padding: 0;
    max-width: 200px;
  }
  .cid-uEv7GTlyv7 .mbr-section-subtitle {
    margin-right: 30px;
    color: #000000;
  }
  .cid-uEv7GTlyv7 .brand {
    display: flex;
    transition: color 300ms ease;
    transition-property: transform, -webkit-transform;
    justify-content: center;
  }
  .cid-uEv7GTlyv7 .brand:hover {
    transform: translate(0px, -4px);
  }
  .cid-uEv7GTlyv7 .brand-row {
    justify-content: space-between;
    align-items: center;
  }
  .cid-uEv7GTlyv7 .row-main {
    align-items: center;
    justify-content: space-between;
  }
  @media (max-width: 460px) {
    .cid-uEv7GTlyv7 .row-main {
      flex-direction: column;
    }
    .cid-uEv7GTlyv7 .col-auto {
      margin-bottom: 10px;
    }
    .cid-uEv7GTlyv7 .mbr-section-subtitle {
      margin-right: 0;
    }
  }
  .cid-uEv7GTteCK {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
  }
  .cid-uEv7GTteCK .row {
    align-items: center;
    justify-content: space-between;
  }
  .cid-uEv7GTteCK .mbr-section-title {
    width: 100%;
    text-align: left;
    margin-bottom: 24px;
    line-height: 1.171em;
    color: #000000;
  }
  .cid-uEv7GTteCK .mbr-section-subtitle {
    color: #4c4c4c;
    width: 100%;
    text-align: left;
  }
  .cid-uEv7GTteCK .mbr-text {
    color: #8c8c95;
    margin-bottom: 36px;
  }
  .cid-uEv7GTteCK .right-side {
    max-width: 554px;
  }
  .cid-uEv7GTteCK .rs {
    margin-right: 60px;
  }
  .cid-uEv7GTteCK .mbr-section-btn {
    width: auto;
    display: inline-block;
  }
  .cid-uEv7GTteCK .margin {
    margin-right: 14px;
  }
  .cid-uEv7GTteCK .gray {
    padding: 45px 0;
    background-color: #f0fdfc;
  }
  .cid-uEv7GTteCK img {
    position: relative;
    right: 40px;
  }
  @media (max-width: 767px) {
    .cid-uEv7GTteCK .gray {
      padding: 0px 0 5px;
    }
    .cid-uEv7GTteCK img {
      right: initial;
      width: 90%;
      margin: auto;
      top: -35px;
    }
    .cid-uEv7GTteCK .col-md-5 {
      padding-top: 90px;
    }
  }
  @media (max-width: 430px) {
    .cid-uEv7GTteCK .b {
      margin-bottom: 10px;
    }
  }
  .cid-uEv7GTteCK .btn {
    margin-top: 20px;
  }
  .cid-uEv7GTteCK a.btn > span {
    margin-left: 0.5rem;
  }
  .cid-uEv7GTteCK .mbr-text,
  .cid-uEv7GTteCK .button-align {
    color: #000000;
  }
  .cid-uEv7GTDD5X {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #001817;
  }
  .cid-uEv7GTDD5X img {
    width: auto;
    height: 48px;
    display: inline-block;
    padding: 0;
    margin: auto;
    filter: invert(1);
  }
  .cid-uEv7GTDD5X .mbr-section-subtitle {
    margin-right: 30px;
    color: #FFFFFF;
  }
  .cid-uEv7GTDD5X .brand {
    display: flex;
    transition: color 300ms ease;
    transition-property: transform, -webkit-transform;
    border: 1px solid #ffffff;
    padding: 10px 35px;
    border-radius: 80px;
    width: 100%;
    justify-content: center;
  }
  .cid-uEv7GTDD5X .brand:hover {
    transform: translate(0px, -4px);
    border: 1px solid #c7b469;
  }
  .cid-uEv7GTDD5X .brand-row {
    justify-content: space-between;
    align-items: center;
  }
  .cid-uEv7GTDD5X .row-main {
    align-items: center;
    justify-content: space-between;
  }
  .cid-uEv7GTDD5X .c {
    display: flex;
    justify-content: center;
  }
  @media (max-width: 768px) {
    .cid-uEv7GTDD5X .t {
      margin-top: 20px;
    }
  }
  @media (max-width: 576px) {
    .cid-uEv7GTDD5X .t1 {
      margin-top: 20px;
    }
  }
  @media (max-width: 460px) {
    .cid-uEv7GTDD5X .row-main {
      flex-direction: column;
    }
    .cid-uEv7GTDD5X .col-auto {
      margin-bottom: 20px;
    }
    .cid-uEv7GTDD5X .mbr-section-subtitle {
      margin-right: 0;
    }
  }
  .cid-uEv7GTNCJt {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #f0fdfc;
  }
  .cid-uEv7GTNCJt .mbr-section-title {
    margin-bottom: 56px;
  }
  .cid-uEv7GTNCJt .display-4 > .mbr-iconfont {
    font-size: 16px;
  }
  .cid-uEv7GTNCJt .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-uEv7GTNCJt .wrap-img {
    transition: all 300ms ease !important;
    overflow: hidden;
    border-radius: 30px 30px 0 0;
    height: 385px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: translate(0px, 0px);
  }
  .cid-uEv7GTNCJt .inner {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
  }
  .cid-uEv7GTNCJt .shadow:hover {
    transform: translate(0px, -6px);
    box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
  }
  .cid-uEv7GTNCJt .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
  .cid-uEv7GTNCJt .shadow:hover .mbr-iconfont,
  .cid-uEv7GTNCJt .shadow:hover .number,
  .cid-uEv7GTNCJt .shadow:hover .card-title {
    color: #c7b469 !important;
  }
  .cid-uEv7GTNCJt .shadow:hover .inner {
    transform: scale(1.1);
  }
  .cid-uEv7GTNCJt .card-title {
    margin-bottom: 10px;
    color: #000000;
  }
  .cid-uEv7GTNCJt .card-title span,
  .cid-uEv7GTNCJt .card-title .number {
    transition: 0.35s;
  }
  .cid-uEv7GTNCJt .card-text {
    margin-bottom: 32px;
    color: #000000;
  }
  @media (min-width: 575px) and (max-width: 990px) {
    .cid-uEv7GTNCJt .card-wrapper {
      padding: 60px 30px 40px;
    }
  }
  @media (max-width: 574px) {
    .cid-uEv7GTNCJt .card-wrapper {
      padding: 60px 30px 40px;
    }
  }
  .cid-uEv7GTNCJt H3 {
    color: #14142b;
    text-align: center;
  }
  .cid-uEv7GTNCJt img {
    width: auto;
    height: 70px;
  }
  .cid-uEv7GTNCJt .card-wrapper {
    border-radius: 0 0 30px 30px;
    background-color: #ffffff;
    padding: 37px 32px 43px;
  }
  .cid-uEv7GTNCJt .mbr-iconfont {
    transition: 0.3s;
    margin-right: 5px;
  }
  .cid-uEv7GTNCJt .link-title {
    display: inline-block;
  }
  .cid-uEv7GTNCJt .episode {
    color: #ffffff;
  }
  .cid-uEv7GTNCJt .img-title {
    color: #ffffff;
  }
  .cid-uEv7GTNCJt .margin {
    margin-right: 14px;
  }
  .cid-uEv7GTNCJt .button-align {
    margin-top: 56px;
    text-align: center;
  }
  .cid-uEv7GTNCJt .mbr-section-btn {
    width: auto;
    display: inline;
  }
  @media (max-width: 500px) {
    .cid-uEv7GTNCJt .button-align {
      display: flex;
      flex-direction: column;
    }
    .cid-uEv7GTNCJt .margin {
      margin-right: 0;
      margin-bottom: 20px;
    }
  }
  @media (max-width: 550px) {
    .cid-uEv7GTNCJt .card-wrapper {
      padding: 24px 25px 34px 25px;
    }
  }
  .cid-uEv7GTNCJt span,
  .cid-uEv7GTNCJt .number {
    transition: 0.35s;
  }
  .cid-uEv7GTNCJt .item.features-image {
    margin-top: 30px;
  }
  .cid-uEv7GTNCJt .item.features-image:nth-child(1) {
    margin-top: 0px;
  }
  .cid-uEv7GTNCJt .item.features-image:nth-child(2) {
    margin-top: 0px;
  }
  .cid-uEv7GTNCJt .item.features-image:nth-child(3) {
    margin-top: 0px;
  }
  @media (max-width: 992px) {
    .cid-uEv7GTNCJt .item.features-image:nth-child(3) {
      margin-top: 30px;
    }
  }
  @media (max-width: 768px) {
    .cid-uEv7GTNCJt .item.features-image:nth-child(2) {
      margin-top: 30px;
    }
  }
  .cid-uEv7GTNCJt .link-row {
    align-items: center;
  }
  .cid-uEv7GTNCJt .col-auto .card-button {
    display: block;
  }
  .cid-uEv7GTNCJt .col-auto .card-button .btn {
    padding: 0;
    display: flex;
    flex-direction: row-reverse;
    border: none;
  }
  .cid-uEv7GTNCJt .col-auto .card-button .btn .mbr-iconfont {
    padding-left: 0;
    padding-right: 8px;
  }
  .cid-uEv7GTNCJt .col-auto .card-button .btn-primary,
  .cid-uEv7GTNCJt .col-auto .card-button .btn-secondary,
  .cid-uEv7GTNCJt .col-auto .card-button .btn-success,
  .cid-uEv7GTNCJt .col-auto .card-button .btn-info,
  .cid-uEv7GTNCJt .col-auto .card-button .btn-warning,
  .cid-uEv7GTNCJt .col-auto .card-button .btn-danger,
  .cid-uEv7GTNCJt .col-auto .card-button .btn-black,
  .cid-uEv7GTNCJt .col-auto .card-button .btn-white {
    padding: 14px 18px;
  }
  .cid-uEv7GTNCJt .mbr-section-title,
  .cid-uEv7GTNCJt .button-align {
    color: #000000;
  }
  .cid-uEv7GTNCJt .number {
    color: #000000;
  }
  .cid-uEv7GU0YhQ {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
  }
  .cid-uEv7GU0YhQ .mbr-section-title {
    margin-bottom: 24px;
    line-height: 1.171em;
    color: #000000;
    display: inline-block;
  }
  .cid-uEv7GU0YhQ .mbr-text {
    color: #8c8c95;
    margin: 0 auto 26px;
    text-align: center;
    max-width: 739px;
  }
  .cid-uEv7GU0YhQ .button-align {
    text-align: center;
  }
  .cid-uEv7GU0YhQ .margin {
    margin-right: 14px;
  }
  .cid-uEv7GU0YhQ .mbr-section-btn {
    display: block;
  }
  @media (max-width: 440px) {
    .cid-uEv7GU0YhQ .margin {
      margin-right: 0px;
    }
  }
  .cid-uEv7GU0YhQ .btn {
    margin-top: 20px;
  }
  .cid-uEv7GU0YhQ a.btn > span {
    margin-left: 0.5rem;
  }
  .cid-uEv7GU0YhQ .mbr-text,
  .cid-uEv7GU0YhQ .button-align {
    color: #000000;
  }
  .cid-uEv7GUamoO {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: #ffffff;
  }
  .cid-uEv7GUamoO .item:focus,
  .cid-uEv7GUamoO span:focus {
    outline: none;
  }
  .cid-uEv7GUamoO .item-wrapper {
    position: relative;
  }
  .cid-uEv7GUamoO .slide-content {
    position: relative;
    border-radius: 4px;
    background: transparent;
    height: 100%;
    display: flex;
    overflow: visible;
    flex-flow: column nowrap;
  }
  .cid-uEv7GUamoO .mbr-section-btn {
    margin-top: auto !important;
  }
  .cid-uEv7GUamoO .mbr-section-title {
    color: #000000;
    text-align: center;
    margin-bottom: 24px;
  }
  .cid-uEv7GUamoO .mbr-text,
  .cid-uEv7GUamoO .mbr-section-btn {
    text-align: left;
  }
  .cid-uEv7GUamoO .item-title {
    text-align: left;
  }
  .cid-uEv7GUamoO .item-subtitle {
    text-align: left;
  }
  .cid-uEv7GUamoO .embla__slide {
    display: flex;
    justify-content: center;
    position: relative;
    min-width: 40%;
    max-width: 596px;
  }
  @media (max-width: 768px) {
    .cid-uEv7GUamoO .embla__slide {
      min-width: 100%;
      max-width: 100%;
      margin-left: 1rem !important;
      margin-right: 1rem !important;
    }
  }
  .cid-uEv7GUamoO .embla__button--next,
  .cid-uEv7GUamoO .embla__button--prev {
    display: flex;
  }
  .cid-uEv7GUamoO .embla__button {
    transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
    border: none;
    width: 64px;
    height: 64px;
    font-size: 22px;
    border-radius: 50%;
    top: 50%;
    margin-top: -1.5rem;
    background-color: #fbe698;
    color: #15b5b0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
  }
  .cid-uEv7GUamoO .embla__button:disabled {
    cursor: default;
    display: none;
  }
  .cid-uEv7GUamoO .embla__button:hover {
    background: #fbe698;
    color: #15b5b0;
    transform: scale(1.05);
  }
  .cid-uEv7GUamoO .embla__button.embla__button--prev {
    left: 0;
    margin-left: 2.5rem;
  }
  .cid-uEv7GUamoO .embla__button.embla__button--next {
    right: 0;
    margin-right: 2.5rem;
  }
  @media (max-width: 767px) {
    .cid-uEv7GUamoO .embla__button {
      top: auto;
    }
  }
  .cid-uEv7GUamoO .mobi-mbri-arrow-prev {
    margin-right: 5px;
  }
  .cid-uEv7GUamoO .mobi-mbri-arrow-next {
    margin-left: 5px;
  }
  .cid-uEv7GUamoO .embla {
    position: relative;
    width: 100%;
  }
  .cid-uEv7GUamoO .embla__viewport {
    overflow: visible;
    width: 100%;
  }
  .cid-uEv7GUamoO .embla__viewport.is-draggable {
    cursor: grab;
  }
  .cid-uEv7GUamoO .embla__viewport.is-dragging {
    cursor: grabbing;
  }
  .cid-uEv7GUamoO .embla__container {
    display: flex;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: transparent;
  }
  .cid-uEv7GUamoO .mbr-section-subtitle {
    text-align: center;
    color: #000000;
  }
  .cid-uEv7GUamoO .title-block {
    justify-content: space-between;
    margin-bottom: 32px;
    align-items: center;
    padding-bottom: 56px;
    max-width: 715px;
    margin: auto;
  }
  .cid-uEv7GUamoO .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-uEv7GUamoO .card-title {
    margin-bottom: 18px;
    color: #000000;
    transition: 0.35s;
  }
  .cid-uEv7GUamoO .card-text {
    margin-bottom: 17px;
    color: #000000;
  }
  .cid-uEv7GUamoO H3 {
    color: #14142b;
    text-align: center;
  }
  .cid-uEv7GUamoO .card-wrapper {
    border-radius: 0 0 30px 30px;
    background-color: #ffffff;
    padding: 34px 25px 54px 31px;
  }
  .cid-uEv7GUamoO .date {
    margin-bottom: 24px;
    color: #000000;
  }
  .cid-uEv7GUamoO .link-title {
    display: inline-block;
  }
  .cid-uEv7GUamoO .margin {
    margin-right: 14px;
  }
  .cid-uEv7GUamoO .button-color {
    padding: 1rem 1.5625rem !important;
    border-radius: 1000px !important;
    display: inline-block;
    line-height: 20px;
    background-color: #f0fdfc;
    color: #000000;
  }
  .cid-uEv7GUamoO .link-row {
    align-items: center;
  }
  @media (max-width: 992px) {
    .cid-uEv7GUamoO .link-row {
      display: block;
    }
  }
  @media (max-width: 530px) {
    .cid-uEv7GUamoO .card-wrapper {
      border-radius: 0 0 30px 30px;
    }
  }
  @media (max-width: 480px) {
    .cid-uEv7GUamoO .card-wrapper {
      border-radius: 0 0 30px 30px;
    }
  }
  .cid-uEv7GUamoO .wrap-img {
    transition: all 300ms ease !important;
    overflow: hidden;
    border-radius: 30px 30px 0 0;
    height: 385px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: translate(0px, 0px);
  }
  .cid-uEv7GUamoO .inner {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
  }
  .cid-uEv7GUamoO .shadow:hover {
    transform: translate(0px, -6px);
    box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
  }
  .cid-uEv7GUamoO .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
  .cid-uEv7GUamoO .shadow:hover .mbr-iconfont,
  .cid-uEv7GUamoO .shadow:hover .number,
  .cid-uEv7GUamoO .shadow:hover .card-title {
    color: #c7b469 !important;
  }
  .cid-uEv7GUamoO .shadow:hover .inner {
    transform: scale(1.1);
  }
  @media (max-width: 992px) {
    .cid-uEv7GUamoO .col-auto .card-button {
      margin-bottom: 16px;
    }
  }
  .cid-uEv7GUamoO .col-auto .card-button .btn {
    padding: 0;
    display: flex;
    flex-direction: row-reverse;
    border: none;
  }
  .cid-uEv7GUamoO .col-auto .card-button .btn .mbr-iconfont {
    padding-left: 0;
    padding-right: 8px;
  }
  .cid-uEv7GUamoO .col-auto .card-button .btn-primary,
  .cid-uEv7GUamoO .col-auto .card-button .btn-secondary,
  .cid-uEv7GUamoO .col-auto .card-button .btn-success,
  .cid-uEv7GUamoO .col-auto .card-button .btn-info,
  .cid-uEv7GUamoO .col-auto .card-button .btn-warning,
  .cid-uEv7GUamoO .col-auto .card-button .btn-danger,
  .cid-uEv7GUamoO .col-auto .card-button .btn-black,
  .cid-uEv7GUamoO .col-auto .card-button .btn-white {
    padding: 14px 18px;
  }
  .cid-uEv7GUUUPI {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #f0fdfc;
  }
  .cid-uEv7GUUUPI .item:focus,
  .cid-uEv7GUUUPI span:focus {
    outline: none;
  }
  .cid-uEv7GUUUPI .item {
    cursor: pointer;
  }
  .cid-uEv7GUUUPI .grid-container {
    grid-row-gap: 2rem;
  }
  @media (max-width: 767px) {
    .cid-uEv7GUUUPI .grid-container {
      grid-row-gap: 1rem;
    }
  }
  .cid-uEv7GUUUPI .grid-container-1,
  .cid-uEv7GUUUPI .grid-container-2,
  .cid-uEv7GUUUPI .grid-container-3 {
    gap: 0 2rem;
  }
  @media (max-width: 767px) {
    .cid-uEv7GUUUPI .grid-container-1,
    .cid-uEv7GUUUPI .grid-container-2,
    .cid-uEv7GUUUPI .grid-container-3 {
      gap: 0 1rem;
    }
  }
  .cid-uEv7GUUUPI .mbr-section-title {
    margin-bottom: 0;
    color: #14142b;
    text-align: center;
  }
  .cid-uEv7GUUUPI .content-head {
    max-width: 800px;
  }
  .cid-uEv7GUUUPI .container,
  .cid-uEv7GUUUPI .container-fluid {
    overflow: hidden;
  }
  .cid-uEv7GUUUPI .grid-container {
    display: grid;
    transform: translate3d(-3rem, 0, 0);
    width: 115vw;
    grid-column-gap: 1rem;
  }
  .cid-uEv7GUUUPI .grid-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 56px 0;
  }
  .cid-uEv7GUUUPI .grid-item img {
    min-width: 30vw;
    max-width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 30px;
    box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.25) !important;
  }
  @media (max-width: 1200px) {
    .cid-uEv7GUUUPI .grid-item img {
      height: 350px;
    }
  }
  @media (max-width: 767px) {
    .cid-uEv7GUUUPI .grid-item img {
      min-width: 35vw;
      height: 150px;
    }
  }
  .cid-uEv7GUUUPI .grid-container-1,
  .cid-uEv7GUUUPI .grid-container-2,
  .cid-uEv7GUUUPI .grid-container-3 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
  }
  .cid-uEv7GUUUPI .grid-container-1 {
    align-items: flex-end;
  }
  .cid-uEv7GUUUPI .grid-container-2 {
    align-items: flex-start;
  }
  .cid-uEv7GVf8qm {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
  }
  .cid-uEv7GVf8qm .mbr-section-subtitle {
    text-align: center;
    color: #000000;
  }
  .cid-uEv7GVf8qm .title-block {
    justify-content: space-between;
    margin: auto;
    margin-bottom: 58px;
    align-items: center;
    max-width: 571px;
  }
  .cid-uEv7GVf8qm .card-title {
    color: #4c4c4c;
    text-align: left;
    margin-bottom: 16px;
  }
  .cid-uEv7GVf8qm H3 {
    color: #1d1d1f;
  }
  .cid-uEv7GVf8qm .card-subtitle {
    text-align: left;
  }
  .cid-uEv7GVf8qm .button-align {
    margin-top: 56px;
    text-align: center;
  }
  .cid-uEv7GVf8qm .mbr-section-btn {
    width: auto;
    display: inline-block;
  }
  .cid-uEv7GVf8qm .card-title,
  .cid-uEv7GVf8qm .iconfont-wrapper {
    text-align: center;
    color: #14142b;
  }
  .cid-uEv7GVf8qm .mbr-section-title {
    text-align: center;
    margin-bottom: 24px;
    color: #000000;
  }
  .cid-uEv7GVf8qm .card-text {
    color: #8c8c95;
  }
  .cid-uEv7GVf8qm .year-title {
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
    position: relative;
  }
  .cid-uEv7GVf8qm .year-subtitle {
    text-align: center;
    color: #000000;
  }
  .cid-uEv7GVf8qm .line {
    width: 20px;
    background-color: #000000;
    height: 2px;
    margin-top: -20px;
  }
  .cid-uEv7GVf8qm .accent {
    width: 25px;
    min-height: 25px;
    min-width: 25px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    border-radius: 1000px;
  }
  .cid-uEv7GVf8qm .accent1 {
    background-color: #6dece0;
  }
  .cid-uEv7GVf8qm .accent2 {
    background-color: #fbe698;
  }
  .cid-uEv7GVf8qm .accent3 {
    background-color: #15b5b0;
  }
  .cid-uEv7GVf8qm .accent4 {
    background-color: #6dece0;
  }
  .cid-uEv7GVf8qm .accent5 {
    background-color: #fbe698;
  }
  .cid-uEv7GVf8qm .timeline {
    align-items: center;
  }
  .cid-uEv7GVf8qm .year-title:before {
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: none;
    margin: 11px 40px 0px 0px;
    border-style: solid;
    border-width: 5px;
    border-color: #fff;
    position: absolute;
    left: -40px;
    top: 15px;
  }
  .cid-uEv7GVf8qm .year-title.year1:before {
    background-color: #6dece0;
  }
  .cid-uEv7GVf8qm .year-title.year2:before {
    background-color: #fbe698;
  }
  .cid-uEv7GVf8qm .year-title.year3:before {
    background-color: #15b5b0;
  }
  .cid-uEv7GVf8qm .year-title.year4:before {
    background-color: #6dece0;
  }
  .cid-uEv7GVf8qm .year-title.year5:before {
    background-color: #fbe698;
  }
  .cid-uEv7GVf8qm .timeline-year-accent {
    width: 25px;
    min-height: 25px;
  }
  @media (max-width: 1120px) {
    .cid-uEv7GVf8qm .main {
      display: flex;
      justify-content: space-between;
      max-width: 849px;
    }
    .cid-uEv7GVf8qm .timeline.row {
      flex-direction: column;
      position: relative;
      max-width: 307px;
    }
    .cid-uEv7GVf8qm .year {
      flex-direction: row;
    }
    .cid-uEv7GVf8qm .year-title {
      text-align: left;
      margin-bottom: 4px;
    }
    .cid-uEv7GVf8qm .year-title:before {
      display: block;
    }
    .cid-uEv7GVf8qm .accent {
      display: none;
    }
    .cid-uEv7GVf8qm .row.title-block {
      margin: initial;
      max-width: 407px;
      align-items: flex-start;
    }
    .cid-uEv7GVf8qm .line {
      display: none;
    }
    .cid-uEv7GVf8qm .line1 {
      display: block;
      height: 100%;
      width: 2px;
      background-color: #e2e3e9;
      margin-top: -20px;
      margin-left: -15px;
      padding: 0 !important;
      position: absolute;
      left: 0;
    }
    .cid-uEv7GVf8qm .year-subtitle {
      margin-bottom: 60px;
      text-align: left;
    }
    .cid-uEv7GVf8qm .row.title-block > .col-12 {
      padding: 0 !important;
    }
  }
  .cid-uEv7GVf8qm .no-padd {
    margin-bottom: 0px !important;
  }
  @media (max-width: 750px) {
    .cid-uEv7GVf8qm .main {
      flex-direction: column;
    }
    .cid-uEv7GVf8qm .row.title-block,
    .cid-uEv7GVf8qm .timeline {
      margin: auto;
    }
    .cid-uEv7GVf8qm .row.title-block {
      padding-bottom: 40px;
      width: 90%;
    }
    .cid-uEv7GVf8qm .button-align {
      margin-top: 16px;
    }
  }
  .cid-uEv7GVf8qm .btn {
    margin-top: 20px;
  }
  .cid-uEv7GVf8qm a.btn > span {
    margin-left: 0.5rem;
  }
  .cid-uEv7GVyWm4 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
  }
  .cid-uEv7GVyWm4 .card-heading {
    padding-top: 32px;
    padding-bottom: 16px;
    color: #000000;
  }
  .cid-uEv7GVyWm4 .p1 {
    padding-bottom: 24px;
    color: #272727;
  }
  .cid-uEv7GVyWm4 .p {
    color: #000000;
  }
  .cid-uEv7GVyWm4 .p:last-child {
    padding-bottom: 0;
  }
  .cid-uEv7GVyWm4 .row {
    justify-content: center;
  }
  .cid-uEv7GVyWm4 .heading {
    padding-bottom: 24px;
    color: #000000;
  }
  .cid-uEv7GVIrOX {
    padding-top: 7rem;
    padding-bottom: 7rem;
    background-color: #f0fdfc;
  }
  .cid-uEv7GVIrOX .mbr-section-subtitle {
    color: #8c8c95;
    text-align: center;
    max-width: 552px;
    margin: auto;
  }
  .cid-uEv7GVIrOX .mbr-section-title {
    text-align: center;
    color: #000000;
    margin: auto;
  }
  .cid-uEv7GVIrOX .row {
    align-items: center;
    height: 100%;
  }
  .cid-uEv7GVIrOX .wrapper {
    margin: auto;
  }
  .cid-uEv7GVN0WX {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
  }
  .cid-uEv7GVN0WX img {
    width: auto;
    max-height: 60px;
    display: inline-block;
    padding: 0;
  }
  .cid-uEv7GVN0WX .title {
    color: #14142b;
    width: auto;
  }
  .cid-uEv7GVN0WX .row.justify-content-between {
    align-items: center;
  }
  .cid-uEv7GVN0WX .row.margin {
    transition-property: transform, -webkit-transform;
    align-items: center;
    transition: all 300ms ease;
  }
  .cid-uEv7GVN0WX .row.margin:hover {
    transform: scale(1.05);
  }
  .cid-uEv7GVN0WX .mbr-section-title {
    color: #000000;
    margin-bottom: 24px;
  }
  .cid-uEv7GVN0WX .left {
    max-width: 549px;
  }
  .cid-uEv7GVN0WX .right {
    max-width: 452px;
    overflow: visible;
  }
  .cid-uEv7GVN0WX .shadow {
    padding: 40px 61px;
    box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
    max-width: 452px;
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    border-radius: 24px;
    border-color: transparent;
    background-color: #ffffff;
  }
  .cid-uEv7GVN0WX .socicon-bg-youtube {
    background-color: #6dece0;
    color: #000000;
  }
  .cid-uEv7GVN0WX .socicon-bg-facebook {
    background-color: #fbe698;
    color: #000000;
  }
  .cid-uEv7GVN0WX .socicon-bg-twitter {
    background-color: #15b5b0;
    color: #ffffff;
  }
  .cid-uEv7GVN0WX .socicon-bg-pinterest {
    background-color: #6dece0;
    color: #000000;
  }
  .cid-uEv7GVN0WX .socicon-bg-mail {
    background-color: #fbe698;
    color: #000000;
  }
  .cid-uEv7GVN0WX .btn-social {
    font-size: 20px;
    border-radius: 25%;
    width: 42px;
    height: 42px;
    line-height: 44px;
    margin: 0 16px 0 0 !important;
    padding: 0;
    text-align: center;
    position: relative;
    border: none !important;
    border-color: #fbe698;
    cursor: pointer;
  }
  .cid-uEv7GVN0WX .btn-social .mbr-iconfont {
    top: 0;
    line-height: 22px;
    width: 22px;
  }
  .cid-uEv7GVN0WX .btn-social + .btn {
    margin-left: 0.1rem;
  }
  .cid-uEv7GVN0WX .card-text {
    margin-bottom: 24px;
    color: #000000;
  }
  .cid-uEv7GVN0WX .mbr-section-subtitle {
    color: #000000;
  }
  @media (max-width: 850px) {
    .cid-uEv7GVN0WX .shadow {
      padding: 40px 31px;
    }
  }
  @media (max-width: 992px) {
    .cid-uEv7GVN0WX .left {
      margin-bottom: 40px;
      max-width: initial;
    }
    .cid-uEv7GVN0WX .mbr-section-title,
    .cid-uEv7GVN0WX .mbr-section-subtitle {
      text-align: center;
    }
    .cid-uEv7GVN0WX .shadow {
      margin: auto;
    }
  }
  @media (max-width: 700px) {
    .cid-uEv7GVN0WX .btn-social {
      margin-right: 6px !important;
      width: 35px;
      height: 35px;
    }
  }
  .cid-uEv7GVN0WX .mbr-iconfont {
    margin-left: 0;
  }
  .cid-uEv7GVXyEa {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
  }
  .cid-uEv7GVXyEa .card-title {
    padding-bottom: 18px;
    margin: 0;
    color: #000000;
  }
  .cid-uEv7GVXyEa .align-left {
    max-width: 547px;
  }
  .cid-uEv7GVXyEa .mbr-text,
  .cid-uEv7GVXyEa .mbr-section-btn {
    color: #000000;
  }
  .cid-uEv7GVXyEa .left-side {
    margin-right: 20px;
  }
  .cid-uEv7GVXyEa .right-side {
    margin-left: 20px;
  }
  @media (max-width: 768px) {
    .cid-uEv7GVXyEa .left-side {
      margin-right: 0px;
    }
    .cid-uEv7GVXyEa .right-side {
      padding-top: 20px;
      margin-left: 0px;
    }
  }
  .cid-uEv7GW7xsp {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #f0fdfc;
  }
  .cid-uEv7GW7xsp .mbr-section-subtitle {
    color: #000000;
    text-align: center;
    margin: auto;
  }
  .cid-uEv7GW7xsp .mbr-section-title {
    text-align: center;
    color: #000000;
    padding-bottom: 24px;
    margin: auto;
  }
  .cid-uEv7GW7xsp .row {
    align-items: center;
    height: 100%;
  }
  .cid-uEv7GW7xsp .wrapper {
    margin: auto;
  }
  .cid-uEv7GWj8FZ {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #f0fdfc;
  }
  .cid-uEv7GWj8FZ .row {
    align-items: center;
    justify-content: space-between;
  }
  .cid-uEv7GWj8FZ .mbr-section-title {
    width: 100%;
    text-align: left;
    margin-bottom: 24px;
    line-height: 1.171em;
    color: #000000;
  }
  .cid-uEv7GWj8FZ .mbr-section-subtitle {
    color: #4c4c4c;
    width: 100%;
    text-align: left;
  }
  .cid-uEv7GWj8FZ .mbr-text {
    color: #5f5d68;
    margin-bottom: 28px;
  }
  .cid-uEv7GWj8FZ .right-side {
    max-width: 554px;
  }
  .cid-uEv7GWj8FZ .mbr-section-btn {
    width: auto;
    display: block;
  }
  .cid-uEv7GWj8FZ .margin {
    margin-right: 14px;
  }
  .cid-uEv7GWj8FZ .shadow {
    padding: 62px 56px 64px;
    box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
    max-width: 568px;
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    border-radius: 24px;
    border-color: transparent;
    background-color: #ffffff;
  }
  .cid-uEv7GWj8FZ .socicon-bg-youtube {
    background-color: #6dece0;
    color: #000000;
  }
  .cid-uEv7GWj8FZ .socicon-bg-facebook {
    background-color: #fbe698;
    color: #000000;
  }
  .cid-uEv7GWj8FZ .socicon-bg-twitter {
    background-color: #15b5b0;
    color: #ffffff;
  }
  .cid-uEv7GWj8FZ .socicon-bg-pinterest {
    background-color: #6dece0;
    color: #000000;
  }
  .cid-uEv7GWj8FZ .socicon-bg-mail {
    background-color: #fbe698;
    color: #000000;
  }
  .cid-uEv7GWj8FZ .mbr-iconfont {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-uEv7GWj8FZ .btn-social {
    margin: 0 !important;
    font-size: 14px;
    border-radius: 50%;
    padding: 0;
    width: 32px;
    height: 32px;
    line-height: 44px;
    text-align: center;
    position: relative;
    border: none !important;
    cursor: pointer;
  }
  .cid-uEv7GWj8FZ .btn-social .mbr-iconfont {
    top: 0;
    line-height: 22px;
    width: 22px;
  }
  .cid-uEv7GWj8FZ .btn-social + .btn {
    margin-left: 0.1rem;
  }
  .cid-uEv7GWj8FZ img {
    width: 186px;
    height: 186px;
    border-radius: 50%;
    margin-bottom: 17px;
  }
  .cid-uEv7GWj8FZ .mbr-social-likes {
    max-width: 454px;
  }
  .cid-uEv7GWj8FZ .card-title {
    margin-bottom: 4px;
    color: #000000;
  }
  .cid-uEv7GWj8FZ .card-subtitle {
    margin-bottom: 21px;
    color: #000000;
  }
  .cid-uEv7GWj8FZ .card-text {
    margin-bottom: 40px;
    color: #8c8c95;
  }
  @media (max-width: 768px) {
    .cid-uEv7GWj8FZ .shadow {
      margin-top: 30px;
    }
  }
  @media (max-width: 1010px) {
    .cid-uEv7GWj8FZ .margin {
      margin-right: 0px;
      margin-bottom: 15px;
    }
    .cid-uEv7GWj8FZ .button-align {
      display: flex;
      flex-direction: column;
    }
  }
  @media (max-width: 992px) {
    .cid-uEv7GWj8FZ .shadow {
      margin: auto;
    }
    .cid-uEv7GWj8FZ .right-side {
      max-width: initial;
      margin-bottom: 50px;
    }
  }
  .cid-uEv7GWj8FZ .btn {
    margin-top: 20px;
  }
  .cid-uEv7GWj8FZ a.btn > span {
    margin-left: 0.5rem;
  }
  @media (max-width: 767px) {
    .cid-uEv7GWj8FZ .card.home-about-host {
      padding: 52px 40px 54px;
    }
  }
  @media (max-width: 479px) {
    .cid-uEv7GWj8FZ .card.home-about-host {
      padding: 43px 25px 45px;
    }
  }
  .cid-uEv7GWj8FZ .mbr-text,
  .cid-uEv7GWj8FZ .button-align {
    color: #000000;
  }
  .cid-uEv7GWj8FZ .card-text,
  .cid-uEv7GWj8FZ .mbr-social-likes {
    color: #000000;
  }
  .cid-uEv7GWAtSB {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #ffffff;
  }
  .cid-uEv7GWAtSB .shadow {
    margin: auto;
    max-width: 713px;
    padding: 60px 50px;
    box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    border-radius: 24px;
    border-color: transparent;
    background-color: #ffffff;
  }
  .cid-uEv7GWAtSB .card-subtitle {
    color: #000000;
    padding: 16px 25px;
    border-radius: 1000px;
    background-color: #f0fdfc;
    display: inline-block;
  }
  .cid-uEv7GWAtSB .card-text {
    color: #8c8c95;
    width: 100%;
    margin-top: 24px;
  }
  @media (max-width: 470px) {
    .cid-uEv7GWAtSB .shadow {
      padding: 40px;
    }
  }
  .cid-uEv7GWAtSB .card-text,
  .cid-uEv7GWAtSB .align {
    color: #000000;
  }
  .cid-uEv7GWH9LO {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
  }
  .cid-uEv7GWH9LO .card-heading {
    color: #000000;
    margin-bottom: 24px;
  }
  .cid-uEv7GWH9LO .row {
    justify-content: center;
  }
  .cid-uEv7GWH9LO .mbr-iconfont {
    font-size: 23px;
    margin-right: 17px;
    color: #fbe698;
  }
  .cid-uEv7GWH9LO .mbr-text {
    display: inline;
    width: 100%;
  }
  .cid-uEv7GWH9LO .mbr-text:last-child {
    margin-bottom: 0px;
  }
  .cid-uEv7GWH9LO .text {
    margin-bottom: 40px;
    color: #8c8c95;
  }
  .cid-uEv7GWH9LO .line {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
  }
  .cid-uEv7GWH9LO .text,
  .cid-uEv7GWH9LO .article {
    color: #000000;
  }
  .cid-uEv7GWH9LO .p {
    color: #000000;
  }
  .cid-uEv7GX4JfV .mbr-fallback-image.disabled {
    display: none;
  }
  .cid-uEv7GX4JfV .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-image: url("https://r.mobirisesite.com/1263175/assets/images/background1.jpg?rnd=1741112383435");
  }
  .cid-uEv7GX94YV {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
  }
  .cid-uEv7GX94YV .card .card-header {
    background-color: #ffffff;
    margin-bottom: 0;
  }
  .cid-uEv7GX94YV .panel-title {
    display: flex;
    align-items: center;
  }
  .cid-uEv7GX94YV .mbr-iconfont {
    padding-right: 1rem;
    font-family: 'Moririse2' !important;
    font-size: 3rem !important;
    color: #000000;
  }
  .cid-uEv7GX94YV .panel-body,
  .cid-uEv7GX94YV .card-header {
    padding: 1rem 0;
  }
  .cid-uEv7GX94YV .panel-body {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uEv7GX94YV .panel-title-edit {
    color: #000000;
    display: flex;
    align-items: center;
  }
  .cid-uEv7GX94YV .panel-text {
    max-width: 466px;
    color: #000000;
  }
  .cid-uEv7GX94YV .card-header {
    padding: 28px;
    box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    border-radius: 24px;
  }
  .cid-uEv7GX94YV .section-head {
    margin-bottom: 56px;
  }
  .cid-uEv7GX94YV .card {
    margin-bottom: 32px;
  }
  .cid-uEv7GX94YV H3 {
    color: #14142b;
  }
  @media (max-width: 768px) {
    .cid-uEv7GX94YV .panel-text {
      width: 100%;
      max-width: initial;
    }
  }
  @media (max-width: 1000px) {
    .cid-uEv7GX94YV .panel-text {
      padding-left: 15px;
      padding-right: 15px;
    }
  }
  .cid-uEv7GX94YV .mbr-section-title {
    color: #000000;
  }
  .cid-uEv7GXxYKD {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #ffffff;
  }
  .cid-uEv7GXxYKD .mbr-section-title {
    margin-bottom: 56px;
  }
  .cid-uEv7GXxYKD .display-4 > .mbr-iconfont {
    font-size: 16px;
  }
  .cid-uEv7GXxYKD .shadow {
    transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
    overflow: visible;
    box-shadow: none !important;
  }
  .cid-uEv7GXxYKD .wrap-img {
    transition: all 300ms ease !important;
    overflow: hidden;
    height: 385px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: translate(0px, 0px);
  }
  .cid-uEv7GXxYKD .inner {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
  }
  .cid-uEv7GXxYKD .shadow:hover {
    transform: translate(0px, -6px);
  }
  .cid-uEv7GXxYKD .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
  .cid-uEv7GXxYKD .shadow:hover .mbr-iconfont,
  .cid-uEv7GXxYKD .shadow:hover .inner {
    transform: scale(1.1);
  }
  .cid-uEv7GXxYKD .card-price {
    margin-bottom: 10px;
    color: #000000;
  }
  .cid-uEv7GXxYKD .card-title {
    margin-bottom: 10px;
    color: #000000;
  }
  .cid-uEv7GXxYKD .card-title span,
  .cid-uEv7GXxYKD .card-title .number {
    transition: 0.35s;
  }
  .cid-uEv7GXxYKD .card-text {
    margin-bottom: 32px;
    color: #000000;
  }
  @media (min-width: 575px) and (max-width: 990px) {
    .cid-uEv7GXxYKD .card-wrapper {
      padding: 60px 30px 40px;
    }
  }
  @media (max-width: 574px) {
    .cid-uEv7GXxYKD .card-wrapper {
      padding: 60px 30px 40px;
    }
  }
  .cid-uEv7GXxYKD H3 {
    color: #14142b;
    text-align: center;
  }
  .cid-uEv7GXxYKD img {
    width: auto;
    height: 70px;
  }
  .cid-uEv7GXxYKD .card-wrapper {
    background-color: #fbe698;
    padding: 37px 32px 43px;
  }
  .cid-uEv7GXxYKD .mbr-iconfont {
    transition: 0.3s;
    margin-right: 5px;
  }
  .cid-uEv7GXxYKD .link-title {
    display: inline-block;
  }
  .cid-uEv7GXxYKD .episode {
    color: #ffffff;
  }
  .cid-uEv7GXxYKD .img-title {
    color: #ffffff;
  }
  .cid-uEv7GXxYKD .margin {
    margin-right: 14px;
  }
  .cid-uEv7GXxYKD .button-align {
    margin-top: 56px;
    text-align: center;
  }
  .cid-uEv7GXxYKD .mbr-section-btn {
    width: auto;
    display: block;
  }
  .cid-uEv7GXxYKD .mbr-section-btn .btn {
    display: flex;
  }
  @media (max-width: 500px) {
    .cid-uEv7GXxYKD .margin {
      margin-right: 0;
      margin-bottom: 20px;
    }
  }
  @media (max-width: 550px) {
    .cid-uEv7GXxYKD .card-wrapper {
      padding: 24px 25px 34px 25px;
    }
  }
  .cid-uEv7GXxYKD span,
  .cid-uEv7GXxYKD .number {
    transition: 0.35s;
  }
  .cid-uEv7GXxYKD .item.features-image {
    margin-top: 30px;
  }
  .cid-uEv7GXxYKD .item.features-image:nth-child(1) {
    margin-top: 0px;
  }
  .cid-uEv7GXxYKD .item.features-image:nth-child(2) {
    margin-top: 0px;
  }
  .cid-uEv7GXxYKD .item.features-image:nth-child(3) {
    margin-top: 0px;
  }
  @media (max-width: 992px) {
    .cid-uEv7GXxYKD .item.features-image:nth-child(3) {
      margin-top: 30px;
    }
  }
  @media (max-width: 768px) {
    .cid-uEv7GXxYKD .item.features-image:nth-child(2) {
      margin-top: 30px;
    }
  }
  .cid-uEv7GXxYKD .mbr-section-title,
  .cid-uEv7GXxYKD .button-align {
    color: #000000;
  }
  .cid-uEv7GXN3SC {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: #ffffff;
  }
  .cid-uEv7GXN3SC .item:focus,
  .cid-uEv7GXN3SC span:focus {
    outline: none;
  }
  .cid-uEv7GXN3SC .item-wrapper {
    position: relative;
  }
  .cid-uEv7GXN3SC .slide-content {
    position: relative;
    border-radius: 4px;
    background: transparent;
    height: 100%;
    display: flex;
    overflow: visible;
    flex-flow: column nowrap;
  }
  .cid-uEv7GXN3SC .embla__slide {
    display: flex;
    justify-content: center;
    position: relative;
    min-width: 40%;
    max-width: 596px;
  }
  @media (max-width: 768px) {
    .cid-uEv7GXN3SC .embla__slide {
      min-width: 70%;
      max-width: initial;
      margin-left: 1rem !important;
      margin-right: 1rem !important;
    }
  }
  @media (max-width: 900px) {
    .cid-uEv7GXN3SC .embla__slide {
      min-width: 60%;
    }
  }
  @media (max-width: 630px) {
    .cid-uEv7GXN3SC .embla__slide {
      min-width: 375px;
    }
  }
  .cid-uEv7GXN3SC .embla__button--next,
  .cid-uEv7GXN3SC .embla__button--prev {
    display: flex;
  }
  .cid-uEv7GXN3SC .embla__button {
    transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
    border: none;
    width: 64px;
    height: 64px;
    font-size: 22px;
    border-radius: 50%;
    top: 50%;
    margin-top: -1.5rem;
    background-color: #fbe698;
    color: #15b5b0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
  }
  .cid-uEv7GXN3SC .embla__button:disabled {
    cursor: default;
    display: none;
  }
  .cid-uEv7GXN3SC .embla__button:hover {
    background-color: #fbe698;
    color: #15b5b0;
    transform: scale(1.05);
  }
  .cid-uEv7GXN3SC .embla__button.embla__button--prev {
    left: 0;
    margin-left: 2.5rem;
  }
  .cid-uEv7GXN3SC .embla__button.embla__button--next {
    right: 0;
    margin-right: 2.5rem;
  }
  @media (max-width: 767px) {
    .cid-uEv7GXN3SC .embla__button {
      top: auto;
    }
  }
  .cid-uEv7GXN3SC .mobi-mbri-arrow-prev {
    margin-right: 5px;
  }
  .cid-uEv7GXN3SC .mobi-mbri-arrow-next {
    margin-left: 5px;
  }
  .cid-uEv7GXN3SC .embla {
    position: relative;
    width: 100%;
  }
  .cid-uEv7GXN3SC .embla__viewport {
    overflow: visible;
    width: 100%;
  }
  .cid-uEv7GXN3SC .embla__viewport.is-draggable {
    cursor: grab;
  }
  .cid-uEv7GXN3SC .embla__viewport.is-dragging {
    cursor: grabbing;
  }
  .cid-uEv7GXN3SC .embla__container {
    display: flex;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: transparent;
  }
  .cid-uEv7GXN3SC .shadow {
    padding: 44px 32px 52px;
    border-radius: 34px;
    box-shadow: 0 5px 12px 0 rgba(20, 20, 43, 0.05) !important;
    transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
    overflow: visible;
    height: 100%;
  }
  .cid-uEv7GXN3SC .wrap-img {
    transition: all 300ms ease !important;
    overflow: hidden;
    border-radius: 30px 30px 0 0;
    height: 385px;
    padding: 20px 20px 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: translate(0px, 0px);
  }
  .cid-uEv7GXN3SC .wrap-img::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    background-size: cover;
    transform-origin: center;
    transition: transform 0.3s ease-in-out;
  }
  .cid-uEv7GXN3SC .shadow:hover {
    transform: translate(0px, -6px);
    box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
  }
  .cid-uEv7GXN3SC .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
  .cid-uEv7GXN3SC .shadow:hover .number,
  .cid-uEv7GXN3SC .shadow:hover .card-title {
    color: #69dff7 !important;
  }
  .cid-uEv7GXN3SC .shadow:hover .wrap-img {
    padding: 15px 15px 30px;
  }
  .cid-uEv7GXN3SC .shadow:hover .wrap-img::after {
    transform: scale(1.05);
  }
  .cid-uEv7GXN3SC .card-wrapper {
    padding: 30px 15px;
    margin: 0 15px;
    width: auto;
    max-width: 100%;
  }
  .cid-uEv7GXN3SC .card-title {
    font-weight: 700;
    padding: 10px 20px 10px;
    color: #4c4c4c;
    text-align: left;
    text-transform: uppercase;
  }
  .cid-uEv7GXN3SC H3 {
    color: #1d1d1f;
  }
  .cid-uEv7GXN3SC .card-subtitle {
    text-align: left;
    color: #000000;
  }
  .cid-uEv7GXN3SC .iconfont-wrapper {
    text-align: left;
    margin-bottom: 16px;
  }
  .cid-uEv7GXN3SC .iconfont-wrapper .mbr-iconfont {
    color: #fbe698;
  }
  .cid-uEv7GXN3SC .card-text {
    margin-bottom: 16px;
    text-align: left;
  }
  .cid-uEv7GXN3SC .mbr-iconfont::before {
    font-size: 25px;
  }
  .cid-uEv7GXN3SC .button-align {
    margin-top: 36px;
    text-align: center;
  }
  .cid-uEv7GXN3SC .mbr-section-btn {
    width: auto;
    display: inline-block;
  }
  .cid-uEv7GXN3SC .people {
    align-items: center;
  }
  .cid-uEv7GXN3SC img {
    border-radius: 10%;
    height: 128px;
    width: 128px;
    margin: 0;
    object-fit: cover;
  }
  @media (max-width: 992px) {
    .cid-uEv7GXN3SC .row.title-block {
      flex-direction: column;
    }
    .cid-uEv7GXN3SC .mbr-section-subtitle {
      margin-bottom: 20px;
      text-align: center;
    }
    .cid-uEv7GXN3SC .mbr-section-title {
      text-align: center;
    }
  }
  .cid-uEv7GXN3SC .card-subtitle,
  .cid-uEv7GXN3SC .card-subtitle2 {
    display: inline;
  }
  @media (max-width: 1040px) {
    .cid-uEv7GXN3SC .people {
      flex-direction: column;
    }
    .cid-uEv7GXN3SC .card-text,
    .cid-uEv7GXN3SC .align,
    .cid-uEv7GXN3SC .iconfont-wrapper {
      text-align: center;
    }
    .cid-uEv7GXN3SC img {
      margin-bottom: 20px !important;
    }
  }
  .cid-uEv7GXN3SC .title-block {
    justify-content: space-between;
    margin-bottom: 32px;
    align-items: center;
  }
  @media (max-width: 400px) {
    .cid-uEv7GXN3SC .button-align {
      margin-top: 20px;
    }
  }
  .cid-uEv7GXN3SC .btn {
    margin-top: 20px;
  }
  .cid-uEv7GXN3SC a.btn > span {
    margin-left: 0.5rem;
  }
  @media (max-width: 767px) {
    .cid-uEv7GXN3SC .shadow {
      padding-top: 40px;
      padding-bottom: 43px;
    }
  }
  @media (max-width: 479px) {
    .cid-uEv7GXN3SC .shadow {
      padding: 33px 25px 36px;
    }
  }
  .cid-uEv7GXN3SC .mbr-section-subtitle,
  .cid-uEv7GXN3SC .button-align {
    color: #000000;
  }
  .cid-uEv7GXN3SC .mbr-section-title {
    color: #000000;
  }
  .cid-uEv7GXN3SC .card-text,
  .cid-uEv7GXN3SC .iconfont-wrapper,
  .cid-uEv7GXN3SC .align {
    color: #000000;
  }
  .cid-uEv7GXN3SC .card-subtitle2 {
    color: #000000;
  }
  .cid-uEv7GYkouI {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
  }
  .cid-uEv7GYkouI .mbr-section-subtitle {
    color: #000000;
    text-align: center;
    max-width: 552px;
    margin: auto;
  }
  .cid-uEv7GYkouI .mbr-section-title {
    text-align: center;
    color: #000000;
    padding-bottom: 24px;
    max-width: 752px;
    margin: auto;
  }
  .cid-uEv7GYkouI .row {
    align-items: center;
    height: 100%;
  }
  .cid-uEv7GYkouI .wrapper {
    margin: auto;
  }
  .cid-uEv7GYHgiX {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
  }
  .cid-uEv7GYHgiX .row {
    align-items: center;
    justify-content: space-between;
  }
  .cid-uEv7GYHgiX .mbr-section-title {
    width: 100%;
    text-align: left;
    margin-bottom: 24px;
    line-height: 1.171em;
  }
  .cid-uEv7GYHgiX .mbr-section-subtitle {
    color: #4c4c4c;
    width: 100%;
    text-align: left;
  }
  .cid-uEv7GYHgiX .mbr-text {
    color: #5f5d68;
    margin-bottom: 48px;
  }
  .cid-uEv7GYHgiX .right-side {
    max-width: 554px;
    margin-right: 60px;
  }
  .cid-uEv7GYHgiX .mbr-section-btn {
    width: auto;
    display: inline;
  }
  .cid-uEv7GYHgiX .margin {
    margin-right: 14px;
  }
  .cid-uEv7GYHgiX .shadow {
    margin: auto;
    max-width: 860px;
    padding: 79px 76px;
    box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    border-radius: 24px;
    border-color: transparent;
    background-color: #ffffff;
  }
  .cid-uEv7GYHgiX .socicon-bg-youtube {
    background-color: #6dece0;
    color: #000000;
  }
  .cid-uEv7GYHgiX .socicon-bg-facebook {
    background-color: #fbe698;
    color: #000000;
  }
  .cid-uEv7GYHgiX .socicon-bg-twitter {
    background-color: #15b5b0;
    color: #ffffff;
  }
  .cid-uEv7GYHgiX .socicon-bg-pinterest {
    background-color: #6dece0;
    color: #000000;
  }
  .cid-uEv7GYHgiX .socicon-bg-mail {
    background-color: #fbe698;
    color: #000000;
  }
  .cid-uEv7GYHgiX .btn-social {
    margin-right: 3px !important;
    margin-left: 3px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    font-size: 14px;
    border-radius: 50%;
    padding: 0;
    width: 32px;
    height: 32px;
    line-height: 44px;
    text-align: center;
    position: relative;
    border: none !important;
    border-color: #fbe698;
    cursor: pointer;
  }
  .cid-uEv7GYHgiX .btn-social .mbr-iconfont {
    top: 0;
    line-height: 22px;
    width: 22px;
  }
  .cid-uEv7GYHgiX .btn-social + .btn {
    margin-left: 0.1rem;
  }
  .cid-uEv7GYHgiX img {
    max-width: 238px;
    height: auto;
    border-radius: 50%;
  }
  .cid-uEv7GYHgiX .mbr-social-likes {
    max-width: 454px;
  }
  .cid-uEv7GYHgiX .card-title {
    margin-bottom: 8px;
    color: #000000;
  }
  .cid-uEv7GYHgiX .card-subtitle {
    margin-bottom: 22px;
    color: #000000;
  }
  .cid-uEv7GYHgiX .card-text {
    margin-bottom: 22px;
    color: #8c8c95;
  }
  .cid-uEv7GYHgiX .card-title,
  .cid-uEv7GYHgiX .card-subtitle,
  .cid-uEv7GYHgiX .card-text {
    width: auto;
  }
  @media (max-width: 770px) {
    .cid-uEv7GYHgiX .shadow {
      padding: 59px 56px;
    }
  }
  @media (max-width: 640px) {
    .cid-uEv7GYHgiX .al {
      flex-direction: column;
    }
    .cid-uEv7GYHgiX .shadow {
      padding: 39px 36px;
    }
    .cid-uEv7GYHgiX img {
      padding-bottom: 20px;
    }
    .cid-uEv7GYHgiX .card-title,
    .cid-uEv7GYHgiX .card-subtitle,
    .cid-uEv7GYHgiX .card-text,
    .cid-uEv7GYHgiX .mbr-social-likes {
      text-align: center;
    }
  }
  @media (max-width: 600px) {
    .cid-uEv7GYHgiX .shadow {
      padding: 35px 15px;
    }
  }
  .cid-uEv7GYHgiX .mbr-iconfont {
    margin-left: 0;
  }
  .cid-uEv7GYHgiX .card-text,
  .cid-uEv7GYHgiX .mbr-social-likes {
    color: #000000;
  }
  .cid-uEv7GZrwB9 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
  }
  .cid-uEv7GZrwB9 .mbr-section-title {
    margin-bottom: 24px;
    color: #000000;
    text-align: center;
  }
  .cid-uEv7GZrwB9 .link-title {
    width: 100%;
    display: inline-block;
  }
  .cid-uEv7GZrwB9 .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-uEv7GZrwB9 .item-wrapper {
    position: relative;
  }
  .cid-uEv7GZrwB9 .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-uEv7GZrwB9 .col-12.col-sm-6.col-lg-3:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
  .cid-uEv7GZrwB9 .col-12.col-sm-6.col-lg-3:hover .mbr-iconfont,
  .cid-uEv7GZrwB9 .col-12.col-sm-6.col-lg-3:hover .number,
  .cid-uEv7GZrwB9 .col-12.col-sm-6.col-lg-3:hover .card-title {
    color: #c7b469 !important;
  }
  .cid-uEv7GZrwB9 .col-12.col-sm-6.col-lg-3:hover .inner {
    transform: scale(1.1);
  }
  .cid-uEv7GZrwB9 .card-title {
    transition: 0.35s;
    margin-bottom: 12px;
    color: #000000;
  }
  .cid-uEv7GZrwB9 .inner {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
    border-radius: 30px;
  }
  .cid-uEv7GZrwB9 .card-text {
    margin-bottom: 33px;
    color: #8c8c95;
  }
  @media (min-width: 970px) and (max-width: 1100px) {
    .cid-uEv7GZrwB9 .card-wrapper {
      margin: 10px;
    }
  }
  @media (min-width: 575px) and (max-width: 990px) {
    .cid-uEv7GZrwB9 .col-12:nth-child(3) {
      padding-top: 50px;
    }
    .cid-uEv7GZrwB9 .col-12:nth-child(4) {
      padding-top: 50px;
    }
    .cid-uEv7GZrwB9 .card-wrapper {
      margin: 20px;
      padding: 60px 30px 40px;
    }
  }
  @media (max-width: 574px) {
    .cid-uEv7GZrwB9 .col-12 {
      padding-top: 50px;
    }
    .cid-uEv7GZrwB9 .col-12:first-child {
      padding-top: 0px;
    }
    .cid-uEv7GZrwB9 .wrap-img {
      margin-bottom: 30px;
    }
    .cid-uEv7GZrwB9 .card-wrapper {
      margin: 10px;
      padding: 60px 30px 40px;
    }
  }
  .cid-uEv7GZrwB9 .card-wrapper {
    border-radius: 0 0 30px 30px;
    background-color: #ffffff;
    padding: 37px 32px 43px;
  }
  .cid-uEv7GZrwB9 .mbr-iconfont {
    transition: 0.3s;
    margin-right: 5px;
  }
  .cid-uEv7GZrwB9 .episode {
    color: #ffffff;
  }
  .cid-uEv7GZrwB9 .img-title {
    color: #ffffff;
  }
  .cid-uEv7GZrwB9 .margin {
    margin-right: 14px;
  }
  .cid-uEv7GZrwB9 .button-align {
    margin-top: 56px;
    text-align: center;
  }
  .cid-uEv7GZrwB9 .mbr-section-btn {
    width: auto;
    display: inline;
    text-align: left;
  }
  .cid-uEv7GZrwB9 .title-block {
    padding-bottom: 30px;
    max-width: 493px;
    margin: auto;
  }
  .cid-uEv7GZrwB9 .mbr-section-subtitle {
    text-align: center;
    color: #000000;
  }
  .cid-uEv7GZrwB9 .display-4 > .mbr-iconfont {
    font-size: 16px;
  }
  .cid-uEv7GZrwB9 .card-button .btn {
    padding: 0;
    display: inline-flex;
    flex-direction: row-reverse;
    border: none;
  }
  .cid-uEv7GZrwB9 .card-button .btn .mbr-iconfont {
    padding-left: 0;
    padding-right: 8px;
  }
  .cid-uEv7GZrwB9 .card-button .btn-primary,
  .cid-uEv7GZrwB9 .card-button .btn-secondary,
  .cid-uEv7GZrwB9 .card-button .btn-success,
  .cid-uEv7GZrwB9 .card-button .btn-info,
  .cid-uEv7GZrwB9 .card-button .btn-warning,
  .cid-uEv7GZrwB9 .card-button .btn-danger,
  .cid-uEv7GZrwB9 .card-button .btn-black,
  .cid-uEv7GZrwB9 .card-button .btn-white {
    padding: 14px 18px;
  }
  .cid-uEv7GZrwB9 .card-text,
  .cid-uEv7GZrwB9 .link-title {
    color: #000000;
  }
  .cid-uEv7H0arxh {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
  }
  .cid-uEv7H0arxh .mbr-section-subtitle {
    color: #000000;
    text-align: left;
    margin: auto;
    margin-bottom: 24px;
  }
  .cid-uEv7H0arxh .mbr-section-title {
    text-align: left;
    color: #000000;
    margin-bottom: 20px;
    margin-top: 40px;
  }
  .cid-uEv7H0arxh .row {
    align-items: center;
    height: 100%;
  }
  .cid-uEv7H0arxh .wrapper {
    margin: auto;
  }
  .cid-uEv7H0arxh .t1 {
    margin-bottom: 24px;
    color: #000000;
  }
  @media (max-width: 576px) {
    .cid-uEv7H0arxh .t {
      padding-top: 20px;
    }
  }
  .cid-uEv7H0arxh .list {
    list-style-type: none;
    margin-bottom: 12px;
    padding: 0;
    display: inline-flex;
    flex-wrap: wrap;
    color: #000000;
  }
  .cid-uEv7H0arxh .list .item-wrap {
    margin: 0 12px 12px 0;
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
  }
  .cid-uEv7H0arxh .list .item-wrap:hover,
  .cid-uEv7H0arxh .list .item-wrap:focus {
    color: #c7b469;
  }
  .cid-uEv7H0arxh a:hover,
  .cid-uEv7H0arxh a:focus {
    color: #c7b469 !important;
  }
  .cid-uEv7H0arxh .list,
  .cid-uEv7H0arxh .item-wrap {
    color: #000000;
  }
  .cid-uEv7H0oqso {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
  }
  .cid-uEv7H0oqso .mbr-section-title {
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
    line-height: 1.171em;
    color: #000000;
  }
  .cid-uEv7H0oqso .mbr-text {
    color: #8c8c95;
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uEv7H0oqso .button-align {
    text-align: center;
  }
  .cid-uEv7H0oqso .margin {
    margin-right: 14px;
  }
  .cid-uEv7H0oqso .mbr-section-btn {
    display: inline-block;
  }
  .cid-uEv7H0oqso .container {
    max-width: 493px;
  }
  .cid-uEv7H0oqso .btn {
    margin-top: 20px;
  }
  .cid-uEv7H0oqso a.btn > span {
    margin-left: 0.5rem;
  }
  .cid-uEv7H0oqso .mbr-text,
  .cid-uEv7H0oqso .button-align {
    color: #000000;
  }
  .cid-uEv7H0MxRC {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
  }
  .cid-uEv7H0MxRC .card-heading {
    padding-bottom: 32px;
    color: #000000;
  }
  .cid-uEv7H0MxRC .p {
    padding-bottom: 26px;
    color: #000000;
  }
  .cid-uEv7H0MxRC .p:last-child {
    padding-bottom: 0;
  }
  .cid-uEv7H0MxRC .row {
    justify-content: center;
  }
  .cid-uEv7H0YT5w {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #ffffff;
  }
  .cid-uEv7H0YT5w .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-uEv7H0YT5w .wrap-img {
    border-bottom: 1px solid #000000;
    transition: all 300ms ease !important;
    overflow: hidden;
    border-radius: 30px 30px 0 0;
    height: 192px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: translate(0px, 0px);
  }
  .cid-uEv7H0YT5w .shadow:hover {
    transform: translate(0px, -6px);
    box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
  }
  .cid-uEv7H0YT5w .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
  .cid-uEv7H0YT5w .shadow:hover .mbr-iconfont,
  .cid-uEv7H0YT5w .shadow:hover .number,
  .cid-uEv7H0YT5w .shadow:hover .card-title {
    color: #c7b469 !important;
  }
  .cid-uEv7H0YT5w .shadow:hover .inner {
    transform: scale(1.1);
  }
  .cid-uEv7H0YT5w .inner {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
  }
  .cid-uEv7H0YT5w .card-title {
    color: #000000;
    margin-bottom: 6px;
    text-align: center;
    transition: 0.35s;
  }
  .cid-uEv7H0YT5w .title-block {
    margin-bottom: 56px;
  }
  .cid-uEv7H0YT5w .card-text {
    color: #000000;
    text-align: center;
  }
  .cid-uEv7H0YT5w H3 {
    color: #14142b;
    text-align: center;
  }
  .cid-uEv7H0YT5w .card-wrapper {
    border-radius: 0 0 30px 30px;
    background-color: #ffffff;
    padding: 39px 32px 48px;
  }
  .cid-uEv7H0YT5w .mbr-iconfont {
    transition: 0.3s;
    margin-right: 5px;
  }
  .cid-uEv7H0YT5w .link-title {
    display: inline-block;
  }
  .cid-uEv7H0YT5w .episode {
    color: #ffffff;
  }
  .cid-uEv7H0YT5w .img-title {
    color: #ffffff;
  }
  .cid-uEv7H0YT5w .button-align {
    margin-top: 56px;
    text-align: center;
  }
  .cid-uEv7H0YT5w .mbr-section-btn {
    width: auto;
    display: inline;
  }
  .cid-uEv7H0YT5w .mbr-section-title {
    color: #000000;
  }
  @media (max-width: 860px) {
    .cid-uEv7H0YT5w .title-block {
      flex-direction: column;
    }
    .cid-uEv7H0YT5w .mbr-section-subtitle {
      margin-bottom: 20px;
      text-align: center;
    }
  }
  .cid-uEv7H0YT5w .item.features-image {
    margin-top: 35px;
  }
  .cid-uEv7H0YT5w .item.features-image:nth-child(1) {
    margin-top: 0px;
  }
  .cid-uEv7H0YT5w .item.features-image:nth-child(2) {
    margin-top: 0px;
  }
  .cid-uEv7H0YT5w .item.features-image:nth-child(3) {
    margin-top: 0px;
  }
  @media (max-width: 992px) {
    .cid-uEv7H0YT5w .item.features-image:nth-child(4) {
      margin-top: 35px;
    }
    .cid-uEv7H0YT5w .item.features-image:nth-child(3) {
      margin-top: 35px;
    }
  }
  @media (max-width: 768px) {
    .cid-uEv7H0YT5w .item.features-image:nth-child(2) {
      margin-top: 35px;
    }
  }
  .cid-uEv7H0YT5w .mbr-section-subtitle {
    color: #000000;
  }
  .cid-uEv7H1AMVi {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
  }
  .cid-uEv7H1AMVi .mbr-section-subtitle {
    color: #000000;
    text-align: center;
    margin: auto;
    padding: 119px 95px;
    background-color: #fbe698;
  }
  .cid-uEv7H1AMVi .row {
    align-items: center;
    height: 100%;
  }
  .cid-uEv7H1AMVi .wrapper {
    margin: auto;
  }
  @media (max-width: 770px) {
    .cid-uEv7H1AMVi .mbr-section-subtitle {
      padding: 70px 75px;
    }
  }
  @media (max-width: 576px) {
    .cid-uEv7H1AMVi .mbr-section-subtitle {
      padding: 45px 35px;
    }
  }
  .cid-uEv7H1Jcqq {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
  }
  .cid-uEv7H1Jcqq .right {
    display: flex;
    flex-direction: column;
  }
  .cid-uEv7H1Jcqq .card-heading {
    padding-bottom: 32px;
    color: #000000;
  }
  .cid-uEv7H1Jcqq .row {
    justify-content: center;
  }
  .cid-uEv7H1Jcqq ul {
    padding-inline-start: 50px;
    margin-bottom: 0;
  }
  .cid-uEv7H1Jcqq li {
    margin-bottom: 16px;
  }
  .cid-uEv7H1Jcqq li:last-child {
    margin-bottom: 0;
  }
  .cid-uEv7H1Jcqq a:hover,
  .cid-uEv7H1Jcqq a:focus {
    color: #3f69ff !important;
  }
  .cid-uEv7H1Jcqq .list {
    color: #000000;
  }
  .cid-uEv7H1U51u {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #f0fdfc;
  }
  .cid-uEv7H1U51u .row {
    justify-content: center;
  }
  .cid-uEv7H24gaF {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #ffffff;
  }
  .cid-uEv7H24gaF .display-4 > .mbr-iconfont {
    font-size: 16px;
  }
  .cid-uEv7H24gaF .shadow {
    border-color: #eff0f6;
    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;
    display: flex;
    flex-direction: row;
    padding: 52px 52px 52px 40px;
    background-color: #ffffff;
  }
  .cid-uEv7H24gaF .inner {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
  }
  .cid-uEv7H24gaF .wrap-img {
    transition: all 300ms ease !important;
    overflow: hidden;
    width: 311px;
    height: 311px;
    border-radius: 30px;
    transform: translate(0px, 0px);
  }
  .cid-uEv7H24gaF .shadow:hover {
    transform: translate(0px, -6px);
    box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
  }
  .cid-uEv7H24gaF .shadow:hover .card-title {
    color: #c7b469 !important;
  }
  .cid-uEv7H24gaF .shadow:hover .inner {
    transform: scale(1.1);
  }
  .cid-uEv7H24gaF .card-title {
    margin-bottom: 16px;
    transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
    color: #000000;
  }
  .cid-uEv7H24gaF .card-text {
    margin-bottom: 42px;
    color: #000000;
  }
  .cid-uEv7H24gaF H3 {
    color: #14142b;
    text-align: center;
  }
  .cid-uEv7H24gaF .mbr-iconfont {
    transition: 0.3s;
    margin-left: 0;
  }
  .cid-uEv7H24gaF .link-title {
    display: inline-block;
  }
  .cid-uEv7H24gaF .button-color {
    padding: 14px 18px !important;
    border-radius: 1000px !important;
    display: inline-block;
    line-height: 20px;
    background-color: #f0fdfc;
    margin-bottom: 32px;
    color: #000000;
  }
  .cid-uEv7H24gaF .position {
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }
  .cid-uEv7H24gaF .link-row,
  .cid-uEv7H24gaF .title-block {
    align-items: center;
  }
  .cid-uEv7H24gaF .link2 {
    display: inline;
  }
  .cid-uEv7H24gaF .socicon-bg-youtube {
    background-color: #6dece0;
    color: #000000;
  }
  .cid-uEv7H24gaF .socicon-bg-facebook {
    background-color: #fbe698;
    color: #000000 !important;
  }
  .cid-uEv7H24gaF .socicon-bg-twitter {
    background-color: #15b5b0;
    color: #ffffff !important;
  }
  .cid-uEv7H24gaF .socicon-bg-pinterest {
    background-color: #6dece0;
    color: #000000 !important;
  }
  .cid-uEv7H24gaF .socicon-bg-mail {
    background-color: #fbe698;
    color: #000000 !important;
  }
  .cid-uEv7H24gaF .btn-social {
    font-size: 14px;
    border-radius: 50%;
    width: 30px;
    height: 30px !important;
    line-height: 30px;
    margin: 0 0px 0 10px !important;
    padding: 0;
    text-align: center;
    position: relative;
    border: none !important;
    border-color: #fbe698;
    cursor: pointer;
  }
  .cid-uEv7H24gaF .btn-social .mbr-iconfont {
    top: 0;
    line-height: 22px;
    width: 22px;
  }
  .cid-uEv7H24gaF .btn-social + .btn {
    margin-left: 0.1rem;
  }
  .cid-uEv7H24gaF .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  @media (max-width: 992px) {
    .cid-uEv7H24gaF .bottom {
      display: block;
    }
  }
  .cid-uEv7H24gaF .right {
    margin-left: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .cid-uEv7H24gaF .mbr-social-likes {
    display: flex;
    align-items: center;
  }
  .cid-uEv7H24gaF .link1 {
    margin-right: 5px;
    color: #8c8c95;
  }
  .cid-uEv7H24gaF .al {
    align-items: center;
  }
  @media (max-width: 765px) {
    .cid-uEv7H24gaF .row.al {
      display: flex;
      flex-direction: column;
    }
    .cid-uEv7H24gaF .right {
      margin-left: 0;
    }
    .cid-uEv7H24gaF .wrap-img {
      margin-bottom: 30px;
      height: 640px;
      width: 640px;
    }
  }
  @media (max-width: 760px) {
    .cid-uEv7H24gaF .wrap-img {
      height: 540px;
      width: 540px;
    }
    .cid-uEv7H24gaF .bottom {
      display: flex;
      flex-direction: column;
    }
    .cid-uEv7H24gaF .mbr-social-likes {
      margin-top: 10px;
    }
  }
  @media (max-width: 665px) {
    .cid-uEv7H24gaF .wrap-img {
      height: 340px;
      width: 340px;
    }
  }
  @media (max-width: 460px) {
    .cid-uEv7H24gaF .wrap-img {
      height: 240px;
      width: 240px;
    }
    .cid-uEv7H24gaF .shadow {
      padding: 32px;
    }
    .cid-uEv7H24gaF .mbr-social-likes {
      display: flex;
    }
  }
  @media (max-width: 390px) {
    .cid-uEv7H24gaF .wrap-img {
      height: 240px;
      width: 240px;
    }
    .cid-uEv7H24gaF .shadow {
      padding: 32px;
    }
  }
  @media (max-width: 550px) {
    .cid-uEv7H24gaF .shadow {
      padding: 24px 25px 34px 25px;
    }
  }
  .cid-uEv7H24gaF .card-title,
  .cid-uEv7H24gaF span {
    transition: 0.35s;
  }
  @media (max-width: 992px) {
    .cid-uEv7H24gaF .card-button {
      margin-bottom: 16px;
    }
  }
  .cid-uEv7H24gaF .card-button .btn {
    padding: 0;
    display: inline-flex;
    flex-direction: row-reverse;
    border: none;
  }
  .cid-uEv7H24gaF .card-button .btn .mbr-iconfont {
    padding-left: 0;
    padding-right: 8px;
  }
  .cid-uEv7H24gaF .card-button .btn-primary,
  .cid-uEv7H24gaF .card-button .btn-secondary,
  .cid-uEv7H24gaF .card-button .btn-success,
  .cid-uEv7H24gaF .card-button .btn-info,
  .cid-uEv7H24gaF .card-button .btn-warning,
  .cid-uEv7H24gaF .card-button .btn-danger,
  .cid-uEv7H24gaF .card-button .btn-black,
  .cid-uEv7H24gaF .card-button .btn-white {
    padding: 14px 18px;
  }
  .cid-uEv7H24gaF .item {
    margin-bottom: 32px;
  }
  .cid-uEv7H2BLYj {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: #f0fdfc;
  }
  .cid-uEv7H2BLYj .item:focus,
  .cid-uEv7H2BLYj span:focus {
    outline: none;
  }
  .cid-uEv7H2BLYj .item-wrapper {
    position: relative;
  }
  .cid-uEv7H2BLYj .slide-content {
    position: relative;
    border-radius: 4px;
    background: transparent;
    height: 100%;
    display: flex;
    overflow: visible;
    flex-flow: column nowrap;
  }
  .cid-uEv7H2BLYj .mbr-section-btn {
    margin-top: auto !important;
    margin-left: 0;
    margin-right: 0;
    width: auto;
    display: inline-block;
  }
  .cid-uEv7H2BLYj .mbr-section-title {
    color: #14142b;
    text-align: center;
    margin-bottom: 24px;
  }
  .cid-uEv7H2BLYj .mbr-text,
  .cid-uEv7H2BLYj .mbr-section-btn {
    text-align: left;
  }
  .cid-uEv7H2BLYj .item-title {
    text-align: left;
  }
  .cid-uEv7H2BLYj .item-subtitle {
    text-align: left;
  }
  .cid-uEv7H2BLYj .embla__slide {
    display: flex;
    justify-content: center;
    position: relative;
    min-width: 33%;
    max-width: 596px;
  }
  @media (max-width: 768px) {
    .cid-uEv7H2BLYj .embla__slide {
      min-width: 70%;
      max-width: initial;
      margin-left: 1rem !important;
      margin-right: 1rem !important;
    }
  }
  @media (max-width: 900px) {
    .cid-uEv7H2BLYj .embla__slide {
      min-width: 60%;
    }
  }
  @media (max-width: 630px) {
    .cid-uEv7H2BLYj .embla__slide {
      min-width: 375px;
    }
  }
  .cid-uEv7H2BLYj .embla__button--next,
  .cid-uEv7H2BLYj .embla__button--prev {
    display: flex;
  }
  .cid-uEv7H2BLYj .embla__button {
    transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
    border: none;
    width: 64px;
    height: 64px;
    font-size: 22px;
    border-radius: 50%;
    top: 50%;
    margin-top: -1.5rem;
    background-color: #fbe698;
    color: #15b5b0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
  }
  .cid-uEv7H2BLYj .embla__button:disabled {
    cursor: default;
    display: none;
  }
  .cid-uEv7H2BLYj .embla__button:hover {
    background-color: #fbe698;
    color: #15b5b0;
    transform: scale(1.05);
  }
  .cid-uEv7H2BLYj .embla__button.embla__button--prev {
    left: 0;
    margin-left: 2.5rem;
  }
  .cid-uEv7H2BLYj .embla__button.embla__button--next {
    right: 0;
    margin-right: 2.5rem;
  }
  @media (max-width: 767px) {
    .cid-uEv7H2BLYj .embla__button {
      top: auto;
    }
  }
  .cid-uEv7H2BLYj .mobi-mbri-arrow-prev {
    margin-right: 5px;
  }
  .cid-uEv7H2BLYj .mobi-mbri-arrow-next {
    margin-left: 5px;
  }
  .cid-uEv7H2BLYj .embla {
    position: relative;
    width: 100%;
  }
  .cid-uEv7H2BLYj .embla__viewport {
    overflow: visible;
    width: 100%;
  }
  .cid-uEv7H2BLYj .embla__viewport.is-draggable {
    cursor: grab;
  }
  .cid-uEv7H2BLYj .embla__viewport.is-dragging {
    cursor: grabbing;
  }
  .cid-uEv7H2BLYj .embla__container {
    display: flex;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: transparent;
  }
  .cid-uEv7H2BLYj .mbr-section-subtitle {
    text-align: center;
    color: #000000;
  }
  .cid-uEv7H2BLYj .title-block {
    justify-content: space-between;
    margin-bottom: 32px;
    align-items: center;
    padding-bottom: 56px;
    max-width: 715px;
    margin: auto;
  }
  .cid-uEv7H2BLYj .shadow {
    border-radius: 34px;
    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;
    padding: 48px 32px;
    background-color: #ffffff;
    height: 100%;
  }
  .cid-uEv7H2BLYj .wrap-img {
    transition: all 300ms ease !important;
    overflow: hidden;
    border-radius: 30px 30px 0 0;
    padding: 0px 20px 20px;
    display: flex;
    justify-content: center;
  }
  .cid-uEv7H2BLYj img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 100%;
  }
  .cid-uEv7H2BLYj .shadow:hover {
    transform: translate(0px, -6px);
    box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
  }
  .cid-uEv7H2BLYj .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
  .cid-uEv7H2BLYj .shadow:hover .number,
  .cid-uEv7H2BLYj .shadow:hover .card-title {
    color: #c7b469 !important;
  }
  .cid-uEv7H2BLYj .shadow:hover .iconfont-wrapper > .mbr-iconfont > span {
    color: #000000 !important;
  }
  .cid-uEv7H2BLYj .card-title {
    margin-bottom: 16px;
    color: #4c4c4c;
    transition: 0.35s;
    text-align: left;
  }
  .cid-uEv7H2BLYj .card-text {
    color: #000000;
    text-align: center;
  }
  .cid-uEv7H2BLYj H3 {
    color: #1d1d1f;
    text-align: center;
  }
  .cid-uEv7H2BLYj .card-wrapper {
    border-radius: 0 0 30px 30px;
    background-color: #ffffff;
    padding: 34px 25px 54px 31px;
  }
  .cid-uEv7H2BLYj .date {
    margin-bottom: 24px;
    color: #8c8c95;
  }
  .cid-uEv7H2BLYj .link-title {
    display: inline-block;
  }
  .cid-uEv7H2BLYj .margin {
    margin-right: 14px;
  }
  .cid-uEv7H2BLYj .article {
    display: contents;
  }
  .cid-uEv7H2BLYj .button-color {
    padding: 1rem 1.5625rem !important;
    border-radius: 1000px !important;
    display: inline-block;
    line-height: 20px;
    background-color: #eff0f6;
  }
  .cid-uEv7H2BLYj .link-row {
    align-items: center;
  }
  @media (max-width: 530px) {
    .cid-uEv7H2BLYj .card-wrapper {
      border-radius: 0 0 30px 30px;
    }
  }
  @media (max-width: 480px) {
    .cid-uEv7H2BLYj .card-wrapper {
      border-radius: 0 0 30px 30px;
    }
  }
  .cid-uEv7H2BLYj .iconfont-wrapper {
    text-align: left;
    margin-bottom: 32px;
  }
  .cid-uEv7H2BLYj .iconfont-wrapper .mbr-iconfont::before {
    font-size: 50px;
    padding: 25px;
    border-radius: 50%;
  }
  .cid-uEv7H2BLYj .button-align {
    margin-top: 36px;
    text-align: center;
  }
  .cid-uEv7H2BLYj .btn {
    margin-top: 20px;
  }
  .cid-uEv7H2BLYj .card-title,
  .cid-uEv7H2BLYj .iconfont-wrapper {
    text-align: center;
    color: #000000;
  }
  .cid-uEv7H2BLYj a.btn > span {
    margin-left: 0.5rem;
  }
  .cid-uEv7H2BLYj .mbr-section-title,
  .cid-uEv7H2BLYj .button-align {
    color: #000000;
  }
  .cid-uEv7H3tbcb {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #001817;
  }
  .cid-uEv7H3tbcb .item:focus,
  .cid-uEv7H3tbcb span:focus {
    outline: none;
  }
  .cid-uEv7H3tbcb .container-fluid {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
  .cid-uEv7H3tbcb .item {
    color: #ffffff;
    min-height: 90px;
  }
  @media (max-width: 768px) {
    .cid-uEv7H3tbcb .item {
      min-height: 45px;
    }
  }
  .cid-uEv7H3Rkjz {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #ffffff;
  }
  .cid-uEv7H3Rkjz .display-4 > .mbr-iconfont {
    font-size: 16px;
  }
  .cid-uEv7H3Rkjz .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;
    display: flex;
    flex-direction: row;
  }
  .cid-uEv7H3Rkjz .wrap-img {
    transition: all 300ms ease !important;
    overflow: hidden;
    border-radius: 30px 0px 0 30px;
    width: 361px;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: translate(0px, 0px);
  }
  .cid-uEv7H3Rkjz .shadow:hover {
    transform: translate(0px, -6px);
    box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
  }
  .cid-uEv7H3Rkjz .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
  .cid-uEv7H3Rkjz .shadow:hover .mbr-iconfont,
  .cid-uEv7H3Rkjz .shadow:hover .number,
  .cid-uEv7H3Rkjz .shadow:hover .card-title {
    color: #c7b469 !important;
  }
  .cid-uEv7H3Rkjz .shadow:hover .inner {
    transform: scale(1.1);
  }
  .cid-uEv7H3Rkjz .card-title {
    margin-bottom: 20px;
    color: #000000;
  }
  .cid-uEv7H3Rkjz .title-block {
    margin-bottom: 56px;
  }
  .cid-uEv7H3Rkjz .card-text {
    margin-bottom: 42px;
    color: #000000;
  }
  .cid-uEv7H3Rkjz H3 {
    color: #14142b;
    text-align: center;
  }
  .cid-uEv7H3Rkjz .inner {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
  }
  .cid-uEv7H3Rkjz .card-wrapper {
    border-radius: 0 30px 30px 0px;
    background-color: #ffffff;
    padding: 60px 71px;
  }
  .cid-uEv7H3Rkjz .mbr-iconfont {
    transition: 0.3s;
    margin-right: 5px;
  }
  .cid-uEv7H3Rkjz .link-title {
    display: inline-block;
  }
  .cid-uEv7H3Rkjz .episode {
    color: #ffffff;
  }
  .cid-uEv7H3Rkjz .img-title {
    color: #ffffff;
  }
  .cid-uEv7H3Rkjz .margin {
    margin-right: 14px;
  }
  .cid-uEv7H3Rkjz .mbr-section-btn {
    width: auto;
    display: inline;
  }
  .cid-uEv7H3Rkjz .button-color {
    padding: 14px 18px !important;
    border-radius: 1000px !important;
    display: inline-block;
    line-height: 20px;
    background-color: #f0fdfc;
    color: #000000;
  }
  .cid-uEv7H3Rkjz .position {
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }
  .cid-uEv7H3Rkjz .link-row,
  .cid-uEv7H3Rkjz .title-block {
    align-items: center;
  }
  .cid-uEv7H3Rkjz .line {
    width: 100%;
    height: 1px;
    background-color: #f0fdfc;
    margin-bottom: 35px;
  }
  .cid-uEv7H3Rkjz .mbr-section-title {
    color: #000000;
  }
  @media (max-width: 900px) {
    .cid-uEv7H3Rkjz .card-wrapper {
      padding: 40px 31px;
    }
  }
  @media (max-width: 820px) {
    .cid-uEv7H3Rkjz .card-wrapper {
      padding: 25px 31px;
    }
  }
  @media (max-width: 1095px) {
    .cid-uEv7H3Rkjz .wrap-img {
      height: 430px;
    }
  }
  @media (max-width: 765px) {
    .cid-uEv7H3Rkjz .shadow {
      display: flex;
      flex-direction: column;
    }
    .cid-uEv7H3Rkjz .title-block {
      flex-direction: column;
    }
    .cid-uEv7H3Rkjz .mbr-section-subtitle {
      margin-bottom: 30px;
      text-align: center;
    }
    .cid-uEv7H3Rkjz .wrap-img {
      height: 361px;
      width: 100%;
      border-radius: 30px 30px 0 0;
    }
    .cid-uEv7H3Rkjz .card-wrapper {
      padding: 24px 25px 34px 25px;
    }
  }
  .cid-uEv7H3Rkjz .card-title,
  .cid-uEv7H3Rkjz span {
    transition: 0.35s;
  }
  .cid-uEv7H3Rkjz .item {
    margin-bottom: 32px;
  }
  .cid-uEv7H3Rkjz .link-row {
    align-items: center;
  }
  @media (max-width: 992px) {
    .cid-uEv7H3Rkjz .link-row {
      display: block;
    }
  }
  .cid-uEv7H3Rkjz .col-auto .card-button {
    display: block;
  }
  @media (max-width: 992px) {
    .cid-uEv7H3Rkjz .col-auto .card-button {
      margin-bottom: 16px;
    }
  }
  .cid-uEv7H3Rkjz .col-auto .card-button .btn {
    padding: 0;
    display: inline-flex;
    flex-direction: row-reverse;
    border: none;
  }
  .cid-uEv7H3Rkjz .col-auto .card-button .btn .mbr-iconfont {
    padding-left: 0;
    padding-right: 8px;
  }
  .cid-uEv7H3Rkjz .col-auto .card-button .btn-primary,
  .cid-uEv7H3Rkjz .col-auto .card-button .btn-secondary,
  .cid-uEv7H3Rkjz .col-auto .card-button .btn-success,
  .cid-uEv7H3Rkjz .col-auto .card-button .btn-info,
  .cid-uEv7H3Rkjz .col-auto .card-button .btn-warning,
  .cid-uEv7H3Rkjz .col-auto .card-button .btn-danger,
  .cid-uEv7H3Rkjz .col-auto .card-button .btn-black,
  .cid-uEv7H3Rkjz .col-auto .card-button .btn-white {
    padding: 14px 18px;
  }
  .cid-uEv7H3Rkjz .mbr-section-subtitle {
    color: #000000;
  }
  .cid-uEv7H4k28s {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
  }
  .cid-uEv7H4k28s .mbr-section-subtitle {
    color: #8c8c95;
    text-align: left;
    margin: auto;
    margin-bottom: 24px;
  }
  .cid-uEv7H4k28s .mbr-section-title {
    text-align: left;
    color: #14142b;
    margin-bottom: 20px;
    margin-top: 40px;
  }
  .cid-uEv7H4k28s .row {
    align-items: center;
    height: 100%;
  }
  .cid-uEv7H4k28s .wrapper {
    margin: auto;
  }
  .cid-uEv7H4k28s .t1 {
    margin-bottom: 24px;
  }
  .cid-uEv7H4k28s .line {
    height: 1px;
    width: 100%;
    background-color: #000000;
  }
  .cid-uEv7H4k28s .line1 {
    margin-bottom: 60px;
  }
  .cid-uEv7H4k28s .line2 {
    margin-top: 60px;
  }
  @media (max-width: 576px) {
    .cid-uEv7H4k28s .t {
      padding-top: 20px;
    }
  }
  .cid-uEv7H4tkYh {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
  }
  .cid-uEv7H4tkYh .mbr-section-subtitle {
    text-align: center;
    color: #000000;
  }
  .cid-uEv7H4tkYh .title-block {
    justify-content: space-between;
    margin-bottom: 32px;
    align-items: center;
    padding-bottom: 56px;
    max-width: 715px;
    margin: auto;
  }
  .cid-uEv7H4tkYh .wrapper {
    padding: 0rem;
  }
  .cid-uEv7H4tkYh .icon-left {
    margin-right: 0.1rem;
  }
  .cid-uEv7H4tkYh .icon-right {
    margin-left: 0.1rem;
  }
  .cid-uEv7H4tkYh .card-wrapper {
    padding: 30px 15px;
    margin: 0 15px;
    width: auto;
    max-width: 100%;
  }
  .cid-uEv7H4tkYh .card-title {
    font-weight: 700;
    padding: 10px 20px 10px;
    color: #4c4c4c;
    text-align: left;
    text-transform: uppercase;
  }
  .cid-uEv7H4tkYh .card-subtitle {
    text-align: left;
    color: #000000;
  }
  .cid-uEv7H4tkYh .shadow {
    border-radius: 34px;
    box-shadow: 0 5px 12px 0 rgba(20, 20, 43, 0.05) !important;
    overflow: visible;
    padding: 44px 32px 52px;
    background-color: #ffffff;
  }
  .cid-uEv7H4tkYh .iconfont-wrapper {
    text-align: left;
    margin-bottom: 16px;
  }
  .cid-uEv7H4tkYh .iconfont-wrapper .mbr-iconfont {
    color: #fbe698;
  }
  .cid-uEv7H4tkYh .card-text {
    margin-bottom: 16px;
    text-align: left;
  }
  .cid-uEv7H4tkYh .margin {
    margin-right: 14px;
  }
  .cid-uEv7H4tkYh .button-align {
    margin-top: 56px;
    text-align: center;
  }
  .cid-uEv7H4tkYh .mbr-section-btn {
    width: auto;
    display: inline;
  }
  .cid-uEv7H4tkYh .people {
    align-items: center;
  }
  .cid-uEv7H4tkYh .item-wrapper {
    width: 100%;
  }
  .cid-uEv7H4tkYh .mbr-section-title {
    text-align: center;
    margin-bottom: 16px;
    color: #000000;
  }
  .cid-uEv7H4tkYh img {
    border-radius: 10%;
    height: 128px;
    width: 128px;
    margin: 0;
  }
  .cid-uEv7H4tkYh .mbr-iconfont::before {
    font-size: 25px;
  }
  .cid-uEv7H4tkYh .card-text,
  .cid-uEv7H4tkYh .iconfont-wrapper {
    color: #8c8c95;
  }
  .cid-uEv7H4tkYh .card-subtitle,
  .cid-uEv7H4tkYh .card-subtitle2 {
    display: inline;
  }
  .cid-uEv7H4tkYh .card-subtitle2 {
    color: #000000;
  }
  @media (max-width: 576px) {
    .cid-uEv7H4tkYh .col-12.col-sm-6:first-child {
      padding-bottom: 20px;
    }
  }
  @media (max-width: 860px) {
    .cid-uEv7H4tkYh .row.people {
      flex-direction: column;
      align-items: initial;
    }
    .cid-uEv7H4tkYh img {
      margin-bottom: 10px;
    }
  }
  @media (max-width: 767px) {
    .cid-uEv7H4tkYh .shadow {
      padding-top: 40px;
      padding-bottom: 43px;
    }
  }
  @media (max-width: 479px) {
    .cid-uEv7H4tkYh .shadow {
      padding: 33px 25px 36px;
    }
  }
  .cid-uEv7H4tkYh .card-text,
  .cid-uEv7H4tkYh .iconfont-wrapper,
  .cid-uEv7H4tkYh .align {
    color: #000000;
  }
  .cid-uEv7H4TLpK {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background: #ffffff;
  }
  .cid-uEv7H4TLpK .plan {
    transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
    border: 1px solid #000000;
    overflow: visible;
    word-break: break-word;
    padding: 67px 30px 58px;
  }
  .cid-uEv7H4TLpK .plan .list-group-item {
    position: relative;
    justify-content: center;
    border: 0;
  }
  @media (max-width: 991px) {
    .cid-uEv7H4TLpK .align-center {
      margin-top: 2rem;
    }
    .cid-uEv7H4TLpK .align-center:first-child {
      margin-top: 0rem;
    }
    .cid-uEv7H4TLpK .align-center:nth-child(2) {
      margin-top: 0rem;
    }
  }
  .cid-uEv7H4TLpK .line {
    width: 100%;
    height: 1px;
    background-color: #000000;
    margin-bottom: 41px;
  }
  .cid-uEv7H4TLpK .list {
    text-align: left;
    margin-bottom: 54px;
  }
  .cid-uEv7H4TLpK .list2 {
    text-align: left;
    margin-bottom: 54px;
    color: #14142b;
  }
  .cid-uEv7H4TLpK .category {
    text-align: left;
    margin-bottom: 24px;
    color: #000000;
  }
  .cid-uEv7H4TLpK .link {
    text-align: left;
  }
  .cid-uEv7H4TLpK li {
    margin-bottom: 14px;
    display: flex;
    align-items: center;
  }
  .cid-uEv7H4TLpK li:last-child {
    margin-bottom: 0;
  }
  .cid-uEv7H4TLpK ul {
    padding-inline-start: 0px;
  }
  .cid-uEv7H4TLpK .card1 {
    background-color: #ffffff;
  }
  .cid-uEv7H4TLpK .card2 {
    background-color: #fbe698;
  }
  .cid-uEv7H4TLpK .card3 {
    background-color: #ffffff;
  }
  @media (min-width: 990px) and (max-width: 1160px) {
    .cid-uEv7H4TLpK .plan {
      padding: 47px;
    }
  }
  .cid-uEv7H4TLpK a.btn {
    width: 100% !important;
    margin: auto;
  }
  .cid-uEv7H4TLpK .card {
    border: 1px solid #eff0f6;
  }
  .cid-uEv7H4TLpK .text {
    margin-bottom: 34px;
    text-align: left;
    color: #000000;
  }
  .cid-uEv7H4TLpK .text2 {
    margin-bottom: 34px;
    text-align: left;
    color: #000000;
  }
  .cid-uEv7H4TLpK .align {
    margin-bottom: 16px;
  }
  .cid-uEv7H4TLpK .name {
    margin-bottom: 9px;
  }
  .cid-uEv7H4TLpK .name2 {
    margin-bottom: 9px;
  }
  .cid-uEv7H4TLpK .price,
  .cid-uEv7H4TLpK .month {
    display: inline !important;
  }
  .cid-uEv7H4TLpK .price2,
  .cid-uEv7H4TLpK .month2 {
    display: inline !important;
  }
  .cid-uEv7H4TLpK .mbr-text {
    display: inline;
    width: 100%;
  }
  .cid-uEv7H4TLpK .month {
    width: auto;
    display: inline;
    color: #8c8c95;
  }
  .cid-uEv7H4TLpK .month2 {
    width: auto;
    display: inline;
    color: #14142b;
  }
  .cid-uEv7H4TLpK .mbr-iconfont {
    padding: 6px;
    background-color: #15b5b0;
    color: #ffffff;
    font-size: 0.6rem;
    border-radius: 50%;
    margin-right: 6px;
  }
  .cid-uEv7H4TLpK .name,
  .cid-uEv7H4TLpK .align {
    text-align: left;
    color: #000000;
  }
  .cid-uEv7H4TLpK .name2,
  .cid-uEv7H4TLpK .align {
    text-align: left;
    color: #000000;
  }
  .cid-uEv7H4TLpK .price2 {
    text-align: left;
    color: #000000;
  }
  .cid-uEv7H4TLpK .category2 {
    margin-bottom: 24px;
    text-align: left;
    color: #000000;
  }
  .cid-uEv7H4TLpK .mbr-section-title {
    text-align: center;
    margin-bottom: 24px;
    color: #000000;
  }
  .cid-uEv7H4TLpK .mbr-section-subtitle {
    text-align: center;
    color: #000000;
  }
  .cid-uEv7H4TLpK .title-block {
    justify-content: space-between;
    margin-bottom: 32px;
    align-items: center;
    padding-bottom: 56px;
    max-width: 715px;
    margin: auto;
  }
  .cid-uEv7H4TLpK .card1:hover,
  .cid-uEv7H4TLpK .card2:hover,
  .cid-uEv7H4TLpK .card3:hover {
    transform: translate(0px, -6px);
  }
  @media (max-width: 576px) {
    .cid-uEv7H4TLpK .plan {
      padding: 57px 20px 51px;
    }
  }
  @media (max-width: 768px) {
    .cid-uEv7H4TLpK .align-center:nth-child(2) {
      margin-top: 2rem;
    }
  }
  .cid-uEv7H4TLpK a.btn > span {
    margin-left: 0.5rem;
    background-color: transparent;
  }
  .cid-uEv7H4TLpK .price {
    color: #000000;
  }
  .cid-uEv7H4TLpK .list,
  .cid-uEv7H4TLpK .link {
    color: #000000;
  }
  .cid-uEv7H4TLpK .list2,
  .cid-uEv7H4TLpK .link {
    color: #000000;
  }
  .cid-uEv7H5T9Me {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
  }
  .cid-uEv7H5T9Me .card-wrapper {
    box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
    width: 80%;
    min-height: 220px;
    transition: all 0.3s;
    border-radius: 0;
    padding: 1rem;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cid-uEv7H5T9Me .bottom,
  .cid-uEv7H5T9Me .card-title {
    color: #ffffff;
  }
  .cid-uEv7H5T9Me .card-title {
    margin-bottom: 18px;
    color: #000000;
  }
  @media (max-width: 1150px) {
    .cid-uEv7H5T9Me .card-wrapper {
      top: -20px;
    }
  }
  @media (max-width: 990px) {
    .cid-uEv7H5T9Me {
      padding-bottom: 0;
    }
    .cid-uEv7H5T9Me .card-wrapper {
      position: initial;
    }
    .cid-uEv7H5T9Me .card-box {
      padding: 10%;
    }
  }
  .cid-uEv7H5T9Me .bottom {
    color: #8c8c95;
  }
  .cid-uEv7H5T9Me .plus1 {
    color: #6dece0;
  }
  .cid-uEv7H5T9Me .plus2 {
    color: #fbe698;
  }
  .cid-uEv7H5T9Me .plus3 {
    color: #15b5b0;
  }
  .cid-uEv7H5T9Me .plus4 {
    color: #6dece0;
  }
  .cid-uEv7H5T9Me .card-title,
  .cid-uEv7H5T9Me .bottom {
    text-align: center;
    color: #000000;
  }
  .cid-uEv7H7tiRq {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #f0fdfc;
  }
  .cid-uEv7H7tiRq .display-4 > .mbr-iconfont {
    font-size: 16px;
  }
  .cid-uEv7H7tiRq .mbr-section-title {
    margin-bottom: 56px;
  }
  .cid-uEv7H7tiRq .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-uEv7H7tiRq .wrap-img {
    transition: all 300ms ease !important;
    overflow: hidden;
    border-radius: 30px 30px 0 0;
    height: 385px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: translate(0px, 0px);
  }
  .cid-uEv7H7tiRq .inner {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
  }
  .cid-uEv7H7tiRq .shadow:hover {
    transform: translate(0px, -6px);
    box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
  }
  .cid-uEv7H7tiRq .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
  .cid-uEv7H7tiRq .shadow:hover .mbr-iconfont,
  .cid-uEv7H7tiRq .shadow:hover .number,
  .cid-uEv7H7tiRq .shadow:hover .card-title {
    color: #008581 !important;
  }
  .cid-uEv7H7tiRq .shadow:hover .inner {
    transform: scale(1.1);
  }
  .cid-uEv7H7tiRq .card-title {
    margin-bottom: 10px;
    transition: 0.35s;
    color: #000000;
  }
  .cid-uEv7H7tiRq span,
  .cid-uEv7H7tiRq .number {
    transition: 0.35s;
  }
  .cid-uEv7H7tiRq .card-text {
    margin-bottom: 32px;
    color: #000000;
  }
  @media (max-width: 990px) {
    .cid-uEv7H7tiRq .card-wrapper {
      padding: 60px 30px 40px;
    }
  }
  @media (max-width: 574px) {
    .cid-uEv7H7tiRq .card-wrapper {
      padding: 60px 30px 40px;
    }
  }
  .cid-uEv7H7tiRq H3 {
    color: #14142b;
    text-align: center;
  }
  .cid-uEv7H7tiRq .card-wrapper {
    border-radius: 0 0 30px 30px;
    background-color: #ffffff;
    padding: 37px 32px 43px;
    transform: translate(0px, 0px);
  }
  .cid-uEv7H7tiRq .mbr-iconfont {
    transition: 0.3s;
    margin-right: 5px;
  }
  .cid-uEv7H7tiRq .link-title {
    display: inline-block;
    color: #000000;
  }
  .cid-uEv7H7tiRq .episode {
    color: #ffffff;
  }
  .cid-uEv7H7tiRq .img-title {
    color: #ffffff;
  }
  .cid-uEv7H7tiRq .margin {
    margin-right: 14px;
  }
  .cid-uEv7H7tiRq .button-align {
    margin-top: 56px;
    text-align: center;
  }
  .cid-uEv7H7tiRq .mbr-section-btn {
    width: auto;
    display: block;
  }
  .cid-uEv7H7tiRq .title-block {
    margin-bottom: 32px;
    align-items: center;
  }
  .cid-uEv7H7tiRq a.btn {
    display: inline-flex;
  }
  @media (max-width: 550px) {
    .cid-uEv7H7tiRq .title-block {
      flex-direction: column;
    }
    .cid-uEv7H7tiRq .mbr-section-subtitle {
      margin-bottom: 20px;
      text-align: center;
    }
    .cid-uEv7H7tiRq .card-wrapper {
      padding: 24px 25px 34px 25px;
    }
  }
  .cid-uEv7H7tiRq .item.features-image {
    margin-top: 30px;
  }
  .cid-uEv7H7tiRq .item.features-image:nth-child(1) {
    margin-top: 0px;
  }
  .cid-uEv7H7tiRq .item.features-image:nth-child(2) {
    margin-top: 0px;
  }
  .cid-uEv7H7tiRq .item.features-image:nth-child(3) {
    margin-top: 0px;
  }
  @media (max-width: 768px) {
    .cid-uEv7H7tiRq .item.features-image:nth-child(2) {
      margin-top: 30px;
    }
  }
  @media (max-width: 992px) {
    .cid-uEv7H7tiRq .item.features-image:nth-child(3) {
      margin-top: 30px;
    }
  }
  .cid-uEv7H7tiRq .link-row {
    align-items: center;
  }
  .cid-uEv7H7tiRq .col-auto .card-button .btn {
    padding: 0;
    display: flex;
    flex-direction: row-reverse;
    border: none;
  }
  .cid-uEv7H7tiRq .col-auto .card-button .btn .mbr-iconfont {
    padding-left: 0;
    padding-right: 8px;
  }
  .cid-uEv7H7tiRq .col-auto .card-button .btn-primary,
  .cid-uEv7H7tiRq .col-auto .card-button .btn-secondary,
  .cid-uEv7H7tiRq .col-auto .card-button .btn-success,
  .cid-uEv7H7tiRq .col-auto .card-button .btn-info,
  .cid-uEv7H7tiRq .col-auto .card-button .btn-warning,
  .cid-uEv7H7tiRq .col-auto .card-button .btn-danger,
  .cid-uEv7H7tiRq .col-auto .card-button .btn-black,
  .cid-uEv7H7tiRq .col-auto .card-button .btn-white {
    padding: 14px 18px;
  }
  .cid-uEv7H7tiRq .mbr-section-subtitle {
    color: #000000;
  }
  .cid-uEv7H7tiRq .number {
    color: #000000;
  }
  .cid-uEv7Ha53Os {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
  }
  .cid-uEv7Ha53Os .mbr-section-subtitle {
    color: #000000;
    text-align: center;
    max-width: 552px;
    margin: auto;
  }
  .cid-uEv7Ha53Os .mbr-section-title {
    text-align: center;
    color: #000000;
    padding-bottom: 24px;
  }
  .cid-uEv7Ha53Os .row {
    align-items: center;
    height: 100%;
  }
  .cid-uEv7Ha53Os .wrapper {
    margin: auto;
  }
  .cid-uEv7Ha53Os .subtitle {
    display: inline;
    width: auto;
    color: #000000;
  }
  .cid-uEv7Ha53Os .mbr-section-btn {
    display: inline;
    width: auto;
    margin-right: 25px;
  }
  .cid-uEv7Ha53Os .title-block {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 24px;
  }
  .cid-uEv7Ha53Os a.btn {
    padding: 16px 25px !important;
  }
  @media (max-width: 340px) {
    .cid-uEv7Ha53Os .title-block {
      display: flex;
      flex-direction: column;
    }
    .cid-uEv7Ha53Os .mbr-section-btn {
      margin-right: 0;
      margin-bottom: 20px;
    }
  }
  .cid-uEv7HcpI9d {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
  }
  .cid-uEv7HcpI9d .title-block {
    margin-bottom: 32px;
    align-items: center;
  }
  .cid-uEv7HcpI9d .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-uEv7HcpI9d .wrap-img {
    transition: all 300ms ease !important;
    overflow: hidden;
    border-radius: 30px 30px 0 0;
    height: 385px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: translate(0px, 0px);
  }
  .cid-uEv7HcpI9d .inner {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
  }
  .cid-uEv7HcpI9d .shadow:hover {
    transform: translate(0px, -6px);
    box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
  }
  .cid-uEv7HcpI9d .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
  .cid-uEv7HcpI9d .shadow:hover .mbr-iconfont,
  .cid-uEv7HcpI9d .shadow:hover .number,
  .cid-uEv7HcpI9d .shadow:hover .card-title {
    color: #c7b469 !important;
  }
  .cid-uEv7HcpI9d .shadow:hover .inner {
    transform: scale(1.1);
  }
  .cid-uEv7HcpI9d .card-title {
    margin-bottom: 18px;
    color: #000000;
    transition: 0.35s;
  }
  .cid-uEv7HcpI9d .card-text {
    margin-bottom: 32px;
    color: #000000;
  }
  .cid-uEv7HcpI9d H3 {
    color: #14142b;
    text-align: center;
  }
  .cid-uEv7HcpI9d img {
    width: auto;
    height: 70px;
  }
  .cid-uEv7HcpI9d .card-wrapper {
    border-radius: 0 0 30px 30px;
    background-color: #ffffff;
    padding: 34px 25px 54px 31px;
  }
  .cid-uEv7HcpI9d .date {
    margin-bottom: 24px;
    color: #000000;
  }
  .cid-uEv7HcpI9d .link-title {
    display: inline-block;
  }
  .cid-uEv7HcpI9d .margin {
    margin-right: 14px;
  }
  .cid-uEv7HcpI9d .button-color {
    padding: 1rem 1.5625rem !important;
    border-radius: 1000px !important;
    display: inline-block;
    line-height: 20px;
    background-color: #f0fdfc;
    color: #000000;
  }
  .cid-uEv7HcpI9d .link-row {
    align-items: center;
  }
  @media (max-width: 992px) {
    .cid-uEv7HcpI9d .link-row {
      display: block;
    }
  }
  @media (max-width: 550px) {
    .cid-uEv7HcpI9d .title-block {
      flex-direction: column;
    }
    .cid-uEv7HcpI9d .mbr-section-subtitle {
      margin-bottom: 20px;
      text-align: center;
    }
    .cid-uEv7HcpI9d .card-wrapper {
      padding: 24px 25px 34px 25px;
    }
  }
  .cid-uEv7HcpI9d .item.features-image {
    margin-top: 30px;
  }
  .cid-uEv7HcpI9d .item.features-image:nth-child(1) {
    margin-top: 0px;
  }
  .cid-uEv7HcpI9d .item.features-image:nth-child(2) {
    margin-top: 0px;
  }
  @media (max-width: 768px) {
    .cid-uEv7HcpI9d .item.features-image:nth-child(2) {
      margin-top: 30px;
    }
  }
  @media (max-width: 992px) {
    .cid-uEv7HcpI9d .col-auto .card-button {
      margin-bottom: 16px;
    }
  }
  .cid-uEv7HcpI9d .col-auto .card-button .btn {
    padding: 0;
    display: inline-flex;
    flex-direction: row-reverse;
    border: none;
  }
  .cid-uEv7HcpI9d .col-auto .card-button .btn .mbr-iconfont {
    padding-left: 0;
    padding-right: 8px;
  }
  .cid-uEv7HcpI9d .col-auto .card-button .btn-primary,
  .cid-uEv7HcpI9d .col-auto .card-button .btn-secondary,
  .cid-uEv7HcpI9d .col-auto .card-button .btn-success,
  .cid-uEv7HcpI9d .col-auto .card-button .btn-info,
  .cid-uEv7HcpI9d .col-auto .card-button .btn-warning,
  .cid-uEv7HcpI9d .col-auto .card-button .btn-danger,
  .cid-uEv7HcpI9d .col-auto .card-button .btn-black,
  .cid-uEv7HcpI9d .col-auto .card-button .btn-white {
    padding: 14px 18px;
  }
  .cid-uEv7HcpI9d .mbr-section-subtitle {
    color: #000000;
  }
  .cid-uEv7HdwCXt {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
  }
  .cid-uEv7HdwCXt img {
    border-radius: 0px;
  }
  .cid-uEv7HdwCXt .row {
    justify-content: center;
  }
  .cid-uEv7HdwCXt .mbr-section-title {
    margin-top: 24px;
    text-align: center;
    color: #000000;
  }
  .cid-uEv7HdYCFu {
    background-image: url("https://r.mobirisesite.com/1263175/assets/images/photo-1529635859953-7f7b2f931435.jpeg");
  }
  .cid-uEv7HdYCFu .mbr-fallback-image.disabled {
    display: none;
  }
  .cid-uEv7HdYCFu .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .cid-uEv7HfasiD {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
  }
  .cid-uEv7HfasiD .card {
    padding: 120px 74px 120px 76px;
    background: #001817;
    border-radius: 30px;
  }
  .cid-uEv7HfasiD .align {
    align-items: center;
  }
  .cid-uEv7HfasiD .mbr-section-title {
    text-align: left;
    color: #FFFFFF;
  }
  .cid-uEv7HfasiD .btn {
    border-radius: 80px;
    padding: 24px 40px;
  }
  .cid-uEv7HfasiD .btn:hover {
    transform: initial !important;
  }
  .cid-uEv7HfasiD .form-group.col-12 {
    border-radius: 100px !important;
    padding-left: 26px;
  }
  .cid-uEv7HfasiD .button {
    right: 1px;
    top: 11px;
  }
  .cid-uEv7HfasiD .form-control {
    background-color: #ffffff;
    border-radius: 0;
    border: none !important;
    box-shadow: none;
    padding: 16px 0px;
    height: 50px;
  }
  .cid-uEv7HfasiD .form-control:hover {
    box-shadow: none;
  }
  .cid-uEv7HfasiD .form-group {
    margin-bottom: 0;
    position: relative;
    background-color: #ffffff;
    padding: 16px 18px;
    border-radius: 100px !important;
  }
  .cid-uEv7HfasiD .text-part {
    max-width: 405px;
    margin-right: 20px;
  }
  .cid-uEv7HfasiD .form-part {
    width: 550px;
  }
  .cid-uEv7HfasiD textarea {
    border-style: solid !important;
    border-width: 1px !important;
    border-color: transparent !important;
    border-radius: 14px;
    background-color: #ffffff;
    -webkit-transition: border-color 300ms ease;
    transition: border-color 300ms ease;
    box-shadow: none !important;
    height: 132px;
    margin-bottom: 40px;
    padding: 20px 26px;
  }
  .cid-uEv7HfasiD input:hover {
    border-color: #14142b !important;
  }
  .cid-uEv7HfasiD textarea:hover {
    border-color: #14142b !important;
  }
  .cid-uEv7HfasiD input:focus {
    border-color: #14142b !important;
  }
  .cid-uEv7HfasiD textarea:focus {
    border-color: #14142b !important;
  }
  .cid-uEv7HfasiD .col-lg-12.col-md-12.col-sm-12.form-group {
    border-radius: 30px !important;
    padding: 30px !important;
  }
  @media (max-width: 1125px) {
    .cid-uEv7HfasiD .mbr-section-title {
      padding-bottom: 30px;
      text-align: center;
      max-width: initial;
      width: 100%;
    }
    .cid-uEv7HfasiD .form-part {
      width: 100%;
    }
    .cid-uEv7HfasiD .text-part {
      max-width: initial;
      width: 100%;
      margin-right: 0;
    }
    .cid-uEv7HfasiD .form-group.col-12 {
      padding-right: 8px;
      max-width: initial;
      width: 100%;
    }
  }
  @media (max-width: 630px) {
    .cid-uEv7HfasiD .form-group.col-12.col-lg {
      background-color: transparent;
      padding-left: 0;
      padding-right: 0;
      flex-direction: column;
    }
    .cid-uEv7HfasiD input.form-control {
      margin-bottom: 20px;
      height: 64px;
      width: 100%;
      border-radius: 100px;
      padding: 8px 16px;
    }
    .cid-uEv7HfasiD .card {
      padding: 61px 25px;
    }
    .cid-uEv7HfasiD button {
      width: 100%;
    }
    .cid-uEv7HfasiD .col-auto.button {
      padding-left: 0rem !important;
      padding-right: 0rem !important;
      width: 100%;
    }
  }
  .cid-uEv7HfasiD a.btn > span {
    margin-left: 0.5rem;
  }
  .cid-uEv7HfasiD .form-group.col-12.col-lg {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-uEv7HgeeFO {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #ffffff;
  }
  .cid-uEv7HgeeFO .shadow {
    margin: auto;
    max-width: 713px;
    padding: 60px 50px;
    box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    border-radius: 24px;
    border-color: transparent;
    background-color: #ffffff;
  }
  .cid-uEv7HgeeFO .card-subtitle {
    color: #14142b;
    padding: 16px 25px;
    border-radius: 1000px;
    background-color: #f0fdfc;
    display: inline-block;
    margin-bottom: 32px;
    text-align: center;
  }
  .cid-uEv7HgeeFO ul {
    padding-inline-start: 50px;
    margin-bottom: 0;
    padding-left: 0;
    list-style-position: inside;
  }
  .cid-uEv7HgeeFO li {
    margin-bottom: 16px;
  }
  .cid-uEv7HgeeFO li:last-child {
    margin-bottom: 0;
  }
  @media (max-width: 470px) {
    .cid-uEv7HgeeFO .shadow {
      padding: 40px;
    }
  }
  .cid-uEv7HgeeFO .list {
    color: #000000;
    text-align: left;
  }
  .cid-uEv7HgeeFO .card-subtitle,
  .cid-uEv7HgeeFO .align {
    text-align: left;
    color: #000000;
  }
  .cid-uEv7Hh8ywk {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #f0fdfc;
  }
  .cid-uEv7Hh8ywk .mbr-text {
    color: #000000;
  }
  .cid-uEv7Hh8ywk .line {
    height: 1px;
    width: 100%;
    background-color: #000000;
    margin-bottom: 32px;
  }