@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap);





body {
  font-family: Open Sans;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((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))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 20px 20px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #ff4a52 !important;
}
.bg-success {
  background-color: #48d678 !important;
}
.bg-info {
  background-color: #ffbf00 !important;
}
.bg-warning {
  background-color: #d63d3d !important;
}
.bg-danger {
  background-color: #ececec !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #ff4a52 !important;
  border-color: #ff4a52 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #fd000b !important;
  border-color: #fd000b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #fd000b !important;
  border-color: #fd000b !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #17b6ff !important;
  border-color: #17b6ff !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #008ac9 !important;
  border-color: #008ac9 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #008ac9 !important;
  border-color: #008ac9 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #b38600 !important;
  border-color: #b38600 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #b38600 !important;
  border-color: #b38600 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #48d678 !important;
  border-color: #48d678 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #26ab53 !important;
  border-color: #26ab53 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #26ab53 !important;
  border-color: #26ab53 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #d63d3d !important;
  border-color: #d63d3d !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #a42323 !important;
  border-color: #a42323 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a42323 !important;
  border-color: #a42323 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #ececec !important;
  border-color: #ececec !important;
  color: #6d6d6d !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #e3000a;
  color: #e3000a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #ff4a52;
  border-color: #ff4a52;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4a52 !important;
  border-color: #ff4a52 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #0079b0;
  color: #0079b0;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #17b6ff;
  border-color: #17b6ff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #17b6ff !important;
  border-color: #17b6ff !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #997300;
  color: #997300;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #ffbf00;
  border-color: #ffbf00;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #229649;
  color: #229649;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #48d678;
  border-color: #48d678;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #48d678 !important;
  border-color: #48d678 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #8f1e1e;
  color: #8f1e1e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #d63d3d;
  border-color: #d63d3d;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d63d3d !important;
  border-color: #d63d3d !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #b9b9b9;
  color: #b9b9b9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #6d6d6d;
  background-color: #ececec;
  border-color: #ececec;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #6d6d6d !important;
  background-color: #ececec !important;
  border-color: #ececec !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ff4a52 !important;
}
.text-secondary {
  color: #17b6ff !important;
}
.text-success {
  color: #48d678 !important;
}
.text-info {
  color: #ffbf00 !important;
}
.text-warning {
  color: #d63d3d !important;
}
.text-danger {
  color: #ececec !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #e3000a !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0079b0 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #229649 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #997300 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8f1e1e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b9b9b9 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffbf00;
}
.alert-warning {
  background-color: #d63d3d;
}
.alert-danger {
  background-color: #ececec;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff4a52;
  border-color: #ff4a52;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff4a52;
}
.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: #effbf3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fff2cc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fae5e5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #ff4a52;
}
.btn-md {
  transition: none;
  padding: 0.5rem 2rem;
}
.btn-md:hover {
  background-color: #17b6ff !important;
  border-color: #17b6ff !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff4a52;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background: #ffffff;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff4a52;
  border-bottom-color: #ff4a52;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #ff4a52 !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: #17b6ff !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ff4a52' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-rVgJmEqZIx .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rVgJmEqZIx .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rVgJmEqZIx .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-rVgJmEqZIx .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
  display: none !important;
}
.cid-rVgJmEqZIx .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-rVgJmEqZIx .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rVgJmEqZIx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rVgJmEqZIx .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-rVgJmEqZIx .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-rVgJmEqZIx .navbar.collapsed.opened .navbar-collapse.show,
.cid-rVgJmEqZIx .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-rVgJmEqZIx .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-rVgJmEqZIx .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-rVgJmEqZIx .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rVgJmEqZIx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rVgJmEqZIx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rVgJmEqZIx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rVgJmEqZIx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rVgJmEqZIx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-rVgJmEqZIx .navbar {
    flex-wrap: nowrap;
  }
  .cid-rVgJmEqZIx .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-rVgJmEqZIx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rVgJmEqZIx .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-rVgJmEqZIx .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-rVgJmEqZIx .navbar.opened .navbar-collapse.show,
  .cid-rVgJmEqZIx .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-rVgJmEqZIx .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-rVgJmEqZIx .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rVgJmEqZIx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rVgJmEqZIx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rVgJmEqZIx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rVgJmEqZIx .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rVgJmEqZIx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rVgJmEqZIx .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-rVgJmEqZIx .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-rVgJmEqZIx .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rVgJmEqZIx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rVgJmEqZIx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rVgJmEqZIx .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rVgJmEqZIx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rVgJmEqZIx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rVgJmEqZIx .dropdown-item.active,
.cid-rVgJmEqZIx .dropdown-item:active {
  background-color: transparent;
}
.cid-rVgJmEqZIx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rVgJmEqZIx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rVgJmEqZIx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rVgJmEqZIx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rVgJmEqZIx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rVgJmEqZIx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rVgJmEqZIx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rVgJmEqZIx .navbar-buttons {
  text-align: center;
}
.cid-rVgJmEqZIx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rVgJmEqZIx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rVgJmEqZIx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rVgJmEqZIx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rVgJmEqZIx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rVgJmEqZIx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rVgJmEqZIx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVgJmEqZIx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rVgJmEqZIx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rVgJmEqZIx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVgJmEqZIx .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-rVgJmEqZIx a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-rVgJmEqZIx a.nav-link:focus {
  outline: none;
}
.cid-rVgJmEqZIx .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rVgJmEqZIx .nav-link:hover,
.cid-rVgJmEqZIx .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rVgJmEqZIx .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-rVgJmEqZIx .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-rUO9W474bm {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rUO9W474bm .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-rUO9W474bm .text-block {
  position: relative;
  z-index: 0;
}
.cid-rUO9W474bm .box {
  width: 25%;
  height: 40%;
  background: #ffda00;
  position: absolute;
  top: 4%;
}
.cid-rUO9W474bm .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rUO9W474bm .box {
  right: 20%;
}
.cid-rUO9W474bm .text-box {
  right: 0;
}
.cid-rUO9W474bm .mbr-section-title,
.cid-rUO9W474bm .mbr-section-text {
  margin-right: 31%;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-rUO9W474bm .text-box {
    display: none;
  }
  .cid-rUO9W474bm .mbr-section-title,
  .cid-rUO9W474bm .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rUO9W474bm .box {
    display: none;
  }
  .cid-rUO9W474bm .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-rUO9W474bm .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rUO9W474bm .text-box {
    writing-mode: bt-rl;
  }
}
.cid-rUO9W474bm .mbr-section-text {
  color: #48d678;
}
.cid-stxdhYWYDv {
  background: #ffffff;
}
.cid-stxdhYWYDv .container-fluid {
  padding: 0 3rem;
}
.cid-stxdhYWYDv .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-stxdhYWYDv .container-fluid {
    padding: 0 1rem;
  }
  .cid-stxdhYWYDv .video-block {
    width: 100% !important;
  }
}
.cid-s2rZ8QwlVs {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(45deg, #48d678, #97e0b0);
}
.cid-s2rZ8QwlVs .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s2rZ8QwlVs .carousel-item.active,
.cid-s2rZ8QwlVs .carousel-item-next,
.cid-s2rZ8QwlVs .carousel-item-prev {
  display: flex;
}
.cid-s2rZ8QwlVs .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
  width: 20%;
}
.cid-s2rZ8QwlVs .carousel-controls a span {
  position: absolute;
  top: 45%;
  font-size: 1.2rem;
  padding: 15px;
  border-radius: 50%;
  color: #000000;
  background: #ffffff;
  opacity: .9;
}
.cid-s2rZ8QwlVs .carousel-controls a:hover span {
  opacity: 1;
}
.cid-s2rZ8QwlVs .user_image {
  width: 100px;
  height: 100px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  margin: 1rem auto 1rem auto;
  display: flex;
}
.cid-s2rZ8QwlVs .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-s2rZ8QwlVs .mbr-iconfont {
  font-size: 3rem;
  position: absolute;
  opacity: 0.5;
  color: #f4f8fa;
}
.cid-s2rZ8QwlVs .mbr-iconfont.left-top {
  top: 0;
  left: 0;
}
.cid-s2rZ8QwlVs .mbr-iconfont.right-bottom {
  bottom: 1rem;
  right: 0;
}
.cid-s2rZ8QwlVs .user_text {
  position: relative;
}
@media (min-width: 768px) {
  .cid-s2rZ8QwlVs .user_text p {
    padding: 1rem 4rem;
  }
}
@media (max-width: 230px) {
  .cid-s2rZ8QwlVs .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-rVbxfGGYny {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rVbxfGGYny li {
  list-style: none;
}
.cid-rVbxfGGYny .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.8rem;
  justify-content: space-between;
}
.cid-rVbxfGGYny .col-title {
  margin-bottom: 2rem;
  color: #ff9b13;
}
.cid-rVbxfGGYny .list-col {
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  padding-top: 4rem;
  padding-bottom: 2rem;
}
.cid-rVbxfGGYny .mbr-iconfont {
  font-size: 1.6rem;
  padding-right: 4rem;
  height: 28px;
  display: block;
  cursor: pointer;
  transition: all 0.6s;
  color: #97e0b0 !important;
}
.cid-rVbxfGGYny .mbr-iconfont:hover {
  color: #48d678 !important;
}
.cid-rVbxfGGYny .time-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 150px;
}
.cid-rVbxfGGYny h4 {
  margin: 0;
}
.cid-rVbxfGGYny ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-rVbxfGGYny .md-pb {
    padding-bottom: 1rem;
  }
  .cid-rVbxfGGYny .mbr-iconfont {
    padding-right: 1rem;
  }
  .cid-rVbxfGGYny .item-wrap {
    flex-direction: column;
  }
  .cid-rVbxfGGYny .time-wrap {
    min-width: 80px;
    margin-top: .4rem;
  }
}
.cid-rVbxfGGYny .item1 {
  text-align: left;
}
.cid-rVgSk4Syst {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-rVgSk4Syst [class^="socicon-"]:before,
.cid-rVgSk4Syst [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-rVgSk4Syst .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-rVgSk4Syst .btn-social,
.cid-rVgSk4Syst .mbr-section-title {
  color: #57468b;
}
.cid-rVgSk4Syst .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-rVgSk4Syst .soc-item span {
  font-size: 1.6rem;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-rVgSk4Syst .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-rVgSk4Syst .align-left {
    text-align: center;
  }
  .cid-rVgSk4Syst .align-right {
    text-align: center;
  }
  .cid-rVgSk4Syst .social-list {
    justify-content: center;
  }
  .cid-rVgSk4Syst .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-sbHvB0Bhva {
  padding-top: 225px;
  padding-bottom: 225px;
  background-color: #5bcafd;
}
.cid-sbHvB0Bhva .mbr-section-title DIV {
  text-align: center;
}
.cid-sbHvB0Bhva .mbr-text,
.cid-sbHvB0Bhva .mbr-section-btn {
  text-align: center;
}
.cid-suQDI26mSd {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suQDI26mSd .mbr-text,
.cid-suQDI26mSd .mbr-section-btn,
.cid-suQDI26mSd H4 {
  color: #767676;
}
.cid-suQDI26mSd .img-box {
  position: relative;
}
.cid-suQDI26mSd img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(74, 198, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-suQDI26mSd .img-box {
    height: 500px;
  }
  .cid-suQDI26mSd .img1 {
    left: 1rem;
  }
  .cid-suQDI26mSd .img2 {
    right: 1rem;
  }
  .cid-suQDI26mSd img {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-suQDI26mSd img {
    width: 60%;
  }
  .cid-suQDI26mSd .img-box {
    height: 300px;
  }
}
@media (max-width: 576px) {
  .cid-suQDI26mSd .author-box {
    justify-content: center;
  }
}
.cid-suQDI26mSd .author-box {
  display: flex;
  flex-direction: row;
}
.cid-suQDI26mSd .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-suQDI26mSd .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-suQDI26mSd h3,
.cid-suQDI26mSd h4 {
  margin: 0;
  padding: 0;
}
.cid-suQDI26mSd H3 {
  color: #48d678;
}
.cid-suQDI26mSd H1 {
  color: #48d678;
}
.cid-suQDJJQZ5j {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suQDJJQZ5j .mbr-text {
  position: relative;
  color: #17b6ff;
}
.cid-suQDJJQZ5j .mbr-text:before {
  color: #17b6ff;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-suQDJJQZ5j .mbr-text:after {
  color: #17b6ff;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-suQDJJQZ5j .mbr-text:after,
  .cid-suQDJJQZ5j .mbr-text:before {
    display: none;
  }
}
.cid-suQDKTvknx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-suQDKTvknx .mbr-text,
.cid-suQDKTvknx .mbr-section-btn {
  color: #767676;
}
.cid-suQDKTvknx p {
  z-index: 2;
  position: relative;
}
.cid-suQDKTvknx .author-box {
  display: flex;
  flex-direction: row;
}
.cid-suQDKTvknx .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(74, 198, 255, 0.35);
  padding: 1rem 1.5rem;
}
.cid-suQDKTvknx .ico1 {
  font-size: 2rem;
}
.cid-suQDKTvknx .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-suQDKTvknx H3 {
  color: #149dcc;
}
.cid-suQDN38h2O {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suQDN38h2O .mbr-text {
  position: relative;
  color: #17b6ff;
}
.cid-suQDN38h2O .mbr-text:before {
  color: #17b6ff;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-suQDN38h2O .mbr-text:after {
  color: #17b6ff;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-suQDN38h2O .mbr-text:after,
  .cid-suQDN38h2O .mbr-text:before {
    display: none;
  }
}
.cid-suQDNSkFnW {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-suQDNSkFnW .mbr-text,
.cid-suQDNSkFnW .mbr-section-btn {
  color: #767676;
}
.cid-suQDNSkFnW p {
  z-index: 2;
  position: relative;
}
.cid-suQDNSkFnW .author-box {
  display: flex;
  flex-direction: row;
}
.cid-suQDNSkFnW .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(74, 198, 255, 0.35);
  padding: 1rem 1.5rem;
}
.cid-suQDNSkFnW .ico1 {
  font-size: 2rem;
}
.cid-suQDNSkFnW .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-suQDNSkFnW H3 {
  color: #149dcc;
}
.cid-suQDP7htWZ {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-suQDP7htWZ .carousel {
  z-index: 2;
  position: relative;
}
.cid-suQDP7htWZ .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-suQDP7htWZ .user {
  padding: 0!important;
}
.cid-suQDP7htWZ .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-suQDP7htWZ .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-suQDP7htWZ .carousel-item.active,
.cid-suQDP7htWZ .carousel-item-next,
.cid-suQDP7htWZ .carousel-item-prev {
  display: flex;
}
.cid-suQDP7htWZ .user_name {
  margin: 0;
}
.cid-suQDP7htWZ .carousel-controls a {
  font-size: 2rem;
}
.cid-suQDP7htWZ .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-suQDP7htWZ .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-suQDP7htWZ ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-suQDP7htWZ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-suQDP7htWZ .carousel-indicators li:hover {
  opacity: 1;
}
.cid-suQDP7htWZ .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-suQDP7htWZ .user_desk {
  color: #767676;
}
.cid-suQDP7htWZ .user_text {
  color: #149dcc;
}
.cid-suQFpCYw1A {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suQFpCYw1A .mbr-text,
.cid-suQFpCYw1A .mbr-section-btn,
.cid-suQFpCYw1A H4 {
  color: #767676;
}
.cid-suQFpCYw1A .img-box {
  position: relative;
}
.cid-suQFpCYw1A img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(74, 198, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-suQFpCYw1A .img-box {
    height: 500px;
  }
  .cid-suQFpCYw1A .img1 {
    left: 1rem;
  }
  .cid-suQFpCYw1A .img2 {
    right: 1rem;
  }
  .cid-suQFpCYw1A img {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-suQFpCYw1A img {
    width: 60%;
  }
  .cid-suQFpCYw1A .img-box {
    height: 300px;
  }
}
@media (max-width: 576px) {
  .cid-suQFpCYw1A .author-box {
    justify-content: center;
  }
}
.cid-suQFpCYw1A .author-box {
  display: flex;
  flex-direction: row;
}
.cid-suQFpCYw1A .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-suQFpCYw1A .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-suQFpCYw1A h3,
.cid-suQFpCYw1A h4 {
  margin: 0;
  padding: 0;
}
.cid-suQFpCYw1A H3 {
  color: #48d678;
}
.cid-suQFpCYw1A H1 {
  color: #48d678;
}
.cid-suQFs2kpsj {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suQFs2kpsj .mbr-text {
  position: relative;
  color: #17b6ff;
}
.cid-suQFs2kpsj .mbr-text:before {
  color: #17b6ff;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-suQFs2kpsj .mbr-text:after {
  color: #17b6ff;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-suQFs2kpsj .mbr-text:after,
  .cid-suQFs2kpsj .mbr-text:before {
    display: none;
  }
}
.cid-suQFuoGGMy {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-suQFuoGGMy .mbr-text,
.cid-suQFuoGGMy .mbr-section-btn {
  color: #767676;
}
.cid-suQFuoGGMy p {
  z-index: 2;
  position: relative;
}
.cid-suQFuoGGMy .author-box {
  display: flex;
  flex-direction: row;
}
.cid-suQFuoGGMy .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(74, 198, 255, 0.35);
  padding: 1rem 1.5rem;
}
.cid-suQFuoGGMy .ico1 {
  font-size: 2rem;
}
.cid-suQFuoGGMy .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-suQFuoGGMy H3 {
  color: #149dcc;
}
.cid-suQFvg3TmE {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suQFvg3TmE .mbr-text {
  position: relative;
  color: #17b6ff;
}
.cid-suQFvg3TmE .mbr-text:before {
  color: #17b6ff;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-suQFvg3TmE .mbr-text:after {
  color: #17b6ff;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-suQFvg3TmE .mbr-text:after,
  .cid-suQFvg3TmE .mbr-text:before {
    display: none;
  }
}
.cid-suQFw7VSf4 {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-suQFw7VSf4 .mbr-text,
.cid-suQFw7VSf4 .mbr-section-btn {
  color: #767676;
}
.cid-suQFw7VSf4 p {
  z-index: 2;
  position: relative;
}
.cid-suQFw7VSf4 .author-box {
  display: flex;
  flex-direction: row;
}
.cid-suQFw7VSf4 .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(74, 198, 255, 0.35);
  padding: 1rem 1.5rem;
}
.cid-suQFw7VSf4 .ico1 {
  font-size: 2rem;
}
.cid-suQFw7VSf4 .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-suQFw7VSf4 H3 {
  color: #149dcc;
}
.cid-suQFwQ83gd {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-suQFwQ83gd .carousel {
  z-index: 2;
  position: relative;
}
.cid-suQFwQ83gd .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-suQFwQ83gd .user {
  padding: 0!important;
}
.cid-suQFwQ83gd .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-suQFwQ83gd .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-suQFwQ83gd .carousel-item.active,
.cid-suQFwQ83gd .carousel-item-next,
.cid-suQFwQ83gd .carousel-item-prev {
  display: flex;
}
.cid-suQFwQ83gd .user_name {
  margin: 0;
}
.cid-suQFwQ83gd .carousel-controls a {
  font-size: 2rem;
}
.cid-suQFwQ83gd .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-suQFwQ83gd .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-suQFwQ83gd ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-suQFwQ83gd .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-suQFwQ83gd .carousel-indicators li:hover {
  opacity: 1;
}
.cid-suQFwQ83gd .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-suQFwQ83gd .user_desk {
  color: #767676;
}
.cid-suQFwQ83gd .user_text {
  color: #149dcc;
}
.cid-suQIfB1TzU {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suQIfB1TzU .mbr-text,
.cid-suQIfB1TzU .mbr-section-btn,
.cid-suQIfB1TzU H4 {
  color: #767676;
}
.cid-suQIfB1TzU .img-box {
  position: relative;
}
.cid-suQIfB1TzU img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(74, 198, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-suQIfB1TzU .img-box {
    height: 500px;
  }
  .cid-suQIfB1TzU .img1 {
    left: 1rem;
  }
  .cid-suQIfB1TzU .img2 {
    right: 1rem;
  }
  .cid-suQIfB1TzU img {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-suQIfB1TzU img {
    width: 60%;
  }
  .cid-suQIfB1TzU .img-box {
    height: 300px;
  }
}
@media (max-width: 576px) {
  .cid-suQIfB1TzU .author-box {
    justify-content: center;
  }
}
.cid-suQIfB1TzU .author-box {
  display: flex;
  flex-direction: row;
}
.cid-suQIfB1TzU .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-suQIfB1TzU .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-suQIfB1TzU h3,
.cid-suQIfB1TzU h4 {
  margin: 0;
  padding: 0;
}
.cid-suQIfB1TzU H3 {
  color: #48d678;
}
.cid-suQIfB1TzU H1 {
  color: #48d678;
}
.cid-suQIgTHrof {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suQIgTHrof .mbr-text {
  position: relative;
  color: #17b6ff;
}
.cid-suQIgTHrof .mbr-text:before {
  color: #17b6ff;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-suQIgTHrof .mbr-text:after {
  color: #17b6ff;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-suQIgTHrof .mbr-text:after,
  .cid-suQIgTHrof .mbr-text:before {
    display: none;
  }
}
.cid-suQIhRPJpY {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-suQIhRPJpY .mbr-text,
.cid-suQIhRPJpY .mbr-section-btn {
  color: #767676;
}
.cid-suQIhRPJpY p {
  z-index: 2;
  position: relative;
}
.cid-suQIhRPJpY .author-box {
  display: flex;
  flex-direction: row;
}
.cid-suQIhRPJpY .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(74, 198, 255, 0.35);
  padding: 1rem 1.5rem;
}
.cid-suQIhRPJpY .ico1 {
  font-size: 2rem;
}
.cid-suQIhRPJpY .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-suQIhRPJpY H3 {
  color: #149dcc;
}
.cid-suQIj2AZxq {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suQIj2AZxq .mbr-text {
  position: relative;
  color: #17b6ff;
}
.cid-suQIj2AZxq .mbr-text:before {
  color: #17b6ff;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-suQIj2AZxq .mbr-text:after {
  color: #17b6ff;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-suQIj2AZxq .mbr-text:after,
  .cid-suQIj2AZxq .mbr-text:before {
    display: none;
  }
}
.cid-suQIjZacxd {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-suQIjZacxd .mbr-text,
.cid-suQIjZacxd .mbr-section-btn {
  color: #767676;
}
.cid-suQIjZacxd p {
  z-index: 2;
  position: relative;
}
.cid-suQIjZacxd .author-box {
  display: flex;
  flex-direction: row;
}
.cid-suQIjZacxd .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(74, 198, 255, 0.35);
  padding: 1rem 1.5rem;
}
.cid-suQIjZacxd .ico1 {
  font-size: 2rem;
}
.cid-suQIjZacxd .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-suQIjZacxd H3 {
  color: #149dcc;
}
.cid-suQIkTlDn8 {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-suQIkTlDn8 .carousel {
  z-index: 2;
  position: relative;
}
.cid-suQIkTlDn8 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-suQIkTlDn8 .user {
  padding: 0!important;
}
.cid-suQIkTlDn8 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-suQIkTlDn8 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-suQIkTlDn8 .carousel-item.active,
.cid-suQIkTlDn8 .carousel-item-next,
.cid-suQIkTlDn8 .carousel-item-prev {
  display: flex;
}
.cid-suQIkTlDn8 .user_name {
  margin: 0;
}
.cid-suQIkTlDn8 .carousel-controls a {
  font-size: 2rem;
}
.cid-suQIkTlDn8 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-suQIkTlDn8 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-suQIkTlDn8 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-suQIkTlDn8 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-suQIkTlDn8 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-suQIkTlDn8 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-suQIkTlDn8 .user_desk {
  color: #767676;
}
.cid-suQIkTlDn8 .user_text {
  color: #149dcc;
}
.cid-suQWagSwyF {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suQWagSwyF .mbr-text,
.cid-suQWagSwyF .mbr-section-btn,
.cid-suQWagSwyF H4 {
  color: #767676;
}
.cid-suQWagSwyF .img-box {
  position: relative;
}
.cid-suQWagSwyF img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(74, 198, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-suQWagSwyF .img-box {
    height: 500px;
  }
  .cid-suQWagSwyF .img1 {
    left: 1rem;
  }
  .cid-suQWagSwyF .img2 {
    right: 1rem;
  }
  .cid-suQWagSwyF img {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-suQWagSwyF img {
    width: 60%;
  }
  .cid-suQWagSwyF .img-box {
    height: 300px;
  }
}
@media (max-width: 576px) {
  .cid-suQWagSwyF .author-box {
    justify-content: center;
  }
}
.cid-suQWagSwyF .author-box {
  display: flex;
  flex-direction: row;
}
.cid-suQWagSwyF .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-suQWagSwyF .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-suQWagSwyF h3,
.cid-suQWagSwyF h4 {
  margin: 0;
  padding: 0;
}
.cid-suQWagSwyF H3 {
  color: #48d678;
}
.cid-suQWagSwyF H1 {
  color: #48d678;
}
.cid-suQWctQhil {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suQWctQhil .mbr-text {
  position: relative;
  color: #17b6ff;
}
.cid-suQWctQhil .mbr-text:before {
  color: #17b6ff;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-suQWctQhil .mbr-text:after {
  color: #17b6ff;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-suQWctQhil .mbr-text:after,
  .cid-suQWctQhil .mbr-text:before {
    display: none;
  }
}
.cid-suQWzN5qDm {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-suQWzN5qDm .mbr-text,
.cid-suQWzN5qDm .mbr-section-btn {
  color: #767676;
}
.cid-suQWzN5qDm p {
  z-index: 2;
  position: relative;
}
.cid-suQWzN5qDm .author-box {
  display: flex;
  flex-direction: row;
}
.cid-suQWzN5qDm .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(74, 198, 255, 0.35);
  padding: 1rem 1.5rem;
}
.cid-suQWzN5qDm .ico1 {
  font-size: 2rem;
}
.cid-suQWzN5qDm .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-suQWzN5qDm H3 {
  color: #149dcc;
}
.cid-suQWBUeuGe {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suQWBUeuGe .mbr-text {
  position: relative;
  color: #17b6ff;
}
.cid-suQWBUeuGe .mbr-text:before {
  color: #17b6ff;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-suQWBUeuGe .mbr-text:after {
  color: #17b6ff;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-suQWBUeuGe .mbr-text:after,
  .cid-suQWBUeuGe .mbr-text:before {
    display: none;
  }
}
.cid-suQWCOidPv {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-suQWCOidPv .mbr-text,
.cid-suQWCOidPv .mbr-section-btn {
  color: #767676;
}
.cid-suQWCOidPv p {
  z-index: 2;
  position: relative;
}
.cid-suQWCOidPv .author-box {
  display: flex;
  flex-direction: row;
}
.cid-suQWCOidPv .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(74, 198, 255, 0.35);
  padding: 1rem 1.5rem;
}
.cid-suQWCOidPv .ico1 {
  font-size: 2rem;
}
.cid-suQWCOidPv .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-suQWCOidPv H3 {
  color: #149dcc;
}
.cid-suQWDFs3vh {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-suQWDFs3vh .carousel {
  z-index: 2;
  position: relative;
}
.cid-suQWDFs3vh .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-suQWDFs3vh .user {
  padding: 0!important;
}
.cid-suQWDFs3vh .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-suQWDFs3vh .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-suQWDFs3vh .carousel-item.active,
.cid-suQWDFs3vh .carousel-item-next,
.cid-suQWDFs3vh .carousel-item-prev {
  display: flex;
}
.cid-suQWDFs3vh .user_name {
  margin: 0;
}
.cid-suQWDFs3vh .carousel-controls a {
  font-size: 2rem;
}
.cid-suQWDFs3vh .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-suQWDFs3vh .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-suQWDFs3vh ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-suQWDFs3vh .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-suQWDFs3vh .carousel-indicators li:hover {
  opacity: 1;
}
.cid-suQWDFs3vh .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-suQWDFs3vh .user_desk {
  color: #767676;
}
.cid-suQWDFs3vh .user_text {
  color: #149dcc;
}
#custom-html-d7 {
  /* Type valid CSS here */
}
#custom-html-d7 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-d7 p {
  font-size: 60px;
  color: #777;
}
